Your message dated Tue, 14 Jul 2020 19:18:39 +0000
with message-id <e1jvqrr-000cyj...@fasolo.debian.org>
and subject line Bug#963292: fixed in libdata-messagepack-perl 1.00-3
has caused the Debian Bug report #963292,
regarding libdata-messagepack-perl: FTBFS with msgpack-c/3.2.1-1
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.)


-- 
963292: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963292
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libdata-messagepack-perl
Version: 1.00-2
Severity: important

While testing reverse build-deps of msgpack-c against the latest version
(currently in experimental), your package failed to build:


x86_64-linux-gnu-gcc -c  "-I." "-I." -D_REENTRANT -D_GNU_SOURCE -DDEBIAN 
-fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv 
-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT 
-D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include  
 -DVERSION=\"1.00\" -DXS_VERSION=\"1.00\" -o xs-src/MessagePack.o -fPIC 
"-I/usr/lib/x86_64-linux-gnu/perl/5.30/CORE"  -DUSE_PPPORT xs-src/MessagePack.c
x86_64-linux-gnu-gcc -c  "-I." "-I." -D_REENTRANT -D_GNU_SOURCE -DDEBIAN 
-fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv 
-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT 
-D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include  
 -DVERSION=\"1.00\" -DXS_VERSION=\"1.00\" -o xs-src/pack.o -fPIC 
"-I/usr/lib/x86_64-linux-gnu/perl/5.30/CORE"  -DUSE_PPPORT xs-src/pack.c
In file included from xs-src/pack.c:45:
/usr/include/msgpack/pack_template.h:897:65: error: unknown type name 
‘msgpack_timestamp’
  897 | msgpack_pack_inline_func(_timestamp)(msgpack_pack_user x, const 
msgpack_timestamp* d)
      |                                                                 
