Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150797 - x11-misc/xsnap-1.4.3-r1 missing xpm dep
Summary: x11-misc/xsnap-1.4.3-r1 missing xpm dep
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-10 12:25 UTC by Patrick Lauer
Modified: 2006-10-11 04:43 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 Patrick Lauer gentoo-dev 2006-10-10 12:25:27 UTC
>>> Compiling source in /var/tmp/portage/xsnap-1.4.3-r1/work/xsnap-1.4.3 ...
imake -DUseInstalled -I/usr/lib/X11/config
gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing     -I/usr/X11R6/include/X11 -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L 				-D_POSIX_SOURCE -D_XOPEN_SOURCE 				-D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 				  				  -DFUNCPROTO=15 -DNARROWPROTO   -DXPM -DPNG -DJPG    -c -o xsnap.o xsnap.c
xsnap.c:1138:17: error: xpm.h: No such file or directory
xsnap.c: In function 'save_as_xpm_file':
xsnap.c:1147: error: 'XpmAttributes' undeclared (first use in this function)
xsnap.c:1147: error: (Each undeclared identifier is reported only once
xsnap.c:1147: error: for each function it appears in.)
xsnap.c:1147: error: expected ';' before 'attributes'
xsnap.c:1149: error: 'attributes' undeclared (first use in this function)
xsnap.c:1152: error: 'XpmColormap' undeclared (first use in this function)
xsnap.c:1152: error: 'XpmSize' undeclared (first use in this function)
make: *** [xsnap.o] Error 1

!!! ERROR: x11-misc/xsnap-1.4.3-r1 failed
Comment 1 Krzysztof Pawlik (RETIRED) gentoo-dev 2006-10-11 04:43:15 UTC
The dependency was ok - Imakefile used /usr/X11R6/ instead of /usr/ - fixed.