Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2019 12:30:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 238254] print/harfbuzz: Fails to build: env: /usr/local/bin/python3.6: No such file or directory
Message-ID:  <bug-238254-21822-H1g5F7Gh9G@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238254-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238254-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=3D238254

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|print/harfbuzz: Build fails |print/harfbuzz: Fails to
                   |due to undeclared bogus     |build: env:
                   |dependency on lang/python36 |/usr/local/bin/python3.6:
                   |                            |No such file or directory

--- Comment #3 from Kubilay Kocak <koobs@FreeBSD.org> ---
@Terry I can't reproduce in poudriere for either the default case (py36) or
py27.

Looking into dependencies, I can see:

1) print/harfbuzz depends on g-ir-scanner via devel/gobject-introspection

2) devel/gobject-introspection has (default) build and run dependency on
lang/python36 via USES=3Dpython3.4+

Given that, python 3.x is required for harfbuzz via that transitive depende=
ncy.

If g-ir-scanner does not *require* Python 3, but in fact supports Python 2
*and* 3, then the version-spec in devel/gobject-introspection is incorrect =
and
can be corrected.

The question remains however, why isn't lang/python36 available and install=
ed
at that point in the build process via portupgrade.

We need further information to proceed

--=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-238254-21822-H1g5F7Gh9G>