Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Discussion & Documentation Duplicate Threads
  • Search

dev-lang/python-2.7.10-r1 fails during install phase [solved

Threads in this read-only forum cover topics discussed elsewhere in other forums.
Post Reply
Advanced search
10 posts • Page 1 of 1
Author
Message
curmudgeon
Veteran
Veteran
Posts: 1746
Joined: Fri Aug 08, 2003 1:39 pm

dev-lang/python-2.7.10-r1 fails during install phase [solved

  • Quote

Post by curmudgeon » Sun Nov 29, 2015 1:13 pm

Trying to upgrade 2.7.10 to 2.7.10-r1

Code: Select all

# emerge -Du world

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U  ] dev-lang/python-2.7.10-r1:2.7::gentoo [2.7.10:2.7::gentoo] USE="ipv6 ncurses readline sqlite ssl threads (wide-unicode) xml (-berkdb) -build -doc -examples -gdbm -hardened -tk -wininst" 0 KiB

Total: 1 package (1 upgrade), Size of downloads: 0 KiB
[...]
Everything appears to be going along fine, until:

Code: Select all

[...]

/usr/bin/install -c -m 644 /var/tmp/portage/dev-lang/python-2.7.10-r1/work/Python-2.7.10/Lib/pydoc_data/__init__.py /usr/lib64/python2.7/pydoc_data
/usr/bin/install -c -m 644 /var/tmp/portage/dev-lang/python-2.7.10-r1/work/Python-2.7.10/Lib/pydoc_data/topics.py /usr/lib64/python2.7/pydoc_data
/usr/bin/install -c -m 644 /var/tmp/portage/dev-lang/python-2.7.10-r1/work/Python-2.7.10/Lib/plat-linux2/CDROM.py /usr/lib64/python2.7/plat-linux2
/usr/bin/install -c -m 644 /var/tmp/portage/dev-lang/python-2.7.10-r1/work/Python-2.7.10/Lib/plat-linux2/DLFCN.py /usr/lib64/python2.7/plat-linux2
/usr/bin/install -c -m 644 /var/tmp/portage/dev-lang/python-2.7.10-r1/work/Python-2.7.10/Lib/plat-linux2/IN.py /usr/lib64/python2.7/plat-linux2
/usr/bin/install -c -m 644 /var/tmp/portage/dev-lang/python-2.7.10-r1/work/Python-2.7.10/Lib/plat-linux2/TYPES.py /usr/lib64/python2.7/plat-linux2
/usr/bin/install -c /var/tmp/portage/dev-lang/python-2.7.10-r1/work/Python-2.7.10/Lib/plat-linux2/regen /usr/lib64/python2.7/plat-linux2
/usr/bin/install -c -m 644 /var/tmp/portage/dev-lang/python-2.7.10-r1/work/Python-2.7.10/LICENSE /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/
lib64/python2.7/LICENSE.txt
if test -d /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/distutils/tests; then \
    /usr/bin/install -c -m 644 /var/tmp/portage/dev-lang/python-2.7.10-r1/work/Python-2.7.10/Modules/xxmodule.c \
        /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/distutils/tests ; \
fi
PYTHONPATH=/var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7  LD_LIBRARY_PATH=/var/tmp/portage/dev-lang/python-2.7.10-r1/work/x86_6
4-pc-linux-gnu \
    ./python -E -Wi -tt /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/compileall.py \
    -d /usr/lib64/python2.7 -f \
    -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
    /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7
Listing /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7 ...
Compiling /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/BaseHTTPServer.py ...
Compiling /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/Bastion.py ...
Compiling /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/CGIHTTPServer.py ...
Compiling /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/ConfigParser.py ...

[...]

Listing /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/xml/sax ...
Compiling /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/xml/sax/__init__.py ...
Compiling /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/xml/sax/_exceptions.py ...
Compiling /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/xml/sax/expatreader.py ...
Compiling /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/xml/sax/handler.py ...
Compiling /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/xml/sax/saxutils.py ...
Compiling /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/xml/sax/xmlreader.py ...
Compiling /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/xmllib.py ...
Compiling /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/xmlrpclib.py ...
Compiling /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/zipfile.py ...
PYTHONPATH=/var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7  LD_LIBRARY_PATH=/var/tmp/portage/dev-lang/python-2.7.10-r1/work/x86_64-pc-linux-gnu \
    ./python -E -Wi -t /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/compileall.py \
    -d /usr/lib64/python2.7/site-packages -f \
    -x badsyntax /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/site-packages
Listing /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/site-packages ...
PYTHONPATH=/var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7 LD_LIBRARY_PATH=/var/tmp/portage/dev-lang/python-2.7.10-r1/work/x86_64-pc-linux-gnu \
    ./python -E -Wi -t -O /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/compileall.py \
    -d /usr/lib64/python2.7/site-packages -f \
    -x badsyntax /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/site-packages
Listing /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/site-packages ...
PYTHONPATH=/var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7 LD_LIBRARY_PATH=/var/tmp/portage/dev-lang/python-2.7.10-r1/work/x86_64-pc-linux-gnu \
    ./python -E -m lib2to3.pgen2.driver /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/lib2to3/Grammar.txt
Generating grammar tables from /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/lib2to3/Grammar.txt
Writing grammar tables to /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/lib2to3/Grammar2.7.10.final.0.pickle
PYTHONPATH=/var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7 LD_LIBRARY_PATH=/var/tmp/portage/dev-lang/python-2.7.10-r1/work/x86_64-pc-linux-gnu \
    ./python -E -m lib2to3.pgen2.driver /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/lib2to3/PatternGrammar.txt
Generating grammar tables from /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/lib2to3/PatternGrammar.txt
Writing grammar tables to /var/tmp/portage/dev-lang/python-2.7.10-r1/image//usr/lib64/python2.7/lib2to3/PatternGrammar2.7.10.final.0.pickle
if test "xno" != "xno"  ; then \
    case no in \
        upgrade) ensurepip="--altinstall --upgrade --no-default-pip" ;; \
        install|*) ensurepip="--altinstall --no-default-pip" ;; \
    esac; \
    LD_LIBRARY_PATH=/var/tmp/portage/dev-lang/python-2.7.10-r1/work/x86_64-pc-linux-gnu ./python -E -m ensurepip \
        $ensurepip --root=/var/tmp/portage/dev-lang/python-2.7.10-r1/image// ; \
