pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/32129: package games/foobilliard does not build



>Number:         32129
>Category:       pkg
>Synopsis:       package games/foobilliard does not build
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Nov 20 11:41:00 +0000 2005
>Originator:     A L Meyers
>Release:        latest pkgsrc bootstrapped to Mandrake Linux 1386 10.1
>Organization:
>Environment:
[alm@localhost foobillard]$ uname -a
Linux localhost.localdomain 2.6.8.1-12mdk #1 Fri Oct 1 12:53:41 CEST 2004 i686 
AMD Athlon(tm) XP 2800+ unknown GNU/Linux
[alm@localhost foobillard]$
>Description:
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DNDEBUG 
-DDATA_DIRECTORY='"/usr/pkg/share/foobillard/"'  -I/usr/pkg/include 
-I/usr/pkg/include/freetype2 -DGLX_GLXEXT_LEGACY -I/usr/include -Wall 
`freetype-config --cflags`   -DUSE_SOUND  -O2 -I/usr/pkg/include 
-I/usr/pkg/include/freetype2 -DGLX_GLXEXT_LEGACY -I/usr/include -MT bumpref.o 
-MD -MP -MF ".deps/bumpref.Tpo" \
  -c -o bumpref.o `test -f 'bumpref.c' || echo './'`bumpref.c; \
then mv ".deps/bumpref.Tpo" ".deps/bumpref.Po"; \
else rm -f ".deps/bumpref.Tpo"; exit 1; \
fi
bumpref.c: In function `bumpref_create_cubemap':
bumpref.c:94: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
bumpref.c:95: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
bumpref.c:96: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
bumpref.c:97: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
bumpref.c:98: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
bumpref.c:99: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
bumpref.c:57: warning: `target' might be used uninitialized in this function
bumpref.c: In function `bumpref_create_bumpmap':
bumpref.c:284: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
bumpref.c:283: warning: `sdata' might be used uninitialized in this function
bumpref.c: In function `bumpref_setup_vp_ts_rc':
bumpref.c:435: warning: implicit declaration of function `glGenProgramsNV'
bumpref.c:436: warning: implicit declaration of function `glBindProgramNV'
bumpref.c:437: warning: implicit declaration of function `glLoadProgramNV'
bumpref.c:445: warning: implicit declaration of function `glTrackMatrixNV'
bumpref.c:447: warning: implicit declaration of function 
`glProgramParameter4fNV'
bumpref.c:472: warning: implicit declaration of function 
`glCombinerParameteriNV'
bumpref.c:473: warning: implicit declaration of function `glCombinerOutputNV'
bumpref.c:503: warning: implicit declaration of function 
`glFinalCombinerInputNV'
bumpref.c:428: warning: unused variable `t_gen_params'
bumpref.c:429: warning: unused variable `s_gen_params'
bumpref.c: In function `bump_setup_vp_rc':
bumpref.c:830: warning: implicit declaration of function `glCombinerInputNV'
bumpref.c:649: warning: unused variable `const0'
bumpref.c:650: warning: unused variable `const1'
bumpref.c: In function `bump_set_diff':
bumpref.c:1142: warning: implicit declaration of function 
`glCombinerParameterfvNV'
gcc -Wall `freetype-config --cflags`   -DUSE_SOUND  -O2 -I/usr/pkg/include 
-I/usr/pkg/include/freetype2 -DGLX_GLXEXT_LEGACY -I/usr/include  
`freetype-config --libs`  -lglut 
-L/usr/pkg/gcc3/lib/gcc-lib/i386-mandrake-linux/3.3.5 
-Wl,-R/usr/pkg/gcc3/lib/gcc-lib/i386-mandrake-linux/3.3.5 -L/usr/pkg/gcc3/lib 
-Wl,-R/usr/pkg/gcc3/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib 
-Wl,-R/usr/lib -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  
-L/usr/X11R6/lib  -lGL -lGLU -lXaw -lm -lXi -lpng -lz
/usr/bin/ld: cannot find -lXaw
collect2: ld returned 1 exit status
make[2]: *** [foobillard] Error 1
make[2]: Leaving directory 
`/usr/pkgsrc/games/foobillard/work/foobillard-3.0a/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory 
`/usr/pkgsrc/games/foobillard/work/foobillard-3.0a/src'
make: *** [all-recursive] Error 1
*** Error code 2

Stop.
bmake: stopped in /usr/pkgsrc/games/foobillard
===>
===> There was an error during the ``build'' phase.
===> Please investigate the following for more information:
===>      * log of the build
===>      * /usr/pkgsrc/games/foobillard/work/.work.log
===>
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/games/foobillard
[alm@localhost foobillard]$
>How-To-Repeat:
do "bmake install" in games/foobilliard after having done "bmake clean" and 
"bmake clean-depends"
>Fix:
none known




Home | Main Index | Thread Index | Old Index