This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13147] Internal error when compiling StepMania, app requested bug report
- From: "ynadji at nawajee dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Nov 2003 02:12:03 -0000
- Subject: [Bug c++/13147] Internal error when compiling StepMania, app requested bug report
- References: <20031121020912.13147.ynadji@nawajee.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ynadji at nawajee dot com 2003-11-21 02:11 -------
Here is the full output I get when I typ 'make' to compile StepMania:
ynadji@onizuka:StepMania-3.9-alpha8-src$ make
/bin/sh ./config.status --recheck
running /bin/sh ./configure --no-create --no-recursion
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for glPushMatrix in -lGL... yes
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.6... yes
checking for ogg_stream_init in -logg... yes
checking for vorbis_comment_add in -lvorbis... yes
checking for ov_open in -lvorbisfile... yes
checking for mad_synth_init in -lmad... yes
checking for library containing avcodec_init... no
checking for library containing guess_format... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for library containing dladdr... -ldl
checking for crash handler components... ok
checking libiberty.h usability... yes
checking libiberty.h presence... yes
checking for libiberty.h... yes
checking for library containing cplus_demangle... -liberty
checking for ALSA CFLAGS...
checking for ALSA LDFLAGS... -lasound
checking for libasound headers version >= 0.9.0... found.
checking for snd_ctl_open in -lasound... yes
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.0... yes (version 2.2.4)
checking linux/soundcard.h usability... yes
checking linux/soundcard.h presence... yes
checking for linux/soundcard.h... yes
checking for inttypes.h... (cached) yes
checking whether powf is declared... yes
checking whether sqrtf is declared... yes
checking whether sinf is declared... yes
checking whether tanf is declared... yes
checking whether cosf is declared... yes
checking whether acosf is declared... yes
checking whether roundf is declared... no
checking whether truncf is declared... no
checking whether SIGPWR is declared... yes
configure: creating ./config.status
cd . && /bin/sh ./config.status Makefile
config.status: creating Makefile
Making all in src
make[1]: Entering directory `/home/ynadji/StepMania-3.9-alpha8-src/src'
cd .. && /bin/sh ./config.status src/Makefile depfiles
config.status: creating src/Makefile
config.status: executing depfiles commands
make[1]: Leaving directory `/home/ynadji/StepMania-3.9-alpha8-src/src'
make[1]: Entering directory `/home/ynadji/StepMania-3.9-alpha8-src/src'
cd .. && /bin/sh /home/ynadji/StepMania-3.9-alpha8-src/autoconf/missing --run
autoheader
touch ./config.h.in
cd .. && /bin/sh ./config.status src/config.h
config.status: creating src/config.h
config.status: src/config.h is unchanged
make all-am
make[2]: Entering directory `/home/ynadji/StepMania-3.9-alpha8-src/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/SDL -D_REENTRANT -Wall -W
-Wno-unused -Wno-switch -O3 -MT Screen.o -MD -MP -MF ".deps/Screen.Tpo" \
-c -o Screen.o `test -f 'Screen.cpp' || echo './'`Screen.cpp; \
then mv -f ".deps/Screen.Tpo" ".deps/Screen.Po"; \
else rm -f ".deps/Screen.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/SDL -D_REENTRANT -Wall -W
-Wno-unused -Wno-switch -O3 -MT ScreenAttract.o -MD -MP -MF
".deps/ScreenAttract.Tpo" \
-c -o ScreenAttract.o `test -f 'ScreenAttract.cpp' || echo
'./'`ScreenAttract.cpp; \
then mv -f ".deps/ScreenAttract.Tpo" ".deps/ScreenAttract.Po"; \
else rm -f ".deps/ScreenAttract.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/SDL -D_REENTRANT -Wall -W
-Wno-unused -Wno-switch -O3 -MT ScreenBookkeeping.o -MD -MP -MF
".deps/ScreenBookkeeping.Tpo" \
-c -o ScreenBookkeeping.o `test -f 'ScreenBookkeeping.cpp' || echo
'./'`ScreenBookkeeping.cpp; \
then mv -f ".deps/ScreenBookkeeping.Tpo" ".deps/ScreenBookkeeping.Po"; \
else rm -f ".deps/ScreenBookkeeping.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/SDL -D_REENTRANT -Wall -W
-Wno-unused -Wno-switch -O3 -MT ScreenCaution.o -MD -MP -MF
".deps/ScreenCaution.Tpo" \
-c -o ScreenCaution.o `test -f 'ScreenCaution.cpp' || echo
'./'`ScreenCaution.cpp; \
then mv -f ".deps/ScreenCaution.Tpo" ".deps/ScreenCaution.Po"; \
else rm -f ".deps/ScreenCaution.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/SDL -D_REENTRANT -Wall -W
-Wno-unused -Wno-switch -O3 -MT ScreenCenterImage.o -MD -MP -MF
".deps/ScreenCenterImage.Tpo" \
-c -o ScreenCenterImage.o `test -f 'ScreenCenterImage.cpp' || echo
'./'`ScreenCenterImage.cpp; \
then mv -f ".deps/ScreenCenterImage.Tpo" ".deps/ScreenCenterImage.Po"; \
else rm -f ".deps/ScreenCenterImage.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/SDL -D_REENTRANT -Wall -W
-Wno-unused -Wno-switch -O3 -MT ScreenCredits.o -MD -MP -MF
".deps/ScreenCredits.Tpo" \
-c -o ScreenCredits.o `test -f 'ScreenCredits.cpp' || echo
'./'`ScreenCredits.cpp; \
then mv -f ".deps/ScreenCredits.Tpo" ".deps/ScreenCredits.Po"; \
else rm -f ".deps/ScreenCredits.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/SDL -D_REENTRANT -Wall -W
-Wno-unused -Wno-switch -O3 -MT ScreenDemonstration.o -MD -MP -MF
".deps/ScreenDemonstration.Tpo" \
-c -o ScreenDemonstration.o `test -f 'ScreenDemonstration.cpp' || echo
'./'`ScreenDemonstration.cpp; \
then mv -f ".deps/ScreenDemonstration.Tpo" ".deps/ScreenDemonstration.Po"; \
else rm -f ".deps/ScreenDemonstration.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/SDL -D_REENTRANT -Wall -W
-Wno-unused -Wno-switch -O3 -MT ScreenEdit.o -MD -MP -MF ".deps/ScreenEdit.Tpo" \
-c -o ScreenEdit.o `test -f 'ScreenEdit.cpp' || echo './'`ScreenEdit.cpp; \
then mv -f ".deps/ScreenEdit.Tpo" ".deps/ScreenEdit.Po"; \
else rm -f ".deps/ScreenEdit.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/SDL -D_REENTRANT -Wall -W
-Wno-unused -Wno-switch -O3 -MT ScreenEditCoursesMenu.o -MD -MP -MF
".deps/ScreenEditCoursesMenu.Tpo" \
-c -o ScreenEditCoursesMenu.o `test -f 'ScreenEditCoursesMenu.cpp' || echo
'./'`ScreenEditCoursesMenu.cpp; \
then mv -f ".deps/ScreenEditCoursesMenu.Tpo" ".deps/ScreenEditCoursesMenu.Po"; \
else rm -f ".deps/ScreenEditCoursesMenu.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/SDL -D_REENTRANT -Wall -W
-Wno-unused -Wno-switch -O3 -MT ScreenEditMenu.o -MD -MP -MF
".deps/ScreenEditMenu.Tpo" \
-c -o ScreenEditMenu.o `test -f 'ScreenEditMenu.cpp' || echo
'./'`ScreenEditMenu.cpp; \
then mv -f ".deps/ScreenEditMenu.Tpo" ".deps/ScreenEditMenu.Po"; \
else rm -f ".deps/ScreenEditMenu.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/SDL -D_REENTRANT -Wall -W
-Wno-unused -Wno-switch -O3 -MT ScreenEndlessBreak.o -MD -MP -MF
".deps/ScreenEndlessBreak.Tpo" \
-c -o ScreenEndlessBreak.o `test -f 'ScreenEndlessBreak.cpp' || echo
'./'`ScreenEndlessBreak.cpp; \
then mv -f ".deps/ScreenEndlessBreak.Tpo" ".deps/ScreenEndlessBreak.Po"; \
else rm -f ".deps/ScreenEndlessBreak.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/SDL -D_REENTRANT -Wall -W
-Wno-unused -Wno-switch -O3 -MT ScreenEvaluation.o -MD -MP -MF
".deps/ScreenEvaluation.Tpo" \
-c -o ScreenEvaluation.o `test -f 'ScreenEvaluation.cpp' || echo
'./'`ScreenEvaluation.cpp; \
then mv -f ".deps/ScreenEvaluation.Tpo" ".deps/ScreenEvaluation.Po"; \
else rm -f ".deps/ScreenEvaluation.Tpo"; exit 1; \
fi
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [ScreenEvaluation.o] Error 1
make[2]: Leaving directory `/home/ynadji/StepMania-3.9-alpha8-src/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/ynadji/StepMania-3.9-alpha8-src/src'
make: *** [all-recursive] Error 1
Thanks again.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13147