Your message dated Mon, 15 Jun 2020 20:36:58 +0000
with message-id <e1jkvqk-0002pb...@fasolo.debian.org>
and subject line Bug#954711: fixed in sight 19.0.0-6.1
has caused the Debian Bug report #954711,
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.)


-- 
954711: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954711
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sight
Version: 19.0.0-5
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 use
capitalized Boost library names, while they should be lowercase.

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 e2c25111e5f0df526cf46ba9039b49b50eba3fa5 Mon Sep 17 00:00:00 2001
From: Giovanni Mascellani <g...@debian.org>
Date: Sun, 22 Mar 2020 14:35:17 +0100
Subject: [PATCH] Fix FTBFS with Boost 1.71.

---
 debian/changelog                              |  7 ++++
 .../0007-Fix-FTBFS-with-Boost-1.71.patch      | 34 +++++++++++++++++++
 debian/patches/series                         |  1 +
 3 files changed, 42 insertions(+)
 create mode 100644 debian/patches/0007-Fix-FTBFS-with-Boost-1.71.patch

diff --git a/debian/changelog b/debian/changelog
index 60579b5a..39ca5f34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sight (19.0.0-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix Boost library names in CMake scripts.
+
+ -- Giovanni Mascellani <g...@debian.org>  Sun, 22 Mar 2020 14:35:31 +0100
+
 sight (19.0.0-5) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/0007-Fix-FTBFS-with-Boost-1.71.patch b/debian/patches/0007-Fix-FTBFS-with-Boost-1.71.patch
new file mode 100644
index 00000000..c94167ff
--- /dev/null
+++ b/debian/patches/0007-Fix-FTBFS-with-Boost-1.71.patch
@@ -0,0 +1,34 @@
+From: Giovanni Mascellani <g...@debian.org>
+Date: Sun, 22 Mar 2020 14:34:26 +0100
+Subject: Fix FTBFS with Boost 1.71.
+
+Apparently CMake expects library names to be lowercase.
+---
+ Bundles/ui/guiQml/CMakeLists.txt | 2 +-
+ Bundles/ui/guiQt/CMakeLists.txt  | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Bundles/ui/guiQml/CMakeLists.txt b/Bundles/ui/guiQml/CMakeLists.txt
+index 42c008e..7f9c228 100644
+--- a/Bundles/ui/guiQml/CMakeLists.txt
++++ b/Bundles/ui/guiQml/CMakeLists.txt
+@@ -1,6 +1,6 @@
+ fwLoadProperties()
+ 
+-find_package(Boost QUIET COMPONENTS Regex REQUIRED)
++find_package(Boost QUIET COMPONENTS regex REQUIRED)
+ find_package(Qt5 QUIET COMPONENTS Core Gui Quick Qml QuickControls2 REQUIRED)
+ 
+ 
+diff --git a/Bundles/ui/guiQt/CMakeLists.txt b/Bundles/ui/guiQt/CMakeLists.txt
+index 3aff5d1..ff52b89 100644
+--- a/Bundles/ui/guiQt/CMakeLists.txt
++++ b/Bundles/ui/guiQt/CMakeLists.txt
+@@ -1,6 +1,6 @@
+ fwLoadProperties()
+ 
+-find_package(Boost QUIET COMPONENTS Regex REQUIRED)
++find_package(Boost QUIET COMPONENTS regex REQUIRED)
+ find_package(Qt5 QUIET COMPONENTS Core Gui Widgets REQUIRED)
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index bcd8be4b..98f20a36 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ fix_version_getter.patch
 fix_launcher_library_path.patch
 fix_dcmtk_scp_cfg.patch
 revert_qVTK_widget.patch
+0007-Fix-FTBFS-with-Boost-1.71.patch
-- 
2.26.0.rc2

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

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: sight
Source-Version: 19.0.0-6.1
Done: Adrian Bunk <b...@debian.org>

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

Debian distribution maintenance software
pp.
Adrian Bunk <b...@debian.org> (supplier of updated sight 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: Mon, 15 Jun 2020 18:20:23 +0300
Source: sight
Architecture: source
Version: 19.0.0-6.1
Distribution: unstable
Urgency: high
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Adrian Bunk <b...@debian.org>
Closes: 954711
Changes:
 sight (19.0.0-6.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Add patch from Giovanni Mascellani for FTBFS with Boost 1.71.
     (Closes: #954711)
Checksums-Sha1:
 03ac9623d6934963a5afc1abc17ed6b16b3b5eb8 2346 sight_19.0.0-6.1.dsc
 fe2fbb5b718a61278ef2261ca3b9bd367fd50dd2 10608 sight_19.0.0-6.1.debian.tar.xz
Checksums-Sha256:
 020178be49e733825572b6357565e928bbc8b9477ccdc4637a4f5ca0829272e4 2346 
sight_19.0.0-6.1.dsc
 f7dc4e40df98cb60724dc2d282f51c0092e0be111e9a36c49caec8754bc33808 10608 
sight_19.0.0-6.1.debian.tar.xz
Files:
 9e6ecd78d70a549005d1a6d297f0ece3 2346 science optional sight_19.0.0-6.1.dsc
 1bd00850735b6b65a7bf92d5c8fe1760 10608 science optional 
sight_19.0.0-6.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAl7nkjcACgkQiNJCh6LY
mLEnOw//feoAcCb5EomOmtbOuTEXYF6Tpxc1RHMtrs4PcsMBSDzh/TzKqqG1+Yf4
xK1W8f3Rnz9omghW4sXCGxJZtdIpcJNTjKKA72HnTIdqflVNMWK/Z+u/LpouNpUP
PslUaPlHPhAjnILbaNb6xvfu6zzE5RLN7rr2BxeLrK0mQMmcbHFLfKjw23HOLTeO
LLbnBt8lw7XCOYTnwRyYcsbM3ZCHwNHlXVyBzVi7qPoSdJI24WqYg0ctBlTsWZPT
R9GWdQG6XSYtMRKLyMM39cvPJuk0ZXP3wnlPGbM2FBSeYEe0LVSkRWJwZu4Nz4qr
zN2Xj3xah32tKcOHQ6qBB7VX7gJOPuLsVGMRfdrDP7Ad1wmahuE3jrbhhRSTMoiX
hi+i6crB+ptys79DoELiNIEAUA/kHOoi20Wx09k1vbj6R9dwJtLKlgNe5Y542w/7
Jx0A//Hkg97g8iLLBzXUGm9rXtZfhem2YtV5yMBa5e0lKHqZLBF1CxS868zt3hjA
QIf5voKxRT9nz6rBmvKT5rk4sZnIHN2Om9Hf0h3AYTCQCwqvv5fddzzlYTENRCHf
46lZRLfXhU2oRDdfbn2ZEOnT1Zhw4RY9ye82j0mYyfcRIHxAze8Z/6J39SdT/ZyG
2NnCUI+yaZjQ7er5j2BhOFe3qLHRYQZcmeStw/3eSx3GazLpebc=
=zFrC
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to