Steve Fosdick wrote: > Package: libsndfile1 > Version: 1.0.19-1 > Severity: serious > Justification: no longer builds from source > > > Attempting to build this from source the built in test suite fails. Here is > the last few lines: > > ogg_seek_test : vorbis_double.oga ....... ok > ogg_stereo_seek_test : vorbis_seek.ogg ......... ok > vorbis_test : vorbis_test.oga ......... > > Error : max_abs 1.020731 should be < 1.02.
I'm the upstream author of libsndfile. I have already supplied a patch for this issue (max_abs 1.020731 should be < 1.02). See below. There is another issue that affects mips, hppa and some others which I haven't managed to fix yet. I have an old mipsel machine, but I currently can't find the power supply for it. Cheers, Erik --- libsndfile-1.0.19/tests/vorbis_test.c 2009-02-22 10:06:45.000000000 +1100 +++ libsndfile-1.0.19-hacked/tests/vorbis_test.c 2009-03-04 11:41:07.000000000 +1100 @@ -96,8 +96,8 @@ for (k = 0 ; k < ARRAY_LEN (float_data) ; k ++) max_abs = max_float (max_abs, fabs (float_data [k])) ; - if (max_abs > 1.02) - { printf ("\n\n Error : max_abs %f should be < 1.02.\n\n", max_abs) ; + if (max_abs > 1.021) + { printf ("\n\n Error : max_abs %f should be < 1.021.\n\n", max_abs) ; exit (1) ; } ; > > make[2]: *** [check] Error 1 > make[2]: Leaving directory > `/home/fozzy/computing/software/debian/libsndfile-1.0.19/tests' > make[1]: *** [check-recursive] Error 1 > make[1]: Leaving directory > `/home/fozzy/computing/software/debian/libsndfile-1.0.19' > make: *** [build-stamp] Error 2 > dpkg-buildpackage: failure: debian/rules build gave error exit status 2 > > -- System Information: > Debian Release: 5.0 > APT prefers stable > APT policy: (500, 'stable') > Architecture: amd64 (x86_64) > > Kernel: Linux 2.6.28.7-ecrins > Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) > Shell: /bin/sh linked to /bin/bash > > Versions of packages libsndfile1 depends on: > ii libc6 2.7-18 GNU C Library: Shared libraries > ii libflac8 1.2.1-1.2 Free Lossless Audio Codec - > runtim > > libsndfile1 recommends no packages. > > libsndfile1 suggests no packages. > > -- no debconf information > > > -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- "Software is largely a service industry operating under the persistent but unfounded delusion that it is a manufacturing industry." -- Eric S. Raymond -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org