Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Stage 1 compilation error
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
2k..
Tux's lil' helper
Tux's lil' helper


Joined: 25 May 2003
Posts: 81
Location: Tiverton - UK

PostPosted: Sun Feb 08, 2004 10:57 am    Post subject: Stage 1 compilation error Reply with quote

hi there

I am currently trying to install from a stage one and towards the end (i think) of the process i am getting the following error message

Code:

!!! error : sys:libs /glibc - 2.3.2-r9 failed
!!! function src_compile, line 488, exit code 1
!!! (no error message)


does anyone know whats going wrong? it's happened twice now
Back to top
View user's profile Send private message
Determined
n00b
n00b


Joined: 29 Dec 2003
Posts: 54

PostPosted: Sun Feb 08, 2004 11:07 am    Post subject: Reply with quote

at exactly what point is this happening?
_________________
-Determined

Currently working on;
http://www.familytreelink.com
http://www.davidmonaghan.com
Back to top
View user's profile Send private message
ferrarif5
Apprentice
Apprentice


Joined: 06 Sep 2003
Posts: 211
Location: Manchester, UK

PostPosted: Sun Feb 08, 2004 11:08 am    Post subject: Reply with quote

What are your use flags and cflags?
_________________
Asus P6X58D-E Mobo
Intel Core i7 920
18GB Corsair DDR3
User:335876 | Screenshot
Back to top
View user's profile Send private message
2k..
Tux's lil' helper
Tux's lil' helper


Joined: 25 May 2003
Posts: 81
Location: Tiverton - UK

PostPosted: Sun Feb 08, 2004 11:09 am    Post subject: Reply with quote

i think it's happening when it's compiling glibc? though i'm not 100% sure
Back to top
View user's profile Send private message
spb
Retired Dev
Retired Dev


Joined: 02 Jan 2004
Posts: 2135
Location: Cambridge, UK

PostPosted: Sun Feb 08, 2004 11:52 am    Post subject: Reply with quote

What messages do you get just before that one? Do you see an error message from gcc?
Back to top
View user's profile Send private message
2k..
Tux's lil' helper
Tux's lil' helper


Joined: 25 May 2003
Posts: 81
Location: Tiverton - UK

PostPosted: Sun Feb 08, 2004 2:54 pm    Post subject: Reply with quote

appologies for taking so long to reply, i attempted a stage one install again hoping to get it to work (which it didn't) same error message...

this is a more detailed account of what it is saying...

Code:

Applying glibc-2.3.2 -iconvconfig -name_insert.patch     [ok]
configuring GLIBC
......
(checking for stuff that is ok)
......
checking for suffix of object files....configure: error: cannot compute suffix of object files: cannot compile
!!! error : sys:libs /glibc - 2.3.2-r9 failed
!!! function src_compile, line 488, exit code 1
!!! (no error message)


it's the third time now that it has gone wrong at this point with this error :(
Back to top
View user's profile Send private message
Determined
n00b
n00b


Joined: 29 Dec 2003
Posts: 54

PostPosted: Sun Feb 08, 2004 11:15 pm    Post subject: Reply with quote

Take a look at your /etc/make.conf file and let us know what the CFLAGS= and USE= settings are.
_________________
-Determined

Currently working on;
http://www.familytreelink.com
http://www.davidmonaghan.com
Back to top
View user's profile Send private message
2k..
Tux's lil' helper
Tux's lil' helper


Joined: 25 May 2003
Posts: 81
Location: Tiverton - UK

PostPosted: Tue Feb 10, 2004 12:27 am    Post subject: Reply with quote

Hi there,

I don't have any use settings

Code:

CHOST ="i686- pc -linux -gnu"
CFLAGS ="mcpu=athlon -xp -03 -pipe"


NB the actual formatting of these may be incorrect as i am trying to read my hand writing! however i just uncommented both of these lines and the CXXFLAGS one.

Cheers
Back to top
View user's profile Send private message
FreeFly42
l33t
l33t


Joined: 03 Nov 2003
Posts: 848
Location: Houston, TX

PostPosted: Tue Feb 10, 2004 4:25 am    Post subject: Reply with quote

I hope your formatting is just a typo. It should be:
Code:
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O3 -pipe"

_________________
Kent

Planes are dangerous, get out of 'em quick
Back to top
View user's profile Send private message
2k..
Tux's lil' helper
Tux's lil' helper


Joined: 25 May 2003
Posts: 81
Location: Tiverton - UK

PostPosted: Tue Feb 10, 2004 5:46 pm    Post subject: Reply with quote

it's more i can't read my own hand writing properly!

all i did was remove the comments for the relevent CHOST and CFLAG lines
Back to top
View user's profile Send private message
2k..
Tux's lil' helper
Tux's lil' helper


Joined: 25 May 2003
Posts: 81
Location: Tiverton - UK

PostPosted: Tue Feb 10, 2004 10:52 pm    Post subject: Reply with quote

have just tried to do a stage one again, and the same error message is appearing.

the disk i am using has worked 3 times on exactly the same system so i'm at a loss :(
Back to top
View user's profile Send private message
FreeFly42
l33t
l33t


Joined: 03 Nov 2003
Posts: 848
Location: Houston, TX

PostPosted: Wed Feb 11, 2004 12:36 am    Post subject: Reply with quote

Don't try another install until you can emerge glibc successfully. There is no point really. Is it possible you are running out of disk space? If you just do 'emerge glibc' how far does it get and what error does it post? If it compiles for a time before it fails I suspect it may be running out of space?
_________________
Kent

Planes are dangerous, get out of 'em quick
Back to top
View user's profile Send private message
jpb5151
n00b
n00b


Joined: 07 Nov 2003
Posts: 7

PostPosted: Wed Feb 11, 2004 1:51 am    Post subject: Reply with quote

My Stage 1 also bombed out right here, with only "i686" set. Then when trying to get rid of -r9 and use -r3 instead, the compile for gcc itself would fail.

/etc/make.conf had this:
CHOST="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium4 -funroll-loops -pipe"
The above with -march=i686 was no different.

The only way I could get around it was to do an emerge -u for gcc and then install dependency programs one-by-one while avoiding all glibc-2.3.2 stuff completely.

Then, after getting gcc compiled, I set "-x86" in the glibc-2.3.2-r9.ebuild file so that -r3 would get used instead; even at this point, -r9 would fail to compile. I then did the emerge -U system (had gcc-3.3.2-r6 instead of the -r5 that Gentoo wanted), finished the installation, and later updated to -r9 for glibc. Everything seemed to smooth out.

There are undoubtedly much much better ways, but I'm still a Gentoo newbie. :)
Back to top
View user's profile Send private message
2k..
Tux's lil' helper
Tux's lil' helper


Joined: 25 May 2003
Posts: 81
Location: Tiverton - UK

PostPosted: Thu Feb 19, 2004 10:39 pm    Post subject: Reply with quote

ok.... deep breaths here

I have solved this problem with a very obvious and easy soloution...

i feel a proper berk but it seems that the live disk i used is a little old, by downloading the lastest disk the installation went perfectly, i am now typing this reply in fluxbox, running 2.6.3-mm1 kernel waiting for kde to finish compiling (sometime tomorrow afternoon i recon)

:oops:

Mike
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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