Your message dated Sun, 31 Oct 2021 10:34:29 +0000
with message-id <e1mh8ax-000abk...@fasolo.debian.org>
and subject line Bug#997276: fixed in vast 2021.05.27-8
has caused the Debian Bug report #997276,
regarding vast: FTBFS: disk_monitor.hpp:32:8: error: ‘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.)


-- 
997276: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997276
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: vast
Version: 2021.05.27-7
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libvast && /usr/bin/c++ 
> -DCAF_ENABLE_TYPE_ID_CHECKS -DFMT_LOCALE -DFMT_SAFE_DURATION_CAST 
> -DFMT_SHARED -DFMT_USE_INTERNAL -DSIMDJSON_THREADS_ENABLED=1 
> -DSIMDJSON_USING_LIBRARY=1 -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL 
> -DSPDLOG_SHARED_LIB -DVAST_ENABLE_NATIVE_PLUGINS -Dlibvast_EXPORTS 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libvast -I/<<PKGBUILDDIR>>/libvast -g 
> -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -fsigned-char -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g 
> -DNDEBUG -fPIC -ftemplate-backtrace-limit=0 -fno-omit-frame-pointer 
> -Wno-unknown-warning -Wall -Wextra -pedantic -Werror=switch -Wundef 
> -Wno-redundant-move -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -pthread -std=c++17 
> -MD -MT libvast/CMakeFiles/libvast.dir/src/system/eraser.cpp.o -MF 
> CMakeFiles/libvast.dir/src/system/eraser.cpp.o.d -o 
> CMakeFiles/libvast.dir/src/system/eraser.cpp.o -c 
> /<<PKGBUILDDIR>>/libvast/src/system/eraser.cpp
> In file included from /<<PKGBUILDDIR>>/libvast/src/system/disk_monitor.cpp:9:
> /<<PKGBUILDDIR>>/libvast/vast/system/disk_monitor.hpp:32:8: error: ‘optional’ 
> in namespace ‘std’ does not name a template type
>    32 |   std::optional<std::string> scan_binary = std::nullopt;
>       |        ^~~~~~~~
> /<<PKGBUILDDIR>>/libvast/vast/system/disk_monitor.hpp:16:1: note: 
> ‘std::optional’ is defined in header ‘<optional>’; did you forget to 
> ‘#include <optional>’?
>    15 | #include <caf/typed_event_based_actor.hpp>
>   +++ |+#include <optional>
>    16 | 
> [ 37%] Building CXX object 
> libvast/CMakeFiles/libvast.dir/src/system/evaluator.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libvast && /usr/bin/c++ 
> -DCAF_ENABLE_TYPE_ID_CHECKS -DFMT_LOCALE -DFMT_SAFE_DURATION_CAST 
> -DFMT_SHARED -DFMT_USE_INTERNAL -DSIMDJSON_THREADS_ENABLED=1 
> -DSIMDJSON_USING_LIBRARY=1 -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL 
> -DSPDLOG_SHARED_LIB -DVAST_ENABLE_NATIVE_PLUGINS -Dlibvast_EXPORTS 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libvast -I/<<PKGBUILDDIR>>/libvast -g 
> -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -fsigned-char -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g 
> -DNDEBUG -fPIC -ftemplate-backtrace-limit=0 -fno-omit-frame-pointer 
> -Wno-unknown-warning -Wall -Wextra -pedantic -Werror=switch -Wundef 
> -Wno-redundant-move -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -pthread -std=c++17 
> -MD -MT libvast/CMakeFiles/libvast.dir/src/system/evaluator.cpp.o -MF 
> CMakeFiles/libvast.dir/src/system/evaluator.cpp.o.d -o 
> CMakeFiles/libvast.dir/src/system/evaluator.cpp.o -c 
> /<<PKGBUILDDIR>>/libvast/src/system/evaluator.cpp
> /<<PKGBUILDDIR>>/libvast/src/system/disk_monitor.cpp: In function ‘caf::error 
> vast::system::validate(const vast::system::disk_monitor_config&)’:
> /<<PKGBUILDDIR>>/libvast/src/system/disk_monitor.cpp:53:14: error: ‘const 
> struct vast::system::disk_monitor_config’ has no member named ‘scan_binary’
>    53 |   if (config.scan_binary) {
>       |              ^~~~~~~~~~~
> /<<PKGBUILDDIR>>/libvast/src/system/disk_monitor.cpp:54:16: error: ‘const 
> struct vast::system::disk_monitor_config’ has no member named ‘scan_binary’
>    54 |     if (config.scan_binary->empty()) {
>       |                ^~~~~~~~~~~
> /<<PKGBUILDDIR>>/libvast/src/system/disk_monitor.cpp:59:16: error: ‘const 
> struct vast::system::disk_monitor_config’ has no member named ‘scan_binary’
>    59 |     if (config.scan_binary->at(0) != '/') {
>       |                ^~~~~~~~~~~
> /<<PKGBUILDDIR>>/libvast/src/system/disk_monitor.cpp:64:42: error: ‘const 
> struct vast::system::disk_monitor_config’ has no member named ‘scan_binary’
>    64 |     if (!std::filesystem::exists(*config.scan_binary)) {
>       |                                          ^~~~~~~~~~~
> /<<PKGBUILDDIR>>/libvast/src/system/disk_monitor.cpp: In member function 
> ‘caf::expected<long unsigned int> 
> vast::system::disk_monitor_state::compute_dbdir_size() const’:
> /<<PKGBUILDDIR>>/libvast/src/system/disk_monitor.cpp:74:15: error: ‘const 
> struct vast::system::disk_monitor_config’ has no member named ‘scan_binary’
>    74 |   if (!config.scan_binary) {
>       |               ^~~~~~~~~~~
> /<<PKGBUILDDIR>>/libvast/src/system/disk_monitor.cpp:77:54: error: ‘const 
> struct vast::system::disk_monitor_config’ has no member named ‘scan_binary’
>    77 |   const auto& command = fmt::format("{} {}", *config.scan_binary, 
> dbdir);
>       |                                                      ^~~~~~~~~~~
> At global scope:
> cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning’ may 
> have been intended to silence earlier diagnostics
> make[4]: *** [libvast/CMakeFiles/libvast.dir/build.make:1574: 
> libvast/CMakeFiles/libvast.dir/src/system/disk_monitor.cpp.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/vast_2021.05.27-7_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!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: vast
Source-Version: 2021.05.27-8
Done: Sascha Steinbiss <sa...@debian.org>

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

Debian distribution maintenance software
pp.
Sascha Steinbiss <sa...@debian.org> (supplier of updated vast 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: Sun, 31 Oct 2021 10:54:40 +0100
Source: vast
Architecture: source
Version: 2021.05.27-8
Distribution: unstable
Urgency: medium
Maintainer: Sascha Steinbiss <sa...@debian.org>
Changed-By: Sascha Steinbiss <sa...@debian.org>
Closes: 997276
Changes:
 vast (2021.05.27-8) unstable; urgency=medium
 .
   * Add missing include in header file.
     Closes: 997276
Checksums-Sha1:
 4acffda7531a0ae3e32d6e47460ae10bf207d786 2201 vast_2021.05.27-8.dsc
 2a891a94232f1cda07ecae9d94d369a3cab726de 13120 vast_2021.05.27-8.debian.tar.xz
 49304626f52ae52e91f46c5d0bb9e72b03bc6901 8866 vast_2021.05.27-8_amd64.buildinfo
Checksums-Sha256:
 914f6ecb9e2d598d92dc20dee981c382bf73cb9856108ffae39109252655fe03 2201 
vast_2021.05.27-8.dsc
 a4d9313b98117a5ee70cfe9ecb4f5ef361b2c347d4cadc9aff979ce7ffb5462b 13120 
vast_2021.05.27-8.debian.tar.xz
 83d7b80b6858f44c0fd2cb88c7189a7b4e70d31d6682ced8d9cab29e9a10f216 8866 
vast_2021.05.27-8_amd64.buildinfo
Files:
 8d240001368465829deb2e6acbda3732 2201 database optional vast_2021.05.27-8.dsc
 b35fbcd67646a0f12c0d84c94346e541 13120 database optional 
vast_2021.05.27-8.debian.tar.xz
 68769ea09b84b66e2a1f05271d43123b 8866 database optional 
vast_2021.05.27-8_amd64.buildinfo

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

iQIzBAEBCAAdFiEEWzS6WqtVB+kDQm6F6NN64vCfSHIFAmF+bSIACgkQ6NN64vCf
SHJenw/+OUyvnwi4spz2yDhKv7yo99fnumBsGxgLhRfLD3ptCWZsGNn/Cl13iSpx
kUHo1+ljS+c2946W5Tpsk6PBpDCIkGrOfg/wmNXUTq9MrbzwPeT3zBLlefIVo3Zz
GSXqEw0eMPpw0wBWfQbbA33FQ3HurzcnS8tdcK19qwFy1ZiXL55aDcDY9OwIWbCo
uMEHz8AWs0RU+4LWJIX+kejaoI5gfKJZCXoevAZrNbCO124vuzQJRwqxYKm2nvgD
AbJp6ASxV+qSAdHn7Ewb0ALka2gRHbX7CC2w5lkbq6KtBzNR3Ca9osTJoBPL0Mb4
i9b+AzweTj161UQjvUB2agd2Enn8EzNEesnXHC7lP0SL7hZgi74bDLdrSjCzjCYr
X11F5WS5U3J+Xdr56Ok/RtvU3wZK4/FpBfFmr2pJr74xURilBkdo6Ib/0tHlAlV0
6CZX9EkAbq1kAHwt/tIyMoA89FkzG7yolwq3bPIePlrNzTIdhljzo9MGYPOQW9ZU
6ypJ3VzB7ksAp8olrv3u7qtaQ1/EhjK/VFrAQDFPWXDH1X3s7F4qn1cAras0OMC3
VMpNpW1qghcLHx5un2w4ddfJy+DWTXjRgRpPSFl0O39PUtk0M53Rdnrt4hfWR/Cm
CKCVmMDFvqxKxl0KahooMt+eC/bQL1h2KOaVo1ECeolO/iv3izg=
=rh1E
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to