Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

NikosAlexandris

Members
  • Posts

    111
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by NikosAlexandris

  1. 34 minutes ago, cardinal said:

    My system output:

    
    rj@funtoo ~ $ python -c "import sys; print('\n'.join(sys.path))"
    
    /usr/lib64/python36.zip
    /usr/lib64/python3.6
    /usr/lib64/python3.6/lib-dynload
    /usr/lib64/python3.6/site-packages

     

    May I ask what your system's

    eselect python show

    is set to? I guess python3.6.

  2. It was installed when I tried today. See:

    root@carbon nik # genlop -lu |grep appi
         Thu Aug 17 07:56:47 2017 >>> dev-python/appi-0.1.1
         Thu Nov  2 10:47:49 2017 <<< dev-python/appi-0.1.1
         Thu Nov  2 10:47:52 2017 >>> dev-python/appi-0.1.5
         Fri Jun  1 22:14:30 2018 <<< dev-python/appi-0.1.5
         Fri Jun  1 22:14:32 2018 >>> dev-python/appi-0.2.1
         Thu Nov  1 20:56:03 2018 <<< dev-python/appi-0.2.1
         Thu Nov  1 20:56:05 2018 >>> dev-python/appi-0.2.1

    I will retry.

  3. I am upgrading my system, after some time, and I have:

    root@carbon nik # eix -I app-admin/ego
    [?] app-admin/ego
         Available versions:  2.4.2^m **2.5.0.2^m **2.5.0.4 **9999^m {zsh-completion PYTHON_SINGLE_TARGET="python3_4 python3_5 python3_6 python3_7" PYTHON_TARGETS="python3_4 python3_5 python3_6 python3_7"}
         Installed versions:  2.6.3(08:56:07 PM 11/01/2018)(-zsh-completion PYTHON_SINGLE_TARGET="python3_6 -python3_4 -python3_5 -python3_7" PYTHON_TARGETS="python3_6 -python3_4 -python3_5 -python3_7")
         Homepage:            http://www.funtoo.org/Package:Ego
         Description:         Funtoo's configuration tool: ego, epro, edoc.

     

    When I try to query it returns:

    root@carbon nik # ego query v ego
    ERROR: Ego encountered an unexpected error: ImportError
    ERROR: Full traceback written to /tmp/ego-traceback-14901.txt.

    The file /tmp/ego-traceback-14901.txt contains:

    No module named 'appi'Traceback (most recent call last):
      File "/usr/bin/ego", line 120, in <module>
        EgoModule.run_ego_module(action, econfig, args, VERSION)
      File "/usr/share/ego/python/ego/module.py", line 100, in run_ego_module
        mod = loader.load_module()
      File "<frozen importlib._bootstrap>", line 539, in _check_name_wrapper
      File "<frozen importlib._bootstrap>", line 1614, in load_module
      File "<frozen importlib._bootstrap>", line 596, in _load_module_shim
      File "<frozen importlib._bootstrap>", line 1220, in load
      File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
      File "<frozen importlib._bootstrap>", line 1129, in _exec
      File "<frozen importlib._bootstrap>", line 1471, in exec_module
      File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
      File "/usr/share/ego/modules/query.ego", line 8, in <module>
        import appi
    ImportError: No module named 'appi'

    How do I work around this?
     

  4. QGIS requires `qscintilla-python` which in turn requires `qscintilla`. Version 2.10.4 for the latter, seems not to be available.

    See

    emerge -av qgis
    
    These are the packages that would be merged, in order:
    
    Calculating dependencies... done!
    
    emerge: there are no ebuilds to satisfy "~x11-libs/qscintilla-2.10.4:=".
    (dependency required by "dev-python/qscintilla-python-2.10.4::python-modules-kit" [ebuild])
    (dependency required by "sci-geosciences/qgis-9999::science-kit[python]" [ebuild])
    (dependency required by "qgis" [argument])

    This ebuild exists in the gentoo repository: https://gitweb.gentoo.org/repo/gentoo.git/tree/x11-libs/qscintilla/qscintilla-2.10.4.ebuild

    How do we "upgrade" in Funtoo?

  5. 1 hour ago, palica said:

    1. wait until it makes it into the funtoo tree

     

    2. use local overlay

     

    3. install gentoo :)

     

     

    now seriously, what new functionality does this version bring? why should funtoo have this? what are possible breakage points? can you test it with local overlay and report back?

     

    thanks

     

    Hey, thanks.

    Between 1.20.x and the previous ones, one would expect several fixes. If one wants to try E22, it seems not to be possible with earlier versions of EFL. See also https://phab.enlightenment.org/w/packaging_status/. I love to work with https://www.enlightenment.org/about-terminology, and, thus, I would like to have the latest one.

    Now, I would like to pick option 2, if I get some time :-). Or, I would love to learn how to prepare ebuilds, then suggest them for inclusion. For example, https://gitlab.com/NikosAlexandris/osgeo-overlay which I stopped working on. Too many things, not much time.

  6. 43 minutes ago, jhan said:

    Something is pulling in qt4 for qca.

    Do you normally use qt4 or qt5?

    I don't want actually qt4. In `make.conf` I have ` -qt3 -qt4` among the USE flags.

    I am unsure about which package(s) require it. I tried to massively clean-up my system in the last days. And, it seems it worked, more or less.

    There are still some quircks.

  7. 14 hours ago, maleita said:

    since change to 1.2........

    Here the same (?)

    emerge @preserved-rebuild -av --exclude=efl
    
    These are the packages that would be merged, in order:
    
    Calculating dependencies... done!
    
    emerge: there are no ebuilds built with USE flags to satisfy "app-crypt/qca:2[qt4]".
    !!! One of the following packages is required to complete your request:
    - app-crypt/qca-2.1.3-r2::nokit (Missing IUSE: qt4)
    (dependency required by "kde-frameworks/kdelibs-4.14.37::kde-kit[plasma]" [ebuild])
    (dependency required by "kde-plasma/qguiplatformplugin_kde-4.11.22::kde-kit" [ebuild])
    (dependency required by "@preserved-rebuild" [argument])

     

  8. 16 minutes ago, NikosAlexandris said:

    I think I face a similar problem. I am trying to, for example, upgrade ego:

    
    emerge -av ego

    and I get

    
    !!! Unable to parse profile: '/etc/portage/make.profile'
    !!! ParseError: Parent 'python-modules-kit:funtoo/kits/python-kit/3.4-prime' not found: '/etc/portage/make.profile/parent'
    !!! Your current profile is invalid. If you have just changed your profile
    !!! configuration, you should revert back to the previous configuration.
    !!! Allowed actions are limited to --help, --info, --search, --sync, and
    !!! --version.

    This very message is the response almost in any attempt to use emerge or

    
    epro update

    . The above steps did not help me. How do I get past this?

     

    I think I got past this by doing

    cd /var/tmp
    git clone https://github.com/funtoo/ego.git
    cd ego
    ./ego sync

     

    I hope now the rest of 

    will play nice. 

  9. On 5/24/2018 at 11:35 AM, cafaia said:

    Hi, Belenar!

    Ops, the thing is complicated then, because you do not have the current version of ego and the gitmodules file has been removed, look: https://github.com/funtoo/meta-repo/commit/85a413af847d9b0fd9e73b7f7a601a4101dd7e05#diff-8903239df476d7401cf9e76af0252622

    Then you should do this to have a functional repository:

    
    # install -d /var/git
    # cd /var/git
    # git clone https://github.com/funtoo/meta-repo.git
    # cd meta-repo
    # wget https://raw.githubusercontent.com/funtoo/meta-repo/aadee00606e39b63cb0f21b48a7780dc5bc33b08/.gitmodules
    # git submodule init
    # cd kits
    # git clone https://github.com/funtoo/python-modules-kit.git
    # cd /var/git/meta-repo
    # git submodule update
    # rm /usr/share/portage/config/repos.conf
    # mv /etc/portage/repos.conf /etc/portage/repos.conf.bak
    # mkdir /etc/portage/repos.conf
    # ln -s /var/git/meta-repo/repos.conf /etc/portage/repos.conf/funtoo
    # chown -R portage:portage /var/git/meta-repo
    # my_pyver="$(eselect python show --python3)"
    # USE="python_targets_${my_pyver/./_} python_single_target_${my_pyver/./_}" emerge -1 --nodeps ego
    # hash -r
    # epro update
    # emerge -1 portage
    # ego sync

    I hope this works!

    I think I face a similar problem. I am trying to, for example, upgrade ego:

    emerge -av ego

    and I get

    !!! Unable to parse profile: '/etc/portage/make.profile'
    !!! ParseError: Parent 'python-modules-kit:funtoo/kits/python-kit/3.4-prime' not found: '/etc/portage/make.profile/parent'
    !!! Your current profile is invalid. If you have just changed your profile
    !!! configuration, you should revert back to the previous configuration.
    !!! Allowed actions are limited to --help, --info, --search, --sync, and
    !!! --version.

    This very message is the response almost in any attempt to use emerge or

    epro update

    . The above steps did not help me. How do I get past this?

  10. 13 minutes ago, Sandro said:

    Have You modified the file /etc/ego.conf ?

    You mean the following?

    cat /etc/ego.conf
    
    # This is the ego.conf file
    
    [kits]
    
    xorg-kit = 1.19-prime
    
    # You can set your default kits here. Unset kits will use the Funtoo default prime/master
    # branch by default.
    
    # python-kit = 3.6-prime

     

  11. ego sync
    Syncing meta-repo
    remote: Counting objects: 30, done.
    remote: Compressing objects: 100% (18/18), done.
    remote: Total 30 (delta 12), reused 30 (delta 12), pack-reused 0
    Unpacking objects: 100% (30/30), done.
    From https://github.com/funtoo/meta-repo
       5699fe0..8129545  master     -> origin/master
    Fetching submodule kits/core-kit
    From https://github.com/funtoo/core-kit
       366dddf7..be579f3e  1.0-prime  -> origin/1.0-prime
       1190769b..1b579e36  1.1-prime  -> origin/1.1-prime
    Fetching submodule kits/editors-kit
    From https://github.com/funtoo/editors-kit
       3fe6e8f..efee095  master     -> origin/master
    Fetching submodule kits/games-kit
    From https://github.com/funtoo/games-kit
       0a837932..f8224668  master     -> origin/master
    Fetching submodule kits/net-kit
    From https://github.com/funtoo/net-kit
       0e504bca..596dc3a4  master     -> origin/master
    Fetching submodule kits/nokit
    From https://github.com/funtoo/nokit
       555835154..81bc3795c  master     -> origin/master
    Fetching submodule kits/php-kit
    From https://github.com/funtoo/php-kit
       c023c17..c8d52ff  master     -> origin/master
    Fetching submodule kits/science-kit
    From https://github.com/funtoo/science-kit
       8f33ab52..2de54760  master     -> origin/master
    Fetching submodule kits/text-kit
    From https://github.com/funtoo/text-kit
       28b79a6..6d4b568  master     -> origin/master
    Updating 5699fe0..8129545
    Fast-forward
     kits/core-kit          |  2 +-
     kits/editors-kit       |  2 +-
     kits/games-kit         |  2 +-
     kits/net-kit           |  2 +-
     kits/nokit             |  2 +-
     kits/php-kit           |  2 +-
     kits/science-kit       |  2 +-
     kits/text-kit          |  2 +-
     metadata/kit-sha1.json | 18 +++++++++---------
     9 files changed, 17 insertions(+), 17 deletions(-)
    Syncing core-kit branch 1.0-prime
    Already on '1.0-prime'
    Your branch is behind 'origin/1.0-prime' by 3 commits, and can be fast-forwarded.
      (use "git pull" to update your local branch)
    HEAD is now at 366dddf7 updates
    Updating 366dddf7..be579f3e
    Fast-forward
     app-admin/ego/Manifest                  |  1 +
     app-admin/ego/ego-2.3.0.ebuild          | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
     metadata/md5-cache/app-admin/ego-2.3.0  | 12 ++++++++++++
     profiles/package.mask/00-gentoo         | 21 ---------------------
     profiles/package.mask/funtoo-cautionary |  2 ++
     5 files changed, 82 insertions(+), 21 deletions(-)
     create mode 100644 app-admin/ego/ego-2.3.0.ebuild
     create mode 100644 metadata/md5-cache/app-admin/ego-2.3.0
    Syncing core-hw-kit branch master
    Already on 'master'
    Your branch is up-to-date with 'origin/master'.
    HEAD is now at adaaf60 updates
    Already up-to-date.
    Syncing security-kit branch 1.0-prime
    Already on '1.0-prime'
    Your branch is up-to-date with 'origin/1.0-prime'.
    HEAD is now at ff9ab7f updates
    Already up-to-date.
    Syncing xorg-kit branch 1.19-prime (non-default)
    Already on '1.19-prime'
    Your branch is up-to-date with 'origin/1.19-prime'.
    HEAD is now at 0f90b019 updates
    Already up-to-date.
    Syncing gnome-kit branch 3.20-prime
    Already on '3.20-prime'
    Your branch is up-to-date with 'origin/3.20-prime'.
    HEAD is now at e1f2ca47 updates
    Already up-to-date.
    Syncing kde-kit branch 5.10-prime
    Already on '5.10-prime'
    Your branch is up-to-date with 'origin/5.10-prime'.
    HEAD is now at 618949cf updates
    Already up-to-date.
    Syncing media-kit branch 1.0-prime
    Already on '1.0-prime'
    Your branch is up-to-date with 'origin/1.0-prime'.
    HEAD is now at 8f7d5007 updates
    Already up-to-date.
    Syncing perl-kit branch 5.24-prime
    Already on '5.24-prime'
    Your branch is up-to-date with 'origin/5.24-prime'.
    HEAD is now at 253b25b6 updates
    Already up-to-date.
    Syncing python-kit branch 3.4-prime
    Already on '3.4-prime'
    Your branch is up-to-date with 'origin/3.4-prime'.
    HEAD is now at 4fb70a17 updates
    Already up-to-date.
    Syncing php-kit branch master
    Already on 'master'
    Your branch is behind 'origin/master' by 2 commits, and can be fast-forwarded.
      (use "git pull" to update your local branch)
    HEAD is now at c023c17 updates
    Updating c023c17..c8d52ff
    Fast-forward
     dev-lang/php/Manifest                                        |   9 +-
     dev-lang/php/php-5.6.31.ebuild                               |   4 +-
     dev-lang/php/{php-7.1.9.ebuild => php-5.6.32.ebuild}         | 148 +++++++++++++++++++----------
     dev-lang/php/php-7.0.23.ebuild                               |   4 +-
     dev-lang/php/{php-7.0.24.ebuild => php-7.0.25.ebuild}        |   4 +-
     dev-lang/php/{php-7.1.10.ebuild => php-7.1.11.ebuild}        |   4 +-
     dev-lang/php/php-7.2.0_rc3.ebuild                            | 734 ------------------------------------------------------------------------------------------------------------------------------------------------
     dev-lang/php/{php-7.2.0_rc2.ebuild => php-7.2.0_rc5.ebuild}  |   8 +-
     metadata/md5-cache/dev-lang/php-5.6.31                       |   6 +-
     metadata/md5-cache/dev-lang/php-5.6.32                       |  14 +++
     metadata/md5-cache/dev-lang/php-7.0.23                       |   6 +-
     metadata/md5-cache/dev-lang/{php-7.0.24 => php-7.0.25}       |   6 +-
     metadata/md5-cache/dev-lang/{php-7.1.10 => php-7.1.11}       |   6 +-
     metadata/md5-cache/dev-lang/php-7.1.9                        |  14 ---
     metadata/md5-cache/dev-lang/php-7.2.0_rc2                    |  14 ---
     metadata/md5-cache/dev-lang/{php-7.2.0_rc3 => php-7.2.0_rc5} |   6 +-
     16 files changed, 145 insertions(+), 842 deletions(-)
     rename dev-lang/php/{php-7.1.9.ebuild => php-5.6.32.ebuild} (86%)
     rename dev-lang/php/{php-7.0.24.ebuild => php-7.0.25.ebuild} (99%)
     rename dev-lang/php/{php-7.1.10.ebuild => php-7.1.11.ebuild} (99%)
     delete mode 100644 dev-lang/php/php-7.2.0_rc3.ebuild
     rename dev-lang/php/{php-7.2.0_rc2.ebuild => php-7.2.0_rc5.ebuild} (99%)
     create mode 100644 metadata/md5-cache/dev-lang/php-5.6.32
     rename metadata/md5-cache/dev-lang/{php-7.0.24 => php-7.0.25} (97%)
     rename metadata/md5-cache/dev-lang/{php-7.1.10 => php-7.1.11} (97%)
     delete mode 100644 metadata/md5-cache/dev-lang/php-7.1.9
     delete mode 100644 metadata/md5-cache/dev-lang/php-7.2.0_rc2
     rename metadata/md5-cache/dev-lang/{php-7.2.0_rc3 => php-7.2.0_rc5} (97%)
    Syncing java-kit branch 1.1-prime
    Already on '1.1-prime'
    Your branch is up-to-date with 'origin/1.1-prime'.
    HEAD is now at 3be8a29 updates
    Already up-to-date.
    Syncing ruby-kit branch 1.1-prime
    fatal: Could not change back to '/home/nik': Permission denied
    Could not clone kit 'ruby-kit' into '/var/git/meta-repo/kits/ruby-kit'.

     

    What is not ok here?
     

  12. I've recently re-compiled my kernel which is linux-4.11_p4-pf with support for ZFS.

    Linux carbon 4.11.0-pf4carbon #1 SMP Fri Aug 18 01:07:29 CEST 2017 x86_64 Intel(R) Core(TM) i7-4600U CPU @ 2.10GHz GenuineIntel GNU/Linux
    

    I am on zfs-kmod, zfs and spl version(s) 0.6.5.11.

     

    I am still bitten by the CPU soft lockup (bug?). Whenever I try to run `updatedb` for example, the CPU stales. I can't shutdown or reboot properly.

    Anyone facing the same issue?

  13. After switching to kits, the new issue, when actually using biber to compile BibTeX formatted references, is:

    ERROR - Error loading data source package 'Biber::Input::file::biber': Can't locate Biber/Input/file/biber.pm in @INC (you may need to install the Biber::Input::file::biber module) (@INC contains: /etc/perl /usr/local/lib64/perl5/5.24.0/x86_64-linux-thread-multi /usr/local/lib64/perl5/5.24.0 /usr/lib64/perl5/vendor_perl/5.24.0/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.24.0 /usr/lib64/perl5/5.24.0/x86_64-linux-thread-multi /usr/lib64/perl5/5.24.0 .) at (eval 126) line 2.

    I ran `perl-cleaner --all` already.

     

    I think the error was caused by the references file being corrupted. It works now, after opening the corresponding .bib file, doing a minor edit and saving, re-running finally through xelatex, biber and xelatex again.

×
×
  • Create New...