-
Posts
111 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Blogs
Everything posted by NikosAlexandris
-
May I ask what your system's eselect python show is set to? I guess python3.6.
-
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.
-
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?
-
If this thread is solved, please select a best answer for it. It still appears as without an answer. See:
-
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?
-
- qscintilla
- ebuild
-
(and 1 more)
Tagged with:
-
What is you favorite programming language
NikosAlexandris replied to palica's topic in General Discussion
Would bash count as well? -
efl-1.20.7 availability in Funtoo?
NikosAlexandris replied to NikosAlexandris's question in Desktop Help
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. -
I removed a couple more packages which did have `qt4` included. Re-compiling now, to the latest possible stuff. Let's see.
-
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.
-
What has to be done to get https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-libs/efl/efl-1.20.7.ebuild available in Funtoo-Linux?
-
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])
-
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.
-
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?
-
CPU Soft Lockups of custom kernel and ZFS?
NikosAlexandris replied to NikosAlexandris's question in Desktop Help
Will have to find the time to upgrade my system. For the time being, I don't use Firefox. Neither the `updatedb` command. Both of which freeze the system.- 3 replies
-
- cpu
- soft lockups
-
(and 4 more)
Tagged with:
-
meta-repo: Can /usr/portage be deleted now?
NikosAlexandris replied to overkill's question in Portage Help
Hmm, really, can we wipe out the complete `/usr/portage` dir + subdirectories? -
Same as https://bugs.funtoo.org/browse/FL-4389. Proposed workaround worked for me too!
-
Thank you for your time, in any case!
-
Well, I have tried, creating an empty directory. Yet, the same as in the first message.
-
`ruby-kit` does not exist! I should, I guess, create it? Empty directory?
-
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
-
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?
-
News on native encryption for ZoL: https://github.com/zfsonlinux/zfs/commit/b52563034
-
By the way, what about esync (aka ego sync)?
-
CPU Soft Lockups of custom kernel and ZFS?
NikosAlexandris replied to NikosAlexandris's question in Desktop Help
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?- 3 replies
-
- cpu
- soft lockups
-
(and 4 more)
Tagged with:
-
Emerging biber requires to downgrade Perl
NikosAlexandris replied to NikosAlexandris's question in Installation Help
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.
