https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234409
--- Comment #5 from ha...@siktas.com --- (In reply to wen from comment #4) Alright, I just did that and now the error as changed slightly: --- Programs/_testembed --- /usr/bin/ld: error: undefined symbol: _Py_GetGlobalVariablesAsDict >>> referenced by _testembed.c >>> Programs/_testembed.o:(dump_config) /usr/bin/ld: error: undefined symbol: _PyCoreConfig_AsDict >>> referenced by _testembed.c >>> Programs/_testembed.o:(dump_config) /usr/bin/ld: error: undefined symbol: _PyMainInterpreterConfig_AsDict >>> referenced by _testembed.c >>> Programs/_testembed.o:(dump_config) --- pybuilddir.txt --- LD_LIBRARY_PATH=/usr/ports/lang/python37/work/Python-3.7.2 ./python -E -S -m sysconfig --generate-posix-vars ; if test $? -ne 0 ; then echo "generate-posix-vars failed" ; rm -f ./pybuilddir.txt ; exit 1 ; fi --- Programs/_testembed --- cc: error: linker command failed with exit code 1 (use -v to see invocation) *** [Programs/_testembed] Error code 1 make[2]: stopped in /usr/ports/lang/python37/work/Python-3.7.2 1 error make[2]: stopped in /usr/ports/lang/python37/work/Python-3.7.2 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/lang/python37 *** Error code 1 -- 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"