Bug 108727 - packing plist incorrectly specified if py-setuptools is installed
Summary: packing plist incorrectly specified if py-setuptools is installed
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: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-03 17:50 UTC by Nicola Vitale
Modified: 2007-02-10 13:20 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (18.23 KB, patch)
2007-02-03 17:50 UTC, Nicola Vitale
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nicola Vitale freebsd_committer freebsd_triage 2007-02-03 17:50:16 UTC
py-zopeInterface is built as a Python egg if you have installed py-setuptools on your system, so packing plist turns out to be incorrectly specified.

Fix: (For example) Add devel/py-setuptool to BUILD_DEPENDS and RUN_DEPENDS


Patch attached with submission follows:
How-To-Repeat: # cd /usr/ports/devel/py-setuptools && make install clean
# cd /usr/ports/devel/py-zopeInterface
# make install
# make deinstall
===>  Deinstalling for devel/py-zopeInterface
===>   Deinstalling py24-zopeInterface-3.3.0
pkg_delete: file '/usr/local/lib/python2.4/site-packages/zope/__init__.py' doesn't exist
[...]
pkg_delete: unable to completely remove directory '/usr/local/lib/python2.4/site-packages/zope'
pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?
Comment 1 Nicola Vitale freebsd_committer freebsd_triage 2007-02-03 19:37:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nivit

I will take it.
Comment 2 Nicola Vitale freebsd_committer freebsd_triage 2007-02-04 14:41:13 UTC
State Changed
From-To: open->feedback

Ask for maintainer approval
Comment 3 Nicola Vitale freebsd_committer freebsd_triage 2007-02-10 12:57:04 UTC
State Changed
From-To: feedback->open

Maintainer approved (via private email).
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-02-10 13:17:21 UTC
nivit       2007-02-10 13:17:16 UTC

  FreeBSD ports repository

  Modified files:
    devel/py-zopeInterface Makefile pkg-plist 
  Log:
  - Fixed pkg-plist (incorrectly specified if you had previously
    installed devel/py-setuptools)
  - Bumped PORTREVISION
  
  PR:             ports/108727
  Submitted by:   nivit
  Approved by:    alexbl (mentor, implicit), Neal Nelson <neal at nelson.name> (maintainer, via private email)
  
  Revision  Changes    Path
  1.5       +23 -1     ports/devel/py-zopeInterface/Makefile
  1.4       +139 -110  ports/devel/py-zopeInterface/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 5 Nicola Vitale freebsd_committer freebsd_triage 2007-02-10 13:18:11 UTC
State Changed
From-To: open->closed

Committed, thanks!