Gentoo Archives: gentoo-user

From: Heiko Wundram <heiko@××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Still getting calls to gcc-i486
Date: Wed, 15 Jul 2009 21:39:45
Message-Id: 25a71da1aca9f5cb2b1e716bb9f44c54@localhost
In Reply to: [gentoo-user] Re: Still getting calls to gcc-i486 by Harry Putnam
1 On Wed, 15 Jul 2009 16:13:01 -0500, Harry Putnam <reader@×××××××.com>
2 wrote:
3 > <snip>
4 > So far I haven't found any instance of i486 files remaining on the
5 > system... what else might evoke that output?
6
7 As I said: some Python makefile retains the reference to the (former) i486
8 compiler. That Makefile is used when building packages using distutils
9 (that's what's happening here). If remerging Python itself didn't help, how
10 about grepping /usr/lib/python2.6 for "i486", and replacing the matching
11 string by hand?
12
13 grep -R "i486" /usr/lib/python2.6
14
15 On my system (i686), it's /usr/lib/python2.6/config/Makefile that matches.
16 And that should also be what's used by distutils.
17
18 --
19 Heiko Wundram
20 Gehrkens.IT GmbH
21
22 FON 0511-59027953 | http://www.gehrkens.it
23 FAX 0511-59027957 | http://www.xencon.net
24
25 Gehrkens.IT GmbH
26 Strasse der Nationen 5
27 30539 Hannover
28
29 Registergericht: Amtsgericht Hannover, HRB 200551
30 Geschäftsführer: Harald Gehrkens, Daniel Netzer

Replies

Subject Author
[gentoo-user] Re: Still getting calls to gcc-i486 Harry Putnam <reader@×××××××.com>