Bug 152990 - package build of devel/py-virtualenv fails with python27 due to broken plist
Summary: package build of devel/py-virtualenv fails with python27 due to broken plist
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: 2010-12-10 14:10 UTC by Daniel Gerzo
Modified: 2010-12-11 10: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 Daniel Gerzo freebsd_committer freebsd_triage 2010-12-10 14:10:08 UTC
tar: lib/python2.7/site-packages/virtualenv-1.5.1-py2.7.egg/virtualenv_support/setuptools-0.6c11-py2.6.egg: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256

Fix: 

N/A
How-To-Repeat: Try to build package of devel/py-virtualenv with python27
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-10 14:10:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nivit

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-12-11 10:10:50 UTC
nivit       2010-12-11 10:10:44 UTC

  FreeBSD ports repository

  Modified files:
    devel/py-virtualenv  Makefile distinfo pkg-plist 
  Log:
  - Add setuptools-0.6c11.egg to DISTFILES to fix package building when Python version is 2.7 (see http://www.freebsd.org/cgi/query-pr.cgi?pr=152990 ). It's a temporary solution, pending the next distribution contains that file [1]
  - Remove PYEASYINSTALL_* variables
  - Set USE_PYTHON to -2.7
  - Use %%PYVER%% for the filename of the setuptools egg inside pkg-plist (don't bump PORTREVISION, because there are not significant changes for the end user/package)
  
  PR:             ports/152990
  Submitted by:   danger
  
  Revision  Changes    Path
  1.20      +18 -4     ports/devel/py-virtualenv/Makefile
  1.17      +2 -1      ports/devel/py-virtualenv/distinfo
  1.12      +2 -2      ports/devel/py-virtualenv/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 Nicola Vitale freebsd_committer freebsd_triage 2010-12-11 10:11:59 UTC
State Changed
From-To: open->closed

Fixed with the last commit. Thanks for the PR.