Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 26003

Summary: the game 'mindless' fails to build
Product: Gentoo Linux Reporter: Mark Knecht <markknecht>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mark Knecht 2003-08-05 17:50:03 UTC
emerge mindless fails with an "undefined reference to 'errno'"

Reproducible: Always
Steps to Reproduce:
1.emerge -v mindless
2.
3.

Actual Results:  
gcc -Wall -g `gdk-pixbuf-config --cflags` -c http_fetcher.c
gcc -Wall  -o mindless mindless.o deck.o zone.o playarea.o cardbase.o newgame.o
game.o opponent.o dialogs.o prefs.o fgetline.o cardart.o proto-ma.o proto-appr.o
encrypt.o http_fetcher.o `gdk-pixbuf-config --libs`
http_fetcher.o(.text+0xd80): In function `http_strerror':
/var/tmp/portage/mindless-1.2/work/mindless-1.2/http_fetcher.c:463: undefined
reference to `errno'
collect2: ld returned 1 exit status
make: *** [mindless] Error 1

!!! ERROR: app-games/mindless-1.2 failed.
!!! Function src_compile, Line 19, Exitcode 2
!!! (no error message)

Wizard root # 

Expected Results:  
should build
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2003-08-05 20:45:55 UTC
Try the 1.3 build that I just added to CVS and let me know how it goes.

Thanks.
Comment 2 Mark Knecht 2003-08-06 04:20:16 UTC
Hi,
   It seems to be building now. Thanks!

Mark
Comment 3 Chris Gianelloni (RETIRED) gentoo-dev 2003-08-06 05:08:58 UTC
Excellent... resolving this bug then