^~~~~~~~~~~~~~~~~
/usr/include/msgpack/pack_template.h: In function ‘msgpack_pack_timestamp’:
/usr/include/msgpack/pack_template.h:899:21: error: request for member ‘tv_sec’ 
in something not a structure or union
  899 |     if ((((int64_t)d->tv_sec) >> 34) == 0) {
      |                     ^~
/usr/include/msgpack/pack_template.h:900:40: error: request for member 
‘tv_nsec’ in something not a structure or union
  900 |         uint64_t data64 = ((uint64_t) d->tv_nsec << 34) | 
(uint64_t)d->tv_sec;
      |                                        ^~
/usr/include/msgpack/pack_template.h:900:70: error: request for member ‘tv_sec’ 
in something not a structure or union
  900 |         uint64_t data64 = ((uint64_t) d->tv_nsec << 34) | 
(uint64_t)d->tv_sec;
      |                                                                      ^~
In file included from /usr/lib/x86_64-linux-gnu/perl/5.30/CORE/perl.h:1159,
                 from ./xshelper.h:36,
                 from xs-src/pack.c:5:
/usr/include/msgpack/pack_template.h:918:9: error: request for member ‘tv_nsec’ 
in something not a structure or union
  918 |         _msgpack_store32(&buf[0], d->tv_nsec);
      |         ^~~~~~~~~~~~~~~~
In file included from /usr/include/msgpack/sysdep.h:91,
                 from /usr/include/msgpack/pack_define.h:13,
                 from xs-src/pack.c:7:
/usr/include/msgpack/pack_template.h:919:9: error: request for member ‘tv_sec’ 
in something not a structure or union
  919 |         _msgpack_store64(&buf[4], d->tv_sec);
      |         ^~~~~~~~~~~~~~~~
make[1]: *** [Makefile:357: xs-src/pack.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] 
Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2


It appears to be mis-handling the new timestamp related types added in
msgpack-c 3.1.0.

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
sbuild (Debian sbuild) 0.78.1 (09 February 2019) on localhost

+==============================================================================+
| libdata-messagepack-perl 1.00-2 (amd64)      Sun, 02 Feb 2020 00:45:27 +0000 |
+==============================================================================+

Package: libdata-messagepack-perl
Version: 1.00-2
Source Version: 1.00-2
Distribution: unstable
Machine Architecture: amd64
Host Architecture: amd64
Build Architecture: amd64
Build Type: binary

I: NOTICE: Log filtering will replace 
'var/run/schroot/mount/unstable-amd64-sbuild-38ce2b69-f844-4e15-a7a0-22cacd945a64'
 with '<<CHROOT>>'
I: NOTICE: Log filtering will replace 
'build/libdata-messagepack-perl-0J6vzW/resolver-Uv8PxX' with '<<RESOLVERDIR>>'

+------------------------------------------------------------------------------+
| Update chroot                                                                |
+------------------------------------------------------------------------------+

Get:1 file:/build/libdata-messagepack-perl-0J6vzW/resolver-IKyaXK/apt_archive 
./ InRelease
Ign:1 file:/build/libdata-messagepack-perl-0J6vzW/resolver-IKyaXK/apt_archive 
./ InRelease
Get:2 file:/build/libdata-messagepack-perl-0J6vzW/resolver-IKyaXK/apt_archive 
./ Release [954 B]
Hit:3 http://localhost:3142/deb.debian.org/debian unstable InRelease
Get:2 file:/build/libdata-messagepack-perl-0J6vzW/resolver-IKyaXK/apt_archive 
./ Release [954 B]
Get:4 file:/build/libdata-messagepack-perl-0J6vzW/resolver-IKyaXK/apt_archive 
./ Release.gpg
Ign:4 file:/build/libdata-messagepack-perl-0J6vzW/resolver-IKyaXK/apt_archive 
./ Release.gpg
Get:5 file:/build/libdata-messagepack-perl-0J6vzW/resolver-IKyaXK/apt_archive 
./ Packages [1079 B]
Ign:5 file:/build/libdata-messagepack-perl-0J6vzW/resolver-IKyaXK/apt_archive 
./ Packages
Get:5 file:/build/libdata-messagepack-perl-0J6vzW/resolver-IKyaXK/apt_archive 
./ Packages [3011 B]
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

+------------------------------------------------------------------------------+
| Fetch source files                                                           |
+------------------------------------------------------------------------------+


Check APT
---------

Checking available source versions...

Download source files with APT
------------------------------

Reading package lists...
NOTICE: 'libdata-messagepack-perl' packaging is maintained in the 'Git' version 
control system at:
https://anonscm.debian.org/git/pkg-perl/packages/libdata-messagepack-perl.git
Please use:
git clone 
https://anonscm.debian.org/git/pkg-perl/packages/libdata-messagepack-perl.git
to retrieve the latest (possibly unreleased) updates to the package.
Need to get 104 kB of source archives.
Get:1 http://localhost:3142/deb.debian.org/debian unstable/main 
libdata-messagepack-perl 1.00-2 (dsc) [2307 B]
Get:2 http://localhost:3142/deb.debian.org/debian unstable/main 
libdata-messagepack-perl 1.00-2 (tar) [95.2 kB]
Get:3 http://localhost:3142/deb.debian.org/debian unstable/main 
libdata-messagepack-perl 1.00-2 (diff) [6280 B]
Fetched 104 kB in 0s (386 kB/s)
Download complete and in download only mode
I: NOTICE: Log filtering will replace 
'build/libdata-messagepack-perl-0J6vzW/libdata-messagepack-perl-1.00' with 
'<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/libdata-messagepack-perl-0J6vzW' 
with '<<BUILDDIR>>'

+------------------------------------------------------------------------------+
| Install package build dependencies                                           |
+------------------------------------------------------------------------------+


Setup apt archive
-----------------

Merged Build-Depends: cdbs, debhelper, dh-buildinfo, perl, libmsgpack-dev (>= 
0.5.8), libfile-copy-recursive-perl, libtest-requires-perl, 
libtest-leaktrace-perl, build-essential, fakeroot
Filtered Build-Depends: cdbs, debhelper, dh-buildinfo, perl, libmsgpack-dev (>= 
0.5.8), libfile-copy-recursive-perl, libtest-requires-perl, 
libtest-leaktrace-perl, build-essential, fakeroot
dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
'/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [957 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [427 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [507 B]
Fetched 1891 B in 0s (0 B/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-IKyaXK/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-IKyaXK/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-IKyaXK/apt_archive ./ Release [954 B]
Get:2 file:/<<BUILDDIR>>/resolver-IKyaXK/apt_archive ./ Release [954 B]
Get:3 file:/<<BUILDDIR>>/resolver-IKyaXK/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-IKyaXK/apt_archive ./ Release.gpg
Reading package lists...
Reading package lists...

Install main build dependencies (apt-based resolver)
----------------------------------------------------

Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  autoconf automake autopoint autotools-dev bsdmainutils cdbs debhelper
  dh-autoreconf dh-buildinfo dh-strip-nondeterminism dwz file gettext
  gettext-base groff-base intltool-debian libarchive-zip-perl libbsd0
  libcroco3 libdebhelper-perl libelf1 libfile-copy-recursive-perl
  libfile-stripnondeterminism-perl libglib2.0-0 libicu63 libmagic-mgc
  libmagic1 libmsgpack-dev libmsgpackc2 libpipeline1 libsigsegv2
  libsub-override-perl libtest-leaktrace-perl libtest-requires-perl libtool
  libuchardet0 libxml2 m4 man-db po-debconf sensible-utils
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc wamerican | wordlist whois
  vacation devscripts dh-make gettext-doc libasprintf-dev libgettextpo-dev
  groff libmsgpack-doc libtool-doc gfortran | fortran95-compiler gcj-jdk
  m4-doc apparmor less www-browser libmail-box-perl
Recommended packages:
  curl | wget | lynx libarchive-cpio-perl libglib2.0-data shared-mime-info
  xdg-user-dirs libltdl-dev libmail-sendmail-perl
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev bsdmainutils cdbs debhelper
  dh-autoreconf dh-buildinfo dh-strip-nondeterminism dwz file gettext
  gettext-base groff-base intltool-debian libarchive-zip-perl libbsd0
  libcroco3 libdebhelper-perl libelf1 libfile-copy-recursive-perl
  libfile-stripnondeterminism-perl libglib2.0-0 libicu63 libmagic-mgc
  libmagic1 libmsgpack-dev libmsgpackc2 libpipeline1 libsigsegv2
  libsub-override-perl libtest-leaktrace-perl libtest-requires-perl libtool
  libuchardet0 libxml2 m4 man-db po-debconf sbuild-build-depends-main-dummy
  sensible-utils
0 upgraded, 42 newly installed, 0 to remove and 0 not upgraded.
Need to get 19.5 MB/19.7 MB of archives.
After this operation, 77.1 MB of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 
0.invalid.0 [940 B]
Get:2 file:/<<BUILDDIR>>/resolver-IKyaXK/apt_archive ./ libmsgpackc2 3.2.1-2 
[22.7 kB]
Get:3 http://localhost:3142/deb.debian.org/debian unstable/main amd64 libbsd0 
amd64 0.10.0-1 [107 kB]
Get:4 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
bsdmainutils amd64 11.1.2+b1 [191 kB]
Get:5 file:/<<BUILDDIR>>/resolver-IKyaXK/apt_archive ./ libmsgpack-dev 3.2.1-2 
[240 kB]
Get:6 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
libuchardet0 amd64 0.0.6-3 [64.9 kB]
Get:7 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
groff-base amd64 1.22.4-4 [919 kB]
Get:8 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
libpipeline1 amd64 1.5.2-2 [33.9 kB]
Get:9 http://localhost:3142/deb.debian.org/debian unstable/main amd64 man-db 
amd64 2.9.0-2 [1307 kB]
Get:10 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
sensible-utils all 0.0.12+nmu1 [16.0 kB]
Get:11 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
libmagic-mgc amd64 1:5.38-4 [262 kB]
Get:12 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
libmagic1 amd64 1:5.38-4 [120 kB]
Get:13 http://localhost:3142/deb.debian.org/debian unstable/main amd64 file 
amd64 1:5.38-4 [67.9 kB]
Get:14 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
gettext-base amd64 0.19.8.1-10 [123 kB]
Get:15 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
libsigsegv2 amd64 2.12-2 [32.8 kB]
Get:16 http://localhost:3142/deb.debian.org/debian unstable/main amd64 m4 amd64 
1.4.18-4 [203 kB]
Get:17 http://localhost:3142/deb.debian.org/debian unstable/main amd64 autoconf 
all 2.69-11.1 [341 kB]
Get:18 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
autotools-dev all 20180224.1 [77.0 kB]
Get:19 http://localhost:3142/deb.debian.org/debian unstable/main amd64 automake 
all 1:1.16.1-4 [771 kB]
Get:20 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
autopoint all 0.19.8.1-10 [435 kB]
Get:21 http://localhost:3142/deb.debian.org/debian unstable/main amd64 cdbs all 
0.4.159 [83.7 kB]
Get:22 http://localhost:3142/deb.debian.org/debian unstable/main amd64 libtool 
all 2.4.6-11 [547 kB]
Get:23 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
dh-autoreconf all 19 [16.9 kB]
Get:24 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
libdebhelper-perl all 12.9 [183 kB]
Get:25 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
libarchive-zip-perl all 1.67-1 [104 kB]
Get:26 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
libsub-override-perl all 0.09-2 [10.2 kB]
Get:27 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
libfile-stripnondeterminism-perl all 1.6.3-2 [23.7 kB]
Get:28 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
dh-strip-nondeterminism all 1.6.3-2 [14.7 kB]
Get:29 http://localhost:3142/deb.debian.org/debian unstable/main amd64 libelf1 
amd64 0.176-1.1 [161 kB]
Get:30 http://localhost:3142/deb.debian.org/debian unstable/main amd64 dwz 
amd64 0.13-5 [151 kB]
Get:31 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
libglib2.0-0 amd64 2.62.4-1+b1 [1319 kB]
Get:32 http://localhost:3142/deb.debian.org/debian unstable/main amd64 libicu63 
amd64 63.2-2 [8301 kB]
Get:33 http://localhost:3142/deb.debian.org/debian unstable/main amd64 libxml2 
amd64 2.9.4+dfsg1-8 [710 kB]
Get:34 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
libcroco3 amd64 0.6.13-1 [146 kB]
Get:35 http://localhost:3142/deb.debian.org/debian unstable/main amd64 gettext 
amd64 0.19.8.1-10 [1303 kB]
Get:36 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
intltool-debian all 0.35.0+20060710.5 [26.8 kB]
Get:37 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
po-debconf all 1.0.21 [248 kB]
Get:38 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
debhelper all 12.9 [994 kB]
Get:39 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
dh-buildinfo all 0.11+nmu2 [18.4 kB]
Get:40 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
libfile-copy-recursive-perl all 0.45-1 [21.2 kB]
Get:41 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
libtest-leaktrace-perl amd64 0.16-1+b2 [21.4 kB]
Get:42 http://localhost:3142/deb.debian.org/debian unstable/main amd64 
libtest-requires-perl all 0.10-1 [7332 B]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 19.5 MB in 0s (51.0 MB/s)
Selecting previously unselected package libbsd0:amd64.
(Reading database ... 15168 files and directories currently installed.)
Preparing to unpack .../00-libbsd0_0.10.0-1_amd64.deb ...
Unpacking libbsd0:amd64 (0.10.0-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 libuchardet0:amd64.
Preparing to unpack .../02-libuchardet0_0.0.6-3_amd64.deb ...
Unpacking libuchardet0:amd64 (0.0.6-3) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../03-groff-base_1.22.4-4_amd64.deb ...
Unpacking groff-base (1.22.4-4) ...
Selecting previously unselected package libpipeline1:amd64.
Preparing to unpack .../04-libpipeline1_1.5.2-2_amd64.deb ...
Unpacking libpipeline1:amd64 (1.5.2-2) ...
Selecting previously unselected package man-db.
Preparing to unpack .../05-man-db_2.9.0-2_amd64.deb ...
Unpacking man-db (2.9.0-2) ...
Selecting previously unselected package sensible-utils.
Preparing to unpack .../06-sensible-utils_0.0.12+nmu1_all.deb ...
Unpacking sensible-utils (0.0.12+nmu1) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../07-libmagic-mgc_1%3a5.38-4_amd64.deb ...
Unpacking libmagic-mgc (1:5.38-4) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../08-libmagic1_1%3a5.38-4_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.38-4) ...
Selecting previously unselected package file.
Preparing to unpack .../09-file_1%3a5.38-4_amd64.deb ...
Unpacking file (1:5.38-4) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../10-gettext-base_0.19.8.1-10_amd64.deb ...
Unpacking gettext-base (0.19.8.1-10) ...
Selecting previously unselected package libsigsegv2:amd64.
Preparing to unpack .../11-libsigsegv2_2.12-2_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.12-2) ...
Selecting previously unselected package m4.
Preparing to unpack .../12-m4_1.4.18-4_amd64.deb ...
Unpacking m4 (1.4.18-4) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../13-autoconf_2.69-11.1_all.deb ...
Unpacking autoconf (2.69-11.1) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../14-autotools-dev_20180224.1_all.deb ...
Unpacking autotools-dev (20180224.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../15-automake_1%3a1.16.1-4_all.deb ...
Unpacking automake (1:1.16.1-4) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../16-autopoint_0.19.8.1-10_all.deb ...
Unpacking autopoint (0.19.8.1-10) ...
Selecting previously unselected package cdbs.
Preparing to unpack .../17-cdbs_0.4.159_all.deb ...
Unpacking cdbs (0.4.159) ...
Selecting previously unselected package libtool.
Preparing to unpack .../18-libtool_2.4.6-11_all.deb ...
Unpacking libtool (2.4.6-11) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../19-dh-autoreconf_19_all.deb ...
Unpacking dh-autoreconf (19) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../20-libdebhelper-perl_12.9_all.deb ...
Unpacking libdebhelper-perl (12.9) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../21-libarchive-zip-perl_1.67-1_all.deb ...
Unpacking libarchive-zip-perl (1.67-1) ...
Selecting previously unselected package libsub-override-perl.
Preparing to unpack .../22-libsub-override-perl_0.09-2_all.deb ...
Unpacking libsub-override-perl (0.09-2) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../23-libfile-stripnondeterminism-perl_1.6.3-2_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.6.3-2) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../24-dh-strip-nondeterminism_1.6.3-2_all.deb ...
Unpacking dh-strip-nondeterminism (1.6.3-2) ...
Selecting previously unselected package libelf1:amd64.
Preparing to unpack .../25-libelf1_0.176-1.1_amd64.deb ...
Unpacking libelf1:amd64 (0.176-1.1) ...
Selecting previously unselected package dwz.
Preparing to unpack .../26-dwz_0.13-5_amd64.deb ...
Unpacking dwz (0.13-5) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../27-libglib2.0-0_2.62.4-1+b1_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.62.4-1+b1) ...
Selecting previously unselected package libicu63:amd64.
Preparing to unpack .../28-libicu63_63.2-2_amd64.deb ...
Unpacking libicu63:amd64 (63.2-2) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../29-libxml2_2.9.4+dfsg1-8_amd64.deb ...
Unpacking libxml2:amd64 (2.9.4+dfsg1-8) ...
Selecting previously unselected package libcroco3:amd64.
Preparing to unpack .../30-libcroco3_0.6.13-1_amd64.deb ...
Unpacking libcroco3:amd64 (0.6.13-1) ...
Selecting previously unselected package gettext.
Preparing to unpack .../31-gettext_0.19.8.1-10_amd64.deb ...
Unpacking gettext (0.19.8.1-10) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../32-intltool-debian_0.35.0+20060710.5_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.5) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../33-po-debconf_1.0.21_all.deb ...
Unpacking po-debconf (1.0.21) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../34-debhelper_12.9_all.deb ...
Unpacking debhelper (12.9) ...
Selecting previously unselected package dh-buildinfo.
Preparing to unpack .../35-dh-buildinfo_0.11+nmu2_all.deb ...
Unpacking dh-buildinfo (0.11+nmu2) ...
Selecting previously unselected package libfile-copy-recursive-perl.
Preparing to unpack .../36-libfile-copy-recursive-perl_0.45-1_all.deb ...
Unpacking libfile-copy-recursive-perl (0.45-1) ...
Selecting previously unselected package libmsgpackc2:amd64.
Preparing to unpack .../37-libmsgpackc2_3.2.1-2_amd64.deb ...
Unpacking libmsgpackc2:amd64 (3.2.1-2) ...
Selecting previously unselected package libmsgpack-dev:amd64.
Preparing to unpack .../38-libmsgpack-dev_3.2.1-2_amd64.deb ...
Unpacking libmsgpack-dev:amd64 (3.2.1-2) ...
Selecting previously unselected package libtest-leaktrace-perl.
Preparing to unpack .../39-libtest-leaktrace-perl_0.16-1+b2_amd64.deb ...
Unpacking libtest-leaktrace-perl (0.16-1+b2) ...
Selecting previously unselected package libtest-requires-perl.
Preparing to unpack .../40-libtest-requires-perl_0.10-1_all.deb ...
Unpacking libtest-requires-perl (0.10-1) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack 
.../41-sbuild-build-depends-main-dummy_0.invalid.0_amd64.deb ...
Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
Setting up libpipeline1:amd64 (1.5.2-2) ...
Setting up libmsgpackc2:amd64 (3.2.1-2) ...
Setting up libmagic-mgc (1:5.38-4) ...
Setting up libarchive-zip-perl (1.67-1) ...
Setting up libglib2.0-0:amd64 (2.62.4-1+b1) ...
No schema files found: doing nothing.
Setting up libdebhelper-perl (12.9) ...
Setting up libmagic1:amd64 (1:5.38-4) ...
Setting up gettext-base (0.19.8.1-10) ...
Setting up file (1:5.38-4) ...
Setting up libicu63:amd64 (63.2-2) ...
Setting up libfile-copy-recursive-perl (0.45-1) ...
Setting up libtest-leaktrace-perl (0.16-1+b2) ...
Setting up autotools-dev (20180224.1) ...
Setting up libsigsegv2:amd64 (2.12-2) ...
Setting up libtest-requires-perl (0.10-1) ...
Setting up autopoint (0.19.8.1-10) ...
Setting up sensible-utils (0.0.12+nmu1) ...
Setting up libuchardet0:amd64 (0.0.6-3) ...
Setting up libsub-override-perl (0.09-2) ...
Setting up libbsd0:amd64 (0.10.0-1) ...
Setting up cdbs (0.4.159) ...
Setting up libelf1:amd64 (0.176-1.1) ...
Setting up libxml2:amd64 (2.9.4+dfsg1-8) ...
Setting up libmsgpack-dev:amd64 (3.2.1-2) ...
Setting up libfile-stripnondeterminism-perl (1.6.3-2) ...
Setting up libtool (2.4.6-11) ...
Setting up m4 (1.4.18-4) ...
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 libcroco3:amd64 (0.6.13-1) ...
Setting up autoconf (2.69-11.1) ...
Setting up dh-strip-nondeterminism (1.6.3-2) ...
Setting up dwz (0.13-5) ...
Setting up groff-base (1.22.4-4) ...
Setting up automake (1:1.16.1-4) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake 
(automake) in auto mode
Setting up gettext (0.19.8.1-10) ...
Setting up man-db (2.9.0-2) ...
Not building database; man-db/auto-update is not 'true'.
Setting up intltool-debian (0.35.0+20060710.5) ...
Setting up po-debconf (1.0.21) ...
Setting up dh-autoreconf (19) ...
Setting up debhelper (12.9) ...
Setting up dh-buildinfo (0.11+nmu2) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...
Processing triggers for libc-bin (2.29-9) ...

