Your message dated Fri, 11 Sep 2020 10:00:21 +0000
with message-id <e1kgfqv-0003uy...@fasolo.debian.org>
and subject line Bug#959643: fixed in pbbam 1.3.0+dfsg-1
has caused the Debian Bug report #959643,
regarding pbbam: FTBFS: ../tests/src/test_BamWriter.cpp:40:34: error: call of 
overloaded ‘CigarData(const char [1])’ is ambiguous
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.)


-- 
959643: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=959643
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pbbam
Version: 1.0.6+dfsg-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200501 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> c++ -Itests/59830eb@@pbbam_test@exe -Itests -I../tests -Iinclude -I../include 
> -I/usr/include -fdiagnostics-color=always -DNDEBUG -pipe 
> -D_FILE_OFFSET_BITS=64 -std=c++14 -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DBOOST_ALL_NO_LIB 
> -DBOOST_ALL_DYN_LINK -Wl,--start-group -lpthread -Wl,--end-group 
> -DGTEST_HAS_PTHREAD=1 -Wduplicated-cond -Wduplicated-branches -Wlogical-op 
> -Wrestrict -Wnull-dereference -Wuseless-cast -Wdouble-promotion -Wshadow 
> -Wformat=1 -MD -MQ 'tests/59830eb@@pbbam_test@exe/src_test_BamWriter.cpp.o' 
> -MF 'tests/59830eb@@pbbam_test@exe/src_test_BamWriter.cpp.o.d' -o 
> 'tests/59830eb@@pbbam_test@exe/src_test_BamWriter.cpp.o' -c 
> ../tests/src/test_BamWriter.cpp
> ../tests/src/test_BamWriter.cpp: In function ‘void 
> BamWriterTests::checkSingleRecord(bool)’:
> ../tests/src/test_BamWriter.cpp:40:34: error: call of overloaded 
> ‘CigarData(const char [1])’ is ambiguous
>    40 |     bamRecord.Impl().CigarData("");
>       |                                  ^
> In file included from ../include/pbbam/BamRecord.h:24,
>                  from ../tests/src/test_BamWriter.cpp:11:
> ../include/pbbam/BamRecordImpl.h:251:20: note: candidate: 
> ‘PacBio::BAM::BamRecordImpl& PacBio::BAM::BamRecordImpl::CigarData(const 
> Cigar&)’
>   251 |     BamRecordImpl& CigarData(const Cigar& cigar);
>       |                    ^~~~~~~~~
> ../include/pbbam/BamRecordImpl.h:258:20: note: candidate: 
> ‘PacBio::BAM::BamRecordImpl& PacBio::BAM::BamRecordImpl::CigarData(const 
> string&)’
>   258 |     BamRecordImpl& CigarData(const std::string& cigarString);
>       |                    ^~~~~~~~~
> [129/216] c++ -Itests/59830eb@@pbbam_test@exe -Itests -I../tests -Iinclude 
> -I../include -I/usr/include -fdiagnostics-color=always -DNDEBUG -pipe 
> -D_FILE_OFFSET_BITS=64 -std=c++14 -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DBOOST_ALL_NO_LIB 
> -DBOOST_ALL_DYN_LINK -Wl,--start-group -lpthread -Wl,--end-group 
> -DGTEST_HAS_PTHREAD=1 -Wduplicated-cond -Wduplicated-branches -Wlogical-op 
> -Wrestrict -Wnull-dereference -Wuseless-cast -Wdouble-promotion -Wshadow 
> -Wformat=1 -MD -MQ 
> 'tests/59830eb@@pbbam_test@exe/src_test_BamRecordMapping.cpp.o' -MF 
> 'tests/59830eb@@pbbam_test@exe/src_test_BamRecordMapping.cpp.o.d' -o 
> 'tests/59830eb@@pbbam_test@exe/src_test_BamRecordMapping.cpp.o' -c 
> ../tests/src/test_BamRecordMapping.cpp
> [130/216] c++ -Itests/59830eb@@pbbam_test@exe -Itests -I../tests -Iinclude 
> -I../include -I/usr/include -fdiagnostics-color=always -DNDEBUG -pipe 
> -D_FILE_OFFSET_BITS=64 -std=c++14 -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DBOOST_ALL_NO_LIB 
> -DBOOST_ALL_DYN_LINK -Wl,--start-group -lpthread -Wl,--end-group 
> -DGTEST_HAS_PTHREAD=1 -Wduplicated-cond -Wduplicated-branches -Wlogical-op 
> -Wrestrict -Wnull-dereference -Wuseless-cast -Wdouble-promotion -Wshadow 
> -Wformat=1 -MD -MQ 
> 'tests/59830eb@@pbbam_test@exe/src_test_BamRecordClipping.cpp.o' -MF 
> 'tests/59830eb@@pbbam_test@exe/src_test_BamRecordClipping.cpp.o.d' -o 
> 'tests/59830eb@@pbbam_test@exe/src_test_BamRecordClipping.cpp.o' -c 
> ../tests/src/test_BamRecordClipping.cpp
> [131/216] c++ -Itests/59830eb@@pbbam_test@exe -Itests -I../tests -Iinclude 
> -I../include -I/usr/include -fdiagnostics-color=always -DNDEBUG -pipe 
> -D_FILE_OFFSET_BITS=64 -std=c++14 -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DBOOST_ALL_NO_LIB 
> -DBOOST_ALL_DYN_LINK -Wl,--start-group -lpthread -Wl,--end-group 
> -DGTEST_HAS_PTHREAD=1 -Wduplicated-cond -Wduplicated-branches -Wlogical-op 
> -Wrestrict -Wnull-dereference -Wuseless-cast -Wdouble-promotion -Wshadow 
> -Wformat=1 -MD -MQ 
> 'tests/59830eb@@pbbam_test@exe/src_test_BamRecordImplVariableData.cpp.o' -MF 
> 'tests/59830eb@@pbbam_test@exe/src_test_BamRecordImplVariableData.cpp.o.d' -o 
> 'tests/59830eb@@pbbam_test@exe/src_test_BamRecordImplVariableData.cpp.o' -c 
> ../tests/src/test_BamRecordImplVariableData.cpp
> ninja: build stopped: subcommand failed.
> dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j4 -v 
> returned exit code 1
> make: *** [debian/rules:13: build] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/05/01/pbbam_1.0.6+dfsg-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: pbbam
Source-Version: 1.3.0+dfsg-1
Done: Andreas Tille <ti...@debian.org>

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

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated pbbam 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: SHA256