fi
 * ERROR: dev-lang/python-2.7.10-r1::gentoo failed (install phase):
 *   python_do* and python_new* helpers are banned in EAPIs older than 5.
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_install
 *   environment, line 4170:  Called python_domodule 'epython.py'
 *   environment, line 3344:  Called die
 * The specific snippet of code:
 *           die "python_do* and python_new* helpers are banned in EAPIs older than 5.";
 * 
 * If you need support, post the output of `emerge --info '=dev-lang/python-2.7.10-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-lang/python-2.7.10-r1::gentoo'`.
 * The complete build log is located at '/var/log/portage/dev-lang:python-2.7.10-r1:20151129-124910.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-lang/python-2.7.10-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-lang/python-2.7.10-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-lang/python-2.7.10-r1/work/x86_64-pc-linux-gnu'
 * S: '/var/tmp/portage/dev-lang/python-2.7.10-r1/work/Python-2.7.10'
Does anyone have any idea what is going on? Thank you in advance.
Last edited by curmudgeon on Mon Nov 30, 2015 12:49 am, edited 1 time in total.
Top
khayyam
Watchman
Watchman
User avatar
Posts: 6227
Joined: Thu Jun 07, 2012 2:45 am
Location: Room 101

  • Quote

Post by khayyam » Sun Nov 29, 2015 2:29 pm

curmudgeon ...

the issue is the same as I reponded to in [post=7847898]this post[/post].

best ... khay
Top
Pednick
n00b
n00b
User avatar
Posts: 21
Joined: Wed Nov 19, 2014 6:42 pm

  • Quote

Post by Pednick » Sun Nov 29, 2015 2:32 pm

Seems all versions of python are failing, I tried first the basic with no modified make.conf and with ACCEPT_KEYWORDS="~x86" which gets the newest version. Looks like not a good time to do a new gentoo install.
Top
khayyam
Watchman
Watchman
User avatar
Posts: 6227
Joined: Thu Jun 07, 2012 2:45 am
Location: Room 101

  • Quote

Post by khayyam » Sun Nov 29, 2015 3:00 pm

Pednick wrote:Seems all versions of python are failing, I tried first the basic with no modified make.conf and with ACCEPT_KEYWORDS="~x86" which gets the newest version. Looks like not a good time to do a new gentoo install.
Pednick ... there really is no need for a reinstall ... read the link I provided above, the issue is likely to be fixed shortly.

best ... khay
Top
Pednick
n00b
n00b
User avatar
Posts: 21
Joined: Wed Nov 19, 2014 6:42 pm

  • Quote

Post by Pednick » Sun Nov 29, 2015 3:13 pm

khayyam wrote:
Pednick wrote:Seems all versions of python are failing, I tried first the basic with no modified make.conf and with ACCEPT_KEYWORDS="~x86" which gets the newest version. Looks like not a good time to do a new gentoo install.
Pednick ... there really is no need for a reinstall ... read the link I provided above, the issue is likely to be fixed shortly.

best ... khay
Actually I need to do a new install because I don't have any on right now but thanks for the info, I guess I'll have to wait.
Top
Pearlseattle
Apprentice
Apprentice
User avatar
Posts: 165
Joined: Thu Oct 04, 2007 11:07 am
Location: Switzerland
Contact:
Contact Pearlseattle
Website

  • Quote

Post by Pearlseattle » Sun Nov 29, 2015 5:21 pm

Same problem for me:

Code: Select all

emerge portage

 * IMPORTANT: 25 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Emerging (1 of 6) dev-lang/python-3.4.3::gentoo
 * Python-3.4.3.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ...                                           [ ok ]
 * python-gentoo-patches-3.4.3-0.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ...
etc....

Code: Select all

...
Compiling '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xml/dom/expatbuilder.py'...
Compiling '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xml/dom/minicompat.py'...
Compiling '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xml/dom/minidom.py'...
Compiling '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xml/dom/pulldom.py'...
Compiling '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xml/dom/xmlbuilder.py'...
Listing '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xml/etree'...
Compiling '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xml/etree/ElementInclude.py'...
Compiling '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xml/etree/ElementPath.py'...
Compiling '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xml/etree/ElementTree.py'...
Compiling '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xml/etree/__init__.py'...
Compiling '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xml/etree/cElementTree.py'...
Listing '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xml/parsers'...
Compiling '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xml/parsers/__init__.py'...
Compiling '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xml/parsers/expat.py'...
Listing '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xml/sax'...
Compiling '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xml/sax/__init__.py'...
Compiling '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xml/sax/_exceptions.py'...
Compiling '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xml/sax/expatreader.py'...
Compiling '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xml/sax/handler.py'...
Compiling '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xml/sax/saxutils.py'...
Compiling '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xml/sax/xmlreader.py'...
Listing '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xmlrpc'...
Compiling '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xmlrpc/__init__.py'...
Compiling '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xmlrpc/client.py'...
Compiling '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/xmlrpc/server.py'...
Compiling '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/zipfile.py'...
PYTHONPATH=/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4  LD_LIBRARY_PATH=/var/tmp/portage/dev-lang/python-3.4.3/work/x86_64-pc-linux-gnu \
	./python -E -Wi /var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/compileall.py \
	-d /usr/lib64/python3.4/site-packages -f \
	-x badsyntax /var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/site-packages
Listing '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/site-packages'...
PYTHONPATH=/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4 LD_LIBRARY_PATH=/var/tmp/portage/dev-lang/python-3.4.3/work/x86_64-pc-linux-gnu \
	./python -E -Wi -O /var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/compileall.py \
	-d /usr/lib64/python3.4/site-packages -f \
	-x badsyntax /var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/site-packages
Listing '/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/site-packages'...
PYTHONPATH=/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4 LD_LIBRARY_PATH=/var/tmp/portage/dev-lang/python-3.4.3/work/x86_64-pc-linux-gnu \
	./python -E -m lib2to3.pgen2.driver /var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/lib2to3/Grammar.txt
Generating grammar tables from /var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/lib2to3/Grammar.txt
Writing grammar tables to /var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/lib2to3/Grammar3.4.3.final.0.pickle
PYTHONPATH=/var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4 LD_LIBRARY_PATH=/var/tmp/portage/dev-lang/python-3.4.3/work/x86_64-pc-linux-gnu \
	./python -E -m lib2to3.pgen2.driver /var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/lib2to3/PatternGrammar.txt
