Package: libxmlada Version: 4.5.2015-6 Tags: patch User: [email protected] Usertags: origin-ubuntu ubuntu-patch yakkety
Hello, libxmlada's no-project autopkgtest fails [1]: | adt-run [23:26:17]: test no-project: [----------------------- | Can't exec "gcc": No such file or directory at /usr/share/perl5/Dpkg/Arch.pm line 128. | dpkg-architecture: warning: cannot determine CC system type, falling back to default (native compilation) | adt-run [23:26:24]: test no-project: -----------------------] This is called by dpkg-architecture, but dpkg-dev (which provides dpkg-architecture) is not installed and dpkg-dev does not install gcc by default. Tested patch attached. Thanks for considering, Martin [1] https://ci.debian.net/packages/libx/libxmlada/ -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
* debian/tests/control: Add missing dpkg-dev and gcc test dependencies to no-project test. diff -Nru libxmlada-4.5.2015/debian/tests/control libxmlada-4.5.2015/debian/tests/control --- libxmlada-4.5.2015/debian/tests/control 2016-04-25 23:35:37.000000000 +0200 +++ libxmlada-4.5.2015/debian/tests/control 2016-05-11 08:56:56.000000000 +0200 @@ -1 +1,4 @@ -Tests: link-with-shared xmlada-config no-project +Tests: link-with-shared xmlada-config + +Tests: no-project +Depends: @, dpkg-dev, gcc

