Your message dated Fri, 17 Apr 2020 18:00:09 +0000
with message-id <[email protected]>
and subject line Bug#853243: fixed in bibutils 6.10-1
has caused the Debian Bug report #853243,
regarding bibutils FTCBFS: uses the build architecture compiler, runs tests
despite 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.)
--
853243: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853243
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: bibutils
Version: 4.12-5
Tags: patch
User: [email protected]
Usertags: rebootstrap
bibutils fails to cross build from source, because it uses the build
architecture compiler and runs the test suite even when
DEB_BUILD_OPTIONS contains nocheck. Since dh_auto_build knows how to
pass cross compilers for the makefile buildsystem, the easiest solution
for the former problem is to indirect the $(MAKE) invocations through
dh_auto_build. The other is fixed by the addition of a conditional.
Please consider applying the attached patch after stretch is released.
Helmut
diff --minimal -Nru bibutils-4.12/debian/changelog
bibutils-4.12/debian/changelog
--- bibutils-4.12/debian/changelog 2011-10-09 14:11:09.000000000 +0200
+++ bibutils-4.12/debian/changelog 2017-01-30 20:24:12.000000000 +0100
@@ -1,3 +1,12 @@
+bibutils (4.12-5.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: (Closes: #-1)
+ + Let dh_auto_build pass cross compilers to $(MAKE)
+ + Honour DEB_BUILD_OPTIONS=nocheck
+
+ -- Helmut Grohne <[email protected]> Mon, 30 Jan 2017 20:24:12 +0100
+
bibutils (4.12-5) unstable; urgency=low
* Remove extraneous backslashes from libbibutils.pc.
diff --minimal -Nru bibutils-4.12/debian/rules bibutils-4.12/debian/rules
--- bibutils-4.12/debian/rules 2011-10-09 14:11:09.000000000 +0200
+++ bibutils-4.12/debian/rules 2017-01-30 20:24:08.000000000 +0100
@@ -19,24 +19,26 @@
LIBINSTALLDIR=${DESTDIR}/usr/lib
%:
- dh $@
+ dh $@ --buildsystem=makefile
override_dh_auto_configure:
@echo Skipping auto_configure
@echo building bibutils $(VERSION), upstream date $(DATE)
override_dh_auto_build:
- $(MAKE) -C lib -f Makefile.dynamic SONAME=$(SONAME) SOMINOR=$(SOMINOR)
all
- $(MAKE) -C bin -f Makefile.dynamic VERSION=$(VERSION) DATE=$(DATE) all
+ dh_auto_build -Dlib -- -f Makefile.dynamic SONAME=$(SONAME)
SOMINOR=$(SOMINOR) all
+ dh_auto_build -Dbin -- -f Makefile.dynamic VERSION=$(VERSION)
DATE=$(DATE) all
# this relies on target clean not removing the shared libs
- $(MAKE) -C lib -f Makefile.static clean
- $(MAKE) -C lib -f Makefile.static libbibutils.a libbibcore.a
+ dh_auto_build -Dlib -- -f Makefile.static clean
+ dh_auto_build -Dlib -- -f Makefile.static libbibutils.a libbibcore.a
$(XP) -o bibutils.1 $(DB2MAN) bibutils.dbk
sed 's/VERSION/${VERSION}/g' packageconfig_start > lib/bibutils.pc
override_dh_auto_install:
@echo Skipping auto_install
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
override_dh_auto_test:
make -C test all
make -C test test
+endif
--- End Message ---
--- Begin Message ---
Source: bibutils
Source-Version: 6.10-1
Done: Pierre Gruet <[email protected]>
We believe that the bug you reported is fixed in the latest version of
bibutils, 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.
Pierre Gruet <[email protected]> (supplier of updated bibutils 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: Wed, 08 Apr 2020 14:46:06 +0200
Source: bibutils
Binary: bibutils bibutils-dbgsym libbibutils-dev libbibutils7
libbibutils7-dbgsym
Architecture: source amd64
Version: 6.10-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Pierre Gruet <[email protected]>
Description:
bibutils - interconvert various bibliographic data formats
libbibutils-dev - bibliography file converter, development kit
libbibutils7 - bibliography file converter, shared library
Closes: 853243 896574
Changes:
bibutils (6.10-1) experimental; urgency=medium
.
* New upstream version 6.10
* New uploader (Closes: #896574), thanks to David Bremner!
* Raising Standards version to 4.5.0
+ Adding Rules-Requires-Root field in debian/control
+ Enabling verbose build
* Updating copyright information and enabling machine-readable format
* Bumping SONAME to libbibutils.so.7
* Correcting tests of slist_add
* Fixing FTCBFS with a patch of Helmut Grohne (Closes: #853243)
+ Let dh_auto_build pass cross compilers to $(MAKE)
+ Honour DEB_BUILD_OPTIONS=nocheck
* Putting libraries in /usr/lib/${DEB_HOST_MULTIARCH}
* Fixing Lintian issues with severity info
Checksums-Sha1:
0bddb8678b944053719124f9bfc629f6a9e21104 2159 bibutils_6.10-1.dsc
d16ab42bfc7fb2652225817f87a9bbb7cdb6f44b 590002 bibutils_6.10.orig.tar.gz
cf3b9f320a67e696adc2176aaa819fd216f3bb7c 9436 bibutils_6.10-1.debian.tar.xz
8e352a08632776d5b37c1ed2bd30e2a684fa84b3 119964
bibutils-dbgsym_6.10-1_amd64.deb
e6182a2d4daeb46a0a4c10714fdd79589962b869 7136 bibutils_6.10-1_amd64.buildinfo
16e4e9bb5c23417ac616748faaa56793c82804b6 40056 bibutils_6.10-1_amd64.deb
90fd62c57171ce53517d73fd4dddffd2c778d94c 389472
libbibutils-dev_6.10-1_amd64.deb
9fb8a8c1f77850503a6484cb0245757da99b889a 374448
libbibutils7-dbgsym_6.10-1_amd64.deb
44f489c7a1a1cfbb1a04a00f0153fa8f5842b7a4 388196 libbibutils7_6.10-1_amd64.deb
Checksums-Sha256:
8cecd8a99fd875209ea9aaa4e5d0e2e1a2767b7528dd77448d226cf4e34eec0d 2159
bibutils_6.10-1.dsc
8656c042fa1371443aa4e1a58bcab5fcea0b236eb39182e4004fc348ce56e496 590002
bibutils_6.10.orig.tar.gz
d5cad528c42708c2e755bc5c8d7df0a24910640de2b92f328121550418970eda 9436
bibutils_6.10-1.debian.tar.xz
2ab64158232d623c655a82f6f2674807b0055200c6201232afc6fae1d0b58bd0 119964
bibutils-dbgsym_6.10-1_amd64.deb
cee01bea482a041d02c53beb2c1b9011b9db49ff26c21be517d7792abfb2ad21 7136
bibutils_6.10-1_amd64.buildinfo
0e486c8652f245837d4ce008b96b8de3cd7e4106aa32d4dbb0bbdfb7abb8eefe 40056
bibutils_6.10-1_amd64.deb
0b19d313ad33701ac103cc6b6b13442f009a284bfbbc32e536bea510e36c3f40 389472
libbibutils-dev_6.10-1_amd64.deb
c215c191f482167e197f9203861e03c6e15842b086cb993925e4aae934dd352d 374448
libbibutils7-dbgsym_6.10-1_amd64.deb
3cffb8a1bcd2a8615efac7f234434f118f0bbe5938d5ced417236ef3d4129bef 388196
libbibutils7_6.10-1_amd64.deb
Files:
4c591f6857eb0c7e04fa9d1bc446f90e 2159 text optional bibutils_6.10-1.dsc
13ed94cbc3984119349b8663a8d2d6d7 590002 text optional bibutils_6.10.orig.tar.gz
5a10018e0710000f10ba93cccdbe6180 9436 text optional
bibutils_6.10-1.debian.tar.xz
be040a43838c1027cbdec596cd28528c 119964 debug optional
bibutils-dbgsym_6.10-1_amd64.deb
a4d3c409451ef343f2310184b42daa08 7136 text optional
bibutils_6.10-1_amd64.buildinfo
238479a6a2373e73d0e7b26b30abfcea 40056 text optional bibutils_6.10-1_amd64.deb
608ecb12cba41a59a99d8577659711a8 389472 libdevel optional
libbibutils-dev_6.10-1_amd64.deb
89f423842bfeac073563b297e60f3035 374448 debug optional
libbibutils7-dbgsym_6.10-1_amd64.deb
c2f9f50a5d2eaeb99204f712b4c9f06a 388196 libs optional
libbibutils7_6.10-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEdyKS9veshfrgQdQe5fQ/nCc08ocFAl6VPwsSHG1lcmt5c0Bk
ZWJpYW4ub3JnAAoJEOX0P5wnNPKHQJ4P/i+j9muEeQMTAzslaQDT5FmLHNTpybRI
nbC3B98smzx01303FBrILNhRzeD6p0JGjOWJDVg2gLY+srXGVNZUcuMgsfVz7stA
MqR+GjlGgAuGMwdtZmSvRQBd06rB8C3bimtmaqsX3nHcRaBL6skqjVVbaBRM6EjA
lCK8saK5e8kSWWo65fo59wQq3gPGHi7LaYbu3XXhLfl+9bxpjG/g+q1PYHMwCdVE
wwSU/9nk/2HYyRgUYeYYiqXrPJQ87ZFHlBGqrJ0fypSGVvvhX8oF6wkDtXI6gL93
uY56QEnj8QoJ4fL2YOvVArufqSucOUqKRNhETDCIgudl6KXBCzbjQ2axQUM0L84K
N7MGJyZUTeIhAEUt+U95qODPPQatA6RE/A6tlb+3ge38CP/JcEA2tOyj/wJ/cNex
Okjs1glic1AVvyYzOJyD3DHEae+oYFTOVHdkx5XOMHka2K3zW+PQzdlA4xNiU268
CQZeUgvCXNIvezM0a3m872cxVLNHeP9S9/IQ5nUMB6VyLDczrjhqtXJUUXq4ucez
XACGs3WxfZiqpkz8Hz1uB+gC7aYXvJKY4myCDegnaR65eXnU/bnGMwa2isk46cJe
iPgqdZAYyqiQfyEeXxr2UGh++NEaY+qisvA5+ny7R6ntvmCNluDEzkVgzYimuuAL
8rZTdW/Vqegp
=reyP
-----END PGP SIGNATURE-----
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers