Date: Thu, 3 Aug 2006 10:48:32 +0300 From: Vasil Dimov <vd@FreeBSD.org> To: Jona Joachim <jaj13@web.de> Cc: FreeBSD Ports <freebsd-ports@FreeBSD.org> Subject: Re: little problem with pkg-plist Message-ID: <20060803074832.GA96800@qlovarnika.bg.datamax> In-Reply-To: <44D11DFF.7000103@web.de> References: <44D11DFF.7000103@web.de>
next in thread | previous in thread | raw e-mail | index | archive | help
--IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 02, 2006 at 11:49:51PM +0200, Jona Joachim wrote: > Hi! > I ported SGE (SDL Graphics Extension) to FreeBSD and ran into a strange > problem with pkg-plist. > Among others these files are listed in pkg-plist: > lib/libSGE.a > lib/libSGE.so > lib/libSGE.so.0 > lib/libSGE.so.0.030809 >=20 > Those are the only files installed in lib. > libSGE.so.0 is a symlink to libSGE.so.0.030809 and libSGE.so is a > symlink to libSGE.so.0. > When I try to deinstall the port the following happens: >=20 > /usr/local/lib> ls -F | grep SGE > libSGE.a > libSGE.so@ > libSGE.so.0@ > libSGE.so.0.030809* > /usr/local/lib> cd /home/default/SGE > /home/default/SGE> sudo make deinstall > =3D=3D=3D> Deinstalling for devel/SGE > =3D=3D=3D> Deinstalling SGE-0.030809 > pkg_delete: file '/usr/local/lib/libSGE.so.0' doesn't exist > pkg_delete: couldn't entirely delete package (perhaps the packing list is > incorrectly specified?) > /home/default/SGE> cd /usr/local/lib > /usr/local/lib> ls | grep SGE > libSGE.so.0.030809 >=20 > It looks like pkg_delete ignores what comes after the third dot in the > filename. No, it just quits when encounters the nonexistent libSGE.so.0 in pkg-plist. Don't you have libSGE.so.0 listed twice in pkg-plist? --=20 Vasil Dimov gro.DSBeerF@dv Testing can show the presence of bugs, but not their absence. -- Edsger W. Dijkstra --IJpNTDwzlM2Ie8A6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQFE0apQFw6SP/bBpCARAiUGAKCxPCD+nwCdUtiVZFa5CA3kuEjb2gCfa8PF dw0pOW9CYd+hKmytfESPcbA= =Au0p -----END PGP SIGNATURE----- --IJpNTDwzlM2Ie8A6--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060803074832.GA96800>