Date: Mon, 01 Oct 2018 03:23:57 +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-KTDTPhRDKz@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/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231824 --- Comment #3 from Charlie Li <ml+freebsd@vishwin.info> --- (In reply to Charlie Li from comment #2) The offending line seems to be https://svnweb.freebsd.org/ports/head/Mk/Uses/python.mk?view=markup#l621 The .cpython-%%PYTHON_SUFFIX%% bit is placed between opt-1 and .pyc (resulting in opt1-cpython-%%PYTHON_SUFFIX%%.pyc), where instead should be before opt-1.pyc. The stage process for this port results in the correct locations and filenames, but the script that converts PYTHON_PYOEXTENSION for python >= 3.5 needs fixing. Unfortunately, my awk-fu is nearly nonexistent so it may take a while for me to prepare a patch (if it ends up being the case). -- You are receiving this mail because: You are on the CC list for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231824-21822-KTDTPhRDKz>
