You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2024. It is now read-only.
Testing your pkg, I came across this issue when running the tests. It seems your zlib module needs to link to libz in order to have all symbols defined.
Hi,
Testing your pkg, I came across this issue when running the tests. It seems your zlib module needs to link to libz in order to have all symbols defined.
Failure: ImportError (/usr/portage/distfiles/async-0.6.1.orig/build/lib.linux-i686-2.7/async/mod/zlib.so: undefined symbol: inflateEnd) ... ERROR
I leave you the following patch for setup.py
Best regards,
The text was updated successfully, but these errors were encountered: