maintainer-feedback requested: [Bug 241757] lang/python38: invalid python-config --ldflags

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 6 13:29:39 UTC 2019


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-python mailing
list <python at FreeBSD.org> for maintainer-feedback:
Bug 241757: lang/python38: invalid python-config --ldflags
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241757



--- Description ---
Compare:
solo% python3.7-config --ldflags					      ~
 -L/usr/local/lib -lpython3.7m -lcrypt -lintl -ldl -L/usr/local/lib -lintl
-lutil -lm 
solo% python3.8-config --ldflags					      ~
 -L/usr/local/lib  -lcrypt -lintl -ldl -L/usr/local/lib -lintl -lutil -lm -lm 

This directly affects any consumer that needs to embed python interpreter.  An
example is devel/talloc.

Env is poudriere jail with FreeBSD/amd64 11.3-RELEASE


More information about the freebsd-python mailing list