cafaia
-
Posts
83 -
Joined
-
Last visited
-
Days Won
7
Content Type
Profiles
Forums
Blogs
Posts posted by cafaia
-
-
Hello, Sandro!
I made it:
#mkdir /usr/portage-kits/
#cd /usr/portage-kits/
#git clone -b master git://github.com/funtoo/xorg-kit.git
And I have this in my folder /etc/portage/repos.conf:
- file gentoo:
[DEFAULT]main-repo = gentoo[gentoo]location = /usr/portage-treesync-type = gitsync-uri = git://github.com/funtoo/ports-2017.gitauto-sync = yes- file xorg-kit:[xorg-kit]location = /usr/portage-kits/xorg-kitsync-type = gitsync-uri = git://github.com/funtoo/master/xorg-kit.gitauto-sync = yesAnd I did several times "emerge --sync" and "eix-sync" without any error! It's OK for me! -
Then all complete! Nothing for update or rebuild!
Thank you very much!
-
I do 'eselect python set 2', so I have:
Available Python interpreters:[1] python2.7[2] python3.4 *After I did 'emerge --update --deep --newuse --changed-use --with-bdeps=y @world' and nothing went reinstalled, is this correct? -
Thank you all, I know that, what 'eselect python set 2' change to 'python3.4', but how I emerge all packages which depend on 'python'? Before I had the command 'python-updater' and now?
-
I have 'PYTHON_SINGLE_TARGET="python3_4" PYTHON_TARGETS="python2_7 python3_4"' in my 'emerge --info', but I have this in my 'eselect python list':
Available Python interpreters:[1] python2.7 *[2] python3.4After of an 'eselect python set 2' what should I do to update python 2.7 to python 3.4 without 'python-updater'? -
I'm sorry for the error, but I did the value "export PORTDIR="/usr/local/portage"" in file "/etc/bash/bashrc.d/euses".
Thank you all for the help!
-
I too have no PORTDIR_OVERLAY settings in my /etc/portage/make.conf
# cat /etc/portage/repos.conf/*
[DEFAULT]main-repo = gentoo[gentoo]location = /usr/portagesync-type = gitsync-uri = git://github.com/funtoo/ports-2012.gitauto-sync = yes[torbrowser]priority = 50location = /var/lib/layman/torbrowserlayman-type = gitauto-sync = No[deadbeef-overlay]priority = 50location = /var/lib/layman/deadbeef-overlaylayman-type = gitauto-sync = No[eva]priority = 50location = /var/lib/layman/evalayman-type = gitauto-sync = No[gentoo-zh]priority = 50location = /var/lib/layman/gentoo-zhlayman-type = gitauto-sync = No[local]location = /usr/local/portagemaster = gentooauto-sync = Nopriority = 15And my local overlay is too manual configuration.
# eix-update --print PORTDIR_OVERLAY
/var/lib/layman/deadbeef-overlay/var/lib/layman/eva/usr/portage/var/lib/layman/gentoo-zh/var/lib/layman/torbrowser# eix-update --print PORTDIR/usr/local/portage/The error is in program "eix", it is defining 'PORTDIR' as '/usr/local/portage' and not as '/usr/portage'.When I do 'portageq envvar PORTDIR_OVERLAY' I have:/usr/local/portage /var/lib/layman/deadbeef-overlay /var/lib/layman/eva /var/lib/layman/gentoo-zh /var/lib/layman/torbrowserAnd when I do 'portageq envvar PORTDIR' I have:/usr/portageHow to change this variable "PORTDIR" and "PORTDIR_OVERLAY" in program "eix"? -
Hello, cardinal!
The command "emerge --info -vv | wgetpaste" it's here:
https://paste.pound-python.org/show/ngS5ciNs2w8XtYzwze8F/
Thank you!
-
And when I do "eix-update --print PORTDIR_OVERLAY" I have:
/var/lib/layman/deadbeef-overlay/var/lib/layman/eva/usr/portage/var/lib/layman/gentoo-zh/var/lib/layman/torbrowserThe value "/usr/portage" should not be listed and the value "/usr/local/portage" is not listed, but should. -
When I do "eix-sync", I have:
[0] "local" /usr/local/portage/ (cache: metadata-md5-or-flat)Reading category 170|170 (100) EMPTY!But I have ebuilds in local overlay and "OVERLAY_CACHE_METHOD="assign"" in file "/etc/eixrc/01-cache".My file "/etc/eix-sync.conf" have:*@emerge --regen || true@emerge --metadata || trueOther error: if I do "eix gnome-subtitles" I have:
* media-video/gnome-subtitles [1]Available versions: 1.3-r1Homepage: http://gnome-subtitles.sourceforge.net/Description: Video subtitling for the Gnome desktop[1] "gentoo" /usr/portageThe "eix" command classify the gentoo portage as overlay.What to do?Thanks!

Troubles using new ports-2017 + xorg-kit
in Portage Help
Posted
Hello, Sandro!
You should do this:
#rm -R /usr/portage-kits/xorg-kit/*
#rm -R /usr/portage-kits/xorg-kit/.git
#cd /usr/portage-kits/xorg-kit/
#git clone -b master git://github.com/funtoo/xorg-kit.git
#mkdir /usr/portage-tree
And you should have this in folder /etc/portage/repos.conf/: