Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50671 - flightgear-0.9.3 does not compile
Summary: flightgear-0.9.3 does not compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-10 14:01 UTC by Eggert
Modified: 2004-05-12 14:44 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 Eggert 2004-05-10 14:01:43 UTC
when emerging flightgear, the compile process stops with these error messages:

g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src  -I/usr/X11R6/include -DPKGLIBDIR=\"/usr/games/lib/FlightGear\" -O3 -march=pentium4 -pipe -fomit-frame-pointer -D_REENTRANT -c -o bootstrap.o `test -f bootstrap.cxx || echo './'`bootstrap.cxx
make[2]: *** No rule to make target `../../src/Main/libMain.a', needed by `fgfs'.  Stop.
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/flightgear-0.9.3/work/FlightGear-0.9.3/src/Main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/flightgear-0.9.3/work/FlightGear-0.9.3/src'
make: *** [all-recursive] Error 1
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-05-10 16:33:42 UTC
add the output of emerge --info and reopen please.
Comment 2 Sven Wegener gentoo-dev 2004-05-10 16:50:23 UTC
flightgear does not build in parallel, forcing MAKEOPTS=-j1 should solve it

the prior version of the ebuild used "emake || make || die" to get around
this, but this a real nasty work around *g*
Comment 3 Eggert 2004-05-11 13:20:54 UTC
Sven: your hint seems to work. Thank you
Eggert
Comment 4 Sven Wegener gentoo-dev 2004-05-12 04:26:06 UTC
yeah, but i'm not (yet) a dev, so i can't fix this bug. my comment was primary
directed at Mr. Bones.

eggert, could please reopen this bug with the output of emerge --info attached
as Mr. Bones. wanted. and assign this bug to games@gentoo.org
Comment 5 Eggert 2004-05-12 12:28:41 UTC
As requested, here is my emerge --info output:

root:/home/eggert $ emerge --info flightgear
Portage 2.0.50-r6 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.6.5-udev)
=================================================================
System uname: 2.6.5-udev i686 Intel(R) Celeron(R) CPU 2.60GHz
Gentoo Base System version 1.4.10
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium4 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://gentoo.inode.at/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acpi4linux alsa arts avi berkdb cdr crypt cups dvd dvdr encode esd ethereal foomaticdb gdbm gif gpm gtk2 imlib irda java jpeg kde lcd libg++ libwww mad mikmod motif mpeg ncurses nls nvidia oggvorbis opengl oss pam pdflib perl png ppds python qt quicktime readline sdl slang spell ssl svga tcpd truetype video_cards_i810 x86 xml2 xmms xv zlib"
Comment 6 Mr. Bones. (RETIRED) gentoo-dev 2004-05-12 13:02:16 UTC
ugly.  Try flightgear-0.9.4 and see if it has the same issue please.
Comment 7 Sven Wegener gentoo-dev 2004-05-12 14:34:52 UTC
0.9.4 also fails to build in parallel
Comment 8 Mr. Bones. (RETIRED) gentoo-dev 2004-05-12 14:44:51 UTC
thanks for checking.  fixed in cvs.