Your message dated Fri, 05 Jun 2020 00:52:34 +0000
with message-id <e1jh0b4-0003uq...@fasolo.debian.org>
and subject line Bug#953871: fixed in plee-the-bear 0.6.0-7
has caused the Debian Bug report #953871,
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.)


-- 
953871: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953871
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: plee-the-bear
Version: 0.6.0-6
Severity: wishlist
Tags: patch
User: team+bo...@tracker.debian.org
Usertags: boost1.71

Dear Maintainer,

your package fails to build with boost1.71. 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 it uses the old
libboost-signals-dev package, which has now disappeared.

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 6a23544a8d2d932f02d68f1d314707f4fd47e49b Mon Sep 17 00:00:00 2001
From: Giovanni Mascellani <g...@debian.org>
Date: Sat, 14 Mar 2020 11:08:04 +0100
Subject: [PATCH] Fix FTBFS with Boost 1.71.

---
 debian/changelog                              |  7 ++++
 debian/control                                |  1 -
 .../0008-Fix-FTBFS-with-Boost-1.71.patch      | 36 +++++++++++++++++++
 debian/patches/series                         |  1 +
 4 files changed, 44 insertions(+), 1 deletion(-)
 create mode 100644 debian/patches/0008-Fix-FTBFS-with-Boost-1.71.patch

