Your message dated Tue, 08 Mar 2022 11:33:43 +0000
with message-id <e1nry63-0003xv...@fasolo.debian.org>
and subject line Bug#1006778: fixed in blasr 5.3.5+dfsg-3
has caused the Debian Bug report #1006778,
regarding blasr: FTBFS: ‘optional’ in namespace ‘std’ does not name a template 
type
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.)


-- 
1006778: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006778
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: blasr
Version: 5.3.5+dfsg-2
Severity: serious
Tags: sid bookworm ftbfs
X-Debbugs-Cc: sramac...@debian.org

blasr FTBFS:

FAILED: libblasr_impl.a.p/extrautils_SuffixArrayToBWT.cpp.o 
c++ -Ilibblasr_impl.a.p -I. -I.. -I/usr/include/libblasr 
-I/usr/include/hdf5/serial -I/usr/include/pbseq -fdiagnostics-color=always 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -Wextra 
-Wpedantic -std=c++17 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DHAVE_HDF5_1_10_1 -std=c++14 -isystem 
/usr/include/hdf5/serial -fPIC -DBOOST_ALL_NO_LIB -pthread 
-Wno-delete-non-virtual-dtor -Wno-non-virtual-dtor -Wno-unused-but-set-variable 
-Wno-unused-variable -MD -MQ 
libblasr_impl.a.p/extrautils_SuffixArrayToBWT.cpp.o -MF 
libblasr_impl.a.p/extrautils_SuffixArrayToBWT.cpp.o.d -o 
libblasr_impl.a.p/extrautils_SuffixArrayToBWT.cpp.o -c 
../extrautils/SuffixArrayToBWT.cpp
In file included from /usr/include/pbcopper/data/Read.h:11,
                 from /usr/include/pbcopper/data/MappedRead.h:8,
                 from /usr/include/pbbam/BamRecord.h:14,
                 from /usr/include/pbseq/pbdata/DNASequence.hpp:17,
                 from /usr/include/pbseq/alignment/bwt/Occ.hpp:8,
                 from /usr/include/pbseq/alignment/bwt/BWT.hpp:7,
                 from ../extrautils/SuffixArrayToBWT.cpp:4:
/usr/include/pbcopper/data/ReadId.h:22:10: error: ‘optional’ in namespace ‘std’ 
does not name a template type
   22 |     std::optional<Interval> ZmwInterval;
      |          ^~~~~~~~
/usr/include/pbcopper/data/ReadId.h:22:5: note: ‘std::optional’ is only 
available from C++17 onwards
   22 |     std::optional<Interval> ZmwInterval;
      |     ^~~
In file included from /usr/include/pbcopper/data/MappedRead.h:8,
                 from /usr/include/pbbam/BamRecord.h:14,
                 from /usr/include/pbseq/pbdata/DNASequence.hpp:17,
                 from /usr/include/pbseq/alignment/bwt/Occ.hpp:8,
                 from /usr/include/pbseq/alignment/bwt/BWT.hpp:7,
                 from ../extrautils/SuffixArrayToBWT.cpp:4:
/usr/include/pbcopper/data/Read.h:28:49: error: ‘std::optional’ has not been 
declared
   28 |     Read(Data::ReadId id, std::string seq, std::optional<Frames> pw, 
std::optional<Frames> ipd,
      |                                                 ^~~~~~~~
/usr/include/pbcopper/data/Read.h:28:57: error: expected ‘,’ or ‘...’ before 
‘<’ token
   28 |     Read(Data::ReadId id, std::string seq, std::optional<Frames> pw, 
std::optional<Frames> ipd,
      |                                                         ^
/usr/include/pbcopper/data/Read.h:40:10: error: ‘optional’ in namespace ‘std’ 
does not name a template type
   40 |     std::optional<Frames> PulseWidth;
      |          ^~~~~~~~
/usr/include/pbcopper/data/Read.h:40:5: note: ‘std::optional’ is only available 
from C++17 onwards
   40 |     std::optional<Frames> PulseWidth;
      |     ^~~
/usr/include/pbcopper/data/Read.h:42:10: error: ‘optional’ in namespace ‘std’ 
does not name a template type
   42 |     std::optional<Frames> IPD;
      |          ^~~~~~~~
/usr/include/pbcopper/data/Read.h:42:5: note: ‘std::optional’ is only available 
from C++17 onwards
   42 |     std::optional<Frames> IPD;
      |     ^~~
In file included from /usr/include/pbbam/BamRecord.h:14,
                 from /usr/include/pbseq/pbdata/DNASequence.hpp:17,
                 from /usr/include/pbseq/alignment/bwt/Occ.hpp:8,
                 from /usr/include/pbseq/alignment/bwt/BWT.hpp:7,
                 from ../extrautils/SuffixArrayToBWT.cpp:4:
/usr/include/pbcopper/data/MappedRead.h:63:10: error: ‘optional’ in namespace 
‘std’ does not name a template type
   63 |     std::optional<Frames> AlignedIPD(
      |          ^~~~~~~~
/usr/include/pbcopper/data/MappedRead.h:63:5: note: ‘std::optional’ is only 
available from C++17 onwards
   63 |     std::optional<Frames> AlignedIPD(
      |     ^~~
/usr/include/pbcopper/data/MappedRead.h:68:10: error: ‘optional’ in namespace 
‘std’ does not name a template type
   68 |     std::optional<Frames> AlignedPulseWidth(
      |          ^~~~~~~~
/usr/include/pbcopper/data/MappedRead.h:68:5: note: ‘std::optional’ is only 
available from C++17 onwards
   68 |     std::optional<Frames> AlignedPulseWidth(
      |     ^~~
In file included from ../extrautils/SuffixArrayToBWT.cpp:4:
/usr/include/pbseq/alignment/bwt/BWT.hpp: In member function ‘void 
Bwt<T_BWT_Sequence, T_DNASequence>::InitializeDNACharacterCount() [with 
T_BWT_Sequence = PackedDNASequence; T_DNASequence = FASTASequence]’:
/usr/include/pbseq/alignment/bwt/BWT.hpp:192:21: warning: this statement may 
fall through [-Wimplicit-fallthrough=]
  192 |                     charCount[0]++;
      |                     ^~~~~~~~~
/usr/include/pbseq/alignment/bwt/BWT.hpp:193:17: note: here
  193 |                 case 0:  //A
      |                 ^~~~
/usr/include/pbseq/alignment/bwt/BWT.hpp:194:21: warning: this statement may 
fall through [-Wimplicit-fallthrough=]
  194 |                     charCount[1]++;
      |                     ^~~~~~~~~
/usr/include/pbseq/alignment/bwt/BWT.hpp:195:17: note: here
  195 |                 case 1:  //C
      |                 ^~~~
/usr/include/pbseq/alignment/bwt/BWT.hpp:196:21: warning: this statement may 
fall through [-Wimplicit-fallthrough=]
  196 |                     charCount[2]++;
      |                     ^~~~~~~~~
/usr/include/pbseq/alignment/bwt/BWT.hpp:197:17: note: here
  197 |                 case 2:  //G
      |                 ^~~~
/usr/include/pbseq/alignment/bwt/BWT.hpp:198:21: warning: this statement may 
fall through [-Wimplicit-fallthrough=]
  198 |                     charCount[3]++;
      |                     ^~~~~~~~~
/usr/include/pbseq/alignment/bwt/BWT.hpp:199:17: note: here
  199 |                 case 3:  //T
      |                 ^~~~
/usr/include/pbseq/alignment/bwt/BWT.hpp:200:21: warning: this statement may 
fall through [-Wimplicit-fallthrough=]
  200 |                     charCount[4]++;
      |                     ^~~~~~~~~
/usr/include/pbseq/alignment/bwt/BWT.hpp:201:17: note: here
  201 |                 case 4:  //N
      |                 ^~~~


See
https://buildd.debian.org/status/fetch.php?pkg=blasr&arch=amd64&ver=5.3.5%2Bdfsg-2%2Bb1&stamp=1645915394&raw=0

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: blasr
Source-Version: 5.3.5+dfsg-3
Done: Andreas Tille <ti...@debian.org>

We believe that the bug you reported is fixed in the latest version of
blasr, 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 1006...@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 blasr 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, 08 Mar 2022 11:56:33 +0100
Source: blasr
Architecture: source
Version: 5.3.5+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 1006778
Changes:
 blasr (5.3.5+dfsg-3) unstable; urgency=medium
 .
   * d/rules: Drop -std=c++14 from DEB_CXXFLAGS_MAINT_APPEND
     Closes: #1006778
Checksums-Sha1:
 3056b7adfa50d3f53dd604d82089ad867dfde98b 2158 blasr_5.3.5+dfsg-3.dsc
 9ce9a9ec2b2026aa1d677e6acdddb3a15f9d3044 10936 blasr_5.3.5+dfsg-3.debian.tar.xz
 b12d59acfb637daac7e9faf1d66a75ab92f8b869 8710 
blasr_5.3.5+dfsg-3_amd64.buildinfo
Checksums-Sha256:
 aef0c600c680799b22f11923022b2672ab6cd218acec9e4652bf80e1118e4f77 2158 
blasr_5.3.5+dfsg-3.dsc
 84d967936092ed2c609988bd2c09b7d04567ddc2ebc12f8f5dfea3b5e9d4c5c3 10936 
blasr_5.3.5+dfsg-3.debian.tar.xz
 b8653df9bb30beb56c035b34b31aed02e265add91e5d4c87b15e2450e49e1c37 8710 
blasr_5.3.5+dfsg-3_amd64.buildinfo
Files:
 17ddd585f72b44ce02e07013a7ac229b 2158 science optional blasr_5.3.5+dfsg-3.dsc
 505e902dc171f60f65416eeeb09601bb 10936 science optional 
blasr_5.3.5+dfsg-3.debian.tar.xz
 9fbc039f1e8660e7bca9d46695613e7f 8710 science optional 
blasr_5.3.5+dfsg-3_amd64.buildinfo

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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmInOwsRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHLPQ/7BfsbYfZiRxMs9aC+1KsQZEMkH1AXGppU
bjqhz3gYFc/3y7DBU805ZzBTRt1pNMDDd36U1G28ghNgRckqmF358hJnStKWyghq
vXkabjYV7tPqIdgE81AeT/lqwsmZoP0sGuiLE/Fmb2SEkxnyU88/por4QPH4Gm2n
okezwquBOzlAF5wRYqy+PeIn9ln4StVbqTZ2JHLbAsMI1fASCfGtSv+ZmHVDV63Y
kjbxRmyw3viepi1RwrbjpQYvXUVz0l0wj6jW1gUWkpCkTqLPUmbThCuEhSB0/+rL
N/2ScA7XbPS+qpWSXc3LzVZTs0h/ebR4nwvL3xB1mtKPTyVISVC/o/5mqQs5Ffo7
JCSE7u5mJTATYEoQKBFYszpJogzT10Faqt0QRuyZXdCaWMYw4QEZtz3t7PuKu2HS
hReymzlSsf9Lm7qwdVUFI057pT3ecRg0e8Q1nlW8jG/TmBib2OtZ0Wdctyz39A6U
dnfg4VkS7zfDsge9saweEet+JzC8pcDxRym0pNXQqVfXxMY+Ff8zDIlxjbRQZYp4
VVaT0WmYJTY37vZbO4CFzOLSxxYfJKt+IlUP4ZcdTpu/tUOSM2GtbGwKk8YYdfBB
cHFDtgYWFXvljL7wXGIF69CpIUexcrMOINDxoOs3u5lH0yfQ/DoqiPQnUcqg8AI6
8IMvWGl58kw=
=rLvj
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to