[gentoo-user] broken python howto

2007-01-29 Thread Daniel Iliev
Hi, everyone I'm facing the following problem: emerge whatever !!! Failed to complete python imports. These are internal modules for !!! python and failure here indicates that you have a problem with python !!! itself and thus portage is not able to continue processing. !!! You might consider

Re: [gentoo-user] broken python howto

2007-01-29 Thread Kent Fredric
On 1/30/07, Daniel Iliev [EMAIL PROTECTED] wrote: Any ideas and/or suggestions will be much appreciated. -- The Last time i had one of those problems I cracked out an old binpkg I had lying around ( a lesson I learned a while back on freebsd when i had make,gcc and tar ALL break due to a

Re: [gentoo-user] broken python howto

2007-01-29 Thread Albert Hopkins
On Mon, 2007-01-29 at 20:06 +0200, Daniel Iliev wrote: Hi, everyone I'm facing the following problem: emerge whatever !!! Failed to complete python imports. These are internal modules for !!! python and failure here indicates that you have a problem with python !!! itself and thus

Re: [gentoo-user] broken python howto

2007-01-29 Thread Daniel Iliev
Kent Fredric wrote: The Last time i had one of those problems I cracked out an old binpkg I had lying around ( a lesson I learned a while back on freebsd when i had make,gcc and tar ALL break due to a common lib dying : moral of the story: always have static copies of tar/make/bz2 in binpkgs

Re: [gentoo-user] broken python howto [SOLVED]

2007-01-29 Thread Daniel Iliev
Albert Hopkins wrote: First question: what did you do? # python Python 2.4.4 (#1, Jan 2 2007, 19:55:21) [GCC 4.1.1 (Gentoo 4.1.1-r3)] on linux2 Type help, copyright, credits or license for more information. import time

Re: [gentoo-user] broken python howto [SOLVED]

2007-01-29 Thread Albert Hopkins
You didn't do something crazy like put -static in your CFLAGS did you? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] broken python howto [SOLVED][OT]

2007-01-29 Thread Daniel Iliev
Albert Hopkins wrote: You didn't do something crazy like put -static in your CFLAGS did you? No, I don't have it in my CFLAGS: grep CFLA /etc/make.conf CFLAGS=-march=pentium2 -mmmx -pipe -O3 -fomit-frame-pointer CXXFLAGS=${CFLAGS} (yes it's an old Compaq Pentium II @400MHz with 128MB RAM

Re: [gentoo-user] broken python howto [SOLVED][OT]

2007-01-29 Thread Statux
No, I don't have it in my CFLAGS: grep CFLA /etc/make.conf CFLAGS=-march=pentium2 -mmmx -pipe -O3 -fomit-frame-pointer CXXFLAGS=${CFLAGS} shouldn't -mmmx be -mmx or have I been looking at too many switches and use flags and going cross-eyed? signature.asc Description: This is a digitally

Re: [gentoo-user] broken python howto [SOLVED][OT]

2007-01-29 Thread Daniel Iliev
Statux wrote: No, I don't have it in my CFLAGS: grep CFLA /etc/make.conf CFLAGS=-march=pentium2 -mmmx -pipe -O3 -fomit-frame-pointer CXXFLAGS=${CFLAGS} shouldn't -mmmx be -mmx or have I been looking at too many switches and use flags and going cross-eyed? When used as a CFLAG