[Bug 243937] lang/python38: Fails to package in certain conditions due to DISABLED_EXTENSIONS not working
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 7 12:10:55 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243937
--- Comment #7 from John Hein <jcfyecrayz at liamekaens.com> ---
(In reply to John Hein from comment #6)
I just tried poudriere with an unpatched python38 without having gdb, sqlite,
tk ports installed. The extensions were not built, and thus no check-plist
error, confirming our suspicions.
WITHOUT_NIS=1 does not prevent building/installing nis.so, however. That's to
be expected since (before the patch here) DISABLED_EXTENSIONS does nothing for
py38 (which has nothing like patch-issue20210 in python37, and earlier, that
will use DISABLED_EXTENSIONS). There is not a plist error since @comment in
the plist just makes plist checking ignore the nis.so file in the staging area.
So it's just a little extra wasted build time. But the current v2 patch here
solves that, too.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list