+------------------------------------------------------------------------------+
| Check architectures                                                          |
+------------------------------------------------------------------------------+

Arch check ok (amd64 included in any)

+------------------------------------------------------------------------------+
| Build environment                                                            |
+------------------------------------------------------------------------------+

Kernel: Linux 5.4.0-1-amd64 #1 SMP Debian 5.4.6-1 (2019-12-27) amd64 (x86_64)
Toolchain package versions: binutils_2.33.90.20200122-2 dpkg-dev_1.19.7 
g++-8_8.3.0-26 g++-9_9.2.1-25 gcc-8_8.3.0-26 gcc-9_9.2.1-25 libc6-dev_2.29-9 
libstdc++-8-dev_8.3.0-26 libstdc++-9-dev_9.2.1-25 libstdc++6_9.2.1-25 
linux-libc-dev_5.4.13-1
Package versions: adduser_3.118 apt_1.8.4 autoconf_2.69-11.1 
automake_1:1.16.1-4 autopoint_0.19.8.1-10 autotools-dev_20180224.1 
base-files_11 base-passwd_3.5.47 bash_5.0-5 binutils_2.33.90.20200122-2 
binutils-common_2.33.90.20200122-2 binutils-x86-64-linux-gnu_2.33.90.20200122-2 
bsdmainutils_11.1.2+b1 bsdutils_1:2.34-0.1 build-essential_12.8 bzip2_1.0.8-2 
cdbs_0.4.159 coreutils_8.30-3+b1 cpp_4:9.2.1-3.1 cpp-8_8.3.0-26 cpp-9_9.2.1-25 
dash_0.5.10.2-6 debconf_1.5.73 debhelper_12.9 debian-archive-keyring_2019.1 
debianutils_4.9.1 dh-autoreconf_19 dh-buildinfo_0.11+nmu2 
dh-strip-nondeterminism_1.6.3-2 diffutils_1:3.7-3 dpkg_1.19.7 dpkg-dev_1.19.7 
dwz_0.13-5 e2fsprogs_1.45.5-2 eatmydata_105-7 fakeroot_1.24-1 fdisk_2.34-0.1 
file_1:5.38-4 findutils_4.7.0-1 g++_4:9.2.1-3.1 g++-8_8.3.0-26 g++-9_9.2.1-25 
gcc_4:9.2.1-3.1 gcc-8_8.3.0-26 gcc-8-base_8.3.0-26 gcc-9_9.2.1-25 
gcc-9-base_9.2.1-25 gettext_0.19.8.1-10 gettext-base_0.19.8.1-10 gpgv_2.2.19-1 
grep_3.4-1 groff-base_1.22.4-4 gzip_1.9-3+b1 hostname_3.23 
init-system-helpers_1.57 intltool-debian_0.35.0+20060710.5 libacl1_2.2.53-5 
libapt-pkg5.0_1.8.4 libarchive-zip-perl_1.67-1 libasan5_9.2.1-25 
libatomic1_9.2.1-25 libattr1_1:2.4.48-5 libaudit-common_1:2.8.5-2 
libaudit1_1:2.8.5-2+b1 libbinutils_2.33.90.20200122-2 libblkid1_2.34-0.1 
libbsd0_0.10.0-1 libbz2-1.0_1.0.8-2 libc-bin_2.29-9 libc-dev-bin_2.29-9 
libc6_2.29-9 libc6-dev_2.29-9 libcap-ng0_0.7.9-2.1+b1 libcc1-0_9.2.1-25 
libcom-err2_1.45.5-2 libcroco3_0.6.13-1 libcrypt-dev_1:4.4.10-10 
libcrypt1_1:4.4.10-10 libctf-nobfd0_2.33.90.20200122-2 
libctf0_2.33.90.20200122-2 libdb5.3_5.3.28+dfsg1-0.6 libdebconfclient0_0.251 
libdebhelper-perl_12.9 libdpkg-perl_1.19.7 libeatmydata1_105-7 
libelf1_0.176-1.1 libext2fs2_1.45.5-2 libfakeroot_1.24-1 libfdisk1_2.34-0.1 
libffi6_3.2.1-9 libffi7_3.3-3 libfile-copy-recursive-perl_0.45-1 
libfile-stripnondeterminism-perl_1.6.3-2 libgcc-8-dev_8.3.0-26 
libgcc-9-dev_9.2.1-25 libgcc1_1:9.2.1-25 libgcrypt20_1.8.5-3 
libgdbm-compat4_1.18.1-5 libgdbm6_1.18.1-5 libglib2.0-0_2.62.4-1+b1 
libgmp10_2:6.2.0+dfsg-3 libgnutls30_3.6.11.1-2 libgomp1_9.2.1-25 
libgpg-error0_1.36-7 libhogweed4_3.5.1+really3.4.1-1 
libhogweed5_3.5.1+really3.5.1-2 libicu63_63.2-2 libidn2-0_2.2.0-2 
libisl19_0.20-2 libisl22_0.22-2 libitm1_9.2.1-25 liblsan0_9.2.1-25 
liblz4-1_1.9.2-2 liblzma5_5.2.4-1+b1 libmagic-mgc_1:5.38-4 libmagic1_1:5.38-4 
libmount1_2.34-0.1 libmpc3_1.1.0-1 libmpfr6_4.0.2-1 libmpx2_8.3.0-26 
libmsgpack-dev_3.2.1-2 libmsgpackc2_3.2.1-2 libncursesw6_6.1+20191019-1 
libnettle6_3.5.1+really3.4.1-1 libnettle7_3.5.1+really3.5.1-2 
libp11-kit0_0.23.20-1 libpam-modules_1.3.1-5 libpam-modules-bin_1.3.1-5 
libpam-runtime_1.3.1-5 libpam0g_1.3.1-5 libpcre2-8-0_10.34-7 
libpcre3_2:8.39-12+b1 libperl5.28_5.28.1-6 libperl5.30_5.30.0-9 
libpipeline1_1.5.2-2 libquadmath0_9.2.1-25 libseccomp2_2.4.2-2 
libselinux1_3.0-1 libsemanage-common_3.0-1 libsemanage1_3.0-1 libsepol1_3.0-1 
libsigsegv2_2.12-2 libsmartcols1_2.34-0.1 libss2_1.45.5-2 
libstdc++-8-dev_8.3.0-26 libstdc++-9-dev_9.2.1-25 libstdc++6_9.2.1-25 
libsub-override-perl_0.09-2 libsystemd0_244.1-2 libtasn1-6_4.15.0-2 
libtest-leaktrace-perl_0.16-1+b2 libtest-requires-perl_0.10-1 
libtinfo6_6.1+20191019-1 libtool_2.4.6-11 libtsan0_9.2.1-25 libubsan1_9.2.1-25 
libuchardet0_0.0.6-3 libudev1_244.1-2 libunistring2_0.9.10-2 libuuid1_2.34-0.1 
libxml2_2.9.4+dfsg1-8 libzstd1_1.4.4+dfsg-1 linux-libc-dev_5.4.13-1 
login_1:4.8-1 logsave_1.45.5-2 lsb-base_11.1.0 m4_1.4.18-4 make_4.2.1-1.2 
man-db_2.9.0-2 mawk_1.3.4.20200120-1 mount_2.34-0.1 ncurses-base_6.1+20191019-1 
ncurses-bin_6.1+20191019-1 passwd_1:4.8-1 patch_2.7.6-6 perl_5.30.0-9 
perl-base_5.30.0-9 perl-modules-5.28_5.28.1-6 perl-modules-5.30_5.30.0-9 
po-debconf_1.0.21 sbuild-build-depends-main-dummy_0.invalid.0 sed_4.7-1 
sensible-utils_0.0.12+nmu1 sudo_1.8.29-1 sysvinit-utils_2.96-2.1 
tar_1.30+dfsg-6+b1 tzdata_2019c-3 util-linux_2.34-0.1 xz-utils_5.2.4-1+b1 
zlib1g_1:1.2.11.dfsg-1+b1

+------------------------------------------------------------------------------+
| Build                                                                        |
+------------------------------------------------------------------------------+


Unpack source
-------------

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 3.0 (quilt)
Source: libdata-messagepack-perl
Binary: libdata-messagepack-perl
Architecture: any
Version: 1.00-2
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <d...@jones.dk>, Christopher Hoskin 
<christopher.hos...@gmail.com>
Homepage: https://metacpan.org/module/Data::MessagePack
Standards-Version: 4.1.0
Vcs-Browser: 
https://anonscm.debian.org/git/pkg-perl/packages/libdata-messagepack-perl.git
Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libdata-messagepack-perl.git
Testsuite: autopkgtest-pkg-perl
Build-Depends: cdbs, debhelper, dh-buildinfo, perl, libmsgpack-dev (>= 0.5.8), 
libfile-copy-recursive-perl, libtest-requires-perl, libtest-leaktrace-perl
Package-List:
 libdata-messagepack-perl deb perl optional arch=any
Checksums-Sha1:
 0a3cfe57954f4e0efcdb5e15f97ecf1d6d6ac930 95172 
libdata-messagepack-perl_1.00.orig.tar.gz
 80ca8df85d96417321538ff6b5d8305467f40507 6280 
libdata-messagepack-perl_1.00-2.debian.tar.xz
Checksums-Sha256:
 c9f0eeaf56ee4dfd509eccba2dd838921aebdf186ba60de166443ffc4b0ba1a2 95172 
