Bug#728139: brutefir: FTBFS on kfreebsd-i386: fftw_convolver.c:(.text+0x5288): undefined reference to `convolver_sse_convolve_add'

Steven Chamberlain steven at pyro.eu.org
Tue Jan 28 21:49:19 UTC 2014


tags 728139 + patch
user debian-bsd at lists.debian.org
usertags 728139 kfreebsd
thanks

Hi,

This happens because, only on Linux i386, `-msse` is enabled and so
function convolver_sse_convolve_add is compiled.

Is that allowed by Debian policy?  A real 386 or 486 may not be able to
run it.

If `-msse` is not enabled, the code fails to build instead (as seen on
kfreebsd-i386) unless the attached patch is used.

Thanks,
Regards,
-- 
Steven Chamberlain
steven at pyro.eu.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: brutefir-no-sse.diff
Type: text/x-patch
Size: 476 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20140128/fa1c0923/attachment.bin>


More information about the pkg-multimedia-maintainers mailing list