Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125583 - gcc-3.4/ICE libfpx fail to compile
Summary: gcc-3.4/ICE libfpx fail to compile
Status: RESOLVED DUPLICATE of bug 74457
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-09 03:16 UTC by djinnZ
Modified: 2006-03-09 09:46 UTC (History)
0 users

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


Attachments
info data (info,6.23 KB, text/plain)
2006-03-09 03:17 UTC, djinnZ
Details
preprocessed source (ccXnYzHi.out,340.69 KB, text/plain)
2006-03-09 03:25 UTC, djinnZ
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***