libdata-messagepack-perl_1.00.orig.tar.gz
 7eee078a77b69d63da5cbb33832b8e97729844a04f113ae1a3bf3f62d1cf4edc 6280 
libdata-messagepack-perl_1.00-2.debian.tar.xz
Files:
 a52f9d85cdaffe46bfb34a7b7da2ad92 95172 
libdata-messagepack-perl_1.00.orig.tar.gz
 33ad8759f7bc6f7c53b37d26448319d8 6280 
libdata-messagepack-perl_1.00-2.debian.tar.xz

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

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAlm/FCAACgkQLHwxRsGg
ASE8fQ//Vd9envG60mwFiDzSYBYdSlFGLzENXcTrpwpGxzqQA+OOXTpjxbOsw2QI
kpQjWmlW33vwSkfp7Vz5k2pafiQF9e4b7NlzUN1h1J92o6y7eWboS2qH14Wi3Gjn
cDJuydRK9Y56Fldld6gkfPnazEQmTZ1pIOfjKMc+rYkmmhdX4N3emhF5F3phMPYG
rR06iGRN52qkKRvPpFq2UoESMLqiNBkhDqqEOzRcr6iyH1m98CT1gwEMYPb3pyYB
MYKaezZP2+27Dv2n06KdYA74CV8ofqBlxHmE34Uf/p4YUc4XPh1ycziCFn6AK9+S
NvmJwRQFYUMAXAM6oUkzzyKdrZJzQYLYn+5TtYW0F5wQqYQdhG5V+7Tr/F2ls4N1
4b5lghAhIkf4daEUncmnrk5n7uqJemuf4nK1lzHkEk59Vkit2XsUhoaFjGqsHqAd
owuagUcOpXaP4SPhXMOqUXFTzrbtjPZRbQbZgc4VlgwRrszjI1n72xvuWqQuvyRH
NwBcxaWc8h/7SSgYYSyWz1ulP6WZIvQFtC6NAb0vhHoQ4m5e5qoPMnpZPkxFEr5p
tHK8zF6D8UceS5EuOn1R8H0Q44Q9YWDdr6p4oEI2KFRczLspT0h6bi42VlvQfKn/
U4ODhsARrZjncXES6C8Ljx8bxOLkx4rmB1kuehtIOwPfvuG8vm8=
=Owt/
-----END PGP SIGNATURE-----

gpgv: unknown type of key resource 'trustedkeys.kbx'
gpgv: keyblock resource '/sbuild-nonexistent/.gnupg/trustedkeys.kbx': General 
error
gpgv: Signature made Mon Sep 18 00:32:32 2017 UTC
gpgv:                using RSA key 9FE3E9C36691A69FF53CC6842C7C3146C1A00121
gpgv: Can't check signature: No public key
dpkg-source: warning: failed to verify signature on 
./libdata-messagepack-perl_1.00-2.dsc
dpkg-source: info: extracting libdata-messagepack-perl in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking libdata-messagepack-perl_1.00.orig.tar.gz
dpkg-source: info: unpacking libdata-messagepack-perl_1.00-2.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying 1001_fix_include_unpack_header.patch
dpkg-source: info: applying 2001_use_system_lib.patch

