Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36572 - seg fault on bootstrap
Summary: seg fault on bootstrap
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: Highest critical (vote)
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-27 04:01 UTC by Christian Meissner
Modified: 2006-02-04 06:04 UTC (History)
0 users

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 Christian Meissner 2003-12-27 04:01:51 UTC
i try to install gentoo from stage1 up to a finished system on my ibook (G3 900)

cat /proc/cpuinfo:
------------------
cpu             : 750FX
temperature     : 38-41 C (uncalibrated)
clock           : 900MHz
revision        : 2.3 (pvr 7000 0203)
bogomips        : 1782.57
machine         : PowerBook4,3
motherboard     : PowerBook4,3 MacRISC2 MacRISC Power Macintosh
board revision  : 00000003
detected as     : 257 (iBook 2 rev. 2)
pmac flags      : 0000000b
L2 cache        : 512K unified
memory          : 384MB
pmac-generation : NewWorld

grep -v '#' /var/gentoo/etc/make.conf:
--------------------------------------
CHOST="powerpc-unknown-linux-gnu"
CFLAGS="-O2 -pipe -mcpu=750 -mpowerpc-gfxopt -mmultiple -mstring"
CXXFLAGS="${CFLAGS}"

If i run an bootstrap.sh with this entries, i get an segmentation fault on binutils or glibc or gcc.

here one error msg:
------------------make[1]: *** [crypt/others] Segmentation fault
make[1]: Leaving directory `/var/tmp/portage/glibc-2.3.2-r3/work/glibc-2.3.2'
make: *** [all] Error 2

!!! ERROR: sys-libs/glibc-2.3.2-r3 failed.
!!! Function src_compile, Line 442, Exitcode 2
!!! (no error message)

The misterious is that the fault come each time in glibc and other one in gcc compiling.
Comment 1 Bartosch Pixa (RETIRED) gentoo-dev 2004-02-15 09:19:28 UTC
drop -mpowerpc-gfxopt -mmultiple -mstring from your cflags and try again
Comment 2 Pieter Van den Abeele (RETIRED) gentoo-dev 2004-09-22 13:41:54 UTC
Could you please reopen this bug if it is still valid?