Your message dated Mon, 19 Nov 2018 01:35:11 +0000
with message-id <e1goyt1-000amj...@fasolo.debian.org>
and subject line Bug#911956: fixed in yaml-cpp 0.5.2-4.1
has caused the Debian Bug report #911956,
regarding [src:yaml-cpp] FTBFS with boost1.67
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.)


-- 
911956: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911956
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:yaml-cpp
Version: 0.5.2-4
Severity: wishlist
Tags: patch
User: team+bo...@tracker.debian.org
Usertags: boost1.67

Dear Maintainer,

your package fails to build with boost1.67. 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.67 dependencies can be found
adding this line to your sources.list file:

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

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

More specifically, your package fails building because boost::next and
boost::prior were moved to the header boost/next_prior.hpp. The attached
patch should fix this issue.

Please consider applying the attached patch as soon as boost1.67 is made
default in order to avoid FTBFS.

Thanks and all the best, Giovanni.
-- 
Giovanni Mascellani <g.mascell...@gmail.com>
Postdoc researcher - Université Libre de Bruxelles
From: Giovanni Mascellani <g...@debian.org>
Date: Tue, 9 Oct 2018 21:58:14 +0200
Subject: Fix usage of boost::next and boost::prior.

They were moved to boost/next_prior.hpp in recent Boost versions.
---
 include/yaml-cpp/node/detail/iterator.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/yaml-cpp/node/detail/iterator.h b/include/yaml-cpp/node/detail/iterator.h
index 2c701af..45009bc 100644
--- a/include/yaml-cpp/node/detail/iterator.h
+++ b/include/yaml-cpp/node/detail/iterator.h
@@ -11,7 +11,7 @@
 #include "yaml-cpp/node/ptr.h"
 #include "yaml-cpp/node/detail/node_iterator.h"
 #include <boost/iterator/iterator_adaptor.hpp>
-#include <boost/utility.hpp>
+#include <boost/next_prior.hpp>
 
 namespace YAML {
 namespace detail {
Get:1 http://deb.debian.org/debian unstable InRelease [233 kB]
Get:2 https://people.debian.org/~gio/reprepro unstable InRelease [6844 B]
Get:3 http://deb.debian.org/debian unstable/main Sources.diff/Index [27.9 kB]
Get:4 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [27.9 kB]
Get:5 http://deb.debian.org/debian unstable/main Sources 2018-09-24-2016.03.pdiff [18.9 kB]
Get:6 http://deb.debian.org/debian unstable/main Sources 2018-09-25-0210.07.pdiff [5710 B]
Get:7 http://deb.debian.org/debian unstable/main Sources 2018-09-25-0818.18.pdiff [8180 B]
Get:8 http://deb.debian.org/debian unstable/main Sources 2018-09-25-1414.06.pdiff [15.2 kB]
Get:9 http://deb.debian.org/debian unstable/main Sources 2018-09-25-2009.34.pdiff [8543 B]
Get:10 http://deb.debian.org/debian unstable/main Sources 2018-09-26-0208.49.pdiff [4854 B]
Get:11 http://deb.debian.org/debian unstable/main Sources 2018-09-26-0807.29.pdiff [4104 B]
Get:12 http://deb.debian.org/debian unstable/main Sources 2018-09-26-1409.08.pdiff [14.0 kB]
Get:13 http://deb.debian.org/debian unstable/main Sources 2018-09-26-2009.02.pdiff [10.7 kB]
Get:14 http://deb.debian.org/debian unstable/main amd64 Packages 2018-09-24-2016.03.pdiff [25.0 kB]
Get:13 http://deb.debian.org/debian unstable/main Sources 2018-09-26-2009.02.pdiff [10.7 kB]
Get:15 http://deb.debian.org/debian unstable/main amd64 Packages 2018-09-25-0210.07.pdiff [27.8 kB]
Get:16 http://deb.debian.org/debian unstable/main amd64 Packages 2018-09-25-0818.18.pdiff [6665 B]
Get:17 http://deb.debian.org/debian unstable/main amd64 Packages 2018-09-25-1414.06.pdiff [12.7 kB]
Get:18 http://deb.debian.org/debian unstable/main amd64 Packages 2018-09-25-2009.34.pdiff [12.5 kB]
Get:19 http://deb.debian.org/debian unstable/main amd64 Packages 2018-09-26-0208.49.pdiff [7336 B]
Get:20 http://deb.debian.org/debian unstable/main amd64 Packages 2018-09-26-0807.29.pdiff [2664 B]
Get:21 http://deb.debian.org/debian unstable/main amd64 Packages 2018-09-26-1409.08.pdiff [17.7 kB]
Get:22 http://deb.debian.org/debian unstable/main amd64 Packages 2018-09-26-2009.02.pdiff [6618 B]
Get:22 http://deb.debian.org/debian unstable/main amd64 Packages 2018-09-26-2009.02.pdiff [6618 B]
Get:23 https://people.debian.org/~gio/reprepro unstable/main amd64 Packages [12.2 kB]
Fetched 517 kB in 1s (491 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev bsdmainutils cmake cmake-data
  debhelper dh-autoreconf dh-strip-nondeterminism dwz file gettext
  gettext-base groff-base intltool-debian libarchive-zip-perl libarchive13
  libboost-dev libboost1.67-dev libbsd0 libcroco3 libcurl4 libexpat1
  libfile-stripnondeterminism-perl libfreetype6 libglib2.0-0 libgraphite2-3
  libgssapi-krb5-2 libharfbuzz0b libicu-le-hb0 libicu60 libjsoncpp1
  libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmagic-mgc
  libmagic1 libncurses6 libnghttp2-14 libpipeline1 libpng16-16 libprocps7
  libpsl5 librhash0 librtmp1 libsigsegv2 libssh2-1 libtimedate-perl libtool
  libuv1 libxml2 m4 man-db po-debconf procps
0 upgraded, 58 newly installed, 0 to remove and 6 not upgraded.
Need to get 36.1 MB of archives.
After this operation, 232 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian unstable/main amd64 libbsd0 amd64 0.9.1-1 [99.3 kB]
Get:2 http://deb.debian.org/debian unstable/main amd64 bsdmainutils amd64 11.1.2+b1 [191 kB]
Get:3 http://deb.debian.org/debian unstable/main amd64 groff-base amd64 1.22.3-10 [1176 kB]
Get:4 https://people.debian.org/~gio/reprepro unstable/main amd64 libboost-dev amd64 1.67.0.1 [3756 B]
Get:5 http://deb.debian.org/debian unstable/main amd64 libpipeline1 amd64 1.5.0-1 [29.0 kB]
Get:6 http://deb.debian.org/debian unstable/main amd64 man-db amd64 2.8.4-2 [1194 kB]
Get:7 http://deb.debian.org/debian unstable/main amd64 libncurses6 amd64 6.1+20180714-1 [102 kB]
Get:8 http://deb.debian.org/debian unstable/main amd64 libprocps7 amd64 2:3.3.15-2 [61.7 kB]
Get:9 http://deb.debian.org/debian unstable/main amd64 procps amd64 2:3.3.15-2 [259 kB]
Get:10 http://deb.debian.org/debian unstable/main amd64 libmagic-mgc amd64 1:5.34-2 [239 kB]
Get:11 http://deb.debian.org/debian unstable/main amd64 libmagic1 amd64 1:5.34-2 [116 kB]
Get:12 http://deb.debian.org/debian unstable/main amd64 file amd64 1:5.34-2 [65.8 kB]
Get:13 http://deb.debian.org/debian unstable/main amd64 gettext-base amd64 0.19.8.1-7 [122 kB]
Get:14 http://deb.debian.org/debian unstable/main amd64 libsigsegv2 amd64 2.12-2 [32.8 kB]
Get:15 http://deb.debian.org/debian unstable/main amd64 m4 amd64 1.4.18-1 [202 kB]
Get:16 http://deb.debian.org/debian unstable/main amd64 autoconf all 2.69-11 [341 kB]
Get:17 http://deb.debian.org/debian unstable/main amd64 autotools-dev all 20180224.1 [77.0 kB]
Get:18 http://deb.debian.org/debian unstable/main amd64 automake all 1:1.16.1-1.1 [771 kB]
Get:19 http://deb.debian.org/debian unstable/main amd64 autopoint all 0.19.8.1-7 [434 kB]
Get:20 http://deb.debian.org/debian unstable/main amd64 cmake-data all 3.12.1-1 [1436 kB]
Get:21 http://deb.debian.org/debian unstable/main amd64 liblzo2-2 amd64 2.10-0.1 [56.1 kB]
Get:22 http://deb.debian.org/debian unstable/main amd64 libpng16-16 amd64 1.6.34-2 [288 kB]
Get:23 http://deb.debian.org/debian unstable/main amd64 libfreetype6 amd64 2.8.1-2 [461 kB]
Get:24 http://deb.debian.org/debian unstable/main amd64 libglib2.0-0 amd64 2.58.1-2 [1223 kB]
Get:25 http://deb.debian.org/debian unstable/main amd64 libgraphite2-3 amd64 1.3.12-1 [80.2 kB]
Get:26 http://deb.debian.org/debian unstable/main amd64 libharfbuzz0b amd64 1.9.0-1 [923 kB]
Get:27 http://deb.debian.org/debian unstable/main amd64 libicu-le-hb0 amd64 1.0.3+git161113-5 [14.6 kB]
Get:28 http://deb.debian.org/debian unstable/main amd64 libicu60 amd64 60.2-6 [8073 kB]
Get:29 http://deb.debian.org/debian unstable/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b1 [725 kB]
Get:30 http://deb.debian.org/debian unstable/main amd64 libarchive13 amd64 3.2.2-5 [307 kB]
Get:31 http://deb.debian.org/debian unstable/main amd64 libkeyutils1 amd64 1.5.9-9.3 [13.0 kB]
Get:32 http://deb.debian.org/debian unstable/main amd64 libkrb5support0 amd64 1.16-2 [62.8 kB]
Get:33 http://deb.debian.org/debian unstable/main amd64 libk5crypto3 amd64 1.16-2 [121 kB]
Get:34 http://deb.debian.org/debian unstable/main amd64 libkrb5-3 amd64 1.16-2 [316 kB]
Get:35 http://deb.debian.org/debian unstable/main amd64 libgssapi-krb5-2 amd64 1.16-2 [158 kB]
Get:36 http://deb.debian.org/debian unstable/main amd64 libnghttp2-14 amd64 1.33.0-1 [84.9 kB]
Get:37 http://deb.debian.org/debian unstable/main amd64 libpsl5 amd64 0.20.2-1 [53.7 kB]
Get:38 http://deb.debian.org/debian unstable/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
Get:39 http://deb.debian.org/debian unstable/main amd64 libssh2-1 amd64 1.8.0-2 [138 kB]
Get:40 http://deb.debian.org/debian unstable/main amd64 libcurl4 amd64 7.61.0-1 [318 kB]
Get:41 http://deb.debian.org/debian unstable/main amd64 libexpat1 amd64 2.2.6-1 [105 kB]
Get:42 http://deb.debian.org/debian unstable/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
Get:43 http://deb.debian.org/debian unstable/main amd64 librhash0 amd64 1.3.6-2 [87.1 kB]
Get:44 http://deb.debian.org/debian unstable/main amd64 libuv1 amd64 1.23.0-2 [106 kB]
Get:45 http://deb.debian.org/debian unstable/main amd64 cmake amd64 3.12.1-1 [3431 kB]
Get:46 http://deb.debian.org/debian unstable/main amd64 libtool all 2.4.6-4 [547 kB]
Get:47 http://deb.debian.org/debian unstable/main amd64 dh-autoreconf all 19 [16.9 kB]
Get:48 http://deb.debian.org/debian unstable/main amd64 libarchive-zip-perl all 1.64-1 [96.8 kB]
Get:49 http://deb.debian.org/debian unstable/main amd64 libfile-stripnondeterminism-perl all 0.042-1 [20.1 kB]
Get:50 http://deb.debian.org/debian unstable/main amd64 libtimedate-perl all 2.3000-2 [42.2 kB]
Get:51 http://deb.debian.org/debian unstable/main amd64 dh-strip-nondeterminism all 0.042-1 [12.1 kB]
Get:52 http://deb.debian.org/debian unstable/main amd64 dwz amd64 0.12-2 [77.5 kB]
Get:53 http://deb.debian.org/debian unstable/main amd64 libcroco3 amd64 0.6.12-2 [144 kB]
Get:54 http://deb.debian.org/debian unstable/main amd64 gettext amd64 0.19.8.1-7 [1304 kB]
Get:55 http://deb.debian.org/debian unstable/main amd64 intltool-debian all 0.35.0+20060710.4 [26.3 kB]
Get:56 http://deb.debian.org/debian unstable/main amd64 po-debconf all 1.0.20 [247 kB]
Get:57 http://deb.debian.org/debian unstable/main amd64 debhelper all 11.4 [985 kB]
Get:58 http://deb.debian.org/debian unstable/main amd64 libboost1.67-dev amd64 1.67.0-7 [8388 kB]
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin: 
Fetched 36.1 MB in 1s (39.3 MB/s)
Selecting previously unselected package libbsd0:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15374 files and directories currently installed.)
Preparing to unpack .../00-libbsd0_0.9.1-1_amd64.deb ...
Unpacking libbsd0:amd64 (0.9.1-1) ...
Selecting previously unselected package bsdmainutils.
Preparing to unpack .../01-bsdmainutils_11.1.2+b1_amd64.deb ...
Unpacking bsdmainutils (11.1.2+b1) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../02-groff-base_1.22.3-10_amd64.deb ...
Unpacking groff-base (1.22.3-10) ...
Selecting previously unselected package libpipeline1:amd64.
Preparing to unpack .../03-libpipeline1_1.5.0-1_amd64.deb ...
Unpacking libpipeline1:amd64 (1.5.0-1) ...
Selecting previously unselected package man-db.
Preparing to unpack .../04-man-db_2.8.4-2_amd64.deb ...
Unpacking man-db (2.8.4-2) ...
Selecting previously unselected package libncurses6:amd64.
Preparing to unpack .../05-libncurses6_6.1+20180714-1_amd64.deb ...
Unpacking libncurses6:amd64 (6.1+20180714-1) ...
Selecting previously unselected package libprocps7:amd64.
Preparing to unpack .../06-libprocps7_2%3a3.3.15-2_amd64.deb ...
Unpacking libprocps7:amd64 (2:3.3.15-2) ...
Selecting previously unselected package procps.
Preparing to unpack .../07-procps_2%3a3.3.15-2_amd64.deb ...
Unpacking procps (2:3.3.15-2) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../08-libmagic-mgc_1%3a5.34-2_amd64.deb ...
Unpacking libmagic-mgc (1:5.34-2) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../09-libmagic1_1%3a5.34-2_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.34-2) ...
Selecting previously unselected package file.
Preparing to unpack .../10-file_1%3a5.34-2_amd64.deb ...
Unpacking file (1:5.34-2) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../11-gettext-base_0.19.8.1-7_amd64.deb ...
Unpacking gettext-base (0.19.8.1-7) ...
Selecting previously unselected package libsigsegv2:amd64.
Preparing to unpack .../12-libsigsegv2_2.12-2_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.12-2) ...
Selecting previously unselected package m4.
Preparing to unpack .../13-m4_1.4.18-1_amd64.deb ...
Unpacking m4 (1.4.18-1) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../14-autoconf_2.69-11_all.deb ...
Unpacking autoconf (2.69-11) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../15-autotools-dev_20180224.1_all.deb ...
Unpacking autotools-dev (20180224.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../16-automake_1%3a1.16.1-1.1_all.deb ...
Unpacking automake (1:1.16.1-1.1) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../17-autopoint_0.19.8.1-7_all.deb ...
Unpacking autopoint (0.19.8.1-7) ...
Selecting previously unselected package cmake-data.
Preparing to unpack .../18-cmake-data_3.12.1-1_all.deb ...
Unpacking cmake-data (3.12.1-1) ...
Selecting previously unselected package liblzo2-2:amd64.
Preparing to unpack .../19-liblzo2-2_2.10-0.1_amd64.deb ...
Unpacking liblzo2-2:amd64 (2.10-0.1) ...
Selecting previously unselected package libpng16-16:amd64.
Preparing to unpack .../20-libpng16-16_1.6.34-2_amd64.deb ...
Unpacking libpng16-16:amd64 (1.6.34-2) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../21-libfreetype6_2.8.1-2_amd64.deb ...
Unpacking libfreetype6:amd64 (2.8.1-2) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../22-libglib2.0-0_2.58.1-2_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.58.1-2) ...
Selecting previously unselected package libgraphite2-3:amd64.
Preparing to unpack .../23-libgraphite2-3_1.3.12-1_amd64.deb ...
Unpacking libgraphite2-3:amd64 (1.3.12-1) ...
Selecting previously unselected package libharfbuzz0b:amd64.
Preparing to unpack .../24-libharfbuzz0b_1.9.0-1_amd64.deb ...
Unpacking libharfbuzz0b:amd64 (1.9.0-1) ...
Selecting previously unselected package libicu-le-hb0:amd64.
Preparing to unpack .../25-libicu-le-hb0_1.0.3+git161113-5_amd64.deb ...
Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-5) ...
Selecting previously unselected package libicu60:amd64.
Preparing to unpack .../26-libicu60_60.2-6_amd64.deb ...
Unpacking libicu60:amd64 (60.2-6) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../27-libxml2_2.9.4+dfsg1-7+b1_amd64.deb ...
Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b1) ...
Selecting previously unselected package libarchive13:amd64.
Preparing to unpack .../28-libarchive13_3.2.2-5_amd64.deb ...
Unpacking libarchive13:amd64 (3.2.2-5) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../29-libkeyutils1_1.5.9-9.3_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.5.9-9.3) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../30-libkrb5support0_1.16-2_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.16-2) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../31-libk5crypto3_1.16-2_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.16-2) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../32-libkrb5-3_1.16-2_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.16-2) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../33-libgssapi-krb5-2_1.16-2_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.16-2) ...
Selecting previously unselected package libnghttp2-14:amd64.
Preparing to unpack .../34-libnghttp2-14_1.33.0-1_amd64.deb ...
Unpacking libnghttp2-14:amd64 (1.33.0-1) ...
Selecting previously unselected package libpsl5:amd64.
Preparing to unpack .../35-libpsl5_0.20.2-1_amd64.deb ...
Unpacking libpsl5:amd64 (0.20.2-1) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../36-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
Selecting previously unselected package libssh2-1:amd64.
Preparing to unpack .../37-libssh2-1_1.8.0-2_amd64.deb ...
Unpacking libssh2-1:amd64 (1.8.0-2) ...
Selecting previously unselected package libcurl4:amd64.
Preparing to unpack .../38-libcurl4_7.61.0-1_amd64.deb ...
Unpacking libcurl4:amd64 (7.61.0-1) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../39-libexpat1_2.2.6-1_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.6-1) ...
Selecting previously unselected package libjsoncpp1:amd64.
Preparing to unpack .../40-libjsoncpp1_1.7.4-3_amd64.deb ...
Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
Selecting previously unselected package librhash0:amd64.
Preparing to unpack .../41-librhash0_1.3.6-2_amd64.deb ...
Unpacking librhash0:amd64 (1.3.6-2) ...
Selecting previously unselected package libuv1:amd64.
Preparing to unpack .../42-libuv1_1.23.0-2_amd64.deb ...
Unpacking libuv1:amd64 (1.23.0-2) ...
Selecting previously unselected package cmake.
Preparing to unpack .../43-cmake_3.12.1-1_amd64.deb ...
Unpacking cmake (3.12.1-1) ...
Selecting previously unselected package libtool.
Preparing to unpack .../44-libtool_2.4.6-4_all.deb ...
Unpacking libtool (2.4.6-4) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../45-dh-autoreconf_19_all.deb ...
Unpacking dh-autoreconf (19) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../46-libarchive-zip-perl_1.64-1_all.deb ...
Unpacking libarchive-zip-perl (1.64-1) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../47-libfile-stripnondeterminism-perl_0.042-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (0.042-1) ...
Selecting previously unselected package libtimedate-perl.
Preparing to unpack .../48-libtimedate-perl_2.3000-2_all.deb ...
Unpacking libtimedate-perl (2.3000-2) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../49-dh-strip-nondeterminism_0.042-1_all.deb ...
Unpacking dh-strip-nondeterminism (0.042-1) ...
Selecting previously unselected package dwz.
Preparing to unpack .../50-dwz_0.12-2_amd64.deb ...
Unpacking dwz (0.12-2) ...
Selecting previously unselected package libcroco3:amd64.
Preparing to unpack .../51-libcroco3_0.6.12-2_amd64.deb ...
Unpacking libcroco3:amd64 (0.6.12-2) ...
Selecting previously unselected package gettext.
Preparing to unpack .../52-gettext_0.19.8.1-7_amd64.deb ...
Unpacking gettext (0.19.8.1-7) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../53-intltool-debian_0.35.0+20060710.4_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.4) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../54-po-debconf_1.0.20_all.deb ...
Unpacking po-debconf (1.0.20) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../55-debhelper_11.4_all.deb ...
Unpacking debhelper (11.4) ...
Selecting previously unselected package libboost1.67-dev:amd64.
Preparing to unpack .../56-libboost1.67-dev_1.67.0-7_amd64.deb ...
Unpacking libboost1.67-dev:amd64 (1.67.0-7) ...
Selecting previously unselected package libboost-dev:amd64.
Preparing to unpack .../57-libboost-dev_1.67.0.1_amd64.deb ...
Unpacking libboost-dev:amd64 (1.67.0.1) ...
Setting up libexpat1:amd64 (2.2.6-1) ...
Setting up libarchive-zip-perl (1.64-1) ...
Setting up libnghttp2-14:amd64 (1.33.0-1) ...
Setting up libprocps7:amd64 (2:3.3.15-2) ...
Setting up libpng16-16:amd64 (1.6.34-2) ...
Setting up libtimedate-perl (2.3000-2) ...
Setting up libsigsegv2:amd64 (2.12-2) ...
Setting up libuv1:amd64 (1.23.0-2) ...
Setting up libpsl5:amd64 (0.20.2-1) ...
Setting up groff-base (1.22.3-10) ...
Setting up libglib2.0-0:amd64 (2.58.1-2) ...
No schema files found: doing nothing.
Setting up gettext-base (0.19.8.1-7) ...
Setting up cmake-data (3.12.1-1) ...
Setting up libpipeline1:amd64 (1.5.0-1) ...
Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
Setting up m4 (1.4.18-1) ...
Setting up libbsd0:amd64 (0.9.1-1) ...
Setting up libfreetype6:amd64 (2.8.1-2) ...
Setting up libmagic-mgc (1:5.34-2) ...
Setting up libmagic1:amd64 (1:5.34-2) ...
Setting up libgraphite2-3:amd64 (1.3.12-1) ...
Setting up librhash0:amd64 (1.3.6-2) ...
Setting up libssh2-1:amd64 (1.8.0-2) ...
Processing triggers for libc-bin (2.27-6) ...
Setting up dwz (0.12-2) ...
Setting up autotools-dev (20180224.1) ...
Setting up libboost1.67-dev:amd64 (1.67.0-7) ...
Setting up libboost-dev:amd64 (1.67.0.1) ...
Setting up libkeyutils1:amd64 (1.5.9-9.3) ...
Setting up bsdmainutils (11.1.2+b1) ...
update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
Setting up libncurses6:amd64 (6.1+20180714-1) ...
Setting up autopoint (0.19.8.1-7) ...
Setting up liblzo2-2:amd64 (2.10-0.1) ...
Setting up libfile-stripnondeterminism-perl (0.042-1) ...
Setting up libjsoncpp1:amd64 (1.7.4-3) ...
Setting up libharfbuzz0b:amd64 (1.9.0-1) ...
Setting up autoconf (2.69-11) ...
Setting up file (1:5.34-2) ...
Setting up libkrb5support0:amd64 (1.16-2) ...
Setting up procps (2:3.3.15-2) ...
update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
Setting up automake (1:1.16.1-1.1) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up man-db (2.8.4-2) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Building database of manual pages ...
Setting up libtool (2.4.6-4) ...
Setting up libk5crypto3:amd64 (1.16-2) ...
Setting up libkrb5-3:amd64 (1.16-2) ...
Setting up libgssapi-krb5-2:amd64 (1.16-2) ...
Setting up libcurl4:amd64 (7.61.0-1) ...
Setting up dh-autoreconf (19) ...
Setting up libicu-le-hb0:amd64 (1.0.3+git161113-5) ...
Setting up dh-strip-nondeterminism (0.042-1) ...
Setting up libicu60:amd64 (60.2-6) ...
Setting up libxml2:amd64 (2.9.4+dfsg1-7+b1) ...
Setting up libcroco3:amd64 (0.6.12-2) ...
Setting up gettext (0.19.8.1-7) ...
Setting up libarchive13:amd64 (3.2.2-5) ...
Setting up intltool-debian (0.35.0+20060710.4) ...
Setting up cmake (3.12.1-1) ...
Setting up po-debconf (1.0.20) ...
Setting up debhelper (11.4) ...
Processing triggers for libc-bin (2.27-6) ...
Reading package lists...
NOTICE: 'yaml-cpp' packaging is maintained in the 'Git' version control system at:
https://anonscm.debian.org/git/collab-maint/yaml-cpp.git
Please use:
git clone https://anonscm.debian.org/git/collab-maint/yaml-cpp.git
to retrieve the latest (possibly unreleased) updates to the package.
Need to get 2024 kB of source archives.
Get:1 http://deb.debian.org/debian unstable/main yaml-cpp 0.5.2-4 (dsc) [1992 B]
Get:2 http://deb.debian.org/debian unstable/main yaml-cpp 0.5.2-4 (tar) [2016 kB]
Get:3 http://deb.debian.org/debian unstable/main yaml-cpp 0.5.2-4 (diff) [5920 B]
dpkg-source: info: extracting yaml-cpp in yaml-cpp-0.5.2
dpkg-source: info: unpacking yaml-cpp_0.5.2.orig.tar.gz
dpkg-source: info: unpacking yaml-cpp_0.5.2-4.debian.tar.xz
dpkg-source: info: applying pkgconfig.patch
dpkg-source: info: applying install-cmake-dev-files.patch
dpkg-source: info: applying reproducible-build.patch
dpkg-source: info: applying 0003-Workaround-bug-in-googletest-fixing-bug-812284.patch
dpkg-source: info: applying backport-b426fafff.patch
Fetched 2024 kB in 0s (4888 kB/s)
dpkg-buildpackage: info: source package yaml-cpp
dpkg-buildpackage: info: source version 0.5.2-4
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Paul Novotny <p...@paulnovo.us>
dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build yaml-cpp-0.5.2
 fakeroot debian/rules clean
dh_testdir
dh_auto_clean
dh_clean
rm -rf build-static build-shared
 dpkg-source -b yaml-cpp-0.5.2
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building yaml-cpp using existing ./yaml-cpp_0.5.2.orig.tar.gz
dpkg-source: info: building yaml-cpp in yaml-cpp_0.5.2-4.debian.tar.xz
dpkg-source: info: building yaml-cpp in yaml-cpp_0.5.2-4.dsc
 debian/rules build
dh build
   dh_update_autotools_config
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/home/builder/yaml-cpp-0.5.2'
dh_testdir
mkdir build-static; cd build-static; \
	cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
			 -DLIB_INSTALL_DIR=/usr/lib/x86_64-linux-gnu \
			 -DYAML_CPP_BUILD_TOOLS=ON \
			 -Dgtest_disable_pthreads=OFF
CMake Deprecation Warning at CMakeLists.txt:9 (cmake_policy):
  The OLD behavior for policy CMP0012 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


CMake Deprecation Warning at CMakeLists.txt:13 (cmake_policy):
  The OLD behavior for policy CMP0015 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


-- The C compiler identification is GNU 8.2.0
-- The CXX compiler identification is GNU 8.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Boost version: 1.67.0
-- Performing Test FLAG_WEXTRA
-- Performing Test FLAG_WEXTRA - Success
-- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) 
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Configuring done
-- Generating done
-- Build files have been written to: /home/builder/yaml-cpp-0.5.2/build-static
mkdir build-shared; cd build-shared; \
	cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
			 -DLIB_INSTALL_DIR=/usr/lib/x86_64-linux-gnu \
			 -DBUILD_SHARED_LIBS=ON \
			 -DYAML_CPP_BUILD_TOOLS=ON \
			 -Dgtest_disable_pthreads=OFF
CMake Deprecation Warning at CMakeLists.txt:9 (cmake_policy):
  The OLD behavior for policy CMP0012 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


CMake Deprecation Warning at CMakeLists.txt:13 (cmake_policy):
  The OLD behavior for policy CMP0015 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


-- The C compiler identification is GNU 8.2.0
-- The CXX compiler identification is GNU 8.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Boost version: 1.67.0
-- Performing Test FLAG_WEXTRA
-- Performing Test FLAG_WEXTRA - Success
-- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) 
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Configuring done
-- Generating done
-- Build files have been written to: /home/builder/yaml-cpp-0.5.2/build-shared
make[1]: Leaving directory '/home/builder/yaml-cpp-0.5.2'
   debian/rules override_dh_auto_build
make[1]: Entering directory '/home/builder/yaml-cpp-0.5.2'
dh_testdir
/usr/bin/make -C build-static
make[2]: Entering directory '/home/builder/yaml-cpp-0.5.2/build-static'
make[3]: Entering directory '/home/builder/yaml-cpp-0.5.2/build-static'
make[4]: Entering directory '/home/builder/yaml-cpp-0.5.2/build-static'
Scanning dependencies of target yaml-cpp
make[4]: Leaving directory '/home/builder/yaml-cpp-0.5.2/build-static'
make[4]: Entering directory '/home/builder/yaml-cpp-0.5.2/build-static'
[  1%] Building CXX object CMakeFiles/yaml-cpp.dir/src/binary.cpp.o
[  3%] Building CXX object CMakeFiles/yaml-cpp.dir/src/contrib/graphbuilder.cpp.o
In file included from /home/builder/yaml-cpp-0.5.2/src/contrib/graphbuilder.cpp:3:
/home/builder/yaml-cpp-0.5.2/include/yaml-cpp/parser.h:43:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Scanner> m_pScanner;
        ^~~~~~~~
In file included from /usr/include/c++/8/memory:80,
                 from /home/builder/yaml-cpp-0.5.2/include/yaml-cpp/parser.h:11,
                 from /home/builder/yaml-cpp-0.5.2/src/contrib/graphbuilder.cpp:3:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/builder/yaml-cpp-0.5.2/src/contrib/graphbuilder.cpp:3:
/home/builder/yaml-cpp-0.5.2/include/yaml-cpp/parser.h:44:8: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Directives> m_pDirectives;
        ^~~~~~~~
In file included from /usr/include/c++/8/memory:80,
                 from /home/builder/yaml-cpp-0.5.2/include/yaml-cpp/parser.h:11,
                 from /home/builder/yaml-cpp-0.5.2/src/contrib/graphbuilder.cpp:3:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
[  5%] Building CXX object CMakeFiles/yaml-cpp.dir/src/contrib/graphbuilderadapter.cpp.o
[  6%] Building CXX object CMakeFiles/yaml-cpp.dir/src/convert.cpp.o
In file included from /home/builder/yaml-cpp-0.5.2/include/yaml-cpp/node/iterator.h:13,
                 from /home/builder/yaml-cpp-0.5.2/include/yaml-cpp/node/impl.h:11,
                 from /home/builder/yaml-cpp-0.5.2/include/yaml-cpp/node/convert.h:17,
                 from /home/builder/yaml-cpp-0.5.2/src/convert.cpp:3:
