https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237911
--- Comment #2 from John Hein <jcfyecr...@liamekaens.com> --- (In reply to Kubilay Kocak from comment #1) I'm not sure about a regression. I just noticed it when trying to build spidermonkey24 after its PORTREVISION was bumped. Previous (successful) build of spidermonkey24 was 24.2.0_9 (built 20181220). At that time py-setuptools_scm was at 1.15.5, but I have not tried to determine if that particular combination (vs py-setuptools_scm 3.1.0 now) is relevant. It's possible there is a regression (dependent on py-setuptools_scm version). I suspect you're right that the spidermonkey24 port could / should be convinced to use the system install of python but that may not fix this problem. I don't know yet how to get the spidermonkey24 port to do that. Yes (re: "to confirm again"), I can build before py-setuptools_scm is installed, and not after. I used poudriere testport with -i to build successfully. Then while still in the jail (due to the -i), I remove spidermonkey24's work dir, do 'make -C /usr/ports/devel/py-setuptools_scm install', then 'make -C /usr/ports/lang/spidermonkey24 configure' (which now fails). I also don't know if the options combination is important (I suspect not), but for the record the options I have are set like so (which I think is the default + UTF8): OPTIONS_FILE_UNSET+=DEBUG OPTIONS_FILE_UNSET+=DTRACE OPTIONS_FILE_UNSET+=GCZEAL OPTIONS_FILE_UNSET+=JEMALLOC OPTIONS_FILE_SET+=METHODJIT OPTIONS_FILE_SET+=OPTIMIZE OPTIONS_FILE_SET+=READLINE OPTIONS_FILE_SET+=THREADSAFE OPTIONS_FILE_SET+=TRACEJIT OPTIONS_FILE_SET+=UTF8 -- You are receiving this mail because: You are on the CC list 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"