[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1013427: qt6-webengine: FTBFS with ffmpeg 5.0



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
-- 
Sebastian Ramacher


Reply to: