Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92688 - Xbubble fails to emerge
Summary: Xbubble fails to emerge
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL: http://forums.gentoo.org/viewtopic-t-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-15 04:24 UTC by André Terpstra
Modified: 2005-07-08 04:11 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 André Terpstra 2005-05-15 04:24:55 UTC
Xbubble will not emerge

Reproducible: Always
Steps to Reproduce:
1.emerge xbubble
2.
3.

Actual Results:  
i386-pc-linux-gnu-gcc  -O2 -march=pentium4 -fomit-frame-pointer -pipe -Wall   
-o xbubble  utils.o rectangle.o cell.o loadpng.o rgba.o init.o sprite.o 
bubble.o opponent.o board.o timer.o game.o dialog.o screens.o xbubble.o 
path_generated.o -lX11 -L -lpng -lz -lm  
 loadpng.o(.text+0x57): In function `load_png_file':  
 : undefined reference to `png_check_sig'  
 loadpng.o(.text+0x83): In function `load_png_file':  
 : undefined reference to `png_create_read_struct'  
 loadpng.o(.text+0x97): In function `load_png_file':  
 : undefined reference to `png_create_info_struct'  
 loadpng.o(.text+0xcb): In function `load_png_file':  
 : undefined reference to `png_init_io'  
 loadpng.o(.text+0xdf): In function `load_png_file':  
 : undefined reference to `png_set_sig_bytes'  
 loadpng.o(.text+0xf3): In function `load_png_file':  
 : undefined reference to `png_read_info'  
 loadpng.o(.text+0x13f): In function `load_png_file':  
 : undefined reference to `png_get_IHDR'  
 loadpng.o(.text+0x1b2): In function `load_png_file':  
 : undefined reference to `png_set_filler'  
 loadpng.o(.text+0x1c6): In function `load_png_file':  
 : undefined reference to `png_read_update_info'  
 loadpng.o(.text+0x1da): In function `load_png_file':  
 : undefined reference to `png_get_rowbytes'  
 loadpng.o(.text+0x232): In function `load_png_file':  
 : undefined reference to `png_read_image'  
 loadpng.o(.text+0x246): In function `load_png_file':  
 : undefined reference to `png_read_end'  
 loadpng.o(.text+0x26a): In function `load_png_file':  
 : undefined reference to `png_destroy_read_struct'  
 loadpng.o(.text+0x29c): In function `load_png_file':  
 : undefined reference to `png_destroy_read_struct'  
 loadpng.o(.text+0x2bc): In function `load_png_file':  
 : undefined reference to `png_set_strip_16'  
 loadpng.o(.text+0x2d9): In function `load_png_file':  
 : undefined reference to `png_get_valid'  
 loadpng.o(.text+0x2fc): In function `load_png_file':  
 : undefined reference to `png_set_gray_to_rgb'  
 loadpng.o(.text+0x30d): In function `load_png_file':  
 : undefined reference to `png_set_expand'  
 loadpng.o(.text+0x32e): In function `load_png_file':  
 : undefined reference to `png_destroy_read_struct'  
 loadpng.o(.text+0x35b): In function `load_png_file':  
 : undefined reference to `png_destroy_read_struct'  
 collect2: ld returned 1 exit status  
 make[2]: *** [xbubble] Error 1  
 make[2]: Leaving directory 
`/var/tmp/portage/xbubble-0.5.8/work/xbubble-0.5.8/src'  
 make[1]: *** [all] Error 2  
 make[1]: Leaving directory 
`/var/tmp/portage/xbubble-0.5.8/work/xbubble-0.5.8/src'  
 make: *** [all-recursive] Error 1  

Expected Results:  
compile normally 

'emerge info' is irrelevant since it happens on many systems
Comment 1 SpanKY gentoo-dev 2005-05-15 11:48:00 UTC
works fine for me ... you neglected to post `emerge info` so i cant tell more info about your system

post the output of `readelf -s /usr/lib/libpng.so | grep png_check_sig`

if you dont get back any matches, run `emerge libpng`
Comment 2 SpanKY gentoo-dev 2005-05-15 13:43:40 UTC
mr bones pointed out the error in the package to me
Comment 3 SpanKY gentoo-dev 2005-05-15 13:43:50 UTC
added patch to portage
Comment 4 André Terpstra 2005-07-08 04:11:06 UTC
Ok it works now.