https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238254
Kubilay Kocak <[email protected]> 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 <[email protected]> --- @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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
