Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89157 - glibc-2.3.4.20041102-r1 failed to compile
Summary: glibc-2.3.4.20041102-r1 failed to compile
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: x86 All
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-15 01:09 UTC by Szilard Gyorgy
Modified: 2005-04-15 13:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Szilard Gyorgy 2005-04-15 01:09:02 UTC
make[2]: ** [/var/tmp/portage/glibc-2.3.4.20041102-r1/work/build-default-i386-pc-linux-gnu-linuxthreads/iconvdata/gb18030.os] Error 1
make[2]: Leaving directory `/var/tmp/portage/glibc-2.3.4.20041102-r1/work/glibc-2.3.3/iconvdata'
make[1]: *** [iconvdata/others] Error 2
make[1]: Leaving directory `/var/tmp/portage/glibc-2.3.4.20041102-r1/work/glibc-2.3.3'
make: *** [all] Error 2
!!! ERROR sys-libs/glibc-2.3.4.20041102-r1 failed.
!!! function src_compile, Line 744, Exitcode 2
!!! (no error message)


Reproducible: Always
Steps to Reproduce:
1.make.conf
CFLAGS="-O3 -march=athlon-xp -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
2.emerge --sync;./usr/portage/script/bootstrap.sh
3.emerge system

Actual Results:  
Compliation error - see details

Expected Results:  
Finish the emerge system :)

I used the latest gentoo livecd (2005.0)
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-04-15 04:01:24 UTC
Just a wild guess - you are installing from stage 2/3 and changed CHOST? 
Comment 2 Benjamin Judas (RETIRED) gentoo-dev 2005-04-15 04:12:13 UTC
Not our beer - as soon as you chroot we're not responsible anymore. Also, please don't set priorities/severities yourself and keep it to the bug-wranglers.
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2005-04-15 04:17:27 UTC
Szilard, you didn't show us the actual compile error.  You didn't post the output of `emerge --info`, you didn't say whether you're in the chroot installing gentoo (and if so, from which stage).

Please give us some more information.
Comment 4 SpanKY gentoo-dev 2005-04-15 13:09:43 UTC
yeah, you neglected to post the actual error or `emerge info` like the bug report page told you to

at any rate, like Jakub said, it looks like you didnt set CHOST properly because glibc is trying to build in 'i386-pc-linux-gnu' instead of 'i686-pc-linux-gnu'