Your message dated Tue, 14 Jul 2020 19:18:39 +0000 with message-id <[email protected]> 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: pack_template.h:897:65: error: unknown type name ‘msgpack_timestamp’ 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 [email protected] immediately.) -- 963292: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963292 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: libdata-messagepack-perl Version: 1.00-2 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20200620 ftbfs-bullseye Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > 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 The full build log is available from: http://qa-logs.debian.net/2020/06/20/libdata-messagepack-perl_1.00-2_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---Source: libdata-messagepack-perl Source-Version: 1.00-3 Done: gregor herrmann <[email protected]> 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. gregor herrmann <[email protected]> (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 [email protected]) -----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 <[email protected]> Built-For-Profiles: nocheck Changed-By: gregor herrmann <[email protected]> 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 ---

