Bug#740095: Fix autopkgtest missing dependency

Martin Pitt martin.pitt at ubuntu.com
Tue Feb 25 17:17:15 UTC 2014


Package: fftw3
Version: 3.3.3-7
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch trusty
User: autopkgtest-devel at lists.alioth.debian.org
Usertags: autopkgtest

Hello,

fftw3's autopkgtest currently fails [1]:

| adt-run: & tree0t-build:  - - - - - - - - - - results - - - - - - - - - -
| tree0t-build         FAIL non-zero exit status 127
| adt-run: & tree0t-build:  - - - - - - - - - - stdout - - - - - - - - - -
| smoke testing double library
| adt-run: & tree0t-build:  - - - - - - - - - - stderr - - - - - - - - - -
| /tmp/adt-run.ssZzWm/tree0-tree/debian/tests/build: line 49: gcc: command not found

Simple fix attached. I tested that it now succeeds in an LXC container.

Thanks for considering,

Martin

[1] http://ci.debian.net/#package/fftw3
-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
-------------- next part --------------
diff -Nru fftw3-3.3.3/debian/changelog fftw3-3.3.3/debian/changelog
--- fftw3-3.3.3/debian/changelog	2014-01-06 13:53:45.000000000 +0100
+++ fftw3-3.3.3/debian/changelog	2014-02-25 18:15:26.000000000 +0100
@@ -1,3 +1,9 @@
+fftw3 (3.3.3-7ubuntu3) trusty; urgency=medium
+
+  * Add missing build-essential test dependency for the "build" autopkgtest.
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Tue, 25 Feb 2014 18:15:11 +0100
+
 fftw3 (3.3.3-7ubuntu2) trusty; urgency=medium
 
   * Don't configure with --enable-neon on AArch64.
diff -Nru fftw3-3.3.3/debian/tests/control fftw3-3.3.3/debian/tests/control
--- fftw3-3.3.3/debian/tests/control	2013-10-27 14:32:57.000000000 +0100
+++ fftw3-3.3.3/debian/tests/control	2014-02-25 18:14:59.000000000 +0100
@@ -2,4 +2,4 @@
 Depends: libfftw3-bin
 
 Tests: build
-Depends: libfftw3-dev
+Depends: build-essential, libfftw3-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/debian-science-maintainers/attachments/20140225/feb03f87/attachment.sig>


More information about the debian-science-maintainers mailing list