Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11032 - x11-plugins/wmnetload fails on missin xpm.h
Summary: x11-plugins/wmnetload fails on missin xpm.h
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-20 18:07 UTC by atom
Modified: 2003-02-04 19:42 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 atom 2002-11-20 18:07:50 UTC
Attempting to emerge x11-plugins/wmnetload. It depends on xpm, which emerge
installed prior to attempting wmnetload. The wmnetload configure dies as below.
It says it is looking in /usr/X11R6/include/X11 for xpm.h, I have checked and
xpm.h exists, as well as the libXpm libraries in /usr/X11R6/lib.

valkor portage # emerge wmnetload
Calculating dependencies ...done!
>>> emerge (1 of 1) x11-plugins/wmnetload-1.1 to /
>>> md5 ;-) wmnetload-1.1.tar.bz2
>>> Unpacking source...
>>> Unpacking wmnetload-1.1.tar.bz2
>>> Source unpacked.
creating cache ./config.cache
checking for a BSD compatible install... /bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc -march=athlon-xp -O3 -pipe
-fomit-frame-pointer ) works... yes
checking whether the C compiler (gcc -march=athlon-xp -O3 -pipe
-fomit-frame-pointer ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD compatible install... /bin/install -c
checking for ANSI C header files... yes
checking host system type... i686-pc-linux-gnu
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XpmCreatePixmapFromData in -lXpm... no

Sorry, libXpm is required.

!!! ERROR: x11-plugins/wmnetload-1.1 failed.
!!! Function econf, Line 193, Exitcode 1
!!! econf failed
Comment 1 atom 2002-11-22 06:15:11 UTC
seems to build now. odd.