maintainer-feedback requested: [Bug 234467] lang/python37: cannot update 3.7.1 to 3.7.2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 28 15:36:44 UTC 2018


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-python mailing
list <python at FreeBSD.org> for maintainer-feedback:
Bug 234467: lang/python37: cannot update 3.7.1 to 3.7.2
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234467



--- Description ---
Due to incorrect -L argument order to the linker, python picks up libpython3.7m
from an old installed version of python, breaking the build. This is a critical
issue.

cc -pthread  -L/usr/local/lib  -fstack-protector    -Wl,--export-dynamic -o
Programs/_testembed Programs/_testembed.o -L. -lpython3.7m -ldl  -lutil   -lm
	     ^^^^^^^^^^^^^^^^						       
				      ^^^^^^^^^^^^^^^^

Full log: https://people.freebsd.org/~amdmi3/python-update.log


More information about the freebsd-python mailing list