Your message dated Tue, 20 Jun 2023 12:49:02 +0000
with message-id <[email protected]>
and subject line Bug#1018009: fixed in coinor-cbc 2.10.10+ds1-1
has caused the Debian Bug report #1018009,
regarding coinor-cbc FTCBFS: configures for the build architecture
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.)


-- 
1018009: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1018009
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: coinor-cbc
Version: 2.10.8+ds1-1
Tags: patch
User: [email protected]
Usertags: ftcbfs

coinor-cbc fails to cross build from source, because it does not pass
--host to ./configure. The easiest way of doing so - using
dh_auto_configure - is unfortunately not applicable, because ./configure
does not understand --runstatedir. That's probably the reason why it
isn't being used. So the next best thing is passing the flag (together
with --build) explicitly. If you happen to switch to dh_auto_configure
later for a newer configure, you can drop them. The other issue is hard
coding the build architecture strip. Once fixing both, coinor-cbc cross
builds. Please consider applying the attached patch.

Helmut
--- coinor-cbc-2.10.8+ds1/debian/changelog
+++ coinor-cbc-2.10.8+ds1/debian/changelog
@@ -1,3 +1,12 @@
+coinor-cbc (2.10.8+ds1-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: (Closes: #-1)
+    + Pass --host to ./configure.
+    + Use the host architecture strip.
+
+ -- Helmut Grohne <[email protected]>  Wed, 24 Aug 2022 06:07:02 +0200
+
 coinor-cbc (2.10.8+ds1-1) unstable; urgency=medium
 
   * New upstream release.
--- coinor-cbc-2.10.8+ds1/debian/rules
+++ coinor-cbc-2.10.8+ds1/debian/rules
@@ -2,6 +2,7 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+include /usr/share/dpkg/architecture.mk
 include /usr/share/dpkg/pkg-info.mk
 
 %:
@@ -16,12 +17,13 @@
 
 override_dh_auto_configure:
        ./configure --prefix=/usr --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
+               --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) \
                --enable-static --enable-cbc-parallel --enable-dot 
--enable-dependency-linking
 
 override_dh_strip:
        dh_strip
        find . -name '*.a' \( \! -name '*_g.a' \) \
-    -exec strip --strip-debug \
+    -exec $(STRIP) --strip-debug \
     --remove-section=.comment \
     --remove-section=.note {} \;
 

--- End Message ---
--- Begin Message ---
Source: coinor-cbc
Source-Version: 2.10.10+ds1-1
Done: Julien Puydt <[email protected]>

We believe that the bug you reported is fixed in the latest version of
coinor-cbc, 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.
Julien Puydt <[email protected]> (supplier of updated coinor-cbc 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: Tue, 20 Jun 2023 13:41:05 +0200
Source: coinor-cbc
Architecture: source
Version: 2.10.10+ds1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Julien Puydt <[email protected]>
Closes: 1018009
Changes:
 coinor-cbc (2.10.10+ds1-1) unstable; urgency=medium
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: (Closes: #1018009)
     + Pass --host to ./configure.
     + Use the host architecture strip.
 .
   [ Julien Puydt ]
   * Fix patch header.
   * Bump standards-version to 4.6.2.
   * New upstream release.
   * Drop useless lintian override.
Checksums-Sha1:
 1b4cdc5f2af1343267bc21e1f38f58fe26344f0b 2412 coinor-cbc_2.10.10+ds1-1.dsc
 a737eb7061b9293e58902475cfee2e46d46ddb2e 892764 
coinor-cbc_2.10.10+ds1.orig.tar.xz
 7e69c16ec21f5d76fb360461880140ea6d3438ba 12668 
coinor-cbc_2.10.10+ds1-1.debian.tar.xz
 358edc45d0df7cfd18fc8197a7c3aac9880d3171 9346 
coinor-cbc_2.10.10+ds1-1_source.buildinfo
Checksums-Sha256:
 09728c3dfc6cdc9134f13a0ba7793f1494cf7cbdefb439836c672969a9253525 2412 
coinor-cbc_2.10.10+ds1-1.dsc
 546ae53ed542ec5d6ba7b274083f5910e5fff1efbc10803fa93190437435b62c 892764 
coinor-cbc_2.10.10+ds1.orig.tar.xz
 a9c02fcdbb755970640ef4a704aafca54c3ab840369eb0edbfe12c939bad2fcd 12668 
coinor-cbc_2.10.10+ds1-1.debian.tar.xz
 81c28b6bcb9cae940c81ee5216daba8fcf7a4c723058907ed831bc3c50ba5c51 9346 
coinor-cbc_2.10.10+ds1-1_source.buildinfo
Files:
 6e592e19cd9dea2692fd23753a62f253 2412 science optional 
coinor-cbc_2.10.10+ds1-1.dsc
 b50da519b6554a9aff84a47ec50c348a 892764 science optional 
coinor-cbc_2.10.10+ds1.orig.tar.xz
 2cf186b0ba0c0add23027f8629fe4998 12668 science optional 
coinor-cbc_2.10.10+ds1-1.debian.tar.xz
 50f36e62ffdc31936c05d04e24d7e00f 9346 science optional 
coinor-cbc_2.10.10+ds1-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAmSRkGkSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRfeoQAIPIpgJHQoZpPpPCc0tokQ1jRWd/6d14
sk0X6zQ0Eiy+kTJN+Szr7EtRylUVZX0CpaO1Bkcb5FW8u47Yj4cP77HSXjBOJIwP
zpQoKu85kuUpl5L4kFNw7+JPYYsqd9zbip1hRKOinjKD8RLAhsRGUK5elRKbxOZF
iND9hE7W2BZh7Z1uT54hoM+gFdiMz6WeX9MuCH+f7llvGC577ISWfrn2jIzhXJJH
SHwc4O6B5LQpyE9hJaYsGCDA3z7DqYuWcRHVwgvqRdU4k5lm42zbesrMLFhueG3y
BNdKDA+OCHzBPHsm/ksZc39ZURsoOJYGm61aY7t7btJmqQdwhisxPefLksorcEtX
07DUqMR6Xj9KcSfwyuMlmP43X/vaQSxA1vws9I3WArRUa3zQcYWYgCd8wi2JsNs2
LH7IurJ/GkBz8py/JX5QMzDe+n35oIws+wXg3rYItM7hB31c2C3MgaSyn6J6V4or
xHWsPflt4cfNl8UIuTtrRb9RwbOgC/PPuJZj4OBDzaL4Z48YGCADo6NH+61g5v72
wuR09uH/SdfT1pMJVayAN1EXx3gC/53558OBELxlLErUEVEXsxRemZmYVDu1kYob
KLZUIojXmTpimA/7CVNMxJfR1OtnNSY5PxtyK2PEIeUBzB4FS2FcW/CzCXfYO995
IYtEyySJ9OzG
=huVk
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to