piwheels / packages

Issue tracker for piwheels package issues
https://github.com/piwheels/packages/issues
20 stars 5 forks source link

Broken package: alsa-midi (crashes with SIGILL) #272

Closed Jajcus closed 2 years ago

Jajcus commented 2 years ago

Package name

alsa-midi

Package version

0.1.0

PyPI URL

https://pypi.org/project/alsa-midi/

piwheels URL

https://www.piwheels.org/project/alsa-midi/

Python version

I am the maintainer

More information

On Raspberry Pi Zero W importing the pywheels module fails with SIGILL:

>>> import alsa_midi
Illegal instruction

The same module compiled locally (pip3 install --no-binary=alsa-midi alsa-midi) works correctly.

The package contains cffi bindings to libalsa.so.2.

Jajcus commented 2 years ago

Probably the same issue as #269 and #270.

bennuttall commented 2 years ago

This issue has been identified and we hope to fix asap. Follow in #276

bennuttall commented 2 years ago

The wheels have been rebuilt and this issue should now be resolved

Jajcus commented 2 years ago

I was finally able to verify and indeed, it works now. Thanks!