Generating grammar tables from /var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/lib2to3/PatternGrammar.txt
Writing grammar tables to /var/tmp/portage/dev-lang/python-3.4.3/image//usr/lib64/python3.4/lib2to3/PatternGrammar3.4.3.final.0.pickle
if test "xno" != "xno"  ; then \
	case no in \
		upgrade) ensurepip="--altinstall --upgrade" ;; \
		install|*) ensurepip="--altinstall" ;; \
	esac; \
	LD_LIBRARY_PATH=/var/tmp/portage/dev-lang/python-3.4.3/work/x86_64-pc-linux-gnu ./python -E -m ensurepip \
		$ensurepip --root=/var/tmp/portage/dev-lang/python-3.4.3/image// ; \
fi
 * ERROR: dev-lang/python-3.4.3::gentoo failed (install phase):
 *   python_do* and python_new* helpers are banned in EAPIs older than 5.
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_install
 *   environment, line 4091:  Called python_domodule 'epython.py'
 *   environment, line 3277:  Called die
 * The specific snippet of code:
 *           die "python_do* and python_new* helpers are banned in EAPIs older than 5.";
 * 
 * If you need support, post the output of `emerge --info '=dev-lang/python-3.4.3::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-lang/python-3.4.3::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-lang/python-3.4.3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-lang/python-3.4.3/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-lang/python-3.4.3/work/x86_64-pc-linux-gnu'
 * S: '/var/tmp/portage/dev-lang/python-3.4.3/work/Python-3.4.3'
What worries me the most is this (worked perfectly before - not sure what I did that made this error message appear, but I didn't do much):

Code: Select all

# emerge --sync
>>> Synchronization of repository 'gentoo' located in '/usr/portage'...
!!! /usr/portage appears to be under revision control (contains .git).
!!! Aborting rsync sync.
FYI:

Code: Select all

# eselect python list
Available Python interpreters:
  [1]   python2.7
  [2]   python3.3 *

Code: Select all

# gcc-config -l
 [1] x86_64-pc-linux-gnu-4.7.3
 [2] x86_64-pc-linux-gnu-4.8.3 *
(I think that I tried all python/gcc combinations)

EDIT 20151129 - 1823 CET
Same issue with the "--sync" here: https://forums.gentoo.org/viewtopic-p-7 ... 5cac6e0bb6.

EDIT 20151129 - 1828 CET
Issue with "emerge --sync" solved by "rm -R /usr/portage/.git".
Top
khayyam
Watchman
Watchman
User avatar
Posts: 6227
Joined: Thu Jun 07, 2012 2:45 am
Location: Room 101

  • Quote

Post by khayyam » Sun Nov 29, 2015 5:28 pm

Pearlseattle wrote:What worries me the most is this (worked perfectly before - not sure what I did that made this error message appear, but I didn't do much):
Pearlseattle ... you didn't do anything, please read the link I provided above for the explanation.

best ... khay
Top
dataking
Apprentice
Apprentice
User avatar
Posts: 251
Joined: Wed Apr 20, 2005 12:01 am

  • Quote

Post by dataking » Sun Nov 29, 2015 11:05 pm

khayyam wrote:
Pearlseattle wrote:What worries me the most is this (worked perfectly before - not sure what I did that made this error message appear, but I didn't do much):
Pearlseattle ... you didn't do anything, please read the link I provided above for the explanation.

best ... khay
So....resync and hope for the best? ;-)
-= the D@7@k|n& =-
Top
curmudgeon
Veteran
Veteran
Posts: 1746
Joined: Fri Aug 08, 2003 1:39 pm

  • Quote

Post by curmudgeon » Mon Nov 30, 2015 12:52 am

After solving the "emerge --sync" issue (good thing I checked on that and learned how to fix it - I almost thought "oh that will get fixed soon," which would have left me waiting for a long time), and syncing, the package installed as it should.
Top
Chiitoo
Administrator
Administrator
User avatar
Posts: 3048
Joined: Sun Feb 28, 2010 5:36 pm
Location: Sore wa sore, kore wa kore... nanoda.

  • Quote

Post by Chiitoo » Tue Dec 22, 2015 10:33 am

Moved from Portage & Programming to Duplicate Threads in favour of [topic=1034238]Python-3.4.3 fail in install phase[/topic].
Kindest of regardses.
Top
Post Reply

10 posts • Page 1 of 1

Return to “Duplicate Threads”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic