Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem with emerge & gcc
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
alinv
Guru
Guru


Joined: 19 Nov 2002
Posts: 395
Location: Bucharest

PostPosted: Sun Mar 09, 2003 2:36 pm    Post subject: Problem with emerge & gcc Reply with quote

All of a sudden, I can't emerge anything which has to be compiled. Every ebuild I try just hangs when it first tries to run gcc. No error message, it just hangs. :(
But if I run the same thing manually (configure, make, make install) using the same CFLAGS, everything works just fine.

Code:

CHOST="i686-pc-linux-gnu"
CFLAGS="-O3 -mcpu=athlon -pipe"
CXXFLAGS="${CFLAGS}"


Kernel is 2.4.19-gentoo-r10, portage is 2.0.47-r8, python 2.2.2, gcc 3.2.1-r7 (I also tried 3.2.2 with no luck)

Any help or suggestions appreciated.
Back to top
View user's profile Send private message
alinv
Guru
Guru


Joined: 19 Nov 2002
Posts: 395
Location: Bucharest

PostPosted: Sun Mar 09, 2003 4:22 pm    Post subject: Reply with quote

It was ccache :(
The weird thing is that I removed it from FEATURES, but it didn't make any change, I had to unmerge it.

Now everything works fine 8)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum