Your message dated Mon, 08 Jun 2020 18:03:45 +0000 with message-id <e1jim7d-0009dn...@fasolo.debian.org> and subject line Bug#954649: fixed in rlvm 0.14-5 has caused the Debian Bug report #954649, 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.) -- 954649: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954649 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Package: rlvm Version: 0.14-4 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 it depends on libboost-signals-dev, which does not exist anymore. Also, there is a missing header in a file. The attached patch should fix the bug. Thanks and all the best, Giovanni. -- Giovanni Mascellani <g.mascell...@gmail.com> Postdoc researcher - Université Libre de Bruxellesdiff --git a/debian/changelog b/debian/changelog index b0344d6..2483f74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +rlvm (0.14-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Remove dependency on package libboost-signals-dev, which does not exist + any more. + * Fix compilation adding a missing header. + + -- Giovanni Mascellani <g...@debian.org> Sun, 22 Mar 2020 10:23:35 +0100 + rlvm (0.14-4) unstable; urgency=low * Add 004_port_to_python3.patch: porting to python3 (Closes: #947579) diff --git a/debian/control b/debian/control index 8f4d11f..3e63d64 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,6 @@ Build-Depends: debhelper (>= 10), libboost-program-options-dev, libboost-python-dev, libboost-serialization-dev, - libboost-signals-dev, libboost-thread-dev, libfreetype6-dev, libgl1-mesa-dev, diff --git a/debian/patches/fix-missing-header.patch b/debian/patches/fix-missing-header.patch new file mode 100644 index 0000000..66a822c --- /dev/null +++ b/debian/patches/fix-missing-header.patch @@ -0,0 +1,17 @@ +From: Giovanni Mascellani <g...@debian.org> +Date: Sun, 22 Mar 2020 10:23:31 +0100 +Subject: Fix missing header + + +--- + +--- rlvm-0.14.orig/src/systems/base/gan_graphics_object_data.cc ++++ rlvm-0.14/src/systems/base/gan_graphics_object_data.cc +@@ -38,6 +38,7 @@ + #include <boost/filesystem/fstream.hpp> + #include <string> + #include <vector> ++#include <iostream> + + #include "libreallive/defs.h" + #include "machine/serialization.h" diff --git a/debian/patches/series b/debian/patches/series index 90ae9f1..fb420e4 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ 002_include-iostream.patch 003_use_pkg-config_for_freetype2.patch 004_port_to_python3.patch +fix-missing-header.patch diff --git a/src/systems/base/gan_graphics_object_data.cc b/src/systems/base/gan_graphics_object_data.cc index 4178d11..96c1bcd 100644 --- a/src/systems/base/gan_graphics_object_data.cc +++ b/src/systems/base/gan_graphics_object_data.cc @@ -38,6 +38,7 @@ #include <boost/filesystem/fstream.hpp> #include <string> #include <vector> +#include <iostream> #include "libreallive/defs.h" #include "machine/serialization.h"
rlvm.log.gz
Description: application/gzip
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---Source: rlvm Source-Version: 0.14-5 Done: Ying-Chun Liu (PaulLiu) <paul...@debian.org> We believe that the bug you reported is fixed in the latest version of rlvm, 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. Ying-Chun Liu (PaulLiu) <paul...@debian.org> (supplier of updated rlvm 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: Tue, 09 Jun 2020 01:18:33 +0800 Source: rlvm Architecture: source Version: 0.14-5 Distribution: unstable Urgency: low Maintainer: Ying-Chun Liu (PaulLiu) <paul...@debian.org> Changed-By: Ying-Chun Liu (PaulLiu) <paul...@debian.org> Closes: 954649 Changes: rlvm (0.14-5) unstable; urgency=low . [ Giovanni Mascellani <g...@debian.org> ] * Remove dependency on package libboost-signals-dev, which does not exist any more. * Fix compilation adding a missing header. . [ Ying-Chun Liu (PaulLiu) <paul...@debian.org> ] * Merge Giovanni's patch for fixing FTBFS with Boost 1.71 (Closes: #954649) - Thanks to Giovanni Mascellani Checksums-Sha1: 77f04dc0352edd9d0c3e7515fe5e450e41ac9d93 2193 rlvm_0.14-5.dsc 2ff8c182e7774db01d2f725227ec4e78f817ae32 14596 rlvm_0.14-5.debian.tar.xz 5631f7801a20dde273046278821624b1cd50fe64 16412 rlvm_0.14-5_source.buildinfo Checksums-Sha256: 12f3004c42d81c06f8f6865e0f778150a339bd24692752a6cd58de2d97bef821 2193 rlvm_0.14-5.dsc e227644058ee0cc15af9e867f8f421d1afc6d443243f34fa061589b666d64790 14596 rlvm_0.14-5.debian.tar.xz c39a0f9d99cd8aad242fc13ea956498259f1f458df31dcc4ebd977782b11d5b4 16412 rlvm_0.14-5_source.buildinfo Files: b1f0155ca13f7eab22cfb98ed10bd18b 2193 games optional rlvm_0.14-5.dsc b7e48ae402db66e1ac100bf2c186b7d0 14596 games optional rlvm_0.14-5.debian.tar.xz 32f0a47467a8da360b8c15d76cfc6ae7 16412 games optional rlvm_0.14-5_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJHBAEBCgAxFiEEo2h49GQQhoFgDLZIRBc/oT0FiIgFAl7eeeETHHBhdWxsaXVA ZGViaWFuLm9yZwAKCRBEFz+hPQWIiL/DEACgtnJctLQQS1p+UMmOTlJLDjkrJQR5 AvZePF7n381DUXNEavcJLbsm6c9URRXQAlyHHZw1R3oZ1EnVES2GU+PB2ec2wXfg HQxGIsRJBTVqGI1RigZaei2L59Pii5xrUIKuM1ca1J96pSfm3VAcH+JTEOpuJO9O xLhuH5Nud4O3zEjPX+4jPP4gMsR2hiwtwkcm/3fkU9nVFK4THSy1GYYoHoC1x1f/ esFXohw9imjTAEoLgfmTFtE8DvmuIRyjDuBH9lK5GGxNr/qyQ9m6MgUkOwQCaLgN Q0T2GnLHM0/VZws5c4iJ28vj4ERcTd77Uo4SSWWVy4N2jw4NlWICaYSNuICvdmik ruJslEENFc0ZVZK0MTPDjPREDb0tgR8K9od3SAD5et7CULm5ebs5ljiChMz34di/ bzDHsVMMKLCy9kWlBL6nEGjGaAfYXN7e4/kG8/sbCzmATdBCUcev7essYvON33zy r4i8tnEqukTwfAunG1A/0H2WA6YzVl4jWISLJYtySgyLrpm5Fduvxl2pnTlbTmkH 2EyV9SPxoQ1gT0wYc0htP7AKGRJXzmN+/AtLsFJ7I4GIhRZveMcGABUQWjQUnhGw ZPG4Omup3dD7vv7LAj3e5f8jO8nIZM3Pl6c1ebC3r3NBNhrRU5DWEYpwzKVdplEV C4ClMBZYUMroWQ== =CPhP -----END PGP SIGNATURE-----
--- End Message ---