Date: Thu, 06 Feb 2020 19:28:22 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: maintainer-feedback requested: [Bug 243937] lang/python38: really disable tkinter, sqlite3, gdbm modules (fixes check-plist) Message-ID: <bug-243937-21822-Vjt50RavQg@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
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-python mailing list <python@FreeBSD.org> for maintainer-feedback: Bug 243937: lang/python38: really disable tkinter, sqlite3, gdbm modules (f= ixes check-plist) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243937 --- Description --- make check-plist gives errors for lang/python38 ... =3D=3D=3D=3D> Checking for pkg-plist issues (check-plist) =3D=3D=3D> Parsing plist =3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: lib/python%%XYDOT%%/lib-dynload/_gdbm.so Error: Orphaned: lib/python%%XYDOT%%/lib-dynload/_sqlite3.so Error: Orphaned: lib/python%%XYDOT%%/lib-dynload/_tkinter.so =3D=3D=3D> Checking for items in pkg-plist which are not in STAGEDIR =3D=3D=3D> Error: Plist issues found. *** Error code 1 The attached patch fixes the check-plist error (and avoids building the mod= ules saving a bit of build time) by using Modules/Setup. See also https://bugs.python.org/issue20210 The fix could also be applied to python37 (and then we could remove the files/patch-issue20210 and DISABLED_EXTENSIONS in Makefile).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243937-21822-Vjt50RavQg>