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
Responsible Changed From-To: freebsd-ports-bugs->nivit Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Fixed with the last commit. Thanks for the PR.