[Bug 209355] lang/python35 lang/python34: install fails if archivers/lzmalib is installed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Aug 12 01:35:27 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209355

--- Comment #7 from w.schwarzenfeld at 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__/lzma.cpython-34.pyc
/usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/__pycache__/lzma.cpython-34.pyo
/usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/lib-dynload/_lzma_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/_lzma_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/_lzma_failed.so
and
lib/python3.4/lzma.py


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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the freebsd-python mailing list