Your message dated Wed, 04 Mar 2026 15:19:32 +0000
with message-id <[email protected]>
and subject line Bug#1128868: fixed in qt6-webengine 6.9.2+dfsg-5
has caused the Debian Bug report #1128868,
regarding qt6-webengine: FTBFS with glibc 2.43 due to SYS_SECCOMP symbol
collision
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.)
--
1128868: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1128868
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: qt6-webengine
Version: 6.9.2+dfsg-4
Severity: important
Tags: ftbfs upstream
Justification: fails to build from source
User: [email protected]
Usertags: glibc-2.43
Dear maintainer(s),
qt6-webengine fails to build from source with glibc 2.43, currently in
experimental. From the build log:
| FAILED: [code=1] obj/sandbox/linux/seccomp_bpf/baseline_policy.o
| /usr/bin/g++-14 -MD -MF obj/sandbox/linux/seccomp_bpf/baseline_policy.o.d
-DSANDBOX_IMPLEMENTATION -DUSE_UDEV -DUSE_AURA=1 -DUSE_OZONE=1 -DOFFICIAL_BUILD
-DTOOLKIT_QT -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-DNO_UNWIND_TABLES -D__ARM_NEON__=1
-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_NONE -D_GLIBCXX_ASSERTIONS=1
-DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -Igen
-I../../../../../src/3rdparty/chromium
-I../../../../../src/3rdparty/chromium/third_party/perfetto/include
-Igen/third_party/perfetto/build_config -Igen/third_party/perfetto
-I../../../../../src/3rdparty/chromium/base/allocator/partition_allocator/src
-Igen/base/allocator/partition_allocator/src
-I../../../../../src/3rdparty/chromium/third_party/abseil-cpp
-I../../../../../src/3rdparty/chromium/third_party/boringssl/src/include
-I../../../../../src/3rdparty/chromium/third_party/protobuf/src
-Igen/protoc_out -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
-Wno-unused-local-typedefs -Wno-maybe-uninitialized
-Wno-deprecated-declarations -fno-delete-null-pointer-checks -Wno-comments
-Wno-packed-not-aligned -Wno-misleading-indentation -Wno-dangling-else
-Wno-missing-field-initializers -Wno-unused-parameter -Wno-psabi -fno-ident
-fno-strict-aliasing -fstack-protector -Wno-unknown-pragmas -Wno-address
-Wno-parentheses -Wno-sign-compare -Wno-stringop-overflow
-Wno-stringop-overread -Wno-psabi -Wno-multichar -Wno-format-zero-length
-fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pipe -pthread
-mbranch-protection=standard -O2 -fdata-sections -ffunction-sections
-fno-math-errno -fno-omit-frame-pointer -gdwarf-4 -g0 -fvisibility=hidden
-Wno-narrowing -Wno-class-memaccess -Wno-attributes -Wno-class-memaccess
-Wno-subobject-linkage -Wno-invalid-offsetof -Wno-return-type
-Wno-deprecated-copy -Wno-invalid-offsetof -Wno-deprecated-copy
-Wno-expansion-to-defined -std=gnu++20 -fno-exceptions -fno-rtti
-fvisibility-inlines-hidden -c
../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc
-o obj/sandbox/linux/seccomp_bpf/baseline_policy.o
| In file included from
../../../../../src/3rdparty/chromium/sandbox/linux/bpf_dsl/trap_registry.h:13,
| from
../../../../../src/3rdparty/chromium/sandbox/linux/bpf_dsl/bpf_dsl.h:18,
| from
../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc:17:
|
../../../../../src/3rdparty/chromium/sandbox/linux/system_headers/linux_seccomp.h:218:39:
error: expected identifier before numeric constant
| 218 | #define SYS_SECCOMP 1
| | ^
|
../../../../../src/3rdparty/chromium/sandbox/linux/system_headers/linux_seccomp.h:218:39:
error: expected ‘}’ before numeric constant
| In file included from /usr/include/signal.h:58,
| from
../../../../../src/3rdparty/chromium/sandbox/linux/services/syscall_wrappers.h:8,
| from
../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc:22:
| /usr/include/aarch64-linux-gnu/bits/siginfo-consts.h:218:1: note: to match
this ‘{’
| 218 | {
| | ^
|
../../../../../src/3rdparty/chromium/sandbox/linux/system_headers/linux_seccomp.h:218:39:
error: expected unqualified-id before numeric constant
| 218 | #define SYS_SECCOMP 1
| | ^
| In file included from /usr/include/features.h:539,
| from /usr/include/aarch64-linux-gnu/sys/types.h:25,
| from
../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/baseline_policy.h:8,
| from
../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc:5:
| /usr/include/signal.h:393:1: error: expected declaration before ‘}’ token
| 393 | __END_DECLS
| | ^~~~~~~~~~~
...
| FAILED: [code=1] obj/sandbox/linux/seccomp_bpf/sandbox_bpf.o
| /usr/bin/g++-14 -MD -MF obj/sandbox/linux/seccomp_bpf/sandbox_bpf.o.d
-DSANDBOX_IMPLEMENTATION -DUSE_UDEV -DUSE_AURA=1 -DUSE_OZONE=1 -DOFFICIAL_BUILD
-DTOOLKIT_QT -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-DNO_UNWIND_TABLES -D__ARM_NEON__=1
-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_NONE -D_GLIBCXX_ASSERTIONS=1
-DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -Igen
-I../../../../../src/3rdparty/chromium
-I../../../../../src/3rdparty/chromium/third_party/perfetto/include
-Igen/third_party/perfetto/build_config -Igen/third_party/perfetto
-I../../../../../src/3rdparty/chromium/base/allocator/partition_allocator/src
-Igen/base/allocator/partition_allocator/src
-I../../../../../src/3rdparty/chromium/third_party/abseil-cpp
-I../../../../../src/3rdparty/chromium/third_party/boringssl/src/include
-I../../../../../src/3rdparty/chromium/third_party/protobuf/src
-Igen/protoc_out -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
-Wno-unused-local-typedefs -Wno-maybe-uninitialized
-Wno-deprecated-declarations -fno-delete-null-pointer-checks -Wno-comments
-Wno-packed-not-aligned -Wno-misleading-indentation -Wno-dangling-else
-Wno-missing-field-initializers -Wno-unused-parameter -Wno-psabi -fno-ident
-fno-strict-aliasing -fstack-protector -Wno-unknown-pragmas -Wno-address
-Wno-parentheses -Wno-sign-compare -Wno-stringop-overflow
-Wno-stringop-overread -Wno-psabi -Wno-multichar -Wno-format-zero-length
-fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pipe -pthread
-mbranch-protection=standard -O2 -fdata-sections -ffunction-sections
-fno-math-errno -fno-omit-frame-pointer -gdwarf-4 -g0 -fvisibility=hidden
-Wno-narrowing -Wno-class-memaccess -Wno-attributes -Wno-class-memaccess
-Wno-subobject-linkage -Wno-invalid-offsetof -Wno-return-type
-Wno-deprecated-copy -Wno-invalid-offsetof -Wno-deprecated-copy
-Wno-expansion-to-defined -std=gnu++20 -fno-exceptions -fno-rtti
-fvisibility-inlines-hidden -c
../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf/sandbox_bpf.cc
-o obj/sandbox/linux/seccomp_bpf/sandbox_bpf.o
| In file included from
../../../../../src/3rdparty/chromium/sandbox/linux/bpf_dsl/trap_registry.h:13,
| from
../../../../../src/3rdparty/chromium/sandbox/linux/bpf_dsl/bpf_dsl.h:18,
| from
../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf/sandbox_bpf.cc:26:
|
../../../../../src/3rdparty/chromium/sandbox/linux/system_headers/linux_seccomp.h:218:39:
error: expected identifier before numeric constant
| 218 | #define SYS_SECCOMP 1
| | ^
|
../../../../../src/3rdparty/chromium/sandbox/linux/system_headers/linux_seccomp.h:218:39:
error: expected ‘}’ before numeric constant
| In file included from /usr/include/signal.h:58,
| from
../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf/syscall.h:8,
| from
../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf/sandbox_bpf.cc:33:
| /usr/include/aarch64-linux-gnu/bits/siginfo-consts.h:218:1: note: to match
this ‘{’
| 218 | {
| | ^
|
../../../../../src/3rdparty/chromium/sandbox/linux/system_headers/linux_seccomp.h:218:39:
error: expected unqualified-id before numeric constant
| 218 | #define SYS_SECCOMP 1
| | ^
| In file included from /usr/include/features.h:539,
| from
/usr/include/aarch64-linux-gnu/bits/libc-header-start.h:33,
| from /usr/include/stdint.h:26,
| from /usr/lib/gcc/aarch64-linux-gnu/14/include/stdint.h:9,
| from
../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf/sandbox_bpf.h:8,
| from
../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf/sandbox_bpf.cc:10:
| /usr/include/signal.h:393:1: error: expected declaration before ‘}’ token
| 393 | __END_DECLS
| | ^~~~~~~~~~~
...
| FAILED: [code=1] obj/sandbox/linux/seccomp_bpf/sigsys_handlers.o
| /usr/bin/g++-14 -MD -MF obj/sandbox/linux/seccomp_bpf/sigsys_handlers.o.d
-DSANDBOX_IMPLEMENTATION -DUSE_UDEV -DUSE_AURA=1 -DUSE_OZONE=1 -DOFFICIAL_BUILD
-DTOOLKIT_QT -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-DNO_UNWIND_TABLES -D__ARM_NEON__=1
-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_NONE -D_GLIBCXX_ASSERTIONS=1
-DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -Igen
-I../../../../../src/3rdparty/chromium
-I../../../../../src/3rdparty/chromium/third_party/perfetto/include
-Igen/third_party/perfetto/build_config -Igen/third_party/perfetto
-I../../../../../src/3rdparty/chromium/base/allocator/partition_allocator/src
-Igen/base/allocator/partition_allocator/src
-I../../../../../src/3rdparty/chromium/third_party/abseil-cpp
-I../../../../../src/3rdparty/chromium/third_party/boringssl/src/include
-I../../../../../src/3rdparty/chromium/third_party/protobuf/src
-Igen/protoc_out -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
-Wno-unused-local-typedefs -Wno-maybe-uninitialized
-Wno-deprecated-declarations -fno-delete-null-pointer-checks -Wno-comments
-Wno-packed-not-aligned -Wno-misleading-indentation -Wno-dangling-else
-Wno-missing-field-initializers -Wno-unused-parameter -Wno-psabi -fno-ident
-fno-strict-aliasing -fstack-protector -Wno-unknown-pragmas -Wno-address
-Wno-parentheses -Wno-sign-compare -Wno-stringop-overflow
-Wno-stringop-overread -Wno-psabi -Wno-multichar -Wno-format-zero-length
-fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pipe -pthread
-mbranch-protection=standard -O2 -fdata-sections -ffunction-sections
-fno-math-errno -fno-omit-frame-pointer -gdwarf-4 -g0 -fvisibility=hidden
-Wno-narrowing -Wno-class-memaccess -Wno-attributes -Wno-class-memaccess
-Wno-subobject-linkage -Wno-invalid-offsetof -Wno-return-type
-Wno-deprecated-copy -Wno-invalid-offsetof -Wno-deprecated-copy
-Wno-expansion-to-defined -std=gnu++20 -fno-exceptions -fno-rtti
-fvisibility-inlines-hidden -c
../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc
-o obj/sandbox/linux/seccomp_bpf/sigsys_handlers.o
| In file included from
../../../../../src/3rdparty/chromium/sandbox/linux/bpf_dsl/trap_registry.h:13,
| from
../../../../../src/3rdparty/chromium/sandbox/linux/bpf_dsl/bpf_dsl.h:18,
| from
../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:27:
|
../../../../../src/3rdparty/chromium/sandbox/linux/system_headers/linux_seccomp.h:218:39:
error: expected identifier before numeric constant
| 218 | #define SYS_SECCOMP 1
| | ^
|
../../../../../src/3rdparty/chromium/sandbox/linux/system_headers/linux_seccomp.h:218:39:
error: expected ‘}’ before numeric constant
| In file included from /usr/include/signal.h:58,
| from
../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf/syscall.h:8,
| from
../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:29:
| /usr/include/aarch64-linux-gnu/bits/siginfo-consts.h:218:1: note: to match
this ‘{’
| 218 | {
| | ^
|
../../../../../src/3rdparty/chromium/sandbox/linux/system_headers/linux_seccomp.h:218:39:
error: expected unqualified-id before numeric constant
| 218 | #define SYS_SECCOMP 1
| | ^
| In file included from /usr/include/features.h:539,
| from
/usr/include/aarch64-linux-gnu/bits/libc-header-start.h:33,
| from /usr/include/stdint.h:26,
| from /usr/lib/gcc/aarch64-linux-gnu/14/include/stdint.h:9,
| from
../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.h:8,
| from
../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:12:
| /usr/include/signal.h:393:1: error: expected declaration before ‘}’ token
| 393 | __END_DECLS
| | ^~~~~~~~~~~
...
| FAILED: [code=1] obj/sandbox/linux/seccomp_bpf/trap.o
| /usr/bin/g++-14 -MD -MF obj/sandbox/linux/seccomp_bpf/trap.o.d
-DSANDBOX_IMPLEMENTATION -DUSE_UDEV -DUSE_AURA=1 -DUSE_OZONE=1 -DOFFICIAL_BUILD
-DTOOLKIT_QT -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-DNO_UNWIND_TABLES -D__ARM_NEON__=1
-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_NONE -D_GLIBCXX_ASSERTIONS=1
-DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -Igen
-I../../../../../src/3rdparty/chromium
-I../../../../../src/3rdparty/chromium/third_party/perfetto/include
-Igen/third_party/perfetto/build_config -Igen/third_party/perfetto
-I../../../../../src/3rdparty/chromium/base/allocator/partition_allocator/src
-Igen/base/allocator/partition_allocator/src
-I../../../../../src/3rdparty/chromium/third_party/abseil-cpp
-I../../../../../src/3rdparty/chromium/third_party/boringssl/src/include
-I../../../../../src/3rdparty/chromium/third_party/protobuf/src
-Igen/protoc_out -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
-Wno-unused-local-typedefs -Wno-maybe-uninitialized
-Wno-deprecated-declarations -fno-delete-null-pointer-checks -Wno-comments
-Wno-packed-not-aligned -Wno-misleading-indentation -Wno-dangling-else
-Wno-missing-field-initializers -Wno-unused-parameter -Wno-psabi -fno-ident
-fno-strict-aliasing -fstack-protector -Wno-unknown-pragmas -Wno-address
-Wno-parentheses -Wno-sign-compare -Wno-stringop-overflow
-Wno-stringop-overread -Wno-psabi -Wno-multichar -Wno-format-zero-length
-fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pipe -pthread
-mbranch-protection=standard -O2 -fdata-sections -ffunction-sections
-fno-math-errno -fno-omit-frame-pointer -gdwarf-4 -g0 -fvisibility=hidden
-Wno-narrowing -Wno-class-memaccess -Wno-attributes -Wno-class-memaccess
-Wno-subobject-linkage -Wno-invalid-offsetof -Wno-return-type
-Wno-deprecated-copy -Wno-invalid-offsetof -Wno-deprecated-copy
-Wno-expansion-to-defined -std=gnu++20 -fno-exceptions -fno-rtti
-fvisibility-inlines-hidden -c
../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf/trap.cc -o
obj/sandbox/linux/seccomp_bpf/trap.o
| In file included from
../../../../../src/3rdparty/chromium/sandbox/linux/bpf_dsl/trap_registry.h:13,
| from
../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf/trap.h:14,
| from
../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf/trap.cc:10:
|
../../../../../src/3rdparty/chromium/sandbox/linux/system_headers/linux_seccomp.h:218:39:
error: expected identifier before numeric constant
| 218 | #define SYS_SECCOMP 1
| | ^
|
../../../../../src/3rdparty/chromium/sandbox/linux/system_headers/linux_seccomp.h:218:39:
error: expected ‘}’ before numeric constant
| In file included from /usr/include/signal.h:58,
| from
../../../../../src/3rdparty/chromium/sandbox/linux/system_headers/linux_signal.h:68,
| from
../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf/trap.h:15:
| /usr/include/aarch64-linux-gnu/bits/siginfo-consts.h:218:1: note: to match
this ‘{’
| 218 | {
| | ^
|
../../../../../src/3rdparty/chromium/sandbox/linux/system_headers/linux_seccomp.h:218:39:
error: expected unqualified-id before numeric constant
| 218 | #define SYS_SECCOMP 1
| | ^
| In file included from /usr/include/features.h:539,
| from
/usr/include/aarch64-linux-gnu/bits/libc-header-start.h:33,
| from /usr/include/stdint.h:26,
| from /usr/lib/gcc/aarch64-linux-gnu/14/include/stdint.h:9,
| from
../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf/trap.h:9:
| /usr/include/signal.h:393:1: error: expected declaration before ‘}’ token
| 393 | __END_DECLS
| | ^~~~~~~~~~~
| ../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf/trap.cc: In
member function ‘void sandbox::Trap::SigSys(int, LinuxSigInfo*, ucontext_t*)’:
|
../../../../../src/3rdparty/chromium/sandbox/linux/seccomp-bpf/trap.cc:159:46:
error: ‘SYS_SECCOMP’ was not declared in this scope
| 159 | if (nr != LINUX_SIGSYS || info->si_code != SYS_SECCOMP || !ctx ||
| | ^~~~~~~~~~~
...
| ninja: build stopped: subcommand failed.
| dh_auto_build: error: cd obj-aarch64-linux-gnu && LC_ALL=C.UTF-8 ninja -j128
-v returned exit code 1
| make[1]: *** [debian/rules:92: override_dh_auto_build] Error 25
| make[1]: Leaving directory '/build/reproducible-path/qt6-webengine-6.9.2+dfsg'
| make: *** [debian/rules:41: binary] Error 2
| dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
The full build log is available here [1].
The issue is due to the definition of SYS_SECCOMP in <signal/signal.h>
added in glibc 2.43 [2]. I believe that the patch used by OpenSUSE [3]
fixes the issue, but I haven't tested it.
I would like to thanks Emanuele Rocca for doing the archive rebuild on a
fast arm64 server.
Regards
Aurelien
[1]
https://people.debian.org/~ema/glibc-2.43-rebuilds/output-1/qt6-webengine_arm64.build
[2]
https://sourceware.org/git/?p=glibc.git;a=commit;h=6f120faf649f03a261e3e64d5b5991030383c1b3
[3]
https://build.opensuse.org/projects/openSUSE:Factory/packages/chromium/files/chromium-141-glibc-2.42-SYS_SECCOMP.patch?expand=0
--
Aurelien Jarno GPG: 4096R/1DDD8C9B
[email protected] http://aurel32.net
--- End Message ---
--- Begin Message ---
Source: qt6-webengine
Source-Version: 6.9.2+dfsg-5
Done: Patrick Franz <[email protected]>
We believe that the bug you reported is fixed in the latest version of
qt6-webengine, 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.
Patrick Franz <[email protected]> (supplier of updated qt6-webengine 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: Wed, 04 Mar 2026 16:09:16 +0100
Source: qt6-webengine
Architecture: source
Version: 6.9.2+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <[email protected]>
Changed-By: Patrick Franz <[email protected]>
Closes: 1128868
Changes:
qt6-webengine (6.9.2+dfsg-5) unstable; urgency=medium
.
[ Patrick Franz ]
* Fix build with glibc 2.43 (Closes: #1128868).
Checksums-Sha1:
655511483ccecfb984ed25649349c51f320874a9 5544 qt6-webengine_6.9.2+dfsg-5.dsc
e2277fd92947b844b9d521c2f83bdcdaaca17e12 348104
qt6-webengine_6.9.2+dfsg-5.debian.tar.xz
8cca672396b3923746390d3d787d6978ca05ddc8 13123
qt6-webengine_6.9.2+dfsg-5_source.buildinfo
Checksums-Sha256:
412045e644bc64e95c1682d33e6438bfa7aceb3ccbb295d1ea9ca86f8aef5cfd 5544
qt6-webengine_6.9.2+dfsg-5.dsc
84ae0478717c5b1141618a330b61d8bda77ba627c05051c4dc12f0cf7acdee98 348104
qt6-webengine_6.9.2+dfsg-5.debian.tar.xz
194929b85587e8654bcdccb56049c3baaab32557e0582e103d3a9f2c570837d0 13123
qt6-webengine_6.9.2+dfsg-5_source.buildinfo
Files:
78817f3d576eabcdd1d38161f1af6f04 5544 libs optional
qt6-webengine_6.9.2+dfsg-5.dsc
09de0be97781f8e3d66a4e95818a8d57 348104 libs optional
qt6-webengine_6.9.2+dfsg-5.debian.tar.xz
025e5efefb208f0a9cbc7f3fc4c8dcd4 13123 libs optional
qt6-webengine_6.9.2+dfsg-5_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmmoS1UACgkQnp96YDB3
/laUPhAAtHJyndHYmKrozk5ebOfgrKsDmId1mx73ncmOZOnrSdLxNlTkZ+ge1vLd
5RUB7fALk4jLOnpKSvNYxw1w7JZVKpdibJ8HnImIlFW5jRJdby+C/fPhUP7ODeA5
TwSryM2Fsr0wdndVMl1iIDzAzI9XJveQxFPjPgqt3DOcgeQWYbB72F+jnK89IFOD
2gLoYAKHrfp0V9VfXjr0t4JSp1Cmwl20udlxSXMX1jn8oZtQ/DO1hnWwOiSVTfK/
xWUK1d4xjOU+KgUS46mYZGtT7B2FLp0BYWKf91X3HOMVPAAChIXoQk9Fo7CQlusL
cGrSk533lMnvJII17DbWIy7xb09fz+145ugJARxxAI++BLt+b9axjeCOm2T1wRuG
/YoXZ/d/Zxt0H1YwlYKCDjl9qfopq/JXQMuNaQe1xM8sje0iqV3gDy0zlPRHXwZk
9KV8o19lGlLwbU6gU82xstajJ7NHLZ5I/VsnIbQb8Brp/KKsC7kFgqFCMQMp8Cb8
/D148H7LxO1HuawncOKk0/LAH1Py1CcZrGiLRjIE4oXfFxsgxxolvPcE4mfBzVpK
rZvJoAAp012017JHEVELFmnqNMs7bYojx8ZOeOsj5Cj7GfRyCSFVB73DGsXvjMC2
rWFDJjnNCh/bDwyFwpS+a45zi9pXXq1BxyGA26gAlTYanM4c5Wg=
=YzHX
-----END PGP SIGNATURE-----
pgpQfqKIoXGci.pgp
Description: PGP signature
--- End Message ---