Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2017 20:32:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 221453] deskutils/py-vobject: make fails with Python 3.6
Message-ID:  <bug-221453-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221453

            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@FreeBSD.org
          Reporter: thomas.apel@gmx.net
                CC: jun-g@daemonfreaks.com
             Flags: maintainer-feedback?(jun-g@daemonfreaks.com)
                CC: jun-g@daemonfreaks.com

When using Python 3.6, make fails with the following error message:

user@host /usr/ports/deskutils/py-vobject % sudo make=20=20=20=20=20=20=20
=3D=3D=3D>   py36-vobject-0.8.1c_2 depends on file: /usr/local/sbin/pkg - f=
ound
=3D=3D=3D> Fetching all distfiles required by py36-vobject-0.8.1c_2 for bui=
lding
=3D=3D=3D>  Extracting for py36-vobject-0.8.1c_2
=3D> SHA256 Checksum OK for vobject-0.8.1c.tar.gz.
=3D=3D=3D>  Patching for py36-vobject-0.8.1c_2
=3D=3D=3D>   py36-vobject-0.8.1c_2 depends on package: py36-setuptools>0 - =
found
=3D=3D=3D>   py36-vobject-0.8.1c_2 depends on file: /usr/local/bin/python3.=
6 - found
=3D=3D=3D>  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@host ~ % cat /etc/make.conf=20
DEFAULT_VERSIONS+=3D python=3D3.6

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221453-13>