Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 434934 - games-fps/xonotic-0.6.0 fails with vid_glx.c:39:21: fatal error: X11/xpm.h: No such file or directory
Summary: games-fps/xonotic-0.6.0 fails with vid_glx.c:39:21: fatal error: X11/xpm.h: N...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-13 18:13 UTC by Hans
Modified: 2012-09-13 21:15 UTC (History)
0 users

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


Attachments
build.log (xonotic-build.log,52.64 KB, text/plain)
2012-09-13 18:13 UTC, Hans
Details
emerge --info xonotic (emerge.info,3.58 KB, text/plain)
2012-09-13 18:14 UTC, Hans
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hans 2012-09-13 18:13:58 UTC
Created attachment 323702 [details]
build.log

Trying to emerge games-fps/xonotic-0.6.0 fails with the following error:

[...]
vid_glx.c:39:21: fatal error: X11/xpm.h: No such file or directory
compilation terminated.
make[2]: *** [vid_glx.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[...]

Installing x11-libs/libXpm solves this.

$ readelf -d /usr/games/bin/xonotic-glx 

Dynamic section at offset 0x33b110 contains 33 entries:
  Tag        Type                         Name/Value
[...]
 0x0000000000000001 (NEEDED)             Shared library: [libX11.so.6]
 0x0000000000000001 (NEEDED)             Shared library: [libXpm.so.4]
 0x0000000000000001 (NEEDED)             Shared library: [libXext.so.6]
[...]
Comment 1 Hans 2012-09-13 18:14:13 UTC
Created attachment 323704 [details]
emerge --info xonotic
Comment 2 Julian Ospald 2012-09-13 21:02:23 UTC
x11-libs/libXpm dependency seems to be missing
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2012-09-13 21:15:27 UTC
fixed.   thanks for the bug report.