pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
zstd-1.4.9 incompatible with py-zstandard-0.15.2 (was: CVS commit: pkgsrc/archivers/zstd)
Hello Ryo,
Ryo ONODERA writes:
> Module Name: pkgsrc
> Committed By: ryoon
> Date: Mon Apr 5 10:12:39 UTC 2021
>
> Modified Files:
> pkgsrc/archivers/zstd: Makefile distinfo
> pkgsrc/archivers/zstd/patches: patch-lib_Makefile
> patch-tests_playTests.sh
> Removed Files:
> pkgsrc/archivers/zstd/patches: patch-programs_Makefile
>
> Log Message:
> zstd: Update to 1.4.9
> [...]
This breaks archivers/py-zstandard:
% python3.8 -c 'import zstandard'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/pkg/lib/python3.8/site-packages/zstandard/__init__.py", line 39, in <module>
from .backend_c import * # type: ignore
ImportError: zstd C API versions mismatch; Python bindings were not compiled/linked against expected zstd version (10409 returned by the lib, 10409 hardcoded in zstd headers, 10408 hardcoded in the
cext)
(I have only tried to revert back to zstd-1.4.8 and that fixes it.)
Can you please give it a look?
Thanks!
Home |
Main Index |
Thread Index |
Old Index