Format: 1.8
Date: Tue, 01 Sep 2020 15:37:58 +0200
Source: pbbam
Binary: libpbbam-dev libpbbam1.3.0 libpbbam1.3.0-dbgsym pbbamtools 
pbbamtools-dbgsym
Architecture: source amd64
Version: 1.3.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Description:
 libpbbam-dev - Pacific Biosciences binary alignment/map (BAM) library (headers)
 libpbbam1.3.0 - Pacific Biosciences binary alignment/map (BAM) library
 pbbamtools - processing Pacific Biosciences binary alignment/map files
Closes: 959643
Changes:
 pbbam (1.3.0+dfsg-1) unstable; urgency=medium
 .
   * Fix watch file
   * New upstream version (+ bump soname)
     Closes: #959643
   * Standards-Version: 4.5.0 (routine-update)
   * debhelper-compat 13 (routine-update)
   * Add salsa-ci file (routine-update)
   * Rules-Requires-Root: no (routine-update)
   * Set upstream metadata fields: Repository, Repository-Browse.
   * Fix d-shlibs override
   * Silence dh_missing by removing unneeded *.la file
   * New ABI version -> changed binary package name to libpbbam1.3.0
Checksums-Sha1:
 fc96fbfd7d04e77fc2c033c4ef6f7f735c74ac8a 2320 pbbam_1.3.0+dfsg-1.dsc
 b96920faa5804bf6e3610935d0f8fb7bddccd2e6 7773516 pbbam_1.3.0+dfsg.orig.tar.xz
 20a4d76ea1a1269c5b7e2363ab2f563563d81fec 8784 pbbam_1.3.0+dfsg-1.debian.tar.xz
 7ee9bb6e51e9ffffeb0b13d45cfc7f502d348945 88180 
libpbbam-dev_1.3.0+dfsg-1_amd64.deb
 ff56e230cd123eda82721984610d8a82c197f3d9 15123288 
libpbbam1.3.0-dbgsym_1.3.0+dfsg-1_amd64.deb
 28d1e727caa627a5286e3717502ae95c3dfdca90 688252 
libpbbam1.3.0_1.3.0+dfsg-1_amd64.deb
 f8d8a9654f257b18ba99c7b4fe45c0ff0b52007c 8669 
pbbam_1.3.0+dfsg-1_amd64.buildinfo
 311b207cb1b9ee17ad0a9122bb954d2bea37f714 1745920 
pbbamtools-dbgsym_1.3.0+dfsg-1_amd64.deb
 4979b5993cbe5ec5212e818be6820da6a018da66 81556 
pbbamtools_1.3.0+dfsg-1_amd64.deb
Checksums-Sha256:
 c118d668d824cdc307ecd331ed8f2e396ffc0e98b73ea11c1a94dad0e9ad1f25 2320 