Check disk space
----------------

Sufficient free space for build

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
DEBEMAIL=james...@debian.org
DEBFULLNAME=James McCoy
HOME=/sbuild-nonexistent
LC_ALL=C.UTF-8
LD_LIBRARY_PATH=/usr/lib/libeatmydata
LD_PRELOAD=libeatmydata.so
LOGNAME=jamessan
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
PWD=/<<PKGBUILDDIR>>
SCHROOT_ALIAS_NAME=unstable-amd64-sbuild
SCHROOT_CHROOT_NAME=unstable-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1000
SCHROOT_GROUP=jamessan
SCHROOT_SESSION_ID=unstable-amd64-sbuild-38ce2b69-f844-4e15-a7a0-22cacd945a64
SCHROOT_UID=1000
SCHROOT_USER=jamessan
SHELL=/bin/sh
TERM=xterm-kitty
USER=jamessan
USERNAME=jamessan

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package libdata-messagepack-perl
dpkg-buildpackage: info: source version 1.00-2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Jonas Smedegaard <d...@jones.dk>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
CDBS WARNING:  copyright-check disabled - licensecheck is missing.
test -x debian/rules
rm -f debian/stamp-makefile-build debian/stamp-makefile-install
/usr/bin/make -C . OPTIMIZE="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -D_REENTRANT 
-D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 
-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe 
-I/usr/local/include" LDDLFLAGS="-Wl,-z,relro -Wl,-z,now -shared 
-L/usr/local/lib -fstack-protector-strong" -k clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: *** No rule to make target 'clean'.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: [/usr/share/cdbs/1/class/makefile.mk:91: makefile-clean] Error 2 (ignored)
rm -f debian/stamp-makefile-check
dh_clean 
rm -f debian/copyright_newhints
rm -f debian/cdbs-install-list debian/cdbs-package-list 
debian/stamp-copyright-check
rm -rf "debian/upstream-cruft"
rm -f debian/stamp-upstream-cruft
 debian/rules build
CDBS WARNING:  copyright-check disabled - licensecheck is missing.
test -x debian/rules
mkdir -p "."

Scanning upstream source for new/changed copyright notices...

set -e; LC_ALL=C.UTF-8 --check '.*' --recursive --copyright --deb-fmt --ignore 
'^(debian/(changelog|copyright(|_hints|_newhints)))$' --lines 0 -- * | 
/usr/lib/cdbs/licensecheck2dep5 > debian/copyright_newhints
/bin/sh: 1: --check: not found
0 combinations of copyright and licensing found.
WARNING:                        New or changed notices discovered:

Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

To fix the situation please do the following:
  1) Examine debian/copyright_* and referenced files
  2) Update debian/copyright as needed
  3) Replace debian/copyright_hints with debian/copyright_newhints
touch debian/stamp-copyright-check
mkdir -p "debian/upstream-cruft"
mv "include" "debian/upstream-cruft/include";
touch debian/stamp-upstream-cruft
cd . && /usr/bin/perl -I. Makefile.PL NOECHO= INSTALLDIRS=vendor
Writing ppport.h
Checking if your kit is complete...
Warning: the following files are missing in your kit:
        include/msgpack.h
        include/msgpack/pack.h
        include/msgpack/pack_define.h
        include/msgpack/pack_template.h
        include/msgpack/predef.h
        include/msgpack/predef/architecture.h
        include/msgpack/predef/architecture/alpha.h
        include/msgpack/predef/architecture/arm.h
        include/msgpack/predef/architecture/blackfin.h
        include/msgpack/predef/architecture/convex.h
        include/msgpack/predef/architecture/ia64.h
        include/msgpack/predef/architecture/m68k.h
        include/msgpack/predef/architecture/mips.h
        include/msgpack/predef/architecture/parisc.h
        include/msgpack/predef/architecture/ppc.h
        include/msgpack/predef/architecture/pyramid.h
        include/msgpack/predef/architecture/rs6k.h
        include/msgpack/predef/architecture/sparc.h
        include/msgpack/predef/architecture/superh.h
        include/msgpack/predef/architecture/sys370.h
        include/msgpack/predef/architecture/sys390.h
        include/msgpack/predef/architecture/x86.h
        include/msgpack/predef/architecture/x86/32.h
        include/msgpack/predef/architecture/x86/64.h
        include/msgpack/predef/architecture/z.h
        include/msgpack/predef/compiler.h
        include/msgpack/predef/compiler/borland.h
        include/msgpack/predef/compiler/clang.h
        include/msgpack/predef/compiler/comeau.h
        include/msgpack/predef/compiler/compaq.h
        include/msgpack/predef/compiler/diab.h
        include/msgpack/predef/compiler/digitalmars.h
        include/msgpack/predef/compiler/dignus.h
        include/msgpack/predef/compiler/edg.h
        include/msgpack/predef/compiler/ekopath.h
        include/msgpack/predef/compiler/gcc.h
        include/msgpack/predef/compiler/gcc_xml.h
        include/msgpack/predef/compiler/greenhills.h
        include/msgpack/predef/compiler/hp_acc.h
        include/msgpack/predef/compiler/iar.h
        include/msgpack/predef/compiler/ibm.h
        include/msgpack/predef/compiler/intel.h
        include/msgpack/predef/compiler/kai.h
        include/msgpack/predef/compiler/llvm.h
        include/msgpack/predef/compiler/metaware.h
        include/msgpack/predef/compiler/metrowerks.h
        include/msgpack/predef/compiler/microtec.h
        include/msgpack/predef/compiler/mpw.h
        include/msgpack/predef/compiler/palm.h
        include/msgpack/predef/compiler/pgi.h
        include/msgpack/predef/compiler/sgi_mipspro.h
        include/msgpack/predef/compiler/sunpro.h
        include/msgpack/predef/compiler/tendra.h
        include/msgpack/predef/compiler/visualc.h
        include/msgpack/predef/compiler/watcom.h
        include/msgpack/predef/detail/_cassert.h
        include/msgpack/predef/detail/_exception.h
        include/msgpack/predef/detail/comp_detected.h
        include/msgpack/predef/detail/endian_compat.h
        include/msgpack/predef/detail/os_detected.h
        include/msgpack/predef/detail/platform_detected.h
        include/msgpack/predef/detail/test.h
        include/msgpack/predef/language.h
        include/msgpack/predef/language/objc.h
        include/msgpack/predef/language/stdc.h
        include/msgpack/predef/language/stdcpp.h
        include/msgpack/predef/library.h
        include/msgpack/predef/library/c.h
        include/msgpack/predef/library/c/_prefix.h
        include/msgpack/predef/library/c/gnu.h
        include/msgpack/predef/library/c/uc.h
        include/msgpack/predef/library/c/vms.h
        include/msgpack/predef/library/c/zos.h
        include/msgpack/predef/library/std.h
        include/msgpack/predef/library/std/_prefix.h
        include/msgpack/predef/library/std/cxx.h
        include/msgpack/predef/library/std/dinkumware.h
        include/msgpack/predef/library/std/libcomo.h
        include/msgpack/predef/library/std/modena.h
        include/msgpack/predef/library/std/msl.h
        include/msgpack/predef/library/std/roguewave.h
        include/msgpack/predef/library/std/sgi.h
        include/msgpack/predef/library/std/stdcpp3.h
        include/msgpack/predef/library/std/stlport.h
        include/msgpack/predef/library/std/vacpp.h
        include/msgpack/predef/make.h
        include/msgpack/predef/os.h
        include/msgpack/predef/os/aix.h
        include/msgpack/predef/os/amigaos.h
        include/msgpack/predef/os/android.h
        include/msgpack/predef/os/beos.h
        include/msgpack/predef/os/bsd.h
        include/msgpack/predef/os/bsd/bsdi.h
        include/msgpack/predef/os/bsd/dragonfly.h
        include/msgpack/predef/os/bsd/free.h
        include/msgpack/predef/os/bsd/net.h
        include/msgpack/predef/os/bsd/open.h
        include/msgpack/predef/os/cygwin.h
        include/msgpack/predef/os/haiku.h
        include/msgpack/predef/os/hpux.h
        include/msgpack/predef/os/ios.h
        include/msgpack/predef/os/irix.h
        include/msgpack/predef/os/linux.h
        include/msgpack/predef/os/macos.h
        include/msgpack/predef/os/os400.h
        include/msgpack/predef/os/qnxnto.h
        include/msgpack/predef/os/solaris.h
        include/msgpack/predef/os/unix.h
        include/msgpack/predef/os/vms.h
        include/msgpack/predef/os/windows.h
        include/msgpack/predef/other.h
        include/msgpack/predef/other/endian.h
        include/msgpack/predef/platform.h
        include/msgpack/predef/platform/mingw.h
        include/msgpack/predef/platform/windows_desktop.h
        include/msgpack/predef/platform/windows_phone.h
        include/msgpack/predef/platform/windows_runtime.h
        include/msgpack/predef/platform/windows_store.h
        include/msgpack/predef/version.h
        include/msgpack/predef/version_number.h
        include/msgpack/sysdep.h
        include/msgpack/unpack.h
        include/msgpack/unpack_define.h
        include/msgpack/unpack_template.h
Please inform the author.
Generating a Unix-style Makefile
Writing Makefile for Data::MessagePack
Writing MYMETA.yml and MYMETA.json
/usr/bin/make -C . OPTIMIZE="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -D_REENTRANT 
-D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 
-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe 
-I/usr/local/include" LDDLFLAGS="-Wl,-z,relro -Wl,-z,now -shared 
-L/usr/local/lib -fstack-protector-strong" all
make[1]: Entering directory '/<<PKGBUILDDIR>>'
"/usr/bin/perl" "-Iinc" -MExtUtils::Command -e 'mkpath' -- blib/lib/Data
chmod 755 blib/lib/Data
touch blib/lib/Data/.exists
"/usr/bin/perl" "-Iinc" -MExtUtils::Command -e 'mkpath' -- blib/arch
chmod 755 blib/arch
touch blib/arch/.exists
"/usr/bin/perl" "-Iinc" -MExtUtils::Command -e 'mkpath' -- 
blib/lib/auto/Data/MessagePack
chmod 755 blib/lib/auto/Data/MessagePack
touch blib/lib/auto/Data/MessagePack/.exists
"/usr/bin/perl" "-Iinc" -MExtUtils::Command -e 'mkpath' -- 
blib/arch/auto/Data/MessagePack
chmod 755 blib/arch/auto/Data/MessagePack
touch blib/arch/auto/Data/MessagePack/.exists
"/usr/bin/perl" "-Iinc" -MExtUtils::Command -e 'mkpath' -- blib/bin
chmod 755 blib/bin
touch blib/bin/.exists
"/usr/bin/perl" "-Iinc" -MExtUtils::Command -e 'mkpath' -- blib/script
chmod 755 blib/script
touch blib/script/.exists
"/usr/bin/perl" "-Iinc" -MExtUtils::Command -e 'mkpath' -- blib/man1
chmod 755 blib/man1
touch blib/man1/.exists
"/usr/bin/perl" "-Iinc" -MExtUtils::Command -e 'mkpath' -- blib/man3
chmod 755 blib/man3
touch blib/man3/.exists
true
true
true
"/usr/bin/perl" "-Iinc" -MExtUtils::Install -e 'pm_to_blib({@ARGV}, 
'\''blib/lib/auto'\'', q[], '\''755'\'')' -- \
  'lib/Data/MessagePack.pm' 'blib/lib/Data/MessagePack.pm' \
  'lib/Data/MessagePack/Boolean.pm' 'blib/lib/Data/MessagePack/Boolean.pm' \
  'lib/Data/MessagePack/PP.pm' 'blib/lib/Data/MessagePack/PP.pm' \
  'lib/Data/MessagePack/Unpacker.pod' 'blib/lib/Data/MessagePack/Unpacker.pod' 
cp lib/Data/MessagePack/Unpacker.pod blib/lib/Data/MessagePack/Unpacker.pod
cp lib/Data/MessagePack/PP.pm blib/lib/Data/MessagePack/PP.pm
cp lib/Data/MessagePack.pm blib/lib/Data/MessagePack.pm
cp lib/Data/MessagePack/Boolean.pm blib/lib/Data/MessagePack/Boolean.pm
touch pm_to_blib
true
echo "Running Mkbootstrap for MessagePack ()"
Running Mkbootstrap for MessagePack ()
"/usr/bin/perl" "-Iinc" \
        "-MExtUtils::Mkbootstrap" \
        -e "Mkbootstrap('MessagePack','');"
touch "MessagePack.bs"
chmod 644 "MessagePack.bs"
rm -rf blib/arch/auto/Data/MessagePack/MessagePack.bs
"/usr/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- 
MessagePack.bs blib/arch/auto/Data/MessagePack/MessagePack.bs 644
"/usr/bin/perl" "-Iinc" "/usr/share/perl/5.30/ExtUtils/xsubpp"  -typemap 
'/usr/share/perl/5.30/ExtUtils/typemap'  xs-src/MessagePack.xs > 
xs-src/MessagePack.xsc
Please specify prototyping behavior for MessagePack.xs (see perlxs manual)
mv xs-src/MessagePack.xsc xs-src/MessagePack.c
x86_64-linux-gnu-gcc -c  "-I." "-I." -D_REENTRANT -D_GNU_SOURCE -DDEBIAN 
-fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv 
-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT 
-D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include  
 -DVERSION=\"1.00\" -DXS_VERSION=\"1.00\" -o xs-src/MessagePack.o -fPIC 
"-I/usr/lib/x86_64-linux-gnu/perl/5.30/CORE"  -DUSE_PPPORT xs-src/MessagePack.c
x86_64-linux-gnu-gcc -c  "-I." "-I." -D_REENTRANT -D_GNU_SOURCE -DDEBIAN 
-fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv 
-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT 
-D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include  
 -DVERSION=\"1.00\" -DXS_VERSION=\"1.00\" -o xs-src/pack.o -fPIC 
"-I/usr/lib/x86_64-linux-gnu/perl/5.30/CORE"  -DUSE_PPPORT xs-src/pack.c
In file included from xs-src/pack.c:45:
/usr/include/msgpack/pack_template.h:897:65: error: unknown type name 
‘msgpack_timestamp’
  897 | msgpack_pack_inline_func(_timestamp)(msgpack_pack_user x, const 
msgpack_timestamp* d)
      |                                                                 
