[Bug 252916] lang/python37: python3.7-config does not answer to --embed
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jan 25 11:41:14 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252916
Kai Knoblich <kai at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kai at FreeBSD.org
Flags|maintainer-feedback?(python |maintainer-feedback+
|@FreeBSD.org) |
Status|New |Open
--- Comment #2 from Kai Knoblich <kai at FreeBSD.org> ---
(In reply to Thierry Thomas from comment #0)
It seems that the '--embed' option of the 'python-config' command was first
introduced with Python 3.8:
https://github.com/python/cpython/commits/v3.8.7/Misc/python-config.in
It isn't available with Python 3.7:
https://github.com/python/cpython/commits/v3.7.9/Misc/python-config.in
I also looked at a log of french/aster, where it was successfully built
(13.0-CURRENT at 2ed0c8d80 with Python 3.7.9_1):
http://gohan03.nyi.freebsd.org/data/main-amd64-default-baseline/p559036_s2ed0c8d80/logs/fr-aster-14.6.0.1_2.log
It contains the same notice regarding the missing '--embed' option of
'python-config'. So the lack of the '--embed' option doesn't seem to be the
real cause of the build issues as far I can tell.
HTH
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list