Your message dated Sat, 19 Dec 2015 18:05:49 +0000
with message-id <[email protected]>
and subject line Bug#807532: fixed in jemalloc 3.6.0-8
has caused the Debian Bug report #807532,
regarding FTCBFS: does not 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.)
--
807532: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807532
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: jemalloc
Version: 3.6.0-4
Tags: patch
User: [email protected]
Usertags: rebootstrap
Hi jemalloc maintainer,
Some time ago, jemalloc has become transitivley build essential. That
means you need to be able to cross build jemalloc to build an essential
base system. One relevant path is: jemalloc -> nghttp2 -> curl -> apt.
Unfortunately, jemalloc does not cross out of the box. It runs its test
suite despite me passing DEB_BUILD_OPTIONS=nocheck and concludes that
since none of the (host arch) binaries could be executed, the package
was buggy. Please consider applying the attached patch.
Helmut
--- a/debian/rules
+++ b/debian/rules
@@ -40,8 +40,10 @@
override_dh_auto_build:
make all doc
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
override_dh_auto_test:
make check
+endif
override_dh_auto_install:
make install_include install_lib DESTDIR=$(CURDIR)/debian/tmp
--- End Message ---
--- Begin Message ---
Source: jemalloc
Source-Version: 3.6.0-8
We believe that the bug you reported is fixed in the latest version of
jemalloc, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stig Sandbeck Mathisen <[email protected]> (supplier of updated jemalloc package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 19 Dec 2015 18:58:44 +0100
Source: jemalloc
Binary: libjemalloc-dev libjemalloc1 libjemalloc1-dbg
Architecture: source
Version: 3.6.0-8
Distribution: unstable
Urgency: medium
Maintainer: Stig Sandbeck Mathisen <[email protected]>
Changed-By: Stig Sandbeck Mathisen <[email protected]>
Description:
libjemalloc-dev - development files and documentation for jemalloc
libjemalloc1 - general-purpose scalable concurrent malloc(3) implementation
libjemalloc1-dbg - debug symbols for jemalloc
Closes: 807532
Changes:
jemalloc (3.6.0-8) unstable; urgency=medium
.
[ Helmut Grohne ]
* [2bdd4eb] Honour DEB_BUILD_OPTIONS=nocheck (Closes: #807532)
Checksums-Sha1:
beeeee87191766a6649ddef1e749f97412d58b30 2019 jemalloc_3.6.0-8.dsc
b29d9837c4734ed1153188f61d75f6e0c863724d 10648 jemalloc_3.6.0-8.debian.tar.xz
Checksums-Sha256:
95e062cbef611a457f090489a67b0a623ac46946855f2c6773125d3e2eb1b4b5 2019
jemalloc_3.6.0-8.dsc
139c093e7f43441b27475a66ebd0061fe9395a02a99b05f28d79a37e6c814238 10648
jemalloc_3.6.0-8.debian.tar.xz
Files:
2cb3f4f0a07da14fd62548bf28e383bc 2019 libs extra jemalloc_3.6.0-8.dsc
687dd57d2c2a1d6576636f8d9116ccc8 10648 libs extra
jemalloc_3.6.0-8.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJWdZu3AAoJEH26lYwcBVU4upMQANkxLpcd+hLXRHai95+9G9vL
7/mHV4eQUOeJCw7ej24FKkX+P8UIWU7YAKyKKmxWFoDMGNsrG0smU4m7Xo/ufC5M
cMhn1BIgNYKT1htAqs/H2VvOLu2+kVI/0DsvkZumKivyutuUzffjaEJq9FjnCeqL
G23gPq2UiUXYV+Y526prTTgdvjolnUDAPbIy1VmLRKEPmqqpQ6NsxWlKVzGdMtrP
7zhZiG1tdkyZIFVWyDwFXCFdHvt3CPvGu81VLI9O1HG1HP5/YUg4CbWeIeQJ63ZR
sNeCLe6F4AINN6B8YIwOBP9EywaZJ3xygbq1Ts1eH+UevyO+EXazv0tpIZhge8cr
dKX4GoU0j5ByN9TAND3pAvdjFy46TUjsqfRNuR5lsffIErHzITj9YewQdkEvnTrP
A6akyPZdWz6t8r1g/y0OLDNC/N1p121nTZfl/qpuijOLzpd+oAoiSXl2/9IACRGx
N3bSBieqpzurSCx1rNQpGHFhK51EDTdwPS2loTdcKnunI8VMspLtYdhHQVKj5bV1
iCkMpkKMxLKWRk+LAvWS499f/au0fqDbCHWLXrY748C0TJ8XeDKwt7ha0ThkBS+W
a8GLWS0qbgTmBo9WHgC3Vg9VA/E5gMqv+iWUxvEGY2yH/QNuSrSrmE44Td6nwQSE
GzTNuf7AvS6HasZiWKXc
=pSCH
-----END PGP SIGNATURE-----
--- End Message ---