Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Oct 2000 21:10:03 -0700 (PDT)
From:      Trevor Johnson <trevor@jpj.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/22037: Missing shared xpm lib prevents windowmaker build
Message-ID:  <200010170410.VAA89754@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/22037; it has been noted by GNATS.

From: Trevor Johnson <trevor@jpj.net>
To: Gary Kline <kline@thought.org>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/22037: Missing shared xpm lib prevents windowmaker build
Date: Tue, 17 Oct 2000 00:09:06 -0400 (EDT)

 >  ===>   windowmaker-0.62.1 depends on executable: bzip2 - found
 >  ===>   windowmaker-0.62.1 depends on executable: libtool - found
 >  ===>   windowmaker-0.62.1 depends on shared library: ungif.5 - found
 >  ===>   windowmaker-0.62.1 depends on shared library: jpeg.9 - found
 >  ===>   windowmaker-0.62.1 depends on shared library: png.4 - found
 >  ===>   windowmaker-0.62.1 depends on shared library: tiff.4 - found
 >  ===>   windowmaker-0.62.1 depends on shared library: PropList.2 - found
 >  ===>   windowmaker-0.62.1 depends on shared library: intl.1 - found
 >  ===>   windowmaker-0.62.1 depends on shared library: Xpm.4 - not found
 >  ===>    Verifying install for Xpm.4 in /usr/ports/graphics/xpm
 >  ===>   Returning to build of windowmaker-0.62.1
 >  Error: shared library "Xpm.4" does not exist
 >  *** Error code 1
 
 Hi, Gary.  Do you have a /var/db/pkg/xpm-3.4k/ directory?  If not, the xpm
 library has not been installed.  Do you have a
 /usr/ports/graphics/xpm/work/.build_done file?  If so, that port has been
 compiled.  When one port (in this case windowmaker) depends on another (in
 this case xpm) which has been compiled but not installed, problems like
 this will arise.  It's a known bug of the ports collection as a whole, not
 of any particular port.  I don't know whether anyone plans to correct it.
 
 If the situation matches what I've described, please try (as root):
 
 	cd /usr/ports/graphics/xpm && make install
 
 then retry the build of windowmaker.  Good luck.
 -- 
 Trevor Johnson
 http://jpj.net/~trevor/gpgkey.txt
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010170410.VAA89754>