Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33221 - Neverball will not compile with gcc 2.95.3
Summary: Neverball will not compile with gcc 2.95.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-11 06:21 UTC by Robert Scott
Modified: 2003-11-11 06:57 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 Robert Scott 2003-11-11 06:21:48 UTC
Neverball will not compile with gcc 2.95.3 because the makefile uses the -MF
option, which is a gcc3 thing.

Suggested quick fix is to just add gcc3 to its dependencies.

Reproducible: Always
Steps to Reproduce:
1. have a gcc2 system
2. emerge neverball
3. watch it fail




Portage 2.0.49-r15 (default-1.0, gcc-2.95.3, glibc-2.2.5-r4,2.2.5-r8, 2.6.0-test8)
=================================================================
System uname: 2.6.0-test8 i686 Pentium II (Deschutes)
Gentoo Base System version 1.4.2.8
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="no"
CFLAGS="-march=i686 -mcpu=i686 -O3 -pipe -funroll-loops"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=i686 -mcpu=i686 -O3 -pipe -funroll-loops"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox"
GENTOO_MIRRORS="http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 oss apm avi crypt cups encode jpeg libg++ mikmod mmx mpeg ncurses
pdflib quicktime spell truetype xml2 xmms xv alsa arts berkdb cdr esd gdbm gif
gnome-libs gpm gtk guile imlib java kde libwww motif mozilla nls oggvorbis
opengl pam perl png python qt readline scanner sdl slang ssl svga tcltk tcpd
tetex tiff X moznocompose moznomail moznoirc mozsvg gtk2 cjk -3dnow"
Comment 1 SpanKY gentoo-dev 2003-11-11 06:50:03 UTC
removing the %.d Makefile target allows the game to build and seems to run
well enough for me ... dont know whether the dependency building is really
needed ...
Comment 2 SpanKY gentoo-dev 2003-11-11 06:57:42 UTC
ah whatever, added a small patch to remove that target in cvs