Date: Sat, 15 May 2021 17:35:34 -0400 From: David Mehler <dave.mehler@gmail.com> To: freebsd-python@freebsd.org Subject: Python 3.8 build, bombs out with error Message-ID: <CAPORhP5SN0FoAKthz6wByJiEpT8f8c4-rZ1=ryuA5Y7JG%2BCMtA@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hello, Trying to build Python 3.8 with my poudriere and it's bombing out with an e= rror. tail -n 20 /usr/local/poudriere/data/logs/bulk/latest-per-pkg/python38/3.8.= 9/122-default.log rm -r /wrkdirs/usr/ports/lang/python38/work/stage/usr/local/lib/python3.8/l= ib-dynload/__pycache__ install=C2=A0 -m 0644 ./Misc/python.man /wrkdirs/usr/ports/lang/python38/work/stage/usr/local/man/man1/python3.8.1 if test "xno" !=3D "xno"=C2=A0 ; then=C2=A0 case no in=C2=A0 upgrade) ensurepip=3D"--altinstall --upgrade" ;;=C2=A0 install|*) ensurepip=3D"--altinstall" ;;=C2=A0 esac; LD_LIBRARY_PATH=3D/wrkdirs/usr/ports/lang/python38/work/Python-3.8.9 ./python -E -m ensurepip=C2=A0 $ensurepip --root=3D/wrkdirs/usr/ports/lang/python38/work/stage/ ;=C2=A0 fi /bin/rm -f /wrkdirs/usr/ports/lang/python38/work/stage/usr/local/lib/libpyt= hon3.so =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 # Upstream Issue: https://bugs.python.org/issue17975 for i in /wrkdirs/usr/ports/lang/python38/work/stage/usr/local/lib/python3.= 8/lib-dynload/*.so; do=C2=A0 /usr/bin/strip $i; done =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0# Strip share= d extensions install=C2=A0 -m 0644 /wrkdirs/usr/ports/lang/python38/work/Python-3.8.9/Tools/gdb/libpython.py =C2=A0/wrkdirs/usr/ports/lang/python38/work/stage/usr/local/lib/libpython3.= 8.so.1.0-gdb.py =3D=3D=3D=3D> Compressing man pages (compress-man) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase= : package=C2=A0 =C2=A0 =C2=A0 =C2=A0 >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D>=C2=A0 Building package for python38-3.8.9 pkg-static: Unable to access file /wrkdirs/usr/ports/lang/python38/work/stage/usr/local/lib/python3.8/lib-dyn= load/_ctypes.cpython-38.so:No such file or directory *** Error code 1 Stop. make: stopped in /usr/ports/lang/python38 =3D>> Cleaning up wrkdir =3D=3D=3D>=C2=A0 Cleaning for python38-3.8.9 build of lang/python38 | python38-3.8.9 ended at Sat May 15 13:15:31 EDT 20= 21 build time: 00:00:52 !!! build failure encountered !!! Is there something I can do to fix this? Thanks. Dave.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPORhP5SN0FoAKthz6wByJiEpT8f8c4-rZ1=ryuA5Y7JG%2BCMtA>