Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Oct 2018 03:23:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 231824] devel/glib20: Fails to package with DEFAULT_VERSIONS=python=3.7
Message-ID:  <bug-231824-6497-qWeuKDeEas@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231824-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231824-6497@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

--- 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=3Dmarkup#l621

The .cpython-%%PYTHON_SUFFIX%% bit is placed between opt-1 and .pyc (result=
ing
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 >=3D=
 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).

--=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-231824-6497-qWeuKDeEas>