Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] python-2.5.2-r7 build failure
Date: Mon, 19 Jan 2009 17:27:22
Message-Id: 5bdc1c8b0901190927v3c805322i8f38ecf18d3c07a2@mail.gmail.com
In Reply to: Re: [gentoo-user] python-2.5.2-r7 build failure by Peter Humphrey
1 On Thu, Jan 15, 2009 at 3:54 AM, Peter Humphrey
2 <peter@××××××××××××××.org> wrote:
3 > On Tuesday 13 January 2009 22:50:55 Mark Knecht wrote:
4 >
5 > [...]
6 >> Compiling
7 >> /var/tmp/portage/dev-lang/python-2.5.2-r7/image//usr/lib/python2.5/zipfile.py
8 >>...
9 > [???]
10 >> make: *** [libinstall] Error 1
11 >> *
12 >> * ERROR: dev-lang/python-2.5.2-r7 failed.
13 > [...]
14 >
15 > You've snipped the useful part, where I've indicated above with question
16 > marks. You need to find the first mention of an error. That should tell you
17 > what the problem is, or at least point to an investigation route.
18 >
19 > --
20 > Rgds
21 > Peter
22 >
23 >
24
25 Peter,
26 Thanks for the reponse. I didn't snip anything out. This is all I see:
27
28 gandalf ~ # tail -20 /var/tmp/portage/dev-lang/python-2.5.2-r7/temp/build.log
29 Compiling /var/tmp/portage/dev-lang/python-2.5.2-r7/image//usr/lib/python2.5/xml/sax/saxutils.py
30 ...
31 Compiling /var/tmp/portage/dev-lang/python-2.5.2-r7/image//usr/lib/python2.5/xml/sax/xmlreader.py
32 ...
33 Compiling /var/tmp/portage/dev-lang/python-2.5.2-r7/image//usr/lib/python2.5/xmllib.py
34 ...
35 Compiling /var/tmp/portage/dev-lang/python-2.5.2-r7/image//usr/lib/python2.5/xmlrpclib.py
36 ...
37 Compiling /var/tmp/portage/dev-lang/python-2.5.2-r7/image//usr/lib/python2.5/zipfile.py
38 ...
39 make: *** [libinstall] Error 1
40 *
41 * ERROR: dev-lang/python-2.5.2-r7 failed.
42 * Call stack:
43 * ebuild.sh, line 49: Called src_install
44 * environment, line 3439: Called die
45 * The specific snippet of code:
46 * make DESTDIR="${D}" altinstall maninstall || die;
47 * The die message:
48 * (no error message)
49 *
50 * If you need support, post the topmost build error, and the call
51 stack if relevant.
52 * A complete build log is located at
53 '/var/tmp/portage/dev-lang/python-2.5.2-r7/temp/build.log'.
54 * The ebuild environment file is located at
55 '/var/tmp/portage/dev-lang/python-2.5.2-r7/temp/environment'.
56 *
57 gandalf ~ #
58
59
60 I've now seen this on two machine, one x86, the other amd64. I'm
61 submitting a bug report
62
63 Thanks,
64 Mark