Gentoo Archives: gentoo-user

From: Daniel Iliev <danny@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] broken python howto [SOLVED][OT]
Date: Mon, 29 Jan 2007 22:07:10
Message-Id: 45BE6E44.9090904@ilievnet.com
In Reply to: Re: [gentoo-user] broken python howto [SOLVED] by Albert Hopkins
1 Albert Hopkins wrote:
2 > You didn't do something crazy like put "-static" in your CFLAGS did you?
3 >
4 >
5
6
7 No, I don't have it in my CFLAGS:
8 grep CFLA /etc/make.conf
9 CFLAGS="-march=pentium2 -mmmx -pipe -O3 -fomit-frame-pointer"
10 CXXFLAGS="${CFLAGS}"
11
12 (yes it's an old Compaq Pentium II @400MHz with 128MB RAM serving it's
13 last days as a gateway)
14
15 ...but I do have "static" in mu USE flags. Forgotten there for may be a
16 year or so when I wanted a static busybox for init-fs. Until now I never
17 had problems with that system - every day it gets synced and almost
18 everyday I do "emerge -DuN world". I don't see "static" USE flag showing
19 up in python and I guess its disabled by the ebuild:
20
21 emerge -pv python
22 Calculating dependencies ... done!
23 [ebuild R ] dev-lang/python-2.4.3-r4 USE="gdbm ncurses readline ssl
24 -berkdb -bootstrap -build -doc -ipv6 -nocxx -tk -ucs2" 0 kB
25
26 Is this USE flag a problem?
27
28 --
29 Best regards,
30 Daniel
31
32
33 --
34 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] broken python howto [SOLVED][OT] Statux <statux@×××××××××.net>