Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 125583

Summary: gcc-3.4/ICE libfpx fail to compile
Product: Gentoo Linux Reporter: djinnZ <nicola.rauseo>
Component: [OLD] UnspecifiedAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2005.1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: info data
preprocessed source

Description djinnZ 2006-03-09 03:16:16 UTC
after sync, moving to new gcc with emerge -e, merging am-utils fails with this compiler error:

Making all in ri_image
make[1]: Entering directory `/var/tmp/portage/libfpx-1.2.0.9/work/libfpx-1.2.0.9/ri_image'
if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_STATFS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_MOUNT_H=1 -DHAVE_DLFCN_H=1  -I. -I. -I../basics -I../fpx -I../ole -I../ri_image -I../jpeg -I../oless -I../oless/h  -D_UNIX   -march=athlon -O3 -pipe -MT ri_sys.lo -MD -MP -MF ".deps/ri_sys.Tpo" \
  -c -o ri_sys.lo `test -f 'ri_sys.cpp' || echo './'`ri_sys.cpp; \
then mv ".deps/ri_sys.Tpo" ".deps/ri_sys.Plo"; \
else rm -f ".deps/ri_sys.Tpo"; exit 1; \
fi
 i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_STATFS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_MOUNT_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../basics -I../fpx -I../ole -I../ri_image -I../jpeg -I../oless -I../oless/h -D_UNIX -march=athlon -O3 -pipe -MT ri_sys.lo -MD -MP -MF .deps/ri_sys.Tpo -c ri_sys.cpp  -fPIC -DPIC -o .libs/ri_sys.o
ri_sys.cpp: In constructor `PErrorsList::PErrorsList(OSErr, FicNom)':
ri_sys.cpp:156: internal compiler error: in sweep_string_variable, at protector.c:1158
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
Preprocessed source stored into /tmp/ccXnYzHi.out file, please attach this to your bugreport.
make[1]: *** [ri_sys.lo] Error 1
make[1]: Leaving directory `/var/tmp/portage/libfpx-1.2.0.9/work/libfpx-1.2.0.9/ri_image'
make: *** [all-recursive] Error 1
Comment 1 djinnZ 2006-03-09 03:17:30 UTC
Created attachment 81755 [details]
info data
Comment 2 djinnZ 2006-03-09 03:25:00 UTC
Created attachment 81756 [details]
preprocessed source
Comment 3 Mark Loeser (RETIRED) gentoo-dev 2006-03-09 09:46:08 UTC

*** This bug has been marked as a duplicate of 74457 ***