Bug 24521 - internal compiler error (segmentation fault) when compiling xorg-x11 6.8.2
Summary: internal compiler error (segmentation fault) when compiling xorg-x11 6.8.2
Status: RESOLVED WORKSFORME
Alias: None
Product: gcc
Classification: Unclassified
Component: middle-end (show other bugs)
Version: 4.0.2
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-25 13:54 UTC by Kasper Sandberg
Modified: 2005-10-25 14:40 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
cc5F7DsV.out (51.36 KB, text/plain)
2005-10-25 13:56 UTC, Kasper Sandberg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kasper Sandberg 2005-10-25 13:54:40 UTC
this is the output i get:
including in doc/man/misc...
making all in ./include...
making all in include/bitmaps...
making all in include/extensions...
making all in include/fonts...
making all in include/GL...
making all in include/DPS...
making all in ./config...
making all in config/cf...
making all in config/imake...
making all in config/makedepend...
making all in config/util...
rman.c: In function 'main':
rman.c:4894: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
Preprocessed source stored into /var/tmp/portage/xorg-x11-6.8.2-r4/temp/cc5F7DsV.out file, please attach this to your bugreport.
make[4]: *** [rman.o] Error 1


it should be noted, that this is a 32bit chroot from linux x86_64.
gcc -v:
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: /var/tmp/portage/gcc-4.0.2-r1/work/gcc-4.0.2/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.0.2 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.0.2/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.0.2 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.0.2/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.0.2/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.0.2/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --disable-nls --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libgcj --enable-languages=c,c++ --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 4.0.2 (Gentoo 4.0.2-r1, pie-8.7.8)
Comment 1 Kasper Sandberg 2005-10-25 13:56:02 UTC
Created attachment 10054 [details]
cc5F7DsV.out

this is the output thing it talks about in the error message
Comment 2 Andrew Pinski 2005-10-25 13:56:47 UTC
Did you read:
See <URL:http://bugs.gentoo.org/> for instructions.
Comment 3 Kasper Sandberg 2005-10-25 14:03:22 UTC
bugs.gentoo.org is just a bugzilla - but i figure this is not a gentoo problem. i guy told me to report it to gcc's bugzilla. so i did.
Comment 4 Andrew Pinski 2005-10-25 14:16:06 UTC
This works for me, so it has to be a patch which gentoo adds.
Comment 5 Kasper Sandberg 2005-10-25 14:40:24 UTC
hmm ok.. do you think it could be because it is a 32bit chroot within a 64bit install?

anyway, i will try a vanilla gcc 4.0.2, and get back to you later today or tomorow perhaps (more likely)