Your message dated Fri, 05 Jun 2020 14:37:51 +0000 with message-id <e1jhdtj-000egh...@fasolo.debian.org> and subject line Bug#948122: fixed in aegisub 3.2.2+dfsg-6 has caused the Debian Bug report #948122, regarding [aegisub] FTBFS with boost1.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.) -- 948122: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948122 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Package: aegisub Version: 3.2.2+dfsg-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 it uses the deprecated header boost/gil/gil_all.hpp. Please consider applying the attached patch as soon as possible, which should fix the problem. Thanks and all the best, Giovanni. -- Giovanni Mascellani <g.mascell...@gmail.com> Postdoc researcher - Université Libre de BruxellesFrom 3d940069289ccc3adcf5e7544c0af61543ad5b9e Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani <g...@debian.org> Date: Sat, 4 Jan 2020 10:39:02 +0100 Subject: [PATCH] Fix compilation with Boost 1.71. --- ...0018-Fix-compilation-with-Boost-1.71.patch | 65 +++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 66 insertions(+) create mode 100644 debian/patches/0018-Fix-compilation-with-Boost-1.71.patch diff --git a/debian/patches/0018-Fix-compilation-with-Boost-1.71.patch b/debian/patches/0018-Fix-compilation-with-Boost-1.71.patch new file mode 100644 index 0000000..ee7c564 --- /dev/null +++ b/debian/patches/0018-Fix-compilation-with-Boost-1.71.patch @@ -0,0 +1,65 @@ +From: Giovanni Mascellani <g...@debian.org> +Date: Sat, 4 Jan 2020 10:36:17 +0100 +Subject: Fix compilation with Boost 1.71. + +Header gil_all.hpp does not exist anymore. This patch uses gil.hpp +instead. +--- + src/colour_button.cpp | 2 +- + src/subtitles_provider_libass.cpp | 2 +- + src/video_frame.cpp | 2 +- + src/video_provider_dummy.cpp | 2 +- + 4 files changed, 4 insertions(+), 4 deletions(-) + +diff --git a/src/colour_button.cpp b/src/colour_button.cpp +index f985e62..d176aaa 100644 +--- a/src/colour_button.cpp ++++ b/src/colour_button.cpp +@@ -18,7 +18,7 @@ + + #include "dialogs.h" + +-#include <boost/gil/gil_all.hpp> ++#include <boost/gil.hpp> + + wxDEFINE_EVENT(EVT_COLOR, wxThreadEvent); + +diff --git a/src/subtitles_provider_libass.cpp b/src/subtitles_provider_libass.cpp +index 3dc047e..1afd441 100644 +--- a/src/subtitles_provider_libass.cpp ++++ b/src/subtitles_provider_libass.cpp +@@ -50,7 +50,7 @@ + #include <libaegisub/util.h> + + #include <atomic> +-#include <boost/gil/gil_all.hpp> ++#include <boost/gil.hpp> + #include <memory> + #include <mutex> + +diff --git a/src/video_frame.cpp b/src/video_frame.cpp +index 6100058..c51f929 100644 +--- a/src/video_frame.cpp ++++ b/src/video_frame.cpp +@@ -16,7 +16,7 @@ + + #include "video_frame.h" + +-#include <boost/gil/gil_all.hpp> ++#include <boost/gil.hpp> + #include <wx/image.h> + + namespace { +diff --git a/src/video_provider_dummy.cpp b/src/video_provider_dummy.cpp +index 39eb69e..71a4424 100644 +--- a/src/video_provider_dummy.cpp ++++ b/src/video_provider_dummy.cpp +@@ -46,7 +46,7 @@ + #include <boost/algorithm/string/split.hpp> + #include <boost/filesystem/path.hpp> + #include <libaegisub/format.h> +-#include <boost/gil/gil_all.hpp> ++#include <boost/gil.hpp> + + DummyVideoProvider::DummyVideoProvider(double fps, int frames, int width, int height, agi::Color colour, bool pattern) + : framecount(frames) diff --git a/debian/patches/series b/debian/patches/series index fd132da..2355a92 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -15,3 +15,4 @@ add-icu-prefix.patch simplify-version.patch add-keywords-desktop.patch fix-crash-spell-language.patch +0018-Fix-compilation-with-Boost-1.71.patch -- 2.25.0.rc1
aegisub.log.gz
Description: application/gzip
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---Source: aegisub Source-Version: 3.2.2+dfsg-6 Done: Aniol Marti <ama...@caliu.cat> We believe that the bug you reported is fixed in the latest version of aegisub, 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 948...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Aniol Marti <ama...@caliu.cat> (supplier of updated aegisub 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: Wed, 03 Jun 2020 22:18:48 +0000 Source: aegisub Architecture: source Version: 3.2.2+dfsg-6 Distribution: unstable Urgency: medium Maintainer: Aniol Marti <ama...@caliu.cat> Changed-By: Aniol Marti <ama...@caliu.cat> Closes: 948122 Changes: aegisub (3.2.2+dfsg-6) unstable; urgency=medium . [ Debian Janitor ] * Wrap long lines in changelog entries: 3.2.2+dfsg-4. * Set field Upstream-Name in debian/copyright. * Drop unnecessary dependency on dh-autoreconf. * Rely on pre-initialized dpkg-architecture variables. . [ Aniol Marti ] * Add patch to fix compilation with Boost >= 1.69.0 (Closes: #948122). * Update standards from 4.4.0 to 4.5.0. * Update compat from 12 to 13. * Add patch to fix build with make > 4.2. * Do not override dh_installdocs and dh_autoreconf. * Silence errors in pkg-config lua/luajit to allow using one or the other. * Set Rules-Requires-Root to no. * Install aegisub.appdata.xml. Checksums-Sha1: 274562461804eeb4adc3ee73564d72a6b1bd859d 2407 aegisub_3.2.2+dfsg-6.dsc 5ef78fc30038985f682a7a42741d9008d3d42209 26204 aegisub_3.2.2+dfsg-6.debian.tar.xz 21f02fbaa17f03e2c395971a64c6e55bc33b56c7 17234 aegisub_3.2.2+dfsg-6_amd64.buildinfo Checksums-Sha256: eeee9872398038ec4d8379b97bf0f2da996d87029ab5b263fbbdc09d7bd91492 2407 aegisub_3.2.2+dfsg-6.dsc 8c636e6ce34ead31dc8c6e041bc0686cc8831da716be3ffe68b734b6bd016a8d 26204 aegisub_3.2.2+dfsg-6.debian.tar.xz a71238bc6cfe8a7b779e99e8c5386a893bb5a8eb28dbfa59e175ba1b5e542790 17234 aegisub_3.2.2+dfsg-6_amd64.buildinfo Files: 48646d5a3498a5761a12bcdeeb6bac06 2407 video optional aegisub_3.2.2+dfsg-6.dsc 35812dc15270fd4f04222df2da8a38b9 26204 video optional aegisub_3.2.2+dfsg-6.debian.tar.xz 710b53abaece0dbba6f5efbac5876f64 17234 video optional aegisub_3.2.2+dfsg-6_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEaUBwKsbetWW2SKTt466XjoNOXn4FAl7aUTIACgkQ466XjoNO Xn7kixAAymo6fs0iCBCy9xkFZR/eSP6knj7J0/8QSfo1xkIuvlK8d6ZUbFFvNEYe 1udTGB3PX0/d5njzqoq6t1euFDZL3IbipumXmGZ+IoryUT26i5PmVldMqPLIZPVm vmZhtk84w5K54yqhfhdghS96v30PkExbqP4bE9hhCe/amIM6UBqhyQp3qe23Mbzb ajyvEFzn9Atx2tBPvcbn75cSlrGzXq3HGoIFN0W7QXJlU2CsLm5PYIf/mTkpvN1w 9tzevcJzzsZbl1TcVVgNcbHTE0pCEmpXcUbZU9LiOGy6GLy1NQe701ndFcMcLFb7 haC2ep3xWw2CCTdqovDNr6AMOFfVZhE2ErRTL4wNEfv17yQNgCTgHmwDPyJd7LsN SHob1paYqCz4iUcxwOFAHmHQpgsjY6tckhxvngdXHC51zZxplfa7QLYNEbh4njwK SJdaS8qh9O4eRU+whPfoTx+Z5d2UQ+jJijmy21ozvqma2yu6x4Hen1XZbe9ETZCg fWm3m6FgVsc5AK/DAAYq9fgCmshwqSJkBwia0xlSjpiwPquh7DApOL8JxMtAq65T 5AS/b84jdL2GRhHffDUaaE0vvYDmKVFtJEaQZyESsoiLcEYyhnDK0ag/X7B7HRDn VlWUSsxx5iNavPne0YC1ffAT/2pln5H/XaovuxuMik9nZAJ5LD4= =cb/c -----END PGP SIGNATURE-----
--- End Message ---