- Package:
- src:qt6-webengine
- Source:
- qt6-webengine
- Submitter:
- Sebastian Ramacher
- Date:
- 2022-06-24 08:51:03 UTC
- Severity:
- serious
- Tags:
Source: qt6-webengine Version: 6.2.4+dfsg-8 Severity: serious Tags: ftbfs sid bookworm Justification: fails to build from source (but built successfully in the past) X-Debbugs-Cc: sramacher@debian.org https://buildd.debian.org/status/fetch.php?pkg=qt6-webengine&arch=amd64&ver=6.2.4%2Bdfsg-8%2Bb1&stamp=1655974969&raw=0 [13774/27622] CXX obj/media/ffmpeg/ffmpeg/ffmpeg_common.o FAILED: obj/media/ffmpeg/ffmpeg/ffmpeg_common.o /usr/bin/c++ -MMD -MF obj/media/ffmpeg/ffmpeg/ffmpeg_common.o.d -DUSE_UDEV -DUSE_AURA=1 -DUSE_NSS_CERTS=1 -DUSE_OZONE=1 -DOFFICIAL_BUILD -DTOOLKIT_QT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DIS_MEDIA_IMPL -DUSE_PULSEAUDIO -DDLOPEN_PULSEAUDIO -DGL_GLEXT_PROTOTYPES -DUSE_GLX -DUSE_EGL -DSK_FAVOR_WUFFS_V_0_3_OVER_V_0_2 -DSK_CODEC_DECODES_PNG -DSK_CODEC_DECODES_WEBP -DSK_ENCODE_PNG -DSK_ENCODE_WEBP -DSK_USER_CONFIG_HEADER=\"../../skia/config/SkUserConfig.h\" -DSK_GL -DSK_CODEC_DECODES_JPEG -DSK_ENCODE_JPEG -DSK_HAS_WUFFS_LIBRARY -DSK_VULKAN_HEADER=\"../../skia/config/SkVulkanConfig.h\" -DSK_VULKAN=1 -DSK_SUPPORT_GPU=1 -DSK_GPU_WORKAROUNDS_HEADER=\"gpu/config/gpu_driver_bug_workaround_autogen.h\" -DUSING_SYSTEM_ICU=1 -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC -DUCHAR_TYPE=uint16_t -Igen -I../../../../../src/3rdparty/chromium -I../../../../../src/3rdparty/chromium/third_party/perfetto/include -Igen/third_party/perfetto/build_config -Igen/third_party/perfetto -Igen -Igen -Igen -Igen -Igen -Igen -Igen -I../../../../../src/3rdparty/chromium/third_party/vulkan-deps/vulkan-headers/src/include -Igen -I../../../../../src/3rdparty/chromium/third_party/libyuv/include -Igen -Igen -Igen -Igen -I../../../../../src/3rdparty/chromium/third_party/khronos -I../../../../../src/3rdparty/chromium/gpu -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 -I../../../../../src/3rdparty/chromium/third_party/skia -I../../../../../src/3rdparty/chromium/third_party/wuffs/src/release/c -I../../../../../src/3rdparty/chromium/third_party/vulkan/include -I../../../../../src/3rdparty/chromium/third_party/vulkan-deps/vulkan-headers/src/include -I../../../../../src/3rdparty/chromium/third_party/mesa_headers -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -Wno-unknown-pragmas -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 -m64 -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-dangling-else -Wno-missing-field-initializers -Wno-unused-parameter -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g1 -fvisibility=hidden -I/usr/include/x86_64-linux-gnu -std=gnu++14 -Wno-narrowing -Wno-class-memaccess -Wno-attributes -Wno-class-memaccess -Wno-subobject-linkage -Wno-invalid-offsetof -Wno-return-type -Wno-deprecated-copy -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -c ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc -o obj/media/ffmpeg/ffmpeg/ffmpeg_common.o ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc: In function ‘media::ChannelLayout media::ChannelLayoutToChromeChannelLayout(int64_t, int)’: ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:715:10: error: ‘AV_CH_LAYOUT_MONO’ was not declared in this scope; did you mean ‘CHANNEL_LAYOUT_MONO’? 715 | case AV_CH_LAYOUT_MONO: | ^~~~~~~~~~~~~~~~~ | CHANNEL_LAYOUT_MONO ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:717:10: error: ‘AV_CH_LAYOUT_STEREO’ was not declared in this scope; did you mean ‘CHANNEL_LAYOUT_STEREO’? 717 | case AV_CH_LAYOUT_STEREO: | ^~~~~~~~~~~~~~~~~~~ | CHANNEL_LAYOUT_STEREO ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:719:10: error: ‘AV_CH_LAYOUT_2_1’ was not declared in this scope; did you mean ‘CHANNEL_LAYOUT_2_1’? 719 | case AV_CH_LAYOUT_2_1: | ^~~~~~~~~~~~~~~~ | CHANNEL_LAYOUT_2_1 ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:721:10: error: ‘AV_CH_LAYOUT_SURROUND’ was not declared in this scope; did you mean ‘CHANNEL_LAYOUT_SURROUND’? 721 | case AV_CH_LAYOUT_SURROUND: | ^~~~~~~~~~~~~~~~~~~~~ | CHANNEL_LAYOUT_SURROUND ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:723:10: error: ‘AV_CH_LAYOUT_4POINT0’ was not declared in this scope; did you mean ‘CHANNEL_LAYOUT_2POINT1’? 723 | case AV_CH_LAYOUT_4POINT0: | ^~~~~~~~~~~~~~~~~~~~ | CHANNEL_LAYOUT_2POINT1 ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:725:10: error: ‘AV_CH_LAYOUT_2_2’ was not declared in this scope; did you mean ‘CHANNEL_LAYOUT_2_2’? 725 | case AV_CH_LAYOUT_2_2: | ^~~~~~~~~~~~~~~~ | CHANNEL_LAYOUT_2_2 ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:727:10: error: ‘AV_CH_LAYOUT_QUAD’ was not declared in this scope; did you mean ‘CHANNEL_LAYOUT_QUAD’? 727 | case AV_CH_LAYOUT_QUAD: | ^~~~~~~~~~~~~~~~~ | CHANNEL_LAYOUT_QUAD ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:729:10: error: ‘AV_CH_LAYOUT_5POINT0’ was not declared in this scope; did you mean ‘CHANNEL_LAYOUT_2POINT1’? 729 | case AV_CH_LAYOUT_5POINT0: | ^~~~~~~~~~~~~~~~~~~~ | CHANNEL_LAYOUT_2POINT1 ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:731:10: error: ‘AV_CH_LAYOUT_5POINT1’ was not declared in this scope; did you mean ‘CHANNEL_LAYOUT_2POINT1’? 731 | case AV_CH_LAYOUT_5POINT1: | ^~~~~~~~~~~~~~~~~~~~ | CHANNEL_LAYOUT_2POINT1 ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:733:10: error: ‘AV_CH_LAYOUT_5POINT0_BACK’ was not declared in this scope 733 | case AV_CH_LAYOUT_5POINT0_BACK: | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:735:10: error: ‘AV_CH_LAYOUT_5POINT1_BACK’ was not declared in this scope 735 | case AV_CH_LAYOUT_5POINT1_BACK: | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:737:10: error: ‘AV_CH_LAYOUT_7POINT0’ was not declared in this scope; did you mean ‘CHANNEL_LAYOUT_2POINT1’? 737 | case AV_CH_LAYOUT_7POINT0: | ^~~~~~~~~~~~~~~~~~~~ | CHANNEL_LAYOUT_2POINT1 ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:739:10: error: ‘AV_CH_LAYOUT_7POINT1’ was not declared in this scope; did you mean ‘CHANNEL_LAYOUT_2POINT1’? 739 | case AV_CH_LAYOUT_7POINT1: | ^~~~~~~~~~~~~~~~~~~~ | CHANNEL_LAYOUT_2POINT1 ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:741:10: error: ‘AV_CH_LAYOUT_7POINT1_WIDE’ was not declared in this scope 741 | case AV_CH_LAYOUT_7POINT1_WIDE: | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:743:10: error: ‘AV_CH_LAYOUT_STEREO_DOWNMIX’ was not declared in this scope; did you mean ‘CHANNEL_LAYOUT_STEREO_DOWNMIX’? 743 | case AV_CH_LAYOUT_STEREO_DOWNMIX: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | CHANNEL_LAYOUT_STEREO_DOWNMIX ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:745:10: error: ‘AV_CH_LAYOUT_2POINT1’ was not declared in this scope; did you mean ‘CHANNEL_LAYOUT_2POINT1’? 745 | case AV_CH_LAYOUT_2POINT1: | ^~~~~~~~~~~~~~~~~~~~ | CHANNEL_LAYOUT_2POINT1 ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:747:10: error: ‘AV_CH_LAYOUT_3POINT1’ was not declared in this scope; did you mean ‘CHANNEL_LAYOUT_2POINT1’? 747 | case AV_CH_LAYOUT_3POINT1: | ^~~~~~~~~~~~~~~~~~~~ | CHANNEL_LAYOUT_2POINT1 ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:749:10: error: ‘AV_CH_LAYOUT_4POINT1’ was not declared in this scope; did you mean ‘CHANNEL_LAYOUT_2POINT1’? 749 | case AV_CH_LAYOUT_4POINT1: | ^~~~~~~~~~~~~~~~~~~~ | CHANNEL_LAYOUT_2POINT1 ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:751:10: error: ‘AV_CH_LAYOUT_6POINT0’ was not declared in this scope; did you mean ‘CHANNEL_LAYOUT_2POINT1’? 751 | case AV_CH_LAYOUT_6POINT0: | ^~~~~~~~~~~~~~~~~~~~ | CHANNEL_LAYOUT_2POINT1 ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:753:10: error: ‘AV_CH_LAYOUT_6POINT0_FRONT’ was not declared in this scope 753 | case AV_CH_LAYOUT_6POINT0_FRONT: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:755:10: error: ‘AV_CH_LAYOUT_HEXAGONAL’ was not declared in this scope; did you mean ‘CHANNEL_LAYOUT_HEXAGONAL’? 755 | case AV_CH_LAYOUT_HEXAGONAL: | ^~~~~~~~~~~~~~~~~~~~~~ | CHANNEL_LAYOUT_HEXAGONAL ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:757:10: error: ‘AV_CH_LAYOUT_6POINT1’ was not declared in this scope; did you mean ‘CHANNEL_LAYOUT_2POINT1’? 757 | case AV_CH_LAYOUT_6POINT1: | ^~~~~~~~~~~~~~~~~~~~ | CHANNEL_LAYOUT_2POINT1 ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:759:10: error: ‘AV_CH_LAYOUT_6POINT1_BACK’ was not declared in this scope 759 | case AV_CH_LAYOUT_6POINT1_BACK: | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:761:10: error: ‘AV_CH_LAYOUT_6POINT1_FRONT’ was not declared in this scope 761 | case AV_CH_LAYOUT_6POINT1_FRONT: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:763:10: error: ‘AV_CH_LAYOUT_7POINT0_FRONT’ was not declared in this scope 763 | case AV_CH_LAYOUT_7POINT0_FRONT: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../../src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc:769:10: error: ‘AV_CH_LAYOUT_OCTAGONAL’ was not declared in this scope; did you mean ‘CHANNEL_LAYOUT_OCTAGONAL’? 769 | case AV_CH_LAYOUT_OCTAGONAL: | ^~~~~~~~~~~~~~~~~~~~~~ | CHANNEL_LAYOUT_OCTAGONAL [13775/27622] CXX obj/media/cdm/cdm/cdm_adapter.o Cheers
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 1013427@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Patrick Franz <deltaone@debian.org> (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 ftpmaster@ftp-master.debian.org) Format: 1.8 Date: Fri, 24 Jun 2022 10:25:22 +0200 Source: qt6-webengine Architecture: source Version: 6.2.4+dfsg-9 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Changed-By: Patrick Franz <deltaone@debian.org> Closes: 1013427 Changes: qt6-webengine (6.2.4+dfsg-9) unstable; urgency=medium . [ Patrick Franz ] * Turn off feature to use system FFmpeg libraries (Closes: #1013427). Checksums-Sha1: 9e407d329726a1bf6519fc862829beb9e9ea80d7 5087 qt6-webengine_6.2.4+dfsg-9.dsc a58384df7119f46a46da2ef880889bb3307dde9c 183016 qt6-webengine_6.2.4+dfsg-9.debian.tar.xz 53384805d8d4d6a9b1ec32813b32348b488376d7 9258 qt6-webengine_6.2.4+dfsg-9_source.buildinfo Checksums-Sha256: 1856344fdd694b35c0b04614bc61667a5b3cce4ffe9ff11fa5cdc99679e4289f 5087 qt6-webengine_6.2.4+dfsg-9.dsc 2efc00f8054b8d01fb1f47b0a75f3469ea4b078c34d2b3f6c9188b1c68a84500 183016 qt6-webengine_6.2.4+dfsg-9.debian.tar.xz 209098c060bcd5744c12f0c85f4c620491bdad726cc19fd715375c1c15eb5bee 9258 qt6-webengine_6.2.4+dfsg-9_source.buildinfo Files: 8bff8257724651fd927d0ffe2968e4da 5087 libs optional qt6-webengine_6.2.4+dfsg-9.dsc 967f3d865d3df8f17b71b3cfef8ec0b2 183016 libs optional qt6-webengine_6.2.4+dfsg-9.debian.tar.xz cb7d21edb53b1782ac28030c99ddcca2 9258 libs optional qt6-webengine_6.2.4+dfsg-9_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmK1dTMACgkQnp96YDB3 /lZYHBAAi2yCQmboi/q19DvnrzgEaxt8KOZx2O2ANQkQ4jEgl/jLi/Y1NG6Ax9tK n1uO1Nx89DHaUMXwlCu97R86jrkntiMrvB28hnLrlmXCj2tPemxEy/xdqAXpxNve cNyVxh3zFPHB8PetUvv1znXLLdkqcBgM4CDyCvhlyzJ2aneiOkeax4DNeiLesbKD NsanCMTDPX+XNEr3/YPC8AnJvlbfdPNKWll1FbRgLd35sA69yBlRLpAFnriPdxmP beG9qhlE8oEfkViSTj88SsHJCI3S7wUcFYeO/N3AYnct4zqsxCmafwCvF2l/g6bN yEwayEBLepp0B2TS7CE01cF2kduF++/K7o6jgftrzEny5/8/cSDc4JcqLz0s4C0g DjX8P1HJLmH/lajVw3afA0tgdw4P3oat0/r2Hz60+do7qCtgTWqaavhJtEp9d0OL x1A3CARf+n2yQzsl5Qv8PzMw7kRnNPlx3asWrE9pJQzCGQmJ/9LBPB6JiUz5tkXP f5ezPZGI+IAVM+aAEX6bZxtM7YDx8gWzRHf4Wchx9b3dXy7n/djZK5ybgnN8sVMa ZYOk0tN8SLwL4v+7O+QkuQ66fZ0LB5Ydf97PIPnDwVRgR4OfSG9eSQGkehGWx2Bj apaO+FsvCVh1mQPZxFZXDLzB9SFQJacXnz0B42pc9AqErfdvdSU= =PJaM -----END PGP SIGNATURE-----