https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234467
Bug ID: 234467 Summary: lang/python37: cannot update 3.7.1 to 3.7.2 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: pyt...@freebsd.org Reporter: amd...@freebsd.org Assignee: pyt...@freebsd.org Flags: maintainer-feedback?(pyt...@freebsd.org) 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 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"