-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
audiofile 0.2.7 fails to build (on testsuite) #2
Comments
Unmodified Audio File Library version 0.2.7 passes the test suite on x86_64. Since 10_au_length_unspecified.dpatch in Debian's audiofile 0.2.6-8 package doesn't apply cleanly against version 0.2.7, it appears that patch is the source of this failure. The patch below against version 0.2.7 is based upon commit 085132b. With this change running the test suite is successful.
|
OK, so now the new 10_au_length_unspecified.patch looks so: http://paste.debian.net/126485/ |
The previous version of 10_au_length_unspecified.dpatch is unnecessary, so what I posted above is the entirety of the patch: |
As you know, I'm working on the update of the Debian packaging of audiofile 0.2.7.
While I've been testbuilding the new package, I've encountered a build failure when running the testsuite:
testfloat: testing AIFF-C
testfloat: testing WAVE
testfloat: testing NeXT .snd
testfloat: testing IRCAM
testfloat passed
PASS: testfloat
testdouble: testing AIFF-C
testdouble: testing MS RIFF WAVE
testdouble: testing NeXT .snd/Sun .au
testdouble passed
PASS: testdouble
PASS: testmarkers
PASS: testchannelmatrix
PASS: seek
Testing AIFF
Testing AIFF-C
Testing NeXT .snd/Sun .au
Incorrect frame count in file opened for reading
FAIL: large
#1 of 25 tests failed
Here is the full buildlog:
http://paste.debian.net/126367/
Would you help me to fix that, please?
The text was updated successfully, but these errors were encountered: