[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#327782: ICE while building flac on m68k



Package: gcc-4.0
Version: 4.0.1-6
Severity: important

Hi,

gcc-4.0 ICEs on m68k while trying to build flac 1.1.2-3.

As excerpted from
http://buildd.debian.org/fetch.php?&pkg=flac&ver=1.1.2-3&arch=m68k&stamp=1125138508&file=log&as=raw :

make[5]: Entering directory `/build/buildd/flac-1.1.2/src/libFLAC'
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..      -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -fno-inline-functions -MT bitbuffer.lo -MD -MP -MF ".deps/bitbuffer.Tpo" -c -o bitbuffer.lo bitbuffer.c; \
then mv -f ".deps/bitbuffer.Tpo" ".deps/bitbuffer.Plo"; else rm -f ".deps/bitbuffer.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -fno-inline-functions -MT bitbuffer.lo -MD -MP -MF .deps/bitbuffer.Tpo -c bitbuffer.c  -fPIC -DPIC -o .libs/bitbuffer.o
bitbuffer.c: In function 'bitbuffer_resize_':
bitbuffer.c:214: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.
make[5]: *** [bitbuffer.lo] Error 1
make[5]: Leaving directory `/build/buildd/flac-1.1.2/src/libFLAC'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/build/buildd/flac-1.1.2/src/libFLAC'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/build/buildd/flac-1.1.2/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/buildd/flac-1.1.2'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd/flac-1.1.2'
make: *** [build-stamp] Error 2

This is the first file to be compiled for flac, so the error is likely
not specific to bitbuffer.c.

I don't have an m68k machine, and crest is very slow, so I can't debug
this problem myself. Wouter Verhelst will be looking into it soon,
however.

-- 
Joshua Kwan



Reply to: