Your message dated Wed, 30 Jul 2014 00:29:01 +0100
with message-id
<CAPQ4b8=i0D=FUbSRYziiT2_=hkszqn94gdfegg9+hdfhp3p...@mail.gmail.com>
and subject line src:libgc: honour DEB_BUILD_OPTIONS=nocheck
has caused the Debian Bug report #751657,
regarding src:libgc: honour DEB_BUILD_OPTIONS=nocheck
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
751657: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751657
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libgc
Version: 1:7.2d-6
Severity: normal
Tags: patch
User: [email protected]
Usertags: rebootstrap
Hi Christoph,
libgc FTCBFS here, because it does not honour DEB_BUILD_OPTIONS=nocheck.
It runs the test suite even though I passed the nocheck flag and notices
that all tests fail (with Success), because host arch binaries are not
executable on my build system via qemu (hence the nocheck setting ;-).
Please consider the patch.
Helmut
diff -Nru libgc-7.2d/debian/changelog libgc-7.2d/debian/changelog
--- libgc-7.2d/debian/changelog 2013-12-23 12:49:36.000000000 +0100
+++ libgc-7.2d/debian/changelog 2014-06-15 00:19:37.000000000 +0200
@@ -1,3 +1,10 @@
+libgc (1:7.2d-6.1) UNRELEASED; urgency=low
+
+ * Non-maintainer upload.
+ * Support DEB_BUILD_OPTIONS=nocheck. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Sun, 15 Jun 2014 00:19:22 +0200
+
libgc (1:7.2d-6) unstable; urgency=medium
* Run full autoreconf during build
diff -Nru libgc-7.2d/debian/rules libgc-7.2d/debian/rules
--- libgc-7.2d/debian/rules
+++ libgc-7.2d/debian/rules
@@ -30,8 +30,10 @@
override_dh_autoreconf:
dh_autoreconf ./autogen.sh
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
$(MAKE) check
+endif
override_dh_install:
install -D doc/gc.man debian/tmp/usr/share/man/man3/gc_malloc.3
--- End Message ---
--- Begin Message ---
Source: libgc
Source-Version: 1:7.2d-6.1
I was about to fix this for another upload that I am preparing but
it's already implemented, I think that in the version mentioned
(despite no mention in the changelog.
Helmut, please check and reopen if this is not the case.
Cheers.
--
Manuel A. Fernandez Montecelo <[email protected]>
--- End Message ---