ports/186669: Removing devel/py-virtualenv/files/py3k-fix-pkg-plist.inc broke ports
Gereon Kaiping
kta1c10!gereon at linta.de
Wed Feb 12 03:00:01 UTC 2014
>Number: 186669
>Category: ports
>Synopsis: Removing devel/py-virtualenv/files/ broke five ports relying on py3k-fix-pkg-plist.inc in there
>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 Feb 12 03:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Gereon Kaiping
>Release: FreeBSD 10.0-BETA3 amd64
>Organization:
>Environment:
System: FreeBSD parhippus 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r258657:
Tue Nov 26 20:13:28 UTC 2013
root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
Running python 3.3.3 as python default version, python2.7 installed
>Description:
Ports commit r343610 (koobs, 2014-02-10 09:39:58) removed
/head/devel/py-virtualenv/files from the ports tree, but some ports
depend on a python3-fix-file in that directory.
# grep -F 'py-virtualenv/files/py3k-fix-pkg-plist.inc' devel/*/Makefile
devel/py-Jinja2/Makefile:.include
"${.CURDIR}/../py-virtualenv/files/py3k-fix-pkg-plist.inc"
devel/py-serpent/Makefile:.include
"${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
devel/py-stevedore/Makefile:.include
"${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
devel/py-watchdog/Makefile:.include
"${.CURDIR}/../py-virtualenv/files/py3k-fix-pkg-plist.inc"
devel/py-wheel/Makefile:.include
"${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
This leads to errors when trying to build these ports.
>How-To-Repeat:
Have py33-Jinja2-2.7.1 or similar installed, and run
# portupgrade -a
make: "/usr/ports/devel/py-Jinja2/Makefile" line 93: Cannot open
/usr/ports/devel/py-Jinja2/../py-virtualenv/files/py3k-fix-pkg-plist.inc
make: Fatal errors encountered -- cannot continue** Makefile possibly
broken: devel/py-Jinja2:
** Please report this to the maintainer for devel/py-Jinja2
>Fix:
Provide devel/py-Jinja2, devel/py-serpent, devel/py-stevedore,
devel/py-watchdog and devel/py-wheel with their own copy of
py3k-fix-pkg-plist.inc and remove the path part
'${PORTSDIR}/devel/py-virtualenv/' from their Makefile.
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list