pbbam_1.3.0+dfsg-1.dsc
 e27cc895e5e4cafe8b802f31e9698ba5d8b8badc79b0ce1189a21546977fd111 7773516 
pbbam_1.3.0+dfsg.orig.tar.xz
 35328119cacafe8ff7affa46953e65a5140b26e3816c3db06d4df52c14b5711a 8784 
pbbam_1.3.0+dfsg-1.debian.tar.xz
 260ca49f83aa4467e885e516fa098c76242b0067846ea97190499ca82b082119 88180 
libpbbam-dev_1.3.0+dfsg-1_amd64.deb
 5abec291f44082e0aa3e9640b3f9718f0fda75744acc61619935ed4154d204e5 15123288 
libpbbam1.3.0-dbgsym_1.3.0+dfsg-1_amd64.deb
 d8cf6ba79ec6c11a9cc1c2ea9bf6504b0ada52902a256a78f4a5c6706e78d805 688252 
libpbbam1.3.0_1.3.0+dfsg-1_amd64.deb
 21e832b69345891bdf2c855eefaee7c86780c9017b6cc34d3ad50596a17f324c 8669 
pbbam_1.3.0+dfsg-1_amd64.buildinfo
 787d927ffa166a385d9f9e853bd0bde2a6318a7b9bfc5cdbdba5f38bf76a8b68 1745920 
pbbamtools-dbgsym_1.3.0+dfsg-1_amd64.deb
 e37f0d64ebaa156f0f961a70706b649e5c87f54d4f98f1236ff577e038e15844 81556 
pbbamtools_1.3.0+dfsg-1_amd64.deb
Files:
 c8d50f095c3bfb448c0cde9f34c4cfd5 2320 science optional pbbam_1.3.0+dfsg-1.dsc
 67fb5be61f7d838faf875e406b68b120 7773516 science optional 
pbbam_1.3.0+dfsg.orig.tar.xz
 2355c5852b1fab5d36c894a7e5883891 8784 science optional 
pbbam_1.3.0+dfsg-1.debian.tar.xz
 45c9cd394a68ddbe418286cd9f7bc443 88180 libdevel optional 
libpbbam-dev_1.3.0+dfsg-1_amd64.deb
 88c0fa0fda4d37d8eeb2f7843bee63d2 15123288 debug optional 
libpbbam1.3.0-dbgsym_1.3.0+dfsg-1_amd64.deb
 23fd02a6d61bd2805f004d2c86a5c968 688252 libs optional 
libpbbam1.3.0_1.3.0+dfsg-1_amd64.deb
 70bb01bda425f7bfcb5db287b52fa988 8669 science optional 
pbbam_1.3.0+dfsg-1_amd64.buildinfo
 f662715e8c15806ef624720569eccb35 1745920 debug optional 
pbbamtools-dbgsym_1.3.0+dfsg-1_amd64.deb
 f7c47606ada07a00b5b4f14b0086b704 81556 science optional 
pbbamtools_1.3.0+dfsg-1_amd64.deb

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

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAl9OUZ4RHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtFXNhAAkM00jIs9Ht64mo1y3SELy1y/qOfsCCzl
zCkzykeuBfkso6PfED5hQLK+zp7MU+epp9CcY6+yoHCqQC5BNPLSXpoL6T6jwvNK
plv9OIrKf080eS7eck0pyWY0suVrLvQx8GCQOiWm0J1HylnrRUvY3b632EnLSXcJ
WqGTEOzhoeT33s7LfqSKv+6wGcCdBOm7QNWAMQLI1PDCIXUeYxNqw0VVXTg2GydK
WxfpfgOofY+zCXPfDtc6QP3W9Igp6RGKzMaz9MN4Lo5xv9IDOhRYblvl9rulO1Xh
iP0f9Td7nmGvu9eze8453NjRbG3OvEql0QhywWws7PM+cOZtCl3/dx0rMBlqKHeY
y7j6DRaoQLwH+0OhVKI23qZnB30iL7XhckmY2YLF/+qvFV2eZS6G2eJ2a9gWz6Fw
WimWRbefP+12eUPW97DmG43wCM90xNw+DT4+vxrfbhmQABQoes9XVYegYaLdj+9J
PgmviUKiYhZvgX3OVLAYugEFhkGSrul05IU9EPrsPx6QX9trq6+l5WzhSB+n/PJp
SFMFHIVOKdhW9LPZve76ssh+jHOB/4Yzr0L64JaqtbU+ICisOvrsxc5y0b6HafLW
uKkyCQk2qk40CYkK4HautmHs0d89snRPh7HjIf1HCnZe2ALXL4Hn0/ZAznQxPn4O
9x05cdD+SVA=
=+dLb
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to