Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Oct 2018 02:26:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 231824] devel/glib20: Fails to package with DEFAULT_VERSIONS=python=3.7
Message-ID:  <bug-231824-21822-LTldQvDuUo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231824-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231824-21822@https.bugs.freebsd.org/bugzilla/>

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

Charlie Li <ml+freebsd@vishwin.info> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ml+freebsd@vishwin.info,
                   |                            |python@FreeBSD.org

--- Comment #2 from Charlie Li <ml+freebsd@vishwin.info> ---
This port's plist conflicts with Mk/Uses/python.mk in how PYTHON_PYOEXTENSI=
ON
is defined. Currently, for the cases of Python 3.5 and later (which this bug
applies to), PYTHON_PYOEXTENSION is just opt-1.pyc. But in this plist, the
opt-1 part comes before the .cpython-%%PYTHON_SUFFIX%%.pyc, with the ending
becoming opt-1.cpython-%%PYTHON_SUFFIX%%.pyc, which results in this build
failure when python>=3D3.5.

CCing python@ for more input.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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