Date: Fri, 28 Oct 2022 08:32:09 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: maintainer-feedback requested: [Bug 267399] lang/python311 fails to package if WITHOUT_NIS defined in src.conf Message-ID: <bug-267399-21822-QKJgHImkpQ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-267399-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-267399-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 (Nobody) <python@FreeBSD.org> for maintainer-feedback: Bug 267399: lang/python311 fails to package if WITHOUT_NIS defined in src.c= onf https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267399 --- Description --- Python 3.11 fails to package if WITHOUT_NIS=3Dtrue is defined in /etc/src.c= onf. pkg-static: Unable to access file /wrkdirs/usr/ports/lang/python311/work/stage/usr/local/lib/python3.11/lib-d= ynlo ad/nis.cpython-311.so:No such file or directory This is due to the conditional %%NO_NIS%% having been removed from pkg-plis= t in the case of 3.11. 3.10: %%NO_NIS%%lib/python%%XYDOT%%/lib-dynload/nis.cpython-%%XY%%%%ABI%%.so 3.11: lib/python%%XYDOT%%/lib-dynload/nis.cpython-%%XY%%.so I recommend returning it.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267399-21822-QKJgHImkpQ>