Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37907 - emerging clanbomber-1.04 fails due to internal compiler error
Summary: emerging clanbomber-1.04 fails due to internal compiler error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-11 14:18 UTC by stefan.ihringer
Modified: 2004-01-12 10:37 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description stefan.ihringer 2004-01-11 14:18:29 UTC
When I tried to install clanbomber, compilation failed:

if g++ -DPKGDATADIR=\"/usr/share/games/clanbomber/\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I..    -O2 -march=athlon -pipe -MT ClanBomber.o -MD -MP -MF ".deps/ClanBomber.Tpo" \
  -c -o ClanBomber.o `test -f 'ClanBomber.cpp' || echo './'`ClanBomber.cpp; \
then mv -f ".deps/ClanBomber.Tpo" ".deps/ClanBomber.Po"; \
else rm -f ".deps/ClanBomber.Tpo"; exit 1; \
fi
if g++ -DPKGDATADIR=\"/usr/share/games/clanbomber/\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I..    -O2 -march=athlon -pipe -MT Menu.o -MD -MP -MF ".deps/Menu.Tpo" \
  -c -o Menu.o `test -f 'Menu.cpp' || echo './'`Menu.cpp; \
then mv -f ".deps/Menu.Tpo" ".deps/Menu.Po"; \
else rm -f ".deps/Menu.Tpo"; exit 1; \
fi
 
Internal compiler error: Error reporting routines re-entered.
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
make[3]: *** [Menu.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/clanbomber-1.04/work/clanbomber-1.04/clanbomber'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/clanbomber-1.04/work/clanbomber-1.04/clanbomber'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/clanbomber-1.04/work/clanbomber-1.04'
make: *** [all] Error 2
 
!!! ERROR: games-action/clanbomber-1.04 failed.
!!! Function src_compile, Line 34, Exitcode 2
!!! (no error message)
 


Reproducible: Always
Steps to Reproduce:
1. run "emerge clanbomber"
2.
3.




Portage 2.0.49-r20 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r3, 2.4.22-gentoo-r4)
=================================================================
System uname: 2.4.22-gentoo-r4 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.4.3.10
ccache version 2.3 [enabled]
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -march=athlon -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo
http://212.219.247.10/sites/www.ibiblio.org/gentoo/
ftp://ftp.easynet.nl/mirror/gentoo/ http://ftp.easynet.nl/mirror/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X apm avi berkdb bonobo cdr crypt cups encode esd fbcon foomaticdb
gdbm gif gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile imlib java jpeg
libg++ libwww mad mikmod mmx motif mozilla mpeg ncurses nls oggvorbis opengl oss
pam pdflib perl png python quicktime readline sdl slang spell sse ssl svga tcltk
tcpd tiff truetype x86 xml2 xmms xv zlib"
Comment 1 SpanKY gentoo-dev 2004-01-12 08:59:31 UTC
what about CFLAGS="-pipe" ?
if that works, what about CFLAGS="-O2" ?
Comment 2 stefan.ihringer 2004-01-12 10:14:38 UTC
Weird, I've tried to install it again today and it worked. I didn't need to change the CFLAGS at all. Please close this bug.
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2004-01-12 10:37:52 UTC
I love it when they fix themselves.