Your message dated Tue, 09 Jun 2020 21:51:49 +0000
with message-id <e1jim9t-0001su...@fasolo.debian.org>
and subject line Bug#949837: fixed in innoextract 1.8-1.2
has caused the Debian Bug report #949837,
regarding FTBFS with Boost 1.71
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 ow...@bugs.debian.org
immediately.)


-- 
949837: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949837
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: innoextract
Version: 1.8-1
Severity: wishlist
Tags: patch
User: team+bo...@tracker.debian.org
Usertags: boost1.71

Dear Maintainer,

your package fails to build with boost1.71. You can find a build log
attached. If you want to attempt the build yourself, an updated version
of boost-defaults which brings in boost1.71 dependencies can be found
adding this line to your sources.list file:

  deb https://people.debian.org/~gio/reprepro gio main

This bug has severity whishlist for the moment, but it will raised to RC
as soon as version 1.71 of Boost is promoted to default.

More specifically, your package fails building because CMake scripts
provided by the package incorrectly detect a failure in linking Boost,
while Boost links just fine.

The attached patch should fix the bug.

Thanks and all the best, Giovanni.
-- 
Giovanni Mascellani <g.mascell...@gmail.com>
Postdoc researcher - Université Libre de Bruxelles
From d183f7b741e7add6ca3d66eefdef0786cdd57d01 Mon Sep 17 00:00:00 2001
From: Giovanni Mascellani <g...@debian.org>
Date: Sat, 25 Jan 2020 19:00:03 +0100
Subject: [PATCH] Fix building with Boost 1.71.

---
 .../0001-Fix-building-with-Boost-1.71.patch   | 24 +++++++++++++++++++
 debian/patches/series                         |  1 +
 2 files changed, 25 insertions(+)
 create mode 100644 debian/patches/0001-Fix-building-with-Boost-1.71.patch
 create mode 100644 debian/patches/series

diff --git a/debian/patches/0001-Fix-building-with-Boost-1.71.patch b/debian/patches/0001-Fix-building-with-Boost-1.71.patch
new file mode 100644
index 0000000..e58e57f
--- /dev/null
+++ b/debian/patches/0001-Fix-building-with-Boost-1.71.patch
@@ -0,0 +1,24 @@
+From: Giovanni Mascellani <g...@debian.org>
+Date: Sat, 25 Jan 2020 18:58:59 +0100
+Subject: Fix building with Boost 1.71.
+
+CMake scripts try to check if we can actually link with Boost libraries,
+but they are not smart enough and think we can't, while we actually
+can.
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index b98e59d..4cdaa60 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -176,7 +176,7 @@ find_package(Boost REQUIRED COMPONENTS
+ 	system
+ 	program_options
+ )
+-check_link_library(Boost Boost_LIBRARIES)
++#check_link_library(Boost Boost_LIBRARIES)
+ list(APPEND LIBRARIES ${Boost_LIBRARIES})
+ link_directories(${Boost_LIBRARY_DIRS})
+ include_directories(SYSTEM ${Boost_INCLUDE_DIR})
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3c27bac
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fix-building-with-Boost-1.71.patch
-- 
2.25.0

Attachment: innoextract.log.gz
Description: application/gzip

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: innoextract
Source-Version: 1.8-1.2
Done: Sebastian Ramacher <sramac...@debian.org>

We believe that the bug you reported is fixed in the latest version of
innoextract, 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 949...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated innoextract 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 07 Jun 2020 22:00:19 +0200
Source: innoextract
Architecture: source
Version: 1.8-1.2
Distribution: unstable
Urgency: medium
Maintainer: Lennart Weller <l...@ring0.de>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Closes: 949837
Changes:
 innoextract (1.8-1.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * debian/patches: Apply upstream patch to fix build with boost 1.71.
     (Closes: #949837)
Checksums-Sha1:
 fad5cb117820df1cf3ba4ce0471e144f83dc2ff5 2063 innoextract_1.8-1.2.dsc
 a937ec43195ab24a5e6f27b59170cf3226e039e1 7648 innoextract_1.8-1.2.debian.tar.xz
Checksums-Sha256:
 ae8322383bcf1238639f5cbfadf7e2dd00349d9355bc8c76d34f951fe61826f2 2063 
innoextract_1.8-1.2.dsc
 df38350a32188cbae6431e4d956878c38ab4006d35065567fd06148dc3edb156 7648 
innoextract_1.8-1.2.debian.tar.xz
Files:
 7d4648f6743ef722e528e18781dc8715 2063 utils optional innoextract_1.8-1.2.dsc
 0246eda55836d3f1faca2fec2400ddfe 7648 utils optional 
innoextract_1.8-1.2.debian.tar.xz

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

iQIzBAEBCgAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAl7dSEcACgkQafL8UW6n
GZPoXw/+K+BatSEgQrTLYRsegm1a7uYyz9zk7qGvRCKRns5H3K0YgKc946c2oDQ1
c1LTG0mxJryoCvebT/+QRJgXJnfR4vlo+3aBld8gQlsuGsRqkGruZwONRdKu56HK
nQSQ19/MzXrQ9AaeETqLYUeLduxx9Zhll9SMJZeNzvS4mNUIg2ZLislfHGR9IYiA
yGxlFNylSR/4tHROR2hH3oAgqoEJueOUL5l3rEGNkurhTXi0y62NRTRA2tsOQGyU
cZy+3FDV+G/opc0gbDclQi6SyUktD0CkBft1SdSitfvZ402kO2C4KrPSKm+Hjxr9
m2UJIkKYQ33aFctGSsjKjIZgMmvuhfzjcCNFy8teB32QcZqbK3cZu0yvp3CmxewX
c+SPgPQDj93NPUwkYGc45nLlJBP9iB9p2ifKttR+eGAUVMTTD2L4Mj8FTAhycfXw
1bFP0vTxQ9QXTfBGFOBu3Cla9g5uj8utcLWbB5sniqvjmPmurhEZWK7fkOQCZTZA
EFFwHfyPcLoPTq1aFZbT6uU+X+HJzZBXXU4jm0o2sNywBnzdBl9tesYWUrTAoauM
YAhN3ceOgc6mGe4Qq0QqYnWL0u2W+wrjTg0BrymzSzv53H1yuqSgw6+TuCwnEkrQ
gr4gZqUsgb6Y5luy+6qYb+/P1qmPXI1MyIcKMnFUWeBzH5av5Pc=
=6JYK
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to