John Paul Adrian Glaubitz

Results 110 issues of John Paul Adrian Glaubitz

### Description: Running the testsuite on sparc64 fails with `Bus Error` due to unaligned access in the code: ``` I: pybuild base:311: cd //.pybuild/cpython3_3.12/build; python3.12 -m pytest Fatal Python error:...

:computer: Specific arch failure
:bug: Bug

Trying to build the Python bindings of `aubio` with GCC 14 as the default C/C++ compiler fails due to `-Wincompatible-pointer-types`: ``` [ 12s] gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -U_FORTIFY_SOURCE...

Trying to build `pyo` with GCC 14 fails with: ``` [ 50s] gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -g -DOPENSSL_LOAD_CONF -fwrapv -fno-semantic-interposition -O2...

Trying to build `pylzma` with GCC 14 fails with: ``` [ 13s] gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -g -DOPENSSL_LOAD_CONF -fwrapv -fno-semantic-interposition -O2...

This adds the bindings for Linux mips64.

This adds the bindings for Linux s390x.

This adds the bindings for Linux powerpc (32-bit).

This adds the bindings for Linux sparc64.