Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Feb 2002 19:34:45 -0500
From:      Alan Eldridge <alane@geeksrus.net>
To:        Edwin Groothuis <edwin@mavetju.org>
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Re: wierd problem with pkg_delete / make deinstall
Message-ID:  <20020225003445.GA93215@wwweasel.geeksrus.net>
In-Reply-To: <20020225105905.A47310@k7.mavetju.org>
References:  <20020225105905.A47310@k7.mavetju.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 25, 2002 at 10:59:06AM +1100, Edwin Groothuis wrote:
>Hi,
>And this entry in the pkg-plist:
>lib/liballeg-4.0.0.so
>lib/liballeg.so.4.0
>
>When I deinstall the port, I get this:
>[/usr/ports/devel/allegro] root@k7>make deinstall
>===>  Deinstalling for allegro-4.0.0_1
>pkg_delete: file `/usr/local/lib/liballeg.so.4' doesn't really exist
>pkg_delete: couldn't entirely delete package (perhaps the packing list is
>incorrectly specified?)
>
>There is no lib/liballeg.so.4 in the pkg-plist. Any suggestions?

Hmmm. ldconfig makes symlinks, doesn't it? It may be added as a side
effect of INSTALLS_SHARED_LIB (or LDCONFIG_DIRS, or whatever those vars
are that you set when you're installing shared libs in a port).

Kinda like how man pages are added and renamed to .gz transparently.

-- 
Alan Eldridge
"Dave's not here, man."

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?20020225003445.GA93215>