Bugzilla – Bug 18047
i386 versions of flac etc don't work on a x86_64 GNU/Linux
Last modified: 2013-08-29 13:45:08 UTC
The included versions of faac faad flac sox mac mppdec sls wcunpack don't work on a x86_64 environment. The folder they are in is apt called i386-linux but there should also be a x76_64-linux folder with the proper 64 bit decoders. Workaround: It is possible to ln -s the "official" binaries in a custom i386-linux, which result in a working situation.
Did you install the ia32-libs?
Thanks for the question I did not but there is actually no need if the right (x64) packages are installed. It would be more "the Arch way" . A work around for me is to install the proper packages and create symlinks in i386-linux to the 64 binaries. That way LMS finds the proper binaries and can execute them. But the i386-linux folder kind of hints that at least it was an idea to have other binaries as well (like the arm binaries). How hard would it be to add x86_64 binaries as well?
Too much work, not too hard. Supporting all perl versions on all platforms and cpu architectures is becoming a maintenance nightmare.
Let me know how I can assist. With a degree in C.S. and decades programming experience and a bit of spare time I wouldn't mind to invest a couple of cycles.