I tried to rebuild sox with enabled mp3 encoding support and the resulting binary segfaults on any mp3-encoding operation. I have used following procedure to do that (on Ubuntu 8.10, both i386 and x86_64 architectures):
apt-get install sox libmp3lame0 libmp3lame-dev apt-get build-dep sox cd /usr/src apt-get source sox dpkg-source -x sox_14.0.1-2build2.dsc vi sox-14.0.1/debian/rules # comment out, by putting an '#' at the beginning of the line, the line DEB_CONFIGURE_EXTRA_FLAGS := --disable-lame cd sox-14.0.1/ dpkg-buildpackage -b -- SoX was compiled without MP3 encoding support https://bugs.launchpad.net/bugs/223783 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs -- universe-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/universe-bugs
