ports/152742: gnome-applets pkg-plist incorrect

Remko Catersels sirdice at xs4all.nl
Wed Dec 1 13:40:07 UTC 2010


>Number:         152742
>Category:       ports
>Synopsis:       gnome-applets pkg-plist incorrect
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 01 13:40:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Remko Catersels
>Release:        8.1-STABLE
>Organization:
>Environment:
FreeBSD build.dicelan.home 8.1-STABLE FreeBSD 8.1-STABLE #0: Tue Oct 12 19:29:31 CEST 2010     root at molly.dicelan.home:/usr/obj/usr/src/sys/MOLLY8  i386
>Description:
make package fails with the following error:
===>>> Creating a package for new version gnome-applets-2.32.1.1
tar: lib/python2.6/site-packages/invest/currencies.py: Cannot stat: No such file or directory
tar: lib/python2.6/site-packages/invest/currencies.pyc: Cannot stat: No such file or directory
tar: lib/python2.6/site-packages/invest/currencies.pyo: Cannot stat: No such file or directory
tar: lib/python2.6/site-packages/invest/help.py: Cannot stat: No such file or directory
tar: lib/python2.6/site-packages/invest/help.pyc: Cannot stat: No such file or directory
tar: lib/python2.6/site-packages/invest/help.pyo: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256

===>>> Package creation of gnome-applets-2.32.1.1 failed
>How-To-Repeat:
cd /usr/ports/x11/gnome-applets && make package
>Fix:
The pkg-plist file contains these lines:

lib/python2.6/site-packages/invest/currencies.py
lib/python2.6/site-packages/invest/currencies.pyc
lib/python2.6/site-packages/invest/currencies.pyo

lib/python2.6/site-packages/invest/help.py
lib/python2.6/site-packages/invest/help.pyc
lib/python2.6/site-packages/invest/help.pyo

This should be:

%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/currencies.py
%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/currencies.pyc
%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/currencies.pyo

%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/help.py
%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/help.pyc
%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/help.pyo


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list