Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2012 22:18:30 GMT
From:      Michael Galati <mcg@sulfegate.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/171512: [patch] pkg-plist stale for sysutils/coreutils 8.19
Message-ID:  <201209092218.q89MIUIU086572@red.freebsd.org>
Resent-Message-ID: <201209092220.q89MK25k063065@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



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