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/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249042 --- 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/_sysconfigdata_m_freebsd12_.py rm -r /usr/ports/lang/python37/work/stage/usr/local/lib/python3.7/lib-dynload/__pycache__ install -m 0644 ./Misc/python.man /usr/ports/lang/python37/work/stage/usr/local/man/man1/python3.7.1 if test "xno" != "xno" ; then case no in upgrade) ensurepip="--altinstall --upgrade" ;; install|*) ensurepip="--altinstall" ;; esac; LD_LIBRARY_PATH=/usr/ports/lang/python37/work/Python-3.7.9 ./python -E -m ensurepip $ensurepip --root=/usr/ports/lang/python37/work/stage/ ; fi /bin/rm -f /usr/ports/lang/python37/work/stage/usr/local/lib/libpython3.so # Upstream Issue: https://bugs.python.org/issue17975 for i in /usr/ports/lang/python37/work/stage/usr/local/lib/python3.7/lib-dynload/*.so; 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 /usr/ports/lang/python37/work/stage/usr/local/lib/libpython3.7m.so.1.0-gdb.py ====> Compressing man pages (compress-man) ===> Installing for python37-3.7.9 ===> Checking if python37 is already installed ===> 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/_lzma.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. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249042-21822-x1y9xUNa7Q>
