[Pkg-javascript-devel] Bug#809845: [PATCH] Fix autopkgtest failure due to missing gcc
Martin Pitt
martin.pitt at ubuntu.com
Mon Jan 4 16:31:36 UTC 2016
Package: nodejs
Version: 4.2.3~dfsg-2
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch xenial
Hello,
since version 4.2.3~dfsg-2 nodejs' autopkgtests fail [1] due to
| adt-run [12:36:52]: test command1: - - - - - - - - - - results - - - - - - - - - -
| command1 FAIL stderr: Can't exec "gcc": No such file or directory at /usr/share/perl5/Dpkg/Arch.pm line 126.
| adt-run [12:36:52]: test command1: - - - - - - - - - - stderr - - - - - - - - - -
| Can't exec "gcc": No such file or directory at /usr/share/perl5/Dpkg/Arch.pm line 126.
| dpkg-buildflags: warning: cannot determine CC system type, falling back to default (native compilation)
| Can't exec "gcc": No such file or directory at /usr/share/perl5/Dpkg/Arch.pm line 126.
Attached trivial patch adds build-essential to the test dependencies,
which fixes the tests.
Thanks for considering,
Martin
[1] https://ci.debian.net/packages/n/nodejs/unstable/amd64/
--
Martin Pitt | http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
-------------- next part --------------
diff -Nru nodejs-4.2.4~dfsg/debian/changelog nodejs-4.2.4~dfsg/debian/changelog
--- nodejs-4.2.4~dfsg/debian/changelog 2015-12-24 00:59:50.000000000 +0100
+++ nodejs-4.2.4~dfsg/debian/changelog 2016-01-04 17:03:26.000000000 +0100
@@ -1,3 +1,9 @@
+nodejs (4.2.4~dfsg-1ubuntu1) xenial; urgency=medium
+
+ * debian/tests/control: Add missing build-essential test dependency.
+
+ -- Martin Pitt <martin.pitt at ubuntu.com> Mon, 04 Jan 2016 17:03:15 +0100
+
nodejs (4.2.4~dfsg-1) unstable; urgency=medium
* Imported Upstream version 4.2.4~dfsg
diff -Nru nodejs-4.2.4~dfsg/debian/tests/control nodejs-4.2.4~dfsg/debian/tests/control
--- nodejs-4.2.4~dfsg/debian/tests/control 2015-12-20 02:51:04.000000000 +0100
+++ nodejs-4.2.4~dfsg/debian/tests/control 2016-01-04 17:03:12.000000000 +0100
@@ -1,2 +1,2 @@
Test-Command: ./debian/rules check
-Depends: @, cdbs, python, procps, curl
+Depends: @, build-essential, cdbs, python, procps, curl
More information about the Pkg-javascript-devel
mailing list