Re: pkg/59928: py-lxml build failure on NetBSD/evbppc
"Jared McNeill via gnats" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR pkg/59928; it has been noted by GNATS. From: Jared McNeill <[email protected]> To: "[email protected]" <[email protected]> Cc: Subject: Re: pkg/59928: py-lxml build failure on NetBSD/evbppc Date: Sun, 18 Jan 2026 16:39:45 +0000 Some more info:=0A= =0A= nintendo$ cp -r /usr/pkg/lib/python3.13/site-packages/Cython /tmp/test_cyth= on=0A= nintendo$ cd /tmp=0A= nintendo$ PYTHONPATH=3D/tmp/test_cython python3.13 -c "from test_cython.Com= piler import Errors; print('Success')"=0A= Traceback (most recent call last):=0A= File "<string>", line 1, in <module>=0A= from test_cython.Compiler import Errors; print('Success')=0A= ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^=0A= File "/tmp/test_cython/Compiler/Errors.py", line 17, in <module>=0A= from ..Utils import open_new_file=0A= zlib.error: Error -3 while decompressing data: incorrect data check=0A= nintendo$ rm /tmp/test_cython/Utils.so=0A= nintendo$ PYTHONPATH=3D/tmp/test_cython python3.13 -c "from test_cython.Com= piler import Errors; print('Success')"=0A= Success=