diff --git a/debian/changelog b/debian/changelog
index e82a372..442251a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+plee-the-bear (0.6.0-6.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Do not depend on libboost-signals-dev, that does not exit any more.
+
+ -- Giovanni Mascellani <g...@debian.org>  Sat, 14 Mar 2020 11:07:48 +0100
+
 plee-the-bear (0.6.0-6) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 39d2804..6881ca0 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,6 @@ Build-Depends: debhelper-compat (= 12),
  libboost-filesystem-dev (>= 1.45),
  libboost-regex-dev (>= 1.45),
  libboost-thread-dev (>= 1.45),
- libboost-signals-dev (>= 1.45),
  mesa-common-dev (>= 6.5),
  libclaw-dev (>= 1.7.0),
  libclaw-graphic-dev (>= 1.7.0),
diff --git a/debian/patches/0008-Fix-FTBFS-with-Boost-1.71.patch b/debian/patches/0008-Fix-FTBFS-with-Boost-1.71.patch
new file mode 100644
index 0000000..2a2d39c
--- /dev/null
+++ b/debian/patches/0008-Fix-FTBFS-with-Boost-1.71.patch
@@ -0,0 +1,36 @@
+From: Giovanni Mascellani <g...@debian.org>
+Date: Sat, 14 Mar 2020 11:11:32 +0100
+Subject: Fix FTBFS with Boost 1.71.
+
+In Boost 1.71 the Signals library has disappears in favour or Signals2.
+---
+ bear-engine/CMakeLists.txt   | 2 +-
+ plee-the-bear/CMakeLists.txt | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/bear-engine/CMakeLists.txt b/bear-engine/CMakeLists.txt
+index e65f040..3054347 100644
+--- a/bear-engine/CMakeLists.txt
++++ b/bear-engine/CMakeLists.txt
+@@ -50,7 +50,7 @@ link_directories(
+ include(FindBoost)
+ 
+ find_package(
+-  Boost 1.42 REQUIRED COMPONENTS filesystem regex signals system thread
++  Boost 1.42 REQUIRED COMPONENTS filesystem regex system thread
+   )
+ if( NOT Boost_FOUND )
+   message( FATAL_ERROR 
+diff --git a/plee-the-bear/CMakeLists.txt b/plee-the-bear/CMakeLists.txt
+index ab6d7be..04f886f 100644
+--- a/plee-the-bear/CMakeLists.txt
++++ b/plee-the-bear/CMakeLists.txt
+@@ -88,7 +88,7 @@ link_directories(
+ # Boost
+ include(FindBoost)
+ 
+-find_package( Boost 1.35 REQUIRED COMPONENTS signals)
++find_package( Boost 1.35 REQUIRED COMPONENTS)
+ 
+ if( NOT Boost_FOUND )
+   message( FATAL_ERROR 
diff --git a/debian/patches/series b/debian/patches/series
index 9b147a8..aa6d850 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ ptb-signals-v2.diff
 full-path-menu-icon.diff
 wx3.0-compat.patch
 absolute-path-in-desktop-file.patch
+0008-Fix-FTBFS-with-Boost-1.71.patch
-- 
2.25.1

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: plee-the-bear
Source-Version: 0.6.0-7
Done: Markus Koschany <a...@debian.org>

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

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated plee-the-bear 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: Fri, 05 Jun 2020 01:39:41 +0200
Source: plee-the-bear
Architecture: source
Version: 0.6.0-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Closes: 918038 953871
Changes:
 plee-the-bear (0.6.0-7) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Reiner Herrmann ]
   * Mark -data package as Multi-Arch: foreign
 .
   [ Markus Koschany ]
   * Switch to debhelper-compat = 13.
   * Declare compliance with Debian Policy 4.5.0.
   * Fix FTBFS with Boost 1.71.
     Thanks to Giovanni Mascellani for the patch. (Closes: #953871)
   * Fix FTCBFS: Let dh_auto_configure pass cross flags to cmake.
     Thanks to Helmut Grohne for the patch. (Closes: #918038)
Checksums-Sha1:
 a01a406838f98574a4805c0f104a4223ac290e6f 2828 plee-the-bear_0.6.0-7.dsc
 4f6e1bd470385f154b96c1d44421987714c92ef0 18000 
plee-the-bear_0.6.0-7.debian.tar.xz
 dd9e8b87cd754a31365864b7f16db6a09c88faf3 16268 
plee-the-bear_0.6.0-7_amd64.buildinfo
Checksums-Sha256:
 d469cdafac5086153ed3760443e3a6028b2f20e939adf7653c401dc543c2d149 2828 
plee-the-bear_0.6.0-7.dsc
 ef5f9384f8c02658a9abd8bc24c0b63f668760d444600d11d2636f8c499b48dc 18000 
plee-the-bear_0.6.0-7.debian.tar.xz
 fc9a8fd74b51c7b10aae32d1f84382b927563a862e531251944be57a8f4fb0cd 16268 
plee-the-bear_0.6.0-7_amd64.buildinfo
Files:
 30c42eb7ff45a10371887c8bbb0d9202 2828 games optional plee-the-bear_0.6.0-7.dsc
 01671eaa2a91a984623e7c4eaf355551 18000 games optional 
plee-the-bear_0.6.0-7.debian.tar.xz
 8075e6f7307eb7223e7428cc2d219dfe 16268 games optional 
plee-the-bear_0.6.0-7_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAl7Zk1JfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkrsYQAIfarXzWJfZCuuWbIr0dGPPM/loyyJNXMdjM
RWhumee8/4frRd7nfdggzJ92W34oBUneWPXCwfnDTybg1zRMMwuJs+kS24AOIup8
aLJqsYHI+nLKX6v3x/UQwQmYCXMA7hsjgYk414akA2eQt+Vp1AIDfvrPkfTV+1Qb
IWcLW56VTylUEnA4SwX8dkiR0PeZRTySUsSZQgs9tO5Q9+vt37LlZ0nz3AXoz5aB
tvb20vAkFGKlMeyRy75z/iS5pOp29gg/k5t1Paghg7DcNwb+BXD+irueFbJQPqw0
EF0pO5VYYHD57eiyxnGdQV1y9oYasiemScjbhcD7SWUTCq0XZSIRk1pOreBs380e
Fjoev7dkWneYFRU+DhbFQmG8uTPs5c2Rn9zzPdm9xui9kvUdHVn1pLm2oWSDhbXh
UBm+CpLYTIXS9Ry2l18z1ebEVQq827bVbTWwanXoqc5jhg+GSjlEpbcvO8kR6EoM
gcrBjNnQhj/3U4/0+NBPFWpQuBy1p0BhIxnRahxcKqDYb9rSi1JxFFMcwCqc6J5W
s8+fhliE0/1CxjlkzRdu9aHKVT+BUzJ3Q7pj8PKHLjvhIQWiAEE/loa6fSU/FdL4
j+shpGrk+Ll85wz7sS1CGr/vX3Zv5wYMhLgkfKe39Ox/iFlTcgNEcPs2lFOQzSG7
+wKJ2g3F
=oef7
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to