Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Failed to emerge dev-lang/python-2.5.4-r4
Date: Wed, 14 Sep 2011 00:54:55
Message-Id: 20110914025249.505994bd@weird.wonkology.org
In Reply to: [gentoo-user] Failed to emerge dev-lang/python-2.5.4-r4 by Moritz Schlarb
1 Moritz Schlarb writes:
2
3
4 > /usr/bin/install -c -m 644 pyconfig.h
5 > /var/tmp/portage/dev-lang/python-2.5.4-r4/image//usr/include/python2.5/pyconfig.h
6 > emake failed
7 > * ERROR: dev-lang/python-2.5.4-r4 failed (install phase):
8 > * emake altinstall maninstall failed
9 [...]
10 > Doesn't make much sense to me, failing at installing to
11 > python2.5-specific directories... I would investigate further, but I
12 > don't know how to make portage tell me more about the error that
13 > occured! But I'm eager to learn, would be great if someone could tell
14 > me where to look for debugging infos.
15
16 Look at yout build.log, line 942, a libpython2.5.so.1.0 cannot be found.
17 I don't know why, and I have no time to look further right now. I'd try
18 again with MAKEOPTS=-j1 in case something was executed out of order and in
19 parallel, but that's just a tip, no idea if this might help. Look
20 in /var/tmp/portage/dev-lang/python-2.5.4-r4/image/ and check if this
21 library exists, and maybe try to do by hand what failed in the build log.
22
23 Sorry, my time is up,
24
25 Wonko

Replies

Subject Author
[gentoo-user] Re: Failed to emerge dev-lang/python-2.5.4-r4 Moritz Schlarb <mail@××××××××××××××.de>