/home/builder/yaml-cpp-0.5.2/include/yaml-cpp/node/detail/iterator.h: In member function 'void YAML::detail::iterator_base<V>::increment()':
/home/builder/yaml-cpp-0.5.2/include/yaml-cpp/node/detail/iterator.h:48:54: error: 'next' is not a member of 'boost'
   void increment() { this->base_reference() = boost::next(this->base()); }
                                                      ^~~~
/home/builder/yaml-cpp-0.5.2/include/yaml-cpp/node/detail/iterator.h:48:54: note: suggested alternatives:
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
                 from /usr/include/c++/8/algorithm:61,
                 from /home/builder/yaml-cpp-0.5.2/src/convert.cpp:1:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:213:5: note:   'std::next'
     next(_InputIterator __x, typename
     ^~~~
In file included from /usr/include/boost/mpl/next.hpp:17,
                 from /usr/include/boost/mpl/bind.hpp:25,
                 from /usr/include/boost/mpl/lambda.hpp:18,
                 from /usr/include/boost/mpl/apply.hpp:25,
                 from /usr/include/boost/iterator/iterator_facade.hpp:36,
                 from /home/builder/yaml-cpp-0.5.2/include/yaml-cpp/node/detail/node_iterator.h:12,
                 from /home/builder/yaml-cpp-0.5.2/include/yaml-cpp/node/detail/iterator.h:12,
                 from /home/builder/yaml-cpp-0.5.2/include/yaml-cpp/node/iterator.h:13,
                 from /home/builder/yaml-cpp-0.5.2/include/yaml-cpp/node/impl.h:11,
                 from /home/builder/yaml-cpp-0.5.2/include/yaml-cpp/node/convert.h:17,
                 from /home/builder/yaml-cpp-0.5.2/src/convert.cpp:3:
/usr/include/boost/mpl/next_prior.hpp:29:8: note:   'boost::mpl::next'
 struct next
        ^~~~
make[4]: Leaving directory '/home/builder/yaml-cpp-0.5.2/build-static'
make[4]: *** [CMakeFiles/yaml-cpp.dir/build.make:102: CMakeFiles/yaml-cpp.dir/src/convert.cpp.o] Error 1
make[3]: *** [CMakeFiles/Makefile2:137: CMakeFiles/yaml-cpp.dir/all] Error 2
make[3]: Leaving directory '/home/builder/yaml-cpp-0.5.2/build-static'
make[2]: Leaving directory '/home/builder/yaml-cpp-0.5.2/build-static'
make[2]: *** [Makefile:141: all] Error 2
make[1]: *** [debian/rules:40: override_dh_auto_build] Error 2
make[1]: Leaving directory '/home/builder/yaml-cpp-0.5.2'
make: *** [debian/rules:62: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: yaml-cpp
Source-Version: 0.5.2-4.1

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

Debian distribution maintenance software
pp.
Boyuan Yang <by...@debian.org> (supplier of updated yaml-cpp 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, 18 Nov 2018 20:07:50 -0500
Source: yaml-cpp
Binary: libyaml-cpp0.5v5 libyaml-cpp-dev
Architecture: source
Version: 0.5.2-4.1
Distribution: unstable
Urgency: medium
Maintainer: Lifeng Sun <lifong...@gmail.com>
Changed-By: Boyuan Yang <by...@debian.org>
Description:
 libyaml-cpp-dev - YAML parser and emitter for C++ - development files
 libyaml-cpp0.5v5 - YAML parser and emitter for C++
Closes: 847099 911956
Changes:
 yaml-cpp (0.5.2-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Update Vcs-* fields and use git repo under Salsa Debian group.
   * debian/patches:
     + Add patch to fix compatibility with boost 1.67+.
       (Closes: #911956)
     + Add patch to fix build failures when trying to remove a node.
       (Upstream 0.5.3 fix, Closes: #847099)
   * debian/watch: Update watch file to track 0.6.x series.
   * debian/rules: Honour nocheck build profile.
   * debian/changelog: Remove trailing spaces.
   * debian/copyright: Use secure uri in the Format field.
Checksums-Sha1:
 87535322cdd9cba9c6e07ef7ced00a0cf7d30a14 2003 yaml-cpp_0.5.2-4.1.dsc
 1dd69c347884d38d5fe32fda19638e92fd7e1412 7092 yaml-cpp_0.5.2-4.1.debian.tar.xz
 04a5c75f41b2d29591caa95a72975e60280bf35d 6818 
yaml-cpp_0.5.2-4.1_amd64.buildinfo
Checksums-Sha256:
 c75c328f31f3c55d5d9a44fd3d33922958dcbba712465318a9eeb0eaa6811aa8 2003 
yaml-cpp_0.5.2-4.1.dsc
 1f1eb6f3fbc5e0d74107ce7a8ad7b624df052e5ff65fa14f9906c1edcb3f44fe 7092 
yaml-cpp_0.5.2-4.1.debian.tar.xz
 b45261ab44ee329e042fcea3a19b4b6111831c0573b118d6a21d30512fa28382 6818 
yaml-cpp_0.5.2-4.1_amd64.buildinfo
Files:
 706d8048c9a7bbda3e06b76021a2c67c 2003 devel optional yaml-cpp_0.5.2-4.1.dsc
 f3bdfb7420ec86995aba5fb640c5c47c 7092 devel optional 
yaml-cpp_0.5.2-4.1.debian.tar.xz
 222aa7aed911ab0c17fb62aa919e5e7a 6818 devel optional 
yaml-cpp_0.5.2-4.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAlvyDnkACgkQwpPntGGC
Ws59Ow/8Ckc/Fim3Kkgz3kVmpFwj82Re2E0vCZ4eRwrEaAyB+M7VTzNkAu8e37j+
fIdkZt1hSQDXusvoLiGILmCWiQFZd2XsdbeO0B7moYVZQHIUISJswB+rD4GEI3qt
i6QyIcjj6zthfdWZ5YNRrcEle4yultT8sgRcK1cxZOuk+VKWo/AJtQjzGg/0xL5r
UHQhUHfKIp87lrMvhXLTgydYRGBFXYkpzqn6oVGra3rYmOI5yrXq+ZilrQL4rAZB
FPk7dYtr8yq75Ds1pnSg8DrlSGHB6akc0iRBcKPUxwVHgUrjNqVNE3VKGqJp8pFZ
kdlzeRYH6KB6NlrT3FOCa7CdfoWeoiNOzjLoXdGmsPge99s1e9J8PZJw8j73R9Rd
1hNjz68zNLicCFizVUH3k6udCCHSzh7bAzwT4vGFLgsyipeeR1m69YZdVCoP4osD
MKel9WkJwAofGr4ffgDIQ7AUGqbBDlhdzAIVT3tjoaTg4XGqioBM4aelcW83aSgl
fseFg2LnHWAa95YON6XVwsyzEzVko06gAJY/KCE8eQctKpZvmfRZUSkZIS5+DRMD
EQw9ik2PaWuC8m2g86vUON13QirVqrdICIKfPDsC7vs1AhDY+5obHFZ9EAzhHcrZ
4rnst9OUzW6jBOf9es20vps095GvmFrNMJi0BairYn+5WfYKm+k=
=gyox
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to