Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 369271 - games-roguelike/fargoal-20040629 compilation failed
Summary: games-roguelike/fargoal-20040629 compilation failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2011-05-30 09:19 UTC by Piotr Szymaniak
Modified: 2011-11-14 04:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
fargoal-20040629:20110530-082757.log (games-roguelike:fargoal-20040629:20110530-082757.log,11.69 KB, text/plain)
2011-05-30 09:19 UTC, Piotr Szymaniak
Details
emerge --info =games-roguelike/fargoal-20040629 (fargoal-20040629-emerge--info,4.04 KB, application/octet-stream)
2011-05-30 09:20 UTC, Piotr Szymaniak
Details
emerge -pqv =games-roguelike/fargoal-20040629 (celestia-1.6.0-emerge-pqv,2.71 KB, application/octet-stream)
2011-05-30 09:20 UTC, Piotr Szymaniak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Szymaniak 2011-05-30 09:19:02 UTC
scroller.c:83:2: warning: 'textprintf_centre' is deprecated (declared at /usr/include/allegro/alcompat.h:178) [-Wdeprecated-declarations]
scroller.c:84:2: warning: 'textprintf_centre' is deprecated (declared at /usr/include/allegro/alcompat.h:178) [-Wdeprecated-declarations]
scroller.c:85:2: warning: 'textprintf_centre' is deprecated (declared at /usr/include/allegro/alcompat.h:178) [-Wdeprecated-declarations]
scroller.c:91:2: warning: 'textprintf_centre' is deprecated (declared at /usr/include/allegro/alcompat.h:178) [-Wdeprecated-declarations]
scroller.c:92:2: warning: 'textprintf_centre' is deprecated (declared at /usr/include/allegro/alcompat.h:178) [-Wdeprecated-declarations]
scroller.c:93:2: warning: 'textprintf_centre' is deprecated (declared at /usr/include/allegro/alcompat.h:178) [-Wdeprecated-declarations]
scroller.c:94:2: warning: 'textprintf_centre' is deprecated (declared at /usr/include/allegro/alcompat.h:178) [-Wdeprecated-declarations]
scroller.c:96:2: warning: 'textprintf_centre' is deprecated (declared at /usr/include/allegro/alcompat.h:178) [-Wdeprecated-declarations]
scroller.c:103:3: warning: 'textprintf' is deprecated (declared at /usr/include/allegro/alcompat.h:177) [-Wdeprecated-declarations]
scroller.c:104:3: warning: 'textprintf' is deprecated (declared at /usr/include/allegro/alcompat.h:177) [-Wdeprecated-declarations]
scroller.c:111:3: warning: 'textprintf_centre' is deprecated (declared at /usr/include/allegro/alcompat.h:178) [-Wdeprecated-declarations]
gcc -o ../sword -Wl,-O1 -Wl,--as-needed char.o config.o credits.o game.o gfx.o main.o map.o menu.o message.o monster.o player.o save.o scroller.o spell.o `allegro-config --libs`
/usr/lib64/liballeg.so: undefined reference to `_colorconv_rgb_scale_5x35'
/usr/lib64/liballeg.so: undefined reference to `dlsym'
/usr/lib64/liballeg.so: undefined reference to `_colorconv_rgb_map'
/usr/lib64/liballeg.so: undefined reference to `_colorconv_indexed_palette'
/usr/lib64/liballeg.so: undefined reference to `dlopen'
/usr/lib64/liballeg.so: undefined reference to `dlclose'
collect2: ld returned 1 exit status
make: *** [../sword] Error 1
make: Leaving directory `/var/tmp/portage/games-roguelike/fargoal-20040629/work/fargoal/src'
emake failed


Reproducible: Always
Comment 1 Piotr Szymaniak 2011-05-30 09:19:42 UTC
Created attachment 275077 [details]
fargoal-20040629:20110530-082757.log
Comment 2 Piotr Szymaniak 2011-05-30 09:20:00 UTC
Created attachment 275079 [details]
emerge --info =games-roguelike/fargoal-20040629
Comment 3 Piotr Szymaniak 2011-05-30 09:20:11 UTC
Created attachment 275081 [details]
emerge -pqv =games-roguelike/fargoal-20040629
Comment 4 Wormo (RETIRED) gentoo-dev 2011-06-01 05:44:21 UTC
It looks like allegro-config didn't give a complete list of needed flags (-ld seems to be missing for example). Luckily it's the same set of maintainers looking after allegro and fargoal, so no question on who gets to take care of this bug.
Comment 5 Wormo (RETIRED) gentoo-dev 2011-06-01 05:50:20 UTC
(In reply to comment #4)
> (-ld seems to be missing for example). 

-ldl that is
Comment 6 Mr. Bones. (RETIRED) gentoo-dev 2011-11-14 04:09:19 UTC
games-roguelike/fargoal is gone.