[Bug 221453] deskutils/py-vobject: make fails with Python 3.6
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Aug 12 20:32:38 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221453
Bug ID: 221453
Summary: deskutils/py-vobject: make fails with Python 3.6
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: thomas.apel at gmx.net
CC: jun-g at daemonfreaks.com
Flags: maintainer-feedback?(jun-g at daemonfreaks.com)
CC: jun-g at daemonfreaks.com
When using Python 3.6, make fails with the following error message:
user at host /usr/ports/deskutils/py-vobject % sudo make
===> py36-vobject-0.8.1c_2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by py36-vobject-0.8.1c_2 for building
===> Extracting for py36-vobject-0.8.1c_2
=> SHA256 Checksum OK for vobject-0.8.1c.tar.gz.
===> Patching for py36-vobject-0.8.1c_2
===> py36-vobject-0.8.1c_2 depends on package: py36-setuptools>0 - found
===> py36-vobject-0.8.1c_2 depends on file: /usr/local/bin/python3.6 - found
===> Configuring for py36-vobject-0.8.1c_2
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "setup.py", line 43, in <module>
from ez_setup import use_setuptools
File
"/usr/ports/deskutils/py-vobject/work/vobject-0.8.1c/ez_setup/__init__.py",
line 98
except pkg_resources.VersionConflict, e:
^
SyntaxError: invalid syntax
*** Error code 1
Stop.
make: stopped in /usr/ports/deskutils/py-vobject
I configured 3.6 as the default Python version:
user at host ~ % cat /etc/make.conf
DEFAULT_VERSIONS+= python=3.6
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list