Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122475 - Port games-rpg/freedroidrpg to modular X
Summary: Port games-rpg/freedroidrpg to modular X
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-11 10:15 UTC by UncleOwen
Modified: 2006-03-10 17:00 UTC (History)
0 users

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


Attachments
freedroidrpg-modularx.patch (freedroidrpg-modularx.patch,870 bytes, patch)
2006-02-11 10:15 UTC, UncleOwen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description UncleOwen 2006-02-11 10:15:17 UTC
Will attach patch.
Comment 1 UncleOwen 2006-02-11 10:15:38 UTC
Created attachment 79508 [details, diff]
freedroidrpg-modularx.patch
Comment 2 Joshua Baergen (RETIRED) gentoo-dev 2006-02-13 19:43:55 UTC
I see the libXt dep, but I don't see the libX11 RDEPEND.  Where are you getting that from?
Comment 3 UncleOwen 2006-02-16 12:03:37 UTC
Sorry for not getting back to you earlier, was busy in real live...

>but I don't see the libX11 RDEPEND.  Where are you getting that from?
That's what Donnie's(?) linking_libs.sh prints:

$ linking_libs.sh freedroidrpg-log 
[...]
Tracing libraries back to packages ...

sys-libs/zlib-1.2.3
sys-libs/glibc-2.3.6-r2
media-libs/libsdl-1.2.9-r1
media-libs/libpng-1.2.8-r1
media-libs/jpeg-6b-r6
media-libs/sdl-mixer-1.2.6-r1
media-libs/libogg-1.1.3
media-libs/sdl-image-1.2.4
media-libs/sdl-net-1.2.5
media-libs/libvorbis-1.1.2
x11-libs/libX11-1.0.0-r1

Tracing build tools back to packages ...

Looking at the build log, it seems to be right:
x86_64-pc-linux-gnu-gcc  -O2 -march=k8 -pipe   -DFD_DATADIR='"/usr/share/games/freedroidrpg"' -I/usr/include/SDL -D_REENTRANT   -rdynamic -o freedroidRPG  menu.o shop.o network.o items.o character.o skills.o saveloadgame.o leveleditor.o blocks.o graphics.o map.o init.o ship.o takeover.o bullet.o influ.o misc.o text.o text_public.o sound.o enemy.o input.o main.o hud.o view.o automap.o BFont.o SDL_rotozoom.o open_gl.o mission.o chat.o light.o getopt.o getopt1.o scandir.o  -lvorbis -logg -lSDL_mixer -lSDL_net -lSDL_image -lpng -lz -ljpeg -lm  -lSDL -lpthread -lGL -L/usr/lib64 -lX11  -lm

ldd also confirms this:
$ ldd /usr/games/bin/freedroidRPG | grep X11
        libX11.so.6 => /usr/lib/libX11.so.6 (0x00002aaaaba79000)


Why do you think it's not needed?
Comment 4 UncleOwen 2006-03-03 07:14:34 UTC
Is there anything I need to fix with this patch?
Comment 5 Mr. Bones. (RETIRED) gentoo-dev 2006-03-03 07:57:26 UTC
close enough.

fixed in CVS.

Thanks for the patch and bug report.