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 problems
Date: Thu, 12 Feb 2009 02:40:23
Message-Id: 5bdc1c8b0902111840j275fdd8eg429460bb979a2b08@mail.gmail.com
In Reply to: Re: [gentoo-user] python-2.5.2-r7 build problems by Joshua D Doll
1 On Wed, Feb 11, 2009 at 6:25 PM, Joshua D Doll <joshua.doll@×××××.com> wrote:
2 > Mark Knecht wrote:
3 >>
4 >> Hi,
5 >> I had two machine that for some reason wouldn't build the 2.5 slot
6 >> for python. I've waited weeks for the possibility that something would
7 >> get cleaned up in portage or on a server somewhere but as of yet it
8 >> hasn't happened. For kicks today I cleaned out distfiles and did an
9 >> emerge -e @system but it failed the same way. I'm wondering what to
10 >> try next?
11 >>
12 >> Is it allowable to remove ebuilds by hand? Will an eix-sync get new
13 >> versions if ebuilds are missing and I change the servers that the
14 >> machine is pointing to?
15 >>
16 >> Looking for ideas about how to move forward.
17 >>
18 >> Thanks,
19 >> Mark
20 >>
21 >>
22 >>
23 >
24 > What's the error message?
25 >
26 > --Joshua Doll
27
28 Not much unfortunately:
29
30 Compiling /var/tmp/portage/dev-lang/python-2.5.2-r7/image//usr/lib/python2.5/xml/sax/xmlreader.py
31 ...
32 Compiling /var/tmp/portage/dev-lang/python-2.5.2-r7/image//usr/lib/python2.5/xmllib.py
33 ...
34 Compiling /var/tmp/portage/dev-lang/python-2.5.2-r7/image//usr/lib/python2.5/xmlrpclib.py
35 ...
36 Compiling /var/tmp/portage/dev-lang/python-2.5.2-r7/image//usr/lib/python2.5/zipfile.py
37 ...
38 make: *** [libinstall] Error 1
39 ^[[31;01m*^[[0m
40 ^[[31;01m*^[[0m ERROR: dev-lang/python-2.5.2-r7 failed.
41 ^[[31;01m*^[[0m Call stack:
42 ^[[31;01m*^[[0m ebuild.sh, line 49: Called src_install
43 ^[[31;01m*^[[0m environment, line 3469: Called die
44 ^[[31;01m*^[[0m The specific snippet of code:
45 ^[[31;01m*^[[0m make DESTDIR="${D}" altinstall maninstall || die;
46 ^[[31;01m*^[[0m The die message:
47 ^[[31;01m*^[[0m (no error message)
48 ^[[31;01m*^[[0m
49 ^[[31;01m*^[[0m If you need support, post the topmost build error,
50 and the call stack if relevant.
51 ^[[31;01m*^[[0m A complete build log is located at
52 '/var/tmp/portage/dev-lang/python-2.5.2-r7/temp/build.log'.
53 ^[[31;01m*^[[0m The ebuild environment file is located at
54 '/var/tmp/portage/dev-lang/python-2.5.2-r7/temp/environment'.
55 ^[[31;01m*^[[0m

Replies

Subject Author
Re: [gentoo-user] python-2.5.2-r7 build problems Joshua D Doll <joshua.doll@×××××.com>