Bug 152742 - x11/gnome-applets pkg-plist incorrect
Summary: x11/gnome-applets pkg-plist incorrect
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-01 13:40 UTC by Remko Catersels
Modified: 2010-12-03 01:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Remko Catersels 2010-12-01 13:40:07 UTC
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

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
How-To-Repeat: cd /usr/ports/x11/gnome-applets && make package
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2010-12-01 13:52:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Assign to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-12-03 01:15:33 UTC
avl         2010-12-03 01:15:27 UTC

  FreeBSD ports repository

  Modified files:
    x11/gnome-applets    Makefile pkg-plist 
  Log:
  Fix plist.
  
  PR:             ports/152742
  Submitted by:   Remko Catersels <sirdice AT xs4all.nl>
  
  Revision  Changes    Path
  1.134     +1 -0      ports/x11/gnome-applets/Makefile
  1.75      +6 -6      ports/x11/gnome-applets/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Alexander Logvinov freebsd_committer freebsd_triage 2010-12-03 01:16:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!