Your message dated Tue, 18 Jul 2023 14:45:16 +0000
with message-id <e1qllwy-002q12...@fasolo.debian.org>
and subject line Bug#1037881: fixed in usbguard 1.1.2+ds-4
has caused the Debian Bug report #1037881,
regarding usbguard: ftbfs with GCC-13
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.)


-- 
1037881: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037881
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:usbguard
Version: 1.1.2+ds-3
Severity: normal
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-13

[This bug is targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/usbguard_1.1.2+ds-3_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 13, either set CC=gcc-13 CXX=g++-13 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-13/porting_to.html

[...]
make  all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Makefile:3515: warning: overriding recipe for target 'check'
Makefile:3018: warning: ignoring old recipe for target 'check'
Making all in src/Tests/
make[3]: Entering directory '/<<PKGBUILDDIR>>/src/Tests'
Making all in Fuzzers
make[4]: Entering directory '/<<PKGBUILDDIR>>/src/Tests/Fuzzers'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/Tests/Fuzzers'
make[4]: Entering directory '/<<PKGBUILDDIR>>/src/Tests'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/Tests'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/Tests'
make[3]: Entering directory '/<<PKGBUILDDIR>>'
Makefile:3515: warning: overriding recipe for target 'check'
Makefile:3018: warning: ignoring old recipe for target 'check'
g++ -DHAVE_CONFIG_H -I. -I./src  -fPIE -I./src -I./src/Library/public 
-I./src/CLI -DHAVE_BUILD_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2  -std=c++17 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -pthread -fPIE  -fvisibility=hidden  -pedantic 
-Wno-unknown-pragmas -Wall -Wextra -Wformat=2 -Wredundant-decls -Wcast-align 
-Wmissing-declarations -Wmissing-include-dirs -Wmissing-format-attribute 
-Wswitch-enum -Wswitch-default -Winvalid-pch -Wformat-nonliteral 
-Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o 
src/CLI/usbguard_rule_parser-usbguard-rule-parser.o `test -f 
'src/CLI/usbguard-rule-parser.cpp' || echo './'`src/CLI/usbguard-rule-parser.cpp
g++ -DHAVE_CONFIG_H -I. -I./src  -fPIE -I./src -I./src/Library/public  
-DHAVE_BUILD_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -std=c++17 -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -pthread -fPIE  -fvisibility=hidden  -pedantic 
-Wno-unknown-pragmas -Wall -Wextra -Wformat=2 -Wredundant-decls -Wcast-align 
-Wmissing-declarations -Wmissing-include-dirs -Wmissing-format-attribute 
-Wswitch-enum -Wswitch-default -Winvalid-pch -Wformat-nonliteral 
-Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o src/Common/usbguard_daemon-Utility.o `test -f 
'src/Common/Utility.cpp' || echo './'`src/Common/Utility.cpp
g++ -DHAVE_CONFIG_H -I. -I./src  -fPIE -I./src -I./src/Library/public 
-I./src/CLI -DHAVE_BUILD_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -pthread 
-std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -pthread -fPIE  -fvisibility=hidden  -pedantic 
-Wno-unknown-pragmas -Wall -Wextra -Wformat=2 -Wredundant-decls -Wcast-align 
-Wmissing-declarations -Wmissing-include-dirs -Wmissing-format-attribute 
-Wswitch-enum -Wswitch-default -Winvalid-pch -Wformat-nonliteral 
-Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o src/CLI/usbguard-usbguard.o `test -f 
'src/CLI/usbguard.cpp' || echo './'`src/CLI/usbguard.cpp
g++ -DHAVE_CONFIG_H -I. -I./src  -fPIE -I./src -I./src/Library/public 
-I./src/CLI -DHAVE_BUILD_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -pthread 
-std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -pthread -fPIE  -fvisibility=hidden  -pedantic 
-Wno-unknown-pragmas -Wall -Wextra -Wformat=2 -Wredundant-decls -Wcast-align 
-Wmissing-declarations -Wmissing-include-dirs -Wmissing-format-attribute 
-Wswitch-enum -Wswitch-default -Winvalid-pch -Wformat-nonliteral 
-Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o src/CLI/usbguard-usbguard-list-devices.o `test 
-f 'src/CLI/usbguard-list-devices.cpp' || echo 
'./'`src/CLI/usbguard-list-devices.cpp
g++ -DHAVE_CONFIG_H -I. -I./src  -fPIE -I./src -I./src/Library/public 
-I./src/CLI -DHAVE_BUILD_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -pthread 
-std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -pthread -fPIE  -fvisibility=hidden  -pedantic 
-Wno-unknown-pragmas -Wall -Wextra -Wformat=2 -Wredundant-decls -Wcast-align 
-Wmissing-declarations -Wmissing-include-dirs -Wmissing-format-attribute 
-Wswitch-enum -Wswitch-default -Winvalid-pch -Wformat-nonliteral 
-Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o src/CLI/usbguard-usbguard-allow-device.o `test 
-f 'src/CLI/usbguard-allow-device.cpp' || echo 
'./'`src/CLI/usbguard-allow-device.cpp
g++ -DHAVE_CONFIG_H -I. -I./src  -fPIE -I./src -I./src/Library/public 
-I./src/CLI -DHAVE_BUILD_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -pthread 
-std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -pthread -fPIE  -fvisibility=hidden  -pedantic 
-Wno-unknown-pragmas -Wall -Wextra -Wformat=2 -Wredundant-decls -Wcast-align 
-Wmissing-declarations -Wmissing-include-dirs -Wmissing-format-attribute 
-Wswitch-enum -Wswitch-default -Winvalid-pch -Wformat-nonliteral 
-Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o src/CLI/usbguard-usbguard-block-device.o `test 
-f 'src/CLI/usbguard-block-device.cpp' || echo 
'./'`src/CLI/usbguard-block-device.cpp
g++ -DHAVE_CONFIG_H -I. -I./src  -fPIE -I./src -I./src/Library/public 
-I./src/CLI -DHAVE_BUILD_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -pthread 
-std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -pthread -fPIE  -fvisibility=hidden  -pedantic 
-Wno-unknown-pragmas -Wall -Wextra -Wformat=2 -Wredundant-decls -Wcast-align 
-Wmissing-declarations -Wmissing-include-dirs -Wmissing-format-attribute 
-Wswitch-enum -Wswitch-default -Winvalid-pch -Wformat-nonliteral 
-Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o src/CLI/usbguard-usbguard-reject-device.o 
`test -f 'src/CLI/usbguard-reject-device.cpp' || echo 
'./'`src/CLI/usbguard-reject-device.cpp
g++ -DHAVE_CONFIG_H -I. -I./src  -fPIE -I./src -I./src/Library/public 
-I./src/CLI -DHAVE_BUILD_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -pthread 
-std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -pthread -fPIE  -fvisibility=hidden  -pedantic 
-Wno-unknown-pragmas -Wall -Wextra -Wformat=2 -Wredundant-decls -Wcast-align 
-Wmissing-declarations -Wmissing-include-dirs -Wmissing-format-attribute 
-Wswitch-enum -Wswitch-default -Winvalid-pch -Wformat-nonliteral 
-Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o 
src/CLI/usbguard-usbguard-apply-device-policy.o `test -f 
'src/CLI/usbguard-apply-device-policy.cpp' || echo 
'./'`src/CLI/usbguard-apply-device-policy.cpp
g++ -DHAVE_CONFIG_H -I. -I./src  -fPIE -I./src -I./src/Library/public 
-I./src/CLI -DHAVE_BUILD_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -pthread 
-std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -pthread -fPIE  -fvisibility=hidden  -pedantic 
-Wno-unknown-pragmas -Wall -Wextra -Wformat=2 -Wredundant-decls -Wcast-align 
-Wmissing-declarations -Wmissing-include-dirs -Wmissing-format-attribute 
-Wswitch-enum -Wswitch-default -Winvalid-pch -Wformat-nonliteral 
-Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o src/CLI/usbguard-usbguard-list-rules.o `test 
-f 'src/CLI/usbguard-list-rules.cpp' || echo 
'./'`src/CLI/usbguard-list-rules.cpp
g++ -DHAVE_CONFIG_H -I. -I./src  -fPIE -I./src -I./src/Library/public 
-I./src/CLI -DHAVE_BUILD_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -pthread 
-std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -pthread -fPIE  -fvisibility=hidden  -pedantic 
-Wno-unknown-pragmas -Wall -Wextra -Wformat=2 -Wredundant-decls -Wcast-align 
-Wmissing-declarations -Wmissing-include-dirs -Wmissing-format-attribute 
-Wswitch-enum -Wswitch-default -Winvalid-pch -Wformat-nonliteral 
-Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o src/CLI/usbguard-usbguard-append-rule.o `test 
-f 'src/CLI/usbguard-append-rule.cpp' || echo 
'./'`src/CLI/usbguard-append-rule.cpp
g++ -DHAVE_CONFIG_H -I. -I./src  -fPIE -I./src -I./src/Library/public 
-I./src/CLI -DHAVE_BUILD_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -pthread 
-std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -pthread -fPIE  -fvisibility=hidden  -pedantic 
-Wno-unknown-pragmas -Wall -Wextra -Wformat=2 -Wredundant-decls -Wcast-align 
-Wmissing-declarations -Wmissing-include-dirs -Wmissing-format-attribute 
-Wswitch-enum -Wswitch-default -Winvalid-pch -Wformat-nonliteral 
-Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o src/CLI/usbguard-usbguard-remove-rule.o `test 
-f 'src/CLI/usbguard-remove-rule.cpp' || echo 
'./'`src/CLI/usbguard-remove-rule.cpp
g++ -DHAVE_CONFIG_H -I. -I./src  -fPIE -I./src -I./src/Library/public 
-I./src/CLI -DHAVE_BUILD_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -pthread 
-std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -pthread -fPIE  -fvisibility=hidden  -pedantic 
-Wno-unknown-pragmas -Wall -Wextra -Wformat=2 -Wredundant-decls -Wcast-align 
-Wmissing-declarations -Wmissing-include-dirs -Wmissing-format-attribute 
-Wswitch-enum -Wswitch-default -Winvalid-pch -Wformat-nonliteral 
-Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o src/CLI/usbguard-usbguard-generate-policy.o 
`test -f 'src/CLI/usbguard-generate-policy.cpp' || echo 
'./'`src/CLI/usbguard-generate-policy.cpp
g++ -DHAVE_CONFIG_H -I. -I./src  -fPIE -I./src -I./src/Library/public 
-I./src/CLI -DHAVE_BUILD_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -pthread 
-std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -pthread -fPIE  -fvisibility=hidden  -pedantic 
-Wno-unknown-pragmas -Wall -Wextra -Wformat=2 -Wredundant-decls -Wcast-align 
-Wmissing-declarations -Wmissing-include-dirs -Wmissing-format-attribute 
-Wswitch-enum -Wswitch-default -Winvalid-pch -Wformat-nonliteral 
-Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o src/CLI/usbguard-usbguard-watch.o `test -f 
'src/CLI/usbguard-watch.cpp' || echo './'`src/CLI/usbguard-watch.cpp
g++ -DHAVE_CONFIG_H -I. -I./src  -fPIE -I./src -I./src/Library/public 
-I./src/CLI -DHAVE_BUILD_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -pthread 
-std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -pthread -fPIE  -fvisibility=hidden  -pedantic 
-Wno-unknown-pragmas -Wall -Wextra -Wformat=2 -Wredundant-decls -Wcast-align 
-Wmissing-declarations -Wmissing-include-dirs -Wmissing-format-attribute 
-Wswitch-enum -Wswitch-default -Winvalid-pch -Wformat-nonliteral 
-Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o src/CLI/usbguard-IPCSignalWatcher.o `test -f 
'src/CLI/IPCSignalWatcher.cpp' || echo './'`src/CLI/IPCSignalWatcher.cpp
g++ -DHAVE_CONFIG_H -I. -I./src  -fPIE -I./src -I./src/Library/public 
-I./src/CLI -DHAVE_BUILD_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -pthread 
-std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -pthread -fPIE  -fvisibility=hidden  -pedantic 
-Wno-unknown-pragmas -Wall -Wextra -Wformat=2 -Wredundant-decls -Wcast-align 
-Wmissing-declarations -Wmissing-include-dirs -Wmissing-format-attribute 
-Wswitch-enum -Wswitch-default -Winvalid-pch -Wformat-nonliteral 
-Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o src/CLI/usbguard-PolicyGenerator.o `test -f 
'src/CLI/PolicyGenerator.cpp' || echo './'`src/CLI/PolicyGenerator.cpp
g++ -DHAVE_CONFIG_H -I. -I./src  -fPIE -I./src -I./src/Library/public 
-I./src/CLI -DHAVE_BUILD_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -pthread 
-std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -pthread -fPIE  -fvisibility=hidden  -pedantic 
-Wno-unknown-pragmas -Wall -Wextra -Wformat=2 -Wredundant-decls -Wcast-align 
-Wmissing-declarations -Wmissing-include-dirs -Wmissing-format-attribute 
-Wswitch-enum -Wswitch-default -Winvalid-pch -Wformat-nonliteral 
-Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o src/CLI/usbguard-usbguard-read-descriptor.o 
`test -f 'src/CLI/usbguard-read-descriptor.cpp' || echo 
'./'`src/CLI/usbguard-read-descriptor.cpp
g++ -DHAVE_CONFIG_H -I. -I./src  -fPIE -I./src -I./src/Library/public 
-I./src/CLI -DHAVE_BUILD_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -pthread 
-std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -pthread -fPIE  -fvisibility=hidden  -pedantic 
-Wno-unknown-pragmas -Wall -Wextra -Wformat=2 -Wredundant-decls -Wcast-align 
-Wmissing-declarations -Wmissing-include-dirs -Wmissing-format-attribute 
-Wswitch-enum -Wswitch-default -Winvalid-pch -Wformat-nonliteral 
-Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o src/CLI/usbguard-usbguard-set-parameter.o 
`test -f 'src/CLI/usbguard-set-parameter.cpp' || echo 
'./'`src/CLI/usbguard-set-parameter.cpp
g++ -DHAVE_CONFIG_H -I. -I./src  -fPIE -I./src -I./src/Library/public 
-I./src/CLI -DHAVE_BUILD_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -pthread 
-std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -pthread -fPIE  -fvisibility=hidden  -pedantic 
-Wno-unknown-pragmas -Wall -Wextra -Wformat=2 -Wredundant-decls -Wcast-align 
-Wmissing-declarations -Wmissing-include-dirs -Wmissing-format-attribute 
-Wswitch-enum -Wswitch-default -Winvalid-pch -Wformat-nonliteral 
-Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o src/CLI/usbguard-usbguard-get-parameter.o 
`test -f 'src/CLI/usbguard-get-parameter.cpp' || echo 
'./'`src/CLI/usbguard-get-parameter.cpp
g++ -DHAVE_CONFIG_H -I. -I./src  -fPIE -I./src -I./src/Library/public 
-I./src/CLI -DHAVE_BUILD_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -pthread 
-std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -pthread -fPIE  -fvisibility=hidden  -pedantic 
-Wno-unknown-pragmas -Wall -Wextra -Wformat=2 -Wredundant-decls -Wcast-align 
-Wmissing-declarations -Wmissing-include-dirs -Wmissing-format-attribute 
-Wswitch-enum -Wswitch-default -Winvalid-pch -Wformat-nonliteral 
-Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o src/CLI/usbguard-usbguard-add-user.o `test -f 
'src/CLI/usbguard-add-user.cpp' || echo './'`src/CLI/usbguard-add-user.cpp
g++ -DHAVE_CONFIG_H -I. -I./src  -fPIE -I./src -I./src/Library/public 
-I./src/CLI -DHAVE_BUILD_CONFIG_H -Wdate-time -D_FORTIFY_SOURCE=2 -pthread 
-std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -pthread -fPIE  -fvisibility=hidden  -pedantic 
-Wno-unknown-pragmas -Wall -Wextra -Wformat=2 -Wredundant-decls -Wcast-align 
-Wmissing-declarations -Wmissing-include-dirs -Wmissing-format-attribute 
-Wswitch-enum -Wswitch-default -Winvalid-pch -Wformat-nonliteral 
-Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o src/CLI/usbguard-usbguard-remove-user.o `test 
-f 'src/CLI/usbguard-remove-user.cpp' || echo 
'./'`src/CLI/usbguard-remove-user.cpp
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src 
 -fPIC -I./src -I./src/Library -I./src/Library/public -I./src/Library/IPC   
-pthread -I/usr/include/umockdev-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -DHAVE_BUILD_CONFIG_H -Wdate-time 
-D_FORTIFY_SOURCE=2  -std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pthread -fPIE  
-fvisibility=hidden  -pedantic -Wno-unknown-pragmas -Wall -Wextra -Wformat=2 
-Wredundant-decls -Wcast-align -Wmissing-declarations -Wmissing-include-dirs 
-Wmissing-format-attribute -Wswitch-enum -Wswitch-default -Winvalid-pch 
-Wformat-nonliteral -Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o src/Common/libusbguard_la-Utility.lo `test -f 
'src/Common/Utility.cpp' || echo './'`src/Common/Utility.cpp
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src 
 -fPIC -I./src -I./src/Library -I./src/Library/public -I./src/Library/IPC   
-pthread -I/usr/include/umockdev-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -DHAVE_BUILD_CONFIG_H -Wdate-time 
-D_FORTIFY_SOURCE=2  -std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pthread -fPIE  
-fvisibility=hidden  -pedantic -Wno-unknown-pragmas -Wall -Wextra -Wformat=2 
-Wredundant-decls -Wcast-align -Wmissing-declarations -Wmissing-include-dirs 
-Wmissing-format-attribute -Wswitch-enum -Wswitch-default -Winvalid-pch 
-Wformat-nonliteral -Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o src/Common/libusbguard_la-LDAPUtil.lo `test -f 
'src/Common/LDAPUtil.cpp' || echo './'`src/Common/LDAPUtil.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -fPIC -I./src 
-I./src/Library -I./src/Library/public -I./src/Library/IPC -pthread 
-I/usr/include/umockdev-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DHAVE_BUILD_CONFIG_H -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pthread 
-fvisibility=hidden -pedantic -Wno-unknown-pragmas -Wall -Wextra -Wformat=2 
-Wredundant-decls -Wcast-align -Wmissing-declarations -Wmissing-include-dirs 
-Wmissing-format-attribute -Wswitch-enum -Wswitch-default -Winvalid-pch 
-Wformat-nonliteral -Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough -c src/Common/Utility.cpp  -fPIC -DPIC -o 
src/Common/.libs/libusbguard_la-Utility.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -fPIC -I./src 
-I./src/Library -I./src/Library/public -I./src/Library/IPC -pthread 
-I/usr/include/umockdev-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DHAVE_BUILD_CONFIG_H -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pthread 
-fvisibility=hidden -pedantic -Wno-unknown-pragmas -Wall -Wextra -Wformat=2 
-Wredundant-decls -Wcast-align -Wmissing-declarations -Wmissing-include-dirs 
-Wmissing-format-attribute -Wswitch-enum -Wswitch-default -Winvalid-pch 
-Wformat-nonliteral -Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough -c src/Common/LDAPUtil.cpp  -fPIC -DPIC -o 
src/Common/.libs/libusbguard_la-LDAPUtil.o
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src 
 -fPIC -I./src -I./src/Library -I./src/Library/public -I./src/Library/IPC   
-pthread -I/usr/include/umockdev-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -DHAVE_BUILD_CONFIG_H -Wdate-time 
-D_FORTIFY_SOURCE=2  -std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pthread -fPIE  
-fvisibility=hidden  -pedantic -Wno-unknown-pragmas -Wall -Wextra -Wformat=2 
-Wredundant-decls -Wcast-align -Wmissing-declarations -Wmissing-include-dirs 
-Wmissing-format-attribute -Wswitch-enum -Wswitch-default -Winvalid-pch 
-Wformat-nonliteral -Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o 
src/Library/libusbguard_la-AllowedMatchesCondition.lo `test -f 
'src/Library/AllowedMatchesCondition.cpp' || echo 
'./'`src/Library/AllowedMatchesCondition.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -fPIC -I./src 
-I./src/Library -I./src/Library/public -I./src/Library/IPC -pthread 
-I/usr/include/umockdev-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DHAVE_BUILD_CONFIG_H -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pthread 
-fvisibility=hidden -pedantic -Wno-unknown-pragmas -Wall -Wextra -Wformat=2 
-Wredundant-decls -Wcast-align -Wmissing-declarations -Wmissing-include-dirs 
-Wmissing-format-attribute -Wswitch-enum -Wswitch-default -Winvalid-pch 
-Wformat-nonliteral -Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough -c src/Library/AllowedMatchesCondition.cpp  -fPIC 
-DPIC -o src/Library/.libs/libusbguard_la-AllowedMatchesCondition.o
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src 
 -fPIC -I./src -I./src/Library -I./src/Library/public -I./src/Library/IPC   
-pthread -I/usr/include/umockdev-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -DHAVE_BUILD_CONFIG_H -Wdate-time 
-D_FORTIFY_SOURCE=2  -std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pthread -fPIE  
-fvisibility=hidden  -pedantic -Wno-unknown-pragmas -Wall -Wextra -Wformat=2 
-Wredundant-decls -Wcast-align -Wmissing-declarations -Wmissing-include-dirs 
-Wmissing-format-attribute -Wswitch-enum -Wswitch-default -Winvalid-pch 
-Wformat-nonliteral -Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough  -c -o src/Library/libusbguard_la-Base64.lo `test -f 
'src/Library/Base64.cpp' || echo './'`src/Library/Base64.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -fPIC -I./src 
-I./src/Library -I./src/Library/public -I./src/Library/IPC -pthread 
-I/usr/include/umockdev-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DHAVE_BUILD_CONFIG_H -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pthread 
-fvisibility=hidden -pedantic -Wno-unknown-pragmas -Wall -Wextra -Wformat=2 
-Wredundant-decls -Wcast-align -Wmissing-declarations -Wmissing-include-dirs 
-Wmissing-format-attribute -Wswitch-enum -Wswitch-default -Winvalid-pch 
-Wformat-nonliteral -Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough -c src/Library/Base64.cpp  -fPIC -DPIC -o 
src/Library/.libs/libusbguard_la-Base64.o
In file included from src/Library/Base64.cpp:23:
src/Library/Base64.hpp:34:34: error: ‘uint8_t’ does not name a type
   34 |   std::string base64Encode(const uint8_t* buffer, size_t buflen);
      |                                  ^~~~~~~
src/Library/Base64.hpp:26:1: note: ‘uint8_t’ is defined in header ‘<cstdint>’; 
did you forget to ‘#include <cstdint>’?
   25 | #include <string>
  +++ |+#include <cstdint>
   26 | #include <cstddef>
src/Library/Base64.cpp:200:15: warning: no previous declaration for 
‘std::string usbguard::base64Encode(const uint8_t*, size_t)’ 
[-Wmissing-declarations]
  200 |   std::string base64Encode (const uint8_t* const data, const size_t 
size)
      |               ^~~~~~~~~~~~
cc1plus: note: unrecognized command-line option ‘-Wno-deprecated-register’ may 
have been intended to silence earlier diagnostics
make[3]: *** [Makefile:1719: src/Library/libusbguard_la-Base64.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -fPIC -I./src 
-I./src/Library -I./src/Library/public -I./src/Library/IPC -pthread 
-I/usr/include/umockdev-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DHAVE_BUILD_CONFIG_H -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pthread 
-fvisibility=hidden -pedantic -Wno-unknown-pragmas -Wall -Wextra -Wformat=2 
-Wredundant-decls -Wcast-align -Wmissing-declarations -Wmissing-include-dirs 
-Wmissing-format-attribute -Wswitch-enum -Wswitch-default -Winvalid-pch 
-Wformat-nonliteral -Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough -c src/Library/AllowedMatchesCondition.cpp -fPIE -o 
src/Library/libusbguard_la-AllowedMatchesCondition.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -fPIC -I./src 
-I./src/Library -I./src/Library/public -I./src/Library/IPC -pthread 
-I/usr/include/umockdev-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DHAVE_BUILD_CONFIG_H -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pthread 
-fvisibility=hidden -pedantic -Wno-unknown-pragmas -Wall -Wextra -Wformat=2 
-Wredundant-decls -Wcast-align -Wmissing-declarations -Wmissing-include-dirs 
-Wmissing-format-attribute -Wswitch-enum -Wswitch-default -Winvalid-pch 
-Wformat-nonliteral -Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough -c src/Common/LDAPUtil.cpp -fPIE -o 
src/Common/libusbguard_la-LDAPUtil.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -fPIC -I./src 
-I./src/Library -I./src/Library/public -I./src/Library/IPC -pthread 
-I/usr/include/umockdev-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DHAVE_BUILD_CONFIG_H -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c++17 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pthread 
-fvisibility=hidden -pedantic -Wno-unknown-pragmas -Wall -Wextra -Wformat=2 
-Wredundant-decls -Wcast-align -Wmissing-declarations -Wmissing-include-dirs 
-Wmissing-format-attribute -Wswitch-enum -Wswitch-default -Winvalid-pch 
-Wformat-nonliteral -Wno-deprecated-register -Wno-missing-field-initializers 
-Wno-implicit-fallthrough -c src/Common/Utility.cpp -fPIE -o 
src/Common/libusbguard_la-Utility.o >/dev/null 2>&1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:2721: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:1053: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:18: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: usbguard
Source-Version: 1.1.2+ds-4
Done: Birger Schacht <bir...@debian.org>

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

Debian distribution maintenance software
pp.
Birger Schacht <bir...@debian.org> (supplier of updated usbguard 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, 18 Jul 2023 15:23:11 +0200
Source: usbguard
Architecture: source
Version: 1.1.2+ds-4
Distribution: unstable
Urgency: medium
Maintainer: Birger Schacht <bir...@debian.org>
Changed-By: Birger Schacht <bir...@debian.org>
Closes: 1037881
Changes:
 usbguard (1.1.2+ds-4) unstable; urgency=medium
 .
   * Backport patch to fix build with GCC 13 (Closes: #1037881)
   * d/copyright:
    + Bump copyright years
   * d/control:
    + Bump standards-version to 4.6.2
Checksums-Sha1:
 0a1d2d63aa011a1eff7cb658e949558622c8239e 2383 usbguard_1.1.2+ds-4.dsc
 1864f45185efcd03a46c2ac8fa02128aa2b4aecc 17388 
usbguard_1.1.2+ds-4.debian.tar.xz
 5fc8ad23cae9125246fede7feaae23bb1406dc9c 10227 
usbguard_1.1.2+ds-4_amd64.buildinfo
Checksums-Sha256:
 3438c9dc10408714be8dee9b7d2af60f8fa8882a7ef36fdc0ebbfd47d91d810f 2383 
usbguard_1.1.2+ds-4.dsc
 2748882e501b3666d86728bc407ab1096058ac9629881d519c28a75b7da276a5 17388 
usbguard_1.1.2+ds-4.debian.tar.xz
 50120e337a9727039e05059533008c9cb65793782405dd5d7dd409da750595b1 10227 
usbguard_1.1.2+ds-4_amd64.buildinfo
Files:
 39fcc8515738e9dfeae83fe81f75a028 2383 utils optional usbguard_1.1.2+ds-4.dsc
 6b80bb9acee861787c5782371f0e5a72 17388 utils optional 
usbguard_1.1.2+ds-4.debian.tar.xz
 2eb6c6618c7e97ed33ca6c375724c325 10227 utils optional 
usbguard_1.1.2+ds-4_amd64.buildinfo

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

iQJGBAEBCgAwFiEEOvC8tnwmrEjOtOW8KgxdYPIEvbAFAmS2mR8SHGJpcmdlckBk
ZWJpYW4ub3JnAAoJECoMXWDyBL2wRAUQANi8y7QL2/cA4Q5DLZbe6Btu1GpisCXi
CbanVFeKDeEgJN9nylhWvjtsId8qMnv39C86/Jh60gRJhD5Yi4D0FIvmDbIHNTeI
Z9mcd9dCO3rb9nMY4tJi6A/Y8Stm09BFQQVa6ZFvxDXQQickxw1wikqsF4zBfq2F
L/1x/6YOyFfrzF/wHhNa+EfxSuS0eSXm0eo4o9TCF4gx+cIhLrfrgwKb7Jlu7miw
kvBOJ0SanV32g+0ucI8Xx9pNYNAvHS8wGjOzrsEpUgptxYj3NPVKWwZ1eTYG7XNo
HS1dStS0bCFgbTScz6vHu/Rd3aISB6zVfIun4yb88tzCNqZjsFrzK7nse/H7oEwR
aMP7IgLwhrl4Ri7COnjdzWEHvD7KQ+fLrGQra67l/FKugY562j1qwcDDsPhSulsy
wVMpa+o5qbC0zL0yajnyxlgliJZaFIGIQ37gkZX2Ymym3hCGTurQETQvWugMz/4J
X9qRxxxDO3aMk841yH065IEe4H6WOQPig4WW5z9dmAbWgMwNMpiDuht8I2ykHaom
z0DFW6zaqT2+DWRGpDbsFE5kVPDKwOWbzinOuQbzy+NCx3+he3Znr1AuT7jFLQ20
zvjzh7dxl2xyuT6aHh6TymqmB4oDa4OW0J3DiIIbiaTYhEVlQQGazoVdgx1pdsGc
3ojCzMGdfBME
=p1YF
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to