Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18619 - foobillard-2.4 fails to build
Summary: foobillard-2.4 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-01 20:07 UTC by Ian Truelsen
Modified: 2003-06-20 22:41 UTC (History)
1 user (show)

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 Ian Truelsen 2003-04-01 20:07:17 UTC
gcc -DHAVE_CONFIG_H -I. -I. -I. -DNDEBUG
-DDATA_DIRECTORY='"/usr/share/games/foobillard/"'    -Wall -O3 `freetype-config
--cflags` `sdl-config --cflags` -DUSE_SDL -DNO_NV_BUMPREF -c bumpref.c
gcc  -Wall -O3 `freetype-config --cflags` `sdl-config --cflags` -DUSE_SDL
-DNO_NV_BUMPREF  `freetype-config --libs` `sdl-config --libs`  -o foobillard 
billard3d.o billmove.o billard.o vmath.o ball.o png_loader.o table.o queue.o
aiplayer.o options.o evaluate_move.o helpscreen.o textobj.o font.o sys_stuff.o
net_socket.o sound_stuff.o menu.o bumpref.o -lSM -lICE -L/usr/X11R6/lib  -lGL
-lGLU -lXaw -lm -lXi -lpng -lz 
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status
make[1]: *** [foobillard] Error 1
make[1]: Leaving directory `/var/tmp/portage/foobillard-2.4/work/foobillard-2.4/src'
make: *** [all-recursive] Error 1

!!! ERROR: app-games/foobillard-2.4 failed.
!!! Function src_compile, Line 35, Exitcode 2
!!! (no error message)

 plus I get the following at the start:

Calculating dependencies ...done!
>>> emerge (1 of 1) app-games/foobillard-2.4 to /
>>> md5 ;-) foobillard-2.4.tar.gz
 * Adding group 'games' to your system ...
 * games already exists on your system :)
 * Adding user 'games' to your system ...
 * games already exists on your system :)
>>> Unpacking source...
>>> Unpacking foobillard-2.4.tar.gz to /var/tmp/portage/foobillard-2.4/work
>>> Source unpacked.
 * Detecting bumpmap support...
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status
 * Disabling bumpmap support                                              [ !! ]

What am I missing here?
Comment 1 Bret Towe 2003-04-21 01:38:31 UTC
well 2.5 is out copying the ebuild over works fine for me
does this work for you and/or does the problem still exist
if so what version of x are you using?
Comment 2 SpanKY gentoo-dev 2003-04-24 08:03:13 UTC
your opengl stuff is not setup properly

please run `opengl-update xfree` or `opengl-update nvidia` (depending on whether you have nvidia) and then try again
Comment 3 Ian Truelsen 2003-04-26 03:00:27 UTC
That worked. Thanks.

Funny that it didn't effect any other opengl apps.