sourmash icon indicating copy to clipboard operation
sourmash copied to clipboard

maturin build is failing on latest for maturin wheels, arch `ppc64le`

Open ctb opened this issue 2 months ago • 2 comments

some really strange errors on the maturin wheels CI -

 The following warnings were emitted during compilation:

warning: [email protected]: liblz4/lib/lz4.c:222:11: fatal error: 'stdlib.h' file not found
warning: [email protected]:   222 | # include <stdlib.h>   /* malloc, calloc, free */
warning: [email protected]:       |           ^~~~~~~~~~
warning: [email protected]: 1 error generated.
warning: [email protected]: liblz4/lib/lz4frame.c:88:10: fatal error: 'string.h' file not found
warning: [email protected]:    88 | #include <string.h>   /* memset, memcpy, memmove */
warning: [email protected]:       |          ^~~~~~~~~~
warning: [email protected]: 1 error generated.

error: failed to run custom build command for `lz4-sys v1.9.4`

ctb avatar Apr 22 '24 22:04 ctb