Date: Mon, 14 Sep 2020 12:25:11 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 249042] lang/python37: Builds but fails to install Message-ID: <bug-249042-21822-x1y9xUNa7Q@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-249042-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-249042-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=3D249042 --- Comment #2 from tech-lists@zyxst.net --- (In reply to Danilo G. Baio from comment #1) Yes it's still happening. I updated my ports tree to 548578 and tried again: # make clean distclean -DBATCH install [...] running install_scripts copying build/scripts-3.7/idle3.7 -> /usr/ports/lang/python37/work/stage/usr/local/bin copying build/scripts-3.7/pyvenv-3.7 -> /usr/ports/lang/python37/work/stage/usr/local/bin copying build/scripts-3.7/pydoc3.7 -> /usr/ports/lang/python37/work/stage/usr/local/bin copying build/scripts-3.7/2to3-3.7 -> /usr/ports/lang/python37/work/stage/usr/local/bin changing mode of /usr/ports/lang/python37/work/stage/usr/local/bin/idle3.7 = to 755 changing mode of /usr/ports/lang/python37/work/stage/usr/local/bin/pyvenv-3= .7 to 755 changing mode of /usr/ports/lang/python37/work/stage/usr/local/bin/pydoc3.7= to 755 changing mode of /usr/ports/lang/python37/work/stage/usr/local/bin/2to3-3.7= to 755 rm /usr/ports/lang/python37/work/stage/usr/local/lib/python3.7/lib-dynload/_sy= sconfigdata_m_freebsd12_.py rm -r /usr/ports/lang/python37/work/stage/usr/local/lib/python3.7/lib-dynload/__p= ycache__ install -m 0644 ./Misc/python.man=20 /usr/ports/lang/python37/work/stage/usr/local/man/man1/python3.7.1 if test "xno" !=3D "xno" ; then case no in upgrade) ensurepip=3D"--altin= stall --upgrade" ;; install|*) ensurepip=3D"--altinstall" ;; esac;=20 LD_LIBRARY_PATH=3D/usr/ports/lang/python37/work/Python-3.7.9 ./python -E -m ensurepip $ensurepip --root=3D/usr/ports/lang/python37/work/stage/ ; fi /bin/rm -f /usr/ports/lang/python37/work/stage/usr/local/lib/libpython3.so= =20=20=20=20=20 # Upstream Issue: https://bugs.python.org/issue17975 for i in /usr/ports/lang/python37/work/stage/usr/local/lib/python3.7/lib-dynload/*.s= o; do /usr/bin/strip $i; done # Strip shared extensions install -m 0644 /usr/ports/lang/python37/work/Python-3.7.9/Tools/gdb/libpython.py=20 /usr/ports/lang/python37/work/stage/usr/local/lib/libpython3.7m.so.1.0-gdb.= py =3D=3D=3D=3D> Compressing man pages (compress-man) =3D=3D=3D> Installing for python37-3.7.9 =3D=3D=3D> Checking if python37 is already installed =3D=3D=3D> Registering installation for python37-3.7.9 pkg-static: Unable to access file /usr/ports/lang/python37/work/stage/usr/local/lib/python3.7/lib-dynload/_lz= ma.so:No such file or directory *** Error code 74 Stop. make: stopped in /usr/ports/lang/python37 #root:/usr/ports/lang/python37# That comment in the output: # Upstream Issue: https://bugs.python.org/issue17975 that's from the build. I didn't add it. Haven't seen it before. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249042-21822-x1y9xUNa7Q>