imagemin / cwebp-bin

cwebp bin-wrapper that makes it seamlessly available as a local dependency
https://developers.google.com/speed/webp
MIT License
91 stars 36 forks source link

fix crash at installation on linux platforms with non-intel archs #60

Open gilbsgilbs opened 2 years ago

gilbsgilbs commented 2 years ago

fixes #59

See https://github.com/imagemin/gifsicle-bin/issues/124#issuecomment-1222646680 for all the details. Note that this bug should probably be addressed in os-filter-obj / bin-wrapper, but the projects have been unmaintained for a few years.

bloemer commented 2 years ago

Are there known issues with ADM (EPIC 7452) CPUs? Postinstall cannot be executed, because the directoy was not created etc.

gilbsgilbs commented 2 years ago

@bloemer quite hard to tell what happens exactly without further details and investigation, but I would say it's very possible. As I explained here, support for non-intel (and even non-x86_64) architectures is quite poor.