Date: Fri, 22 Jul 2016 08:52:22 +0200 From: "Herbert J. Skuhra" <herbert@mailbox.org> To: freebsd-ports@freebsd.org Subject: Re: python34 fails to install on stable/11 Message-ID: <86r3amjhax.wl-herbert@mailbox.org> In-Reply-To: <010993bc-0c6f-67e9-b107-c181917ffe75@zyxst.net> References: <010993bc-0c6f-67e9-b107-c181917ffe75@zyxst.net>
next in thread | previous in thread | raw e-mail | index | archive | help
tech-lists skrev: > > Hi, > $ svnlite info > Path: . > Working Copy Root Path: /usr/ports > URL: https://svn0.eu.freebsd.org/ports/head > Relative URL: ^/head > Repository Root: https://svn0.eu.freebsd.org/ports > Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 > Revision: 418866 > Node Kind: directory > Schedule: normal > Last Changed Author: matthew > Last Changed Rev: 418866 > Last Changed Date: 2016-07-21 08:30:41 +0100 (Thu, 21 Jul 2016) > > FreeBSD 11.0-BETA1 #0 r302999: Tue Jul 19 11:22:39 BST 2016 > > output of "make" from /usr/ports/lang/python3 : > > running install_scripts > copying build/scripts-3.4/idle3.4 -> > /usr/ports/lang/python34/work/stage/usr/local/bin > copying build/scripts-3.4/pyvenv-3.4 -> > /usr/ports/lang/python34/work/stage/usr/local/bin > copying build/scripts-3.4/pydoc3.4 -> > /usr/ports/lang/python34/work/stage/usr/local/bin > copying build/scripts-3.4/2to3-3.4 -> > /usr/ports/lang/python34/work/stage/usr/local/bin > changing mode of > /usr/ports/lang/python34/work/stage/usr/local/bin/idle3.4 to 755 > changing mode of > /usr/ports/lang/python34/work/stage/usr/local/bin/pyvenv-3.4 to 755 > changing mode of > /usr/ports/lang/python34/work/stage/usr/local/bin/pydoc3.4 to 755 > changing mode of > /usr/ports/lang/python34/work/stage/usr/local/bin/2to3-3.4 to 755 > rm > /usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/lib-dynload/_sysconfigdata.py > rm -r > /usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/lib-dynload/__pycache__ > install -m 0644 ./Misc/python.man > /usr/ports/lang/python34/work/stage/usr/local/man/man1/python3.4.1 > if test "xno" != "xno" ; then case no in upgrade) > ensurepip="--altinstall --upgrade" ;; install|*) > ensurepip="--altinstall" ;; esac; > LD_LIBRARY_PATH=/usr/ports/lang/python34/work/Python-3.4.5 ./python -E > -m ensurepip $ensurepip --root=/usr/ports/lang/python34/work/stage/ ; fi > /bin/rm -f > /usr/ports/lang/python34/work/stage/usr/local/lib/libpython3.so > # Upstream Issue: http://bugs.python.org/issue17975 > for i in > /usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/lib-dynload/*.so; > do /usr/bin/strip $i; done > # Strip shared extensions > ====> Compressing man pages (compress-man) > ===> Installing for python34-3.4.5 > ===> Checking if python34 already installed > ===> Registering installation for python34-3.4.5 as automatic > pkg-static: Unable to access file > /usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/lib-dynload/_lzma.so: > No such file or directory > *** Error code 74 Run 'pkg delete lzmalib' and try again. -- Herbert
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86r3amjhax.wl-herbert>