Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Feb 2020 12:10:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 243937] lang/python38: Fails to package in certain conditions due to DISABLED_EXTENSIONS not working
Message-ID:  <bug-243937-21822-pqYCWH5Nrg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243937-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243937-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243937

--- Comment #7 from John Hein <jcfyecrayz@liamekaens.com> ---
(In reply to John Hein from comment #6)
I just tried poudriere with an unpatched python38 without having gdb, sqlit=
e,
tk ports installed.  The extensions were not built, and thus no check-plist
error, confirming our suspicions.=20

WITHOUT_NIS=3D1 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 a=
rea.
 So it's just a little extra wasted build time.  But the current v2 patch h=
ere
solves that, too.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243937-21822-pqYCWH5Nrg>