[Bug 238254] print/harfbuzz: Fails to build: env: /usr/local/bin/python3.6: No such file or directory
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri May 31 12:30:29 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238254
Kubilay Kocak <koobs at 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 at 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=python3.4+
Given that, python 3.x is required for harfbuzz via that transitive dependency.
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 installed
at that point in the build process via portupgrade.
We need further information to proceed
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list