Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Aug 2016 01:35:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 209355] lang/python35 lang/python34: install fails if archivers/lzmalib is installed
Message-ID:  <bug-209355-21822-YhAbtvIgxN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209355-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209355-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=3D209355

--- Comment #7 from w.schwarzenfeld@utanet.at ---
find /usr/ports/lang/python34/work/stage/* -type f|grep lzma
/usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/__pycache__/lzm=
a.cpython-34.pyc
/usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/__pycache__/lzm=
a.cpython-34.pyo
/usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/lib-dynload/_lz=
ma_failed.so
/usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/lzma.py
/usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/test/test_lzma.=
py
/usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/test/__pycache_=
_/test_lzma.cpython-34.pyc
/usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/test/__pycache_=
_/test_lzma.cpython-34.pyo
----
lib/python3.4/__pycache__/lzma.cpython-34.pyc
lib/python3.4/__pycache__/lzma.cpython-34.pyo
/usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/lib-dynload/_lz=
ma_failed.so
lib/python3.4/lzma.py
lib/python3.4/test/__pycache__/test_lzma.cpython-34.pyc
lib/python3.4/test/__pycache__/test_lzma.cpython-34.pyo
lib/python3.4/test/test_lzma.py
---
the difference is:
/usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/lib-dynload/_lz=
ma_failed.so
and
lib/python3.4/lzma.py


It seems it is only mispelled in pkg-plist. Compare it with python35 pkg-pl=
ist
(has _lzma_failed.so)

--=20
You are receiving this mail because:
You are on the CC list for the bug.
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-209355-21822-YhAbtvIgxN>