ports/171512: [patch] pkg-plist stale for sysutils/coreutils 8.19
Michael Galati
mcg at sulfegate.org
Sun Sep 9 22:20:02 UTC 2012
>Number: 171512
>Category: ports
>Synopsis: [patch] pkg-plist stale for sysutils/coreutils 8.19
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sun Sep 09 22:20:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Michael Galati
>Release: 9-STABLE
>Organization:
>Environment:
FreeBSD fbsdbuild64.l.sulfegate.org 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r240249: Sat Sep 8 17:37:21 PDT 2012 root at fbsdbuild64.l.sulfegate.org:/usr/obj/usr/src/sys/SULFEGATE.amd64 amd64
>Description:
pkg-plist has a stale library file listed, which causes package creation to fail. This also means the port cannot be cleanly uninstalled.
That is to say: ``lib/coreutils/glibstdbuf.so'' has moved to ``libexec/coreutils/glibstdbuf.so''.
>How-To-Repeat:
Install sysutils/coreutils 8.19 from ports.
>Fix:
See attached patch.
Patch attached with submission follows:
--- pkg-plist.orig 2012-09-09 14:14:20.000000000 -0700
+++ pkg-plist 2012-09-09 14:17:27.000000000 -0700
@@ -99,7 +99,7 @@
bin/gwho
bin/gwhoami
bin/gyes
-lib/coreutils/glibstdbuf.so
+libexec/coreutils/glibstdbuf.so
%%NLS%%share/locale/af/LC_MESSAGES/coreutils.mo
%%NLS%%share/locale/af/LC_TIME/coreutils.mo
%%NLS%%share/locale/be/LC_MESSAGES/coreutils.mo
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list