https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243937
--- Comment #7 from John Hein <jcfyecr...@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. _______________________________________________ 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"