^~~~~~~~~~~~~~~~~
/usr/include/msgpack/pack_template.h: In function ‘msgpack_pack_timestamp’:
/usr/include/msgpack/pack_template.h:899:21: error: request for member ‘tv_sec’ 
in something not a structure or union
  899 |     if ((((int64_t)d->tv_sec) >> 34) == 0) {
      |                     ^~
/usr/include/msgpack/pack_template.h:900:40: error: request for member 
‘tv_nsec’ in something not a structure or union
  900 |         uint64_t data64 = ((uint64_t) d->tv_nsec << 34) | 
(uint64_t)d->tv_sec;
      |                                        ^~
/usr/include/msgpack/pack_template.h:900:70: error: request for member ‘tv_sec’ 
in something not a structure or union
  900 |         uint64_t data64 = ((uint64_t) d->tv_nsec << 34) | 
(uint64_t)d->tv_sec;
      |                                                                      ^~
In file included from /usr/lib/x86_64-linux-gnu/perl/5.30/CORE/perl.h:1159,
                 from ./xshelper.h:36,
                 from xs-src/pack.c:5:
/usr/include/msgpack/pack_template.h:918:9: error: request for member ‘tv_nsec’ 
in something not a structure or union
  918 |         _msgpack_store32(&buf[0], d->tv_nsec);
      |         ^~~~~~~~~~~~~~~~
In file included from /usr/include/msgpack/sysdep.h:91,
                 from /usr/include/msgpack/pack_define.h:13,
                 from xs-src/pack.c:7:
/usr/include/msgpack/pack_template.h:919:9: error: request for member ‘tv_sec’ 
in something not a structure or union
  919 |         _msgpack_store64(&buf[4], d->tv_sec);
      |         ^~~~~~~~~~~~~~~~
make[1]: *** [Makefile:357: xs-src/pack.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] 
Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2020-02-02T00:45:39Z

Finished
--------


+------------------------------------------------------------------------------+
| Cleanup                                                                      |
+------------------------------------------------------------------------------+

Purging /<<BUILDDIR>>
Not cleaning session: cloned chroot in use
E: Build failure (dpkg-buildpackage died)

+------------------------------------------------------------------------------+
| Summary                                                                      |
+------------------------------------------------------------------------------+

Build Architecture: amd64
Build Type: binary
Build-Space: 1668
Build-Time: 2
Distribution: unstable
Fail-Stage: build
Host Architecture: amd64
Install-Time: 6
Job: libdata-messagepack-perl_1.00-2
Machine Architecture: amd64
Package: libdata-messagepack-perl
Package-Time: 12
Source-Version: 1.00-2
Space: 1668
Status: attempted
Version: 1.00-2
--------------------------------------------------------------------------------
Finished at 2020-02-02T00:45:39Z
Build needed 00:00:12, 1668k disk space
E: Build failure (dpkg-buildpackage died)

--- End Message ---
--- Begin Message ---
Source: libdata-messagepack-perl
Source-Version: 1.00-3
Done: gregor herrmann <gre...@debian.org>

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

Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated 
libdata-messagepack-perl 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, 14 Jul 2020 21:09:14 CEST
Source: libdata-messagepack-perl
Binary: 
Architecture: source
Version: 1.00-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Built-For-Profiles: nocheck
Changed-By: gregor herrmann <gre...@debian.org>
Description: 
Closes: 963292
Changes:
 libdata-messagepack-perl (1.00-3) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Damyan Ivanov ]
   * declare conformance with Policy 4.1.3 (no changes needed)
 .
   [ Salvatore Bonaccorso ]
   * Update Vcs-* headers for switch to salsa.debian.org
 .
   [ gregor herrmann ]
   * debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.
 .
   [ Christopher Hoskin ]
   * Use my @debian address in control, copyright, patches
 .
   [ Debian Janitor ]
   * Bump debhelper dependency to >= 9, since that's what is used in
     debian/compat.
   * Bump debhelper from old 9 to 10.
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
     Repository-Browse.
 .
   [ Matthias Klose ]
   * Fix build with msgpack-c 3.0. (Closes: #963292)
Checksums-Sha256: 
 d2c57742cd82c436950f0ea3b3cb1f3f41059e866f951617b8f293a2b8007d0c 2439 
libdata-messagepack-perl_1.00-3.dsc
 785ed0c6e1be6e14316f238027b265e79f1f4d2ef111901aff4e6165980b6f97 6660 
libdata-messagepack-perl_1.00-3.debian.tar.xz
 5b0cd1cdd2126fb8e78a882a6b114bc43355b4222949168bdf833b50bb308b5c 6268 
libdata-messagepack-perl_1.00-3_sourceonly.buildinfo
Checksums-Sha1: 
 1ba33c4945cbbad3088a43b399e4d912daa19e69 2439 
libdata-messagepack-perl_1.00-3.dsc
 3199000d75ff17a40e926215b8fe4048393fc3d1 6660 
libdata-messagepack-perl_1.00-3.debian.tar.xz
 074ae93896c4ee867282f6c629a1b3a8d4f7d39a 6268 
libdata-messagepack-perl_1.00-3_sourceonly.buildinfo
Files: 
 1b036692d091ce3fa1bc23ae827957b3 2439 perl optional 
libdata-messagepack-perl_1.00-3.dsc
 2c9596c33337bdded0243ae3b20d8af9 6660 perl optional 
libdata-messagepack-perl_1.00-3.debian.tar.xz
 5ffd5f5f55599586280f1e4c862ad460 6268 - - 
libdata-messagepack-perl_1.00-3_sourceonly.buildinfo

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

iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAl8OAttfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgZ4gQ//ZEr+jwr43J60cjq6r1795jwFz9H/IajohVowDVhYQz637fbWfHzd2AmO
2KLI4mb7mkpdzydL1m3GeU57fiqS20GAxT5GqD3IvP3OGCvcfD4TJsnGfHrXrQ/E
9XLMu01lHcvV5MOobwaSqtJ3+FbKjRthcLa6kiPZerJlxp8UCqcs2aOZ+MF/7Qsm
ObDrsRG0NVVnD6+yc9RBcVT5kLkH20Xe4cdjNmtr5PKqaoc3EPbsw5gJwLB2vr+m
MsWQRsBYdAS1k37OqhDceUfBriUuGFBRyqoHGbU0CK/4/PIVYnpaNungsUo5EAG8
Ts+ke5tuuKxh4rRuVKM/MJaNXZ8CYUojxpSixtWdBYSVRUFxQ7ShhrM65eiyXfLi
tKnrycoiGP2a2GSE0fVHOKLgpVl980Hxlk+8L/Z2deeQXUJL/S9V08Cyal9njKb5
fhlKkSGPPuOqSGg3qjVy5CygZZ/YEGJWrx7zqWjSvWDaPadOBjeuYH1+oS0TyewL
RgEBqxL9vdOgwpBEeOAsJ6f6GnGdiRVQbAgaqeHLRXTyU6pUby+OxUZh/1MSvRXe
nXz/3NdoSmouDG75/oR7hqhyKsvrgxGgN96YE3TAem2HhqFn4nXpXfDe98lZWe/f
E4GD0bAmr+14AoW/TVXufp2eznhcgfpx8qBgUa4W4Up7UYN++AI=
=e3x+
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to