Re: pkg/59928: py-lxml build failure on NetBSD/evbppc
"Thomas Klausner 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: Thomas Klausner <[email protected]> To: NetBSD bugtracking <[email protected]> Cc: Subject: Re: pkg/59928: py-lxml build failure on NetBSD/evbppc Date: Sun, 18 Jan 2026 07:39:29 +0100 On Sun, Jan 18, 2026 at 02:30:00AM +0100, [email protected] via gnats wrote: > zlib.error: Error -3 while decompressing data: incorrect data check zlib is a module coming with Python itself. Try running lang/python313's self tests ('cd /usr/pkgsrc/lang/python313 && make test'). In my environment (11.99.4/x86_64) this has a line: 0:00:07 load avg: 4.97 [193/480/2] test_zlib passed and for comparison, the test summary: Total tests: run=46,752 failures=30 skipped=2,399 Total test files: run=497/480 failed=6 skipped=30 resource_denied=2 rerun=19 where the failed tests are: 6 tests failed: test_curses test_mmap test_os test_socket test_support test_sysconfig Cheers, Thomas