conan-center-index icon indicating copy to clipboard operation
conan-center-index copied to clipboard

ffmpeg: Add missing dependency on OpenSSL for avutil

Open jwillikers opened this issue 1 year ago • 14 comments

This fixes missing symbols errors at link time when using the component dependency ffmpeg::avutil.

Also, use libva and libvdpau instead of the system packages since they are now available as proper Conan package. This prevents conflicts in consumers.

I guess I had to get one more thing in. I've added a with_libdrm option as well to include libdrm.

jwillikers avatar Mar 05 '24 18:03 jwillikers

:robot: Beep Boop! This pull request is making changes to 'recipes/ffmpeg//'.

:wave: @MartinDelille you might be interested. :wink:

github-actions[bot] avatar Mar 05 '24 18:03 github-actions[bot]

I detected other pull requests that are modifying ffmpeg/all recipe:

  • #24004
  • #23397
  • #23368
  • #23075
  • #22195
  • #21151

This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there.

ericLemanissierBot avatar Mar 05 '24 18:03 ericLemanissierBot

Conan v1 pipeline :x:

Failure in build 4 (de82ca83c47e3bff7bca10a27f2ccbc84259627e):

  • ffmpeg/6.0.1: Didn't run or was cancelled before finishing

  • ffmpeg/5.0.3: Didn't run or was cancelled before finishing

  • ffmpeg/6.1: Didn't run or was cancelled before finishing

  • ffmpeg/6.0: Didn't run or was cancelled before finishing

  • ffmpeg/5.1.3: Didn't run or was cancelled before finishing

  • ffmpeg/5.0: Didn't run or was cancelled before finishing

  • ffmpeg/4.3.2: Didn't run or was cancelled before finishing

  • ffmpeg/4.4: Didn't run or was cancelled before finishing

  • ffmpeg/4.4.4: Didn't run or was cancelled before finishing

  • ffmpeg/4.4.3: Didn't run or was cancelled before finishing

  • ffmpeg/5.1: Didn't run or was cancelled before finishing

  • ffmpeg/4.2.1: CI failed to create some packages (All logs)

    Logs for packageID 913f39e84a88b26dd7c2234837bec4c009f3e6b8:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=7
    os=Linux
    [options]
    ffmpeg:shared=False
    
    [...]
    
    ----Running------
    > cmake --build '/home/conan/w/prod-v1/bsr/cci-ae5c7d28/recipes/ffmpeg/all/test_v1_package/build/22d97f4ef16dd331562ec47b8f05fa553928fe8a' '--' '-j3'
    -----------------
    Scanning dependencies of target test_package
    [ 50%] Building C object test_package/CMakeFiles/test_package.dir/test_package.c.o
    [100%] Linking C executable ../bin/test_package
    test_package/CMakeFiles/test_package.dir/build.make:161: recipe for target 'bin/test_package' failed
    CMakeFiles/Makefile2:112: recipe for target 'test_package/CMakeFiles/test_package.dir/all' failed
    Makefile:102: recipe for target 'all' failed
    CMake Warning:
      Manually-specified variables were not used by the project:
    
        CMAKE_EXPORT_NO_PACKAGE_REGISTRY
        CMAKE_INSTALL_BINDIR
        CMAKE_INSTALL_DATAROOTDIR
        CMAKE_INSTALL_INCLUDEDIR
        CMAKE_INSTALL_LIBDIR
        CMAKE_INSTALL_LIBEXECDIR
        CMAKE_INSTALL_OLDINCLUDEDIR
        CMAKE_INSTALL_SBINDIR
    
    
    /home/conan/w/prod-v1/bsr/116497/cdccf/.conan/data/ffmpeg/4.2.1/_/_/package/913f39e84a88b26dd7c2234837bec4c009f3e6b8/lib/libavutil.a(hwcontext_vaapi.o): In function `vaapi_device_create':
    /home/conan/w/prod-v1/bsr/116497/cdccf/.conan/data/ffmpeg/4.2.1/_/_/build/913f39e84a88b26dd7c2234837bec4c009f3e6b8/build-release/src/libavutil/hwcontext_vaapi.c:1580: undefined reference to `vaGetDisplay'
    collect2: error: ld returned 1 exit status
    make[2]: *** [bin/test_package] Error 1
    make[1]: *** [test_package/CMakeFiles/test_package.dir/all] Error 2
    make: *** [all] Error 2
    WARN: freetype/2.13.2: requirement zlib/[>=1.2.10 <2] overridden by ffmpeg/4.2.1 to zlib/1.3.1 
    WARN: libpng/1.6.42: requirement zlib/[>=1.2.11 <2] overridden by freetype/2.13.2 to zlib/1.3.1 
    WARN: openssl/3.2.1: requirement zlib/[>=1.2.11 <2] overridden by ffmpeg/4.2.1 to zlib/1.3.1 
    WARN: pulseaudio/14.2: requirement openssl/[>=1.1 <4] overridden by ffmpeg/4.2.1 to openssl/3.2.1 
    WARN: libxml2/2.12.3: requirement zlib/[>=1.2.11 <2] overridden by wayland/1.22.0 to zlib/1.3.1 
    ffmpeg/4.2.1 (test package): WARN: 
         ************************************************
         The 'cmake_find_package_multi' generator is deprecated.
         Please update your code and remove it.
         *************************************************
    
    ffmpeg/4.2.1 (test package): WARN: 
         ************************************************
         The 'cmake' generator is deprecated.
         Please update your code and remove it.
         *************************************************
    
    ffmpeg/4.2.1 (test package): WARN: **** The 'from conans import CMake' helper is deprecated. Please update your code and remove it. ****
    ERROR: ffmpeg/4.2.1 (test package): Error in build() method, line 12
    	cmake.build()
    	ConanException: Error 2 while executing cmake --build '/home/conan/w/prod-v1/bsr/cci-ae5c7d28/recipes/ffmpeg/all/test_v1_package/build/22d97f4ef16dd331562ec47b8f05fa553928fe8a' '--' '-j3'
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 4 (de82ca83c47e3bff7bca10a27f2ccbc84259627e):

  • ffmpeg/4.4.4: CI failed to create some packages (All logs)

    Logs for packageID dc759d838d1c09d06d2907458ba321bc1b3fb190:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    [...]
    Reading package lists...
    Building dependency tree...
    Reading state information...
    The following NEW packages will be installed:
      libxcb-util-dev
    0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
    Need to get 9,974 B of archives.
    After this operation, 71.7 kB of additional disk space will be used.
    Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-util-dev amd64 0.4.0-0ubuntu3 [9,974 B]
    debconf: delaying package configuration, since apt-utils is not installed
    Fetched 9,974 B in 0s (140 kB/s)
    Selecting previously unselected package libxcb-util-dev:amd64.
    (Reading database ... 
    (Reading database ... 5%
    (Reading database ... 10%
    (Reading database ... 15%
    (Reading database ... 20%
    (Reading database ... 25%
    (Reading database ... 30%
    (Reading database ... 35%
    (Reading database ... 40%
    (Reading database ... 45%
    (Reading database ... 50%
    (Reading database ... 55%
    (Reading database ... 60%
    (Reading database ... 65%
    (Reading database ... 70%
    (Reading database ... 75%
    (Reading database ... 80%
    (Reading database ... 85%
    (Reading database ... 90%
    (Reading database ... 95%
    (Reading database ... 100%
    (Reading database ... 19886 files and directories currently installed.)
    Preparing to unpack .../libxcb-util-dev_0.4.0-0ubuntu3_amd64.deb ...
    Unpacking libxcb-util-dev:amd64 (0.4.0-0ubuntu3) ...
    Setting up libxcb-util-dev:amd64 (0.4.0-0ubuntu3) ...
    
    ======== Installing packages ========
    ERROR: Missing binary: libva/2.20.0:5bc3ea5e013b3871f9f7d2665c90d1339db0db54
    
    libva/2.20.0: WARN: Can't find a 'libva/2.20.0' package binary '5bc3ea5e013b3871f9f7d2665c90d1339db0db54' for the configuration:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.version=11
    os=Linux
    [options]
    with_drm=True
    with_glx=True
    with_wayland=True
    with_x11=True
    [requires]
    expat/2.6.0#2f92fb3cf504e9731aba6d20dcd641bf:2ed03cd8691ea01deb11f88b5c95aa5195ec4816
    libdrm/2.4.119#1dec87e3a449b637683fde3db21d9ea6:132e646a310bf4499a7e08ed629372cf98503bb0
    libffi/3.4.4#35eb63842b505824b70aedc1baefc916:b647c43bfefae3f830561ca202b6cfd935b56205
    libiconv/1.17#73fefc1b696e069df90fd1d18aa63edd:b647c43bfefae3f830561ca202b6cfd935b56205
    libpciaccess/0.17#8f027f1f793b3db91b1ab0ff99c2202d:b647c43bfefae3f830561ca202b6cfd935b56205
    libxml2/2.12.3#071b32ddc1353a239d3697319c68beca:835058a17375647fa8abeb3ed1b1faf0ef8f504f
    opengl/system
    wayland/1.22.0#f8b8e3e2f83c354e4b3fdc93a10117b9:9ef61cfe051f69b8cce843b72e11408e15171fab
    xorg/system
    zlib/1.3.1#f52e03ae3d251dec704634230cd806a2:b647c43bfefae3f830561ca202b6cfd935b56205
    
    ERROR: Missing prebuilt package for 'libva/2.20.0'. You can try:
        - List all available packages using 'conan list libva/2.20.0:* -r=remote'
        - Explain missing binaries: replace 'conan install ...' with 'conan graph explain ...'
        - Try to build locally from sources using the '--build=libva/2.20.0' argument
    
    More Info at 'https://docs.conan.io/2/knowledge/faq.html#error-missing-prebuilt-package'
    
  • ffmpeg/6.1: Didn't run or was cancelled before finishing

  • ffmpeg/6.0.1: Didn't run or was cancelled before finishing

  • ffmpeg/6.0: Didn't run or was cancelled before finishing

  • ffmpeg/4.3.2: Didn't run or was cancelled before finishing

  • ffmpeg/5.1: Didn't run or was cancelled before finishing

  • ffmpeg/5.0.3: Didn't run or was cancelled before finishing

  • ffmpeg/5.0: Didn't run or was cancelled before finishing

  • ffmpeg/4.4.3: Didn't run or was cancelled before finishing

  • ffmpeg/4.4: Didn't run or was cancelled before finishing

  • ffmpeg/4.2.1: Didn't run or was cancelled before finishing

  • ffmpeg/5.1.3: Didn't run or was cancelled before finishing


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Mar 05 '24 21:03 conan-center-bot

Conan v1 pipeline :heavy_check_mark:

All green in build 8 (0365d23b190f345013e1a663f6be60aa86bc51b3):

  • ffmpeg/6.0.1: All packages built successfully! (All logs)

  • ffmpeg/6.1: All packages built successfully! (All logs)

  • ffmpeg/5.1.3: All packages built successfully! (All logs)

  • ffmpeg/5.0.3: All packages built successfully! (All logs)

  • ffmpeg/6.0: All packages built successfully! (All logs)

  • ffmpeg/5.0: All packages built successfully! (All logs)

  • ffmpeg/4.2.1: All packages built successfully! (All logs)

  • ffmpeg/5.1: All packages built successfully! (All logs)

  • ffmpeg/4.4.4: All packages built successfully! (All logs)

  • ffmpeg/4.4.3: All packages built successfully! (All logs)

  • ffmpeg/4.4: All packages built successfully! (All logs)

  • ffmpeg/4.3.2: All packages built successfully! (All logs)


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 8 (0365d23b190f345013e1a663f6be60aa86bc51b3):

  • ffmpeg/6.0: Didn't run or was cancelled before finishing

  • ffmpeg/5.1: Didn't run or was cancelled before finishing

  • ffmpeg/6.1: CI failed to create some packages (All logs)

    Logs for packageID 92c25988b1ba4c5ee8e4cf54e47395042bb7a0c2:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    [...]
    Reading package lists...
    Building dependency tree...
    Reading state information...
    The following NEW packages will be installed:
      libxcb-util-dev
    0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
    Need to get 9,974 B of archives.
    After this operation, 71.7 kB of additional disk space will be used.
    Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-util-dev amd64 0.4.0-0ubuntu3 [9,974 B]
    debconf: delaying package configuration, since apt-utils is not installed
    Fetched 9,974 B in 0s (141 kB/s)
    Selecting previously unselected package libxcb-util-dev:amd64.
    (Reading database ... 
    (Reading database ... 5%
    (Reading database ... 10%
    (Reading database ... 15%
    (Reading database ... 20%
    (Reading database ... 25%
    (Reading database ... 30%
    (Reading database ... 35%
    (Reading database ... 40%
    (Reading database ... 45%
    (Reading database ... 50%
    (Reading database ... 55%
    (Reading database ... 60%
    (Reading database ... 65%
    (Reading database ... 70%
    (Reading database ... 75%
    (Reading database ... 80%
    (Reading database ... 85%
    (Reading database ... 90%
    (Reading database ... 95%
    (Reading database ... 100%
    (Reading database ... 19886 files and directories currently installed.)
    Preparing to unpack .../libxcb-util-dev_0.4.0-0ubuntu3_amd64.deb ...
    Unpacking libxcb-util-dev:amd64 (0.4.0-0ubuntu3) ...
    Setting up libxcb-util-dev:amd64 (0.4.0-0ubuntu3) ...
    
    ======== Installing packages ========
    ERROR: Missing binary: libva/2.20.0:5bc3ea5e013b3871f9f7d2665c90d1339db0db54
    
    libva/2.20.0: WARN: Can't find a 'libva/2.20.0' package binary '5bc3ea5e013b3871f9f7d2665c90d1339db0db54' for the configuration:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.version=11
    os=Linux
    [options]
    with_drm=True
    with_glx=True
    with_wayland=True
    with_x11=True
    [requires]
    expat/2.6.0#2f92fb3cf504e9731aba6d20dcd641bf:2ed03cd8691ea01deb11f88b5c95aa5195ec4816
    libdrm/2.4.119#1dec87e3a449b637683fde3db21d9ea6:132e646a310bf4499a7e08ed629372cf98503bb0
    libffi/3.4.4#35eb63842b505824b70aedc1baefc916:b647c43bfefae3f830561ca202b6cfd935b56205
    libiconv/1.17#73fefc1b696e069df90fd1d18aa63edd:b647c43bfefae3f830561ca202b6cfd935b56205
    libpciaccess/0.17#8f027f1f793b3db91b1ab0ff99c2202d:b647c43bfefae3f830561ca202b6cfd935b56205
    libxml2/2.12.3#071b32ddc1353a239d3697319c68beca:835058a17375647fa8abeb3ed1b1faf0ef8f504f
    opengl/system
    wayland/1.22.0#f8b8e3e2f83c354e4b3fdc93a10117b9:9ef61cfe051f69b8cce843b72e11408e15171fab
    xorg/system
    zlib/1.3.1#f52e03ae3d251dec704634230cd806a2:b647c43bfefae3f830561ca202b6cfd935b56205
    
    ERROR: Missing prebuilt package for 'libva/2.20.0'. You can try:
        - List all available packages using 'conan list libva/2.20.0:* -r=remote'
        - Explain missing binaries: replace 'conan install ...' with 'conan graph explain ...'
        - Try to build locally from sources using the '--build=libva/2.20.0' argument
    
    More Info at 'https://docs.conan.io/2/knowledge/faq.html#error-missing-prebuilt-package'
    
  • ffmpeg/5.1.3: Didn't run or was cancelled before finishing

  • ffmpeg/6.0.1: Didn't run or was cancelled before finishing

  • ffmpeg/4.4.4: Didn't run or was cancelled before finishing

  • ffmpeg/5.0.3: Didn't run or was cancelled before finishing

  • ffmpeg/4.4: Didn't run or was cancelled before finishing

  • ffmpeg/4.4.3: Didn't run or was cancelled before finishing

  • ffmpeg/5.0: Didn't run or was cancelled before finishing

  • ffmpeg/4.3.2: Didn't run or was cancelled before finishing

  • ffmpeg/4.2.1: Didn't run or was cancelled before finishing


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Mar 06 '24 03:03 conan-center-bot

Hooks produced the following warnings for commit 0365d23b190f345013e1a663f6be60aa86bc51b3
ffmpeg/6.0.1@#368542a392d718d2720685a3dccd3bd7
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.57.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.60.1.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.60.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.57.1.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.7.1.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.7.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.60.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.9.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.60.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.60.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.9.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.10.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.58.2.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.60.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
ffmpeg/6.1@#3566c06a1d67fc107ced834742f6c1ac
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.57.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.60.16.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.58.29.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.7.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.60.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.12.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.60.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.7.5.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.60.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.9.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.57.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.60.31.102.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.9.12.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.60.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
ffmpeg/5.1.3@#190dd8bd0d302732786abc773c002cbb
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.59.27.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.59.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.57.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.56.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.6.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.59.37.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.7.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.6.7.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.59.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.59.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.8.44.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.57.28.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.56.6.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.8.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.59.7.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
ffmpeg/5.0.3@#b9ae8ce01691c84ca2e8b349ec1fdf58
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.8.24.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.59.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.56.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.57.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.59.4.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.56.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.6.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.6.4.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.57.17.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.59.18.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.59.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.59.16.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.59.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.8.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
ffmpeg/6.0@#f104c8cae411d21c3986f00107798fc0
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.57.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.60.1.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.60.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.57.1.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.7.1.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.7.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.60.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.9.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.60.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.60.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.9.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.10.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.58.2.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.60.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
ffmpeg/5.0@#abf1e507aa01e9498ef2014c5ee8156f
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.8.24.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.59.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.56.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.57.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.59.4.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.56.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.6.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.6.4.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.57.17.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.59.18.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.59.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.59.16.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.59.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.8.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
ffmpeg/4.2.1@#42c4f167b6ee02b5aaf66bb01a882f69
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.3.5.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.55.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.5.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.7.57.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.3.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.7.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.55.5.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.58.54.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.5.5.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.56.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.56.31.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.58.8.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.58.29.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
ffmpeg/5.1@#c64bf5bcf22284422ec9f30ac416aca2
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.59.27.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.59.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.57.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.56.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.6.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.59.37.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.7.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.6.7.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.59.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.59.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.8.44.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.57.28.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.56.6.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.8.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.59.7.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
ffmpeg/4.4.4@#4cf05c7f3aa77e8174d8e0217cec1f65
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.5.9.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.55.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.55.9.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.58.13.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.56.70.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.5.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.3.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.7.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.58.76.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.3.9.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.7.110.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.56.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.58.134.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
ffmpeg/4.4.3@#36f429d3d04bb99f77c8a317ac04af59
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.5.9.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.55.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.55.9.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.58.13.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.56.70.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.5.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.3.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.7.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.58.76.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.3.9.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.7.110.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.56.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.58.134.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
ffmpeg/4.4@#eb190a523fae05d741bc7b8e204f9546
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.5.9.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.55.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.55.9.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.58.13.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.56.70.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.5.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.3.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.7.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.58.76.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.3.9.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.7.110.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.56.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.58.134.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
ffmpeg/4.3.2@#51ab6a4a9e2f5a7d85a1e512afec445e
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.55.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.56.51.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.58.91.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.5.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.3.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.7.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.58.45.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.56.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.3.7.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.7.85.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.55.7.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.5.7.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.58.10.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.

github-actions[bot] avatar Mar 06 '24 03:03 github-actions[bot]

Just started an internal build for libva/2.20.0

uilianries avatar Mar 06 '24 08:03 uilianries

Conan v1 pipeline :x:

Failure in build 9 (d22a0e2dfb88a4856716932eec9683534093de7a):

  • ffmpeg/6.0.1: Didn't run or was cancelled before finishing

  • ffmpeg/5.1: Error running command conan info ffmpeg/5.1@#c64bf5bcf22284422ec9f30ac416aca2 --json {jsonName} -pr {profileName}:

    [settings]
    arch=x86_64
    build_type=Debug
    compiler=Visual Studio
    compiler.runtime=MDd
    compiler.version=16
    os=Windows
    [options]
    ffmpeg:shared=False
    
    ...
    WARN: freetype/2.13.2: requirement zlib/[>=1.2.10 <2] overridden by ffmpeg/5.1 to zlib/1.3.1 
    WARN: libpng/1.6.42: requirement zlib/[>=1.2.11 <2] overridden by freetype/2.13.2 to zlib/1.3.1 
    WARN: openssl/3.2.1: requirement zlib/[>=1.2.11 <2] overridden by ffmpeg/5.1 to zlib/1.3.1 
    brotli/1.1.0: ERROR: Error downloading binary package: 'brotli/1.1.0:06a7a5848f39a2b1d31f3ee2414a17d463f68a34'
    ERROR: HTTPSConnectionPool(host='c3i.jfrog.io', port=443): Max retries exceeded with url: /c3i/api/conan/conan-center/v1/ping (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f147c6e8410>: Failed to establish a new connection: [Errno 111] Connection refused'))
    
    Unable to connect to conan-center=https://c3i.jfrog.io/c3i/api/conan/conan-center
    1. Make sure the remote is reachable or,
    2. Disable it by using conan remote disable,
    Then try again.
    
  • ffmpeg/5.0.3: Didn't run or was cancelled before finishing

  • ffmpeg/6.1: Didn't run or was cancelled before finishing

  • ffmpeg/6.0: Didn't run or was cancelled before finishing

  • ffmpeg/5.0: Didn't run or was cancelled before finishing

  • ffmpeg/5.1.3: Didn't run or was cancelled before finishing

  • ffmpeg/4.4.3: All packages built successfully! (All logs)

  • ffmpeg/4.4: Didn't run or was cancelled before finishing

  • ffmpeg/4.2.1: Didn't run or was cancelled before finishing

  • ffmpeg/4.3.2: Didn't run or was cancelled before finishing

  • ffmpeg/4.4.4: Didn't run or was cancelled before finishing


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 9 (d22a0e2dfb88a4856716932eec9683534093de7a):

  • ffmpeg/6.0: CI failed to create some packages (All logs)

    Logs for packageID 32e2193f316fa2b63716a18454dec8025cf95574:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=True
    
    [...]
    Hit:2 http://archive.ubuntu.com/ubuntu xenial-updates InRelease
    Hit:3 http://archive.ubuntu.com/ubuntu xenial-backports InRelease
    Hit:4 http://security.ubuntu.com/ubuntu xenial-security InRelease
    Hit:5 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease
    Hit:6 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu xenial InRelease
    Reading package lists...
    Reading package lists...
    Building dependency tree...
    Reading state information...
    The following NEW packages will be installed:
      libxcb-util-dev
    0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
    Need to get 9,974 B of archives.
    After this operation, 71.7 kB of additional disk space will be used.
    Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-util-dev amd64 0.4.0-0ubuntu3 [9,974 B]
    debconf: delaying package configuration, since apt-utils is not installed
    Fetched 9,974 B in 0s (49.9 kB/s)
    Selecting previously unselected package libxcb-util-dev:amd64.
    (Reading database ... 
    (Reading database ... 5%
    (Reading database ... 10%
    (Reading database ... 15%
    (Reading database ... 20%
    (Reading database ... 25%
    (Reading database ... 30%
    (Reading database ... 35%
    (Reading database ... 40%
    (Reading database ... 45%
    (Reading database ... 50%
    (Reading database ... 55%
    (Reading database ... 60%
    (Reading database ... 65%
    (Reading database ... 70%
    (Reading database ... 75%
    (Reading database ... 80%
    (Reading database ... 85%
    (Reading database ... 90%
    (Reading database ... 95%
    (Reading database ... 100%
    (Reading database ... 19886 files and directories currently installed.)
    Preparing to unpack .../libxcb-util-dev_0.4.0-0ubuntu3_amd64.deb ...
    Unpacking libxcb-util-dev:amd64 (0.4.0-0ubuntu3) ...
    Setting up libxcb-util-dev:amd64 (0.4.0-0ubuntu3) ...
    
    ======== Installing packages ========
    ERROR: Missing binary: libva/2.20.0:172aaebd919113877f2ff3e3332988a99fcd65fe
    
    libva/2.20.0: WARN: Can't find a 'libva/2.20.0' package binary '172aaebd919113877f2ff3e3332988a99fcd65fe' for the configuration:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.version=11
    os=Linux
    [options]
    with_drm=True
    with_glx=True
    with_wayland=True
    with_x11=True
    [requires]
    libdrm/2.4.Z
    opengl/system
    wayland/1.22.Z
    xorg/system
    
    ERROR: Missing prebuilt package for 'libva/2.20.0'. You can try:
        - List all available packages using 'conan list libva/2.20.0:* -r=remote'
        - Explain missing binaries: replace 'conan install ...' with 'conan graph explain ...'
        - Try to build locally from sources using the '--build=libva/2.20.0' argument
    
    More Info at 'https://docs.conan.io/2/knowledge/faq.html#error-missing-prebuilt-package'
    
  • ffmpeg/5.1.3: Didn't run or was cancelled before finishing

  • ffmpeg/6.1: Didn't run or was cancelled before finishing

  • ffmpeg/5.1: Didn't run or was cancelled before finishing

  • ffmpeg/5.0: Didn't run or was cancelled before finishing

  • ffmpeg/6.0.1: Didn't run or was cancelled before finishing

  • ffmpeg/4.4.4: Didn't run or was cancelled before finishing

  • ffmpeg/4.3.2: Didn't run or was cancelled before finishing

  • ffmpeg/4.4: Didn't run or was cancelled before finishing

  • ffmpeg/4.2.1: Didn't run or was cancelled before finishing

  • ffmpeg/5.0.3: Didn't run or was cancelled before finishing

  • ffmpeg/4.4.3: Didn't run or was cancelled before finishing


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Mar 06 '24 10:03 conan-center-bot

Conan v1 pipeline :x:

Failure in build 10 (d22a0e2dfb88a4856716932eec9683534093de7a):

  • ffmpeg/6.1: All packages built successfully! (All logs)

  • ffmpeg/6.0.1: All packages built successfully! (All logs)

  • ffmpeg/5.1.3: All packages built successfully! (All logs)

  • ffmpeg/6.0: All packages built successfully! (All logs)

  • ffmpeg/5.0.3: All packages built successfully! (All logs)

  • ffmpeg/5.1: All packages built successfully! (All logs)

  • ffmpeg/4.4.4: All packages built successfully! (All logs)

  • ffmpeg/4.2.1: All packages built successfully! (All logs)

  • ffmpeg/4.4.3: All packages built successfully! (All logs)

  • ffmpeg/5.0: All packages built successfully! (All logs)

  • ffmpeg/4.4: All packages built successfully! (All logs)

  • ffmpeg/4.3.2: An unexpected error happened and has been reported


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 10 (d22a0e2dfb88a4856716932eec9683534093de7a):

  • ffmpeg/6.0.1: Didn't run or was cancelled before finishing

  • ffmpeg/6.1: Didn't run or was cancelled before finishing

  • ffmpeg/5.0.3: Didn't run or was cancelled before finishing

  • ffmpeg/6.0: CI failed to create some packages (All logs)

    Logs for packageID 32e2193f316fa2b63716a18454dec8025cf95574:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=True
    
    [...]
    Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease
    Hit:3 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease
    Hit:4 http://archive.ubuntu.com/ubuntu xenial-updates InRelease
    Hit:5 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu xenial InRelease
    Hit:6 http://archive.ubuntu.com/ubuntu xenial-backports InRelease
    Reading package lists...
    Reading package lists...
    Building dependency tree...
    Reading state information...
    The following NEW packages will be installed:
      libxcb-util-dev
    0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
    Need to get 9,974 B of archives.
    After this operation, 71.7 kB of additional disk space will be used.
    Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-util-dev amd64 0.4.0-0ubuntu3 [9,974 B]
    debconf: delaying package configuration, since apt-utils is not installed
    Fetched 9,974 B in 0s (44.3 kB/s)
    Selecting previously unselected package libxcb-util-dev:amd64.
    (Reading database ... 
    (Reading database ... 5%
    (Reading database ... 10%
    (Reading database ... 15%
    (Reading database ... 20%
    (Reading database ... 25%
    (Reading database ... 30%
    (Reading database ... 35%
    (Reading database ... 40%
    (Reading database ... 45%
    (Reading database ... 50%
    (Reading database ... 55%
    (Reading database ... 60%
    (Reading database ... 65%
    (Reading database ... 70%
    (Reading database ... 75%
    (Reading database ... 80%
    (Reading database ... 85%
    (Reading database ... 90%
    (Reading database ... 95%
    (Reading database ... 100%
    (Reading database ... 19886 files and directories currently installed.)
    Preparing to unpack .../libxcb-util-dev_0.4.0-0ubuntu3_amd64.deb ...
    Unpacking libxcb-util-dev:amd64 (0.4.0-0ubuntu3) ...
    Setting up libxcb-util-dev:amd64 (0.4.0-0ubuntu3) ...
    
    ======== Installing packages ========
    ERROR: Missing binary: libva/2.20.0:172aaebd919113877f2ff3e3332988a99fcd65fe
    
    libva/2.20.0: WARN: Can't find a 'libva/2.20.0' package binary '172aaebd919113877f2ff3e3332988a99fcd65fe' for the configuration:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.version=11
    os=Linux
    [options]
    with_drm=True
    with_glx=True
    with_wayland=True
    with_x11=True
    [requires]
    libdrm/2.4.Z
    opengl/system
    wayland/1.22.Z
    xorg/system
    
    ERROR: Missing prebuilt package for 'libva/2.20.0'. You can try:
        - List all available packages using 'conan list libva/2.20.0:* -r=remote'
        - Explain missing binaries: replace 'conan install ...' with 'conan graph explain ...'
        - Try to build locally from sources using the '--build=libva/2.20.0' argument
    
    More Info at 'https://docs.conan.io/2/knowledge/faq.html#error-missing-prebuilt-package'
    
  • ffmpeg/5.1.3: Didn't run or was cancelled before finishing

  • ffmpeg/5.1: Didn't run or was cancelled before finishing

  • ffmpeg/4.4.4: Didn't run or was cancelled before finishing

  • ffmpeg/5.0: Didn't run or was cancelled before finishing

  • ffmpeg/4.4.3: Didn't run or was cancelled before finishing

  • ffmpeg/4.4: Didn't run or was cancelled before finishing

  • ffmpeg/4.2.1: Didn't run or was cancelled before finishing

  • ffmpeg/4.3.2: Didn't run or was cancelled before finishing


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Mar 14 '24 21:03 conan-center-bot

Conan v1 pipeline :x:

Failure in build 1 (d22a0e2dfb88a4856716932eec9683534093de7a):

  • ffmpeg/6.1: CI failed to create some packages (All logs)

    Logs for packageID 8f820542e5564bda46ea2f720834fbe2f1ec37fe:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=Visual Studio
    compiler.runtime=MD
    compiler.version=16
    os=Windows
    [options]
    ffmpeg:shared=True
    
    [...]
    libcrypto.lib(libcommon-lib-tls_pad.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcommon-lib-tls_pad.obj)' or at 'C:\J\workspace\prod-v1\bsr@3\1567\dccab\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcrypto-lib-params_idx.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcrypto-lib-params_idx.obj)' or at 'C:\J\workspace\prod-v1\bsr@3\1567\dccab\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcommon-lib-ciphercommon_gcm_hw.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcommon-lib-ciphercommon_gcm_hw.obj)' or at 'C:\J\workspace\prod-v1\bsr@3\1567\dccab\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcommon-lib-ciphercommon_ccm_hw.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcommon-lib-ciphercommon_ccm_hw.obj)' or at 'C:\J\workspace\prod-v1\bsr@3\1567\dccab\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcrypto-lib-siv128.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcrypto-lib-siv128.obj)' or at 'C:\J\workspace\prod-v1\bsr@3\1567\dccab\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libdefault-lib-cipher_aes_gcm_siv_polyval.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libdefault-lib-cipher_aes_gcm_siv_polyval.obj)' or at 'C:\J\workspace\prod-v1\bsr@3\1567\dccab\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libdefault-lib-digest_to_nid.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libdefault-lib-digest_to_nid.obj)' or at 'C:\J\workspace\prod-v1\bsr@3\1567\dccab\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcommon-lib-der_dsa_gen.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcommon-lib-der_dsa_gen.obj)' or at 'C:\J\workspace\prod-v1\bsr@3\1567\dccab\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcommon-lib-der_rsa_gen.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcommon-lib-der_rsa_gen.obj)' or at 'C:\J\workspace\prod-v1\bsr@3\1567\dccab\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcommon-lib-der_ecx_gen.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcommon-lib-der_ecx_gen.obj)' or at 'C:\J\workspace\prod-v1\bsr@3\1567\dccab\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcommon-lib-der_ec_gen.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcommon-lib-der_ec_gen.obj)' or at 'C:\J\workspace\prod-v1\bsr@3\1567\dccab\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libdefault-lib-der_sm2_gen.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libdefault-lib-der_sm2_gen.obj)' or at 'C:\J\workspace\prod-v1\bsr@3\1567\dccab\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcrypto-lib-nsseq.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcrypto-lib-nsseq.obj)' or at 'C:\J\workspace\prod-v1\bsr@3\1567\dccab\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcrypto-lib-ct_log.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcrypto-lib-ct_log.obj)' or at 'C:\J\workspace\prod-v1\bsr@3\1567\dccab\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcrypto-lib-ct_sct_ctx.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcrypto-lib-ct_sct_ctx.obj)' or at 'C:\J\workspace\prod-v1\bsr@3\1567\dccab\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcrypto-lib-ct_vfy.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcrypto-lib-ct_vfy.obj)' or at 'C:\J\workspace\prod-v1\bsr@3\1567\dccab\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcrypto-lib-ct_b64.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcrypto-lib-ct_b64.obj)' or at 'C:\J\workspace\prod-v1\bsr@3\1567\dccab\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
       Creating library libavutil/avutil.lib and object libavutil/avutil.exp
    EXTERN_PREFIX="" /c/j/workspace/prod-v1/bsr@3/1567/dccab/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/compat/windows/makedef libswscale/libswscale.ver libswscale/alphablend.o libswscale/gamma.o libswscale/half2float.o libswscale/hscale.o libswscale/hscale_fast_bilinear.o libswscale/input.o libswscale/options.o libswscale/output.o libswscale/rgb2rgb.o libswscale/slice.o libswscale/swscale.o libswscale/swscale_unscaled.o libswscale/utils.o libswscale/version.o libswscale/vscale.o libswscale/x86/hscale_fast_bilinear_simd.o libswscale/x86/input.o libswscale/x86/output.o libswscale/x86/rgb2rgb.o libswscale/x86/rgb_2_rgb.o libswscale/x86/scale.o libswscale/x86/scale_avx2.o libswscale/x86/swscale.o libswscale/x86/yuv2rgb.o libswscale/x86/yuv2yuvX.o libswscale/x86/yuv_2_rgb.o libswscale/yuv2rgb.o libswscale/log2_tab.o libswscale/swscaleres.o > libswscale/swscale-7.def
    EXTERN_PREFIX="" /c/j/workspace/prod-v1/bsr@3/1567/dccab/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/compat/windows/makedef libpostproc/libpostproc.ver libpostproc/postprocess.o libpostproc/version.o libpostproc/postprocres.o > libpostproc/postproc-57.def
    EXTERN_PREFIX="" /c/j/workspace/prod-v1/bsr@3/1567/dccab/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/compat/windows/makedef libswresample/libswresample.ver libswresample/audioconvert.o libswresample/dither.o libswresample/options.o libswresample/rematrix.o libswresample/resample.o libswresample/resample_dsp.o libswresample/swresample.o libswresample/swresample_frame.o libswresample/version.o libswresample/x86/audio_convert.o libswresample/x86/audio_convert_init.o libswresample/x86/rematrix.o libswresample/x86/rematrix_init.o libswresample/x86/resample.o libswresample/x86/resample_init.o libswresample/log2_tab.o libswresample/swresampleres.o > libswresample/swresample-4.def
    STRIP	libavcodec/x86/vp9itxfm.o
    skipping strip -x libavcodec/x86/vp9itxfm.o
    GEN	libavcodec/libavcodec.ver
    LD	libswscale/swscale-7.dll
    LD	libpostproc/postproc-57.dll
    LD	libswresample/swresample-4.dll
       Creating library libswscale/swscale.lib and object libswscale/swscale.exp
       Creating library libpostproc/postproc.lib and object libpostproc/postproc.exp
       Creating library libswresample/swresample.lib and object libswresample/swresample.exp
    EXTERN_PREFIX="" /c/j/workspace/prod-v1/bsr@3/1567/dccab/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/compat/windows/makedef libavcodec/libavcodec.ver libavcodec/012v.o libavcodec/4xm.o libavcodec/8bps.o libavcodec/8svx.o libavcodec/a64multienc.o libavcodec/aac_ac3_parser.o libavcodec/aac_adtstoasc_bsf.o libavcodec/aac_parser.o libavcodec/aaccoder.o libavcodec/aacdec.o libavcodec/aacdec_fixed.o libavcodec/aacenc.o libavcodec/aacenc_is.o libavcodec/aacenc_ltp.o libavcodec/aacenc_pred.o libavcodec/aacenc_tns.o libavcodec/aacenctab.o libavcodec/aacps_common.o libavcodec/aacps_fixed.o libavcodec/aacps_float.o libavcodec/aacpsdsp_fixed.o libavcodec/aacpsdsp_float.o libavcodec/aacpsy.o libavcodec/aacsbr.o libavcodec/aacsbr_fixed.o libavcodec/aactab.o libavcodec/aandcttab.o libavcodec/aasc.o libavcodec/ac3.o libavcodec/ac3_channel_layout_tab.o libavcodec/ac3_parser.o libavcodec/ac3dec_data.o libavcodec/ac3dec_fixed.o libavcodec/ac3dec_float.o libavcodec/ac3dsp.o libavcodec/ac3enc.o libavcodec/ac3enc_fixed.o libavcodec/ac3enc_float.o libavcodec/ac3tab.o libavcodec/acelp_filters.o libavcodec/acelp_pitch_delay.o libavcodec/acelp_vectors.o libavcodec/adpcm.o libavcodec/adpcm_data.o libavcodec/adpcmenc.o libavcodec/adts_header.o libavcodec/adts_parser.o libavcodec/adx.o libavcodec/adx_parser.o libavcodec/adxdec.o libavcodec/adxenc.o libavcodec/agm.o libavcodec/aic.o libavcodec/alac.o libavcodec/alac_data.o libavcodec/alacdsp.o libavcodec/alacenc.o libavcodec/aliaspixdec.o libavcodec/aliaspixenc.o libavcodec/allcodecs.o libavcodec/alsdec.o libavcodec/amr_parser.o libavcodec/amrnbdec.o libavcodec/amrwbdec.o libavcodec/anm.o libavcodec/ansi.o libavcodec/apac.o libavcodec/apedec.o libavcodec/aptx.o libavcodec/aptxdec.o libavcodec/aptxenc.o libavcodec/arbc.o libavcodec/argo.o libavcodec/ass.o libavcodec/ass_split.o libavcodec/assdec.o libavcodec/assenc.o libavcodec/asv.o libavcodec/asvdec.o libavcodec/asvenc.o libavcodec/atrac.o libavcodec/atrac1.o libavcodec/atrac3.o libavcodec/atrac3plus.o libavcodec/atrac3plusdec.o libavcodec/atrac3plusdsp.o libavcodec/atrac9dec.o libavcodec/atsc_a53.o libavcodec/audio_frame_queue.o libavcodec/audiodsp.o libavcodec/aura.o libavcodec/av1_frame_merge_bsf.o libavcodec/av1_frame_split_bsf.o libavcodec/av1_metadata_bsf.o libavcodec/av1_parse.o libavcodec/av1_parser.o libavcodec/av1dec.o libavcodec/avcodec.o libavcodec/avdct.o libavcodec/avfft.o libavcodec/avpacket.o libavcodec/avrndec.o libavcodec/avs.o libavcodec/avs2.o libavcodec/avs2_parser.o libavcodec/avs3_parser.o libavcodec/avuidec.o libavcodec/avuienc.o libavcodec/bethsoftvideo.o libavcodec/bfi.o libavcodec/bgmc.o libavcodec/bink.o libavcodec/binkaudio.o libavcodec/binkdsp.o libavcodec/bintext.o libavcodec/bitpacked_dec.o libavcodec/bitpacked_enc.o libavcodec/bitstream.o libavcodec/bitstream_filters.o libavcodec/blockdsp.o libavcodec/bmp.o libavcodec/bmp_parser.o libavcodec/bmpenc.o libavcodec/bmvaudio.o libavcodec/bmvvideo.o libavcodec/bonk.o libavcodec/brenderpix.o libavcodec/bsf.o libavcodec/bswapdsp.o libavcodec/c93.o libavcodec/cabac.o libavcodec/canopus.o libavcodec/cavs.o libavcodec/cavs_parser.o libavcodec/cavsdata.o libavcodec/cavsdec.o libavcodec/cavsdsp.o libavcodec/cbrt_data.o libavcodec/cbrt_data_fixed.o libavcodec/cbs.o libavcodec/cbs_av1.o libavcodec/cbs_bsf.o libavcodec/cbs_h2645.o libavcodec/cbs_mpeg2.o libavcodec/cbs_sei.o libavcodec/cbs_vp9.o libavcodec/ccaption_dec.o libavcodec/cdgraphics.o libavcodec/cdtoons.o libavcodec/cdxl.o libavcodec/celp_filters.o libavcodec/celp_math.o libavcodec/cfhd.o libavcodec/cfhddata.o libavcodec/cfhddsp.o libavcodec/cfhdenc.o libavcodec/cfhdencdsp.o libavcodec/cga_data.o libavcodec/chomp_bsf.o libavcodec/cinepak.o libavcodec/cinepakenc.o libavcodec/clearvideo.o libavcodec/cljrdec.o libavcodec/cljrenc.o libavcodec/cllc.o libavcodec/cngdec.o libavcodec/cngenc.o libavcodec/codec_desc.o libavcodec/codec_par.o libavcodec/cook.o libavcodec/cook_parser.o libavcodec/cpia.o libavcodec/cri.o libavcodec/cri_parser.o libavcodec/cscd.o libavcodec/cyuv.o libavcodec/d3d11va.o libavcodec/dca.o libavcodec/dca_core.o libavcodec/dca_core_bsf.o libavcodec/dca_exss.o libavcodec/dca_lbr.o libavcodec/dca_parser.o libavcodec/dca_sample_rate_tab.o libavcodec/dca_xll.o libavcodec/dcaadpcm.o libavcodec/dcadata.o libavcodec/dcadct.o libavcodec/dcadec.o libavcodec/dcadsp.o libavcodec/dcaenc.o libavcodec/dcahuff.o libavcodec/dct32_fixed.o libavcodec/dct32_float.o libavcodec/dds.o libavcodec/decode.o libavcodec/dfa.o libavcodec/dfpwmdec.o libavcodec/dfpwmenc.o libavcodec/dirac.o libavcodec/dirac_arith.o libavcodec/dirac_dwt.o libavcodec/dirac_parser.o libavcodec/dirac_vlc.o libavcodec/diracdec.o libavcodec/diracdsp.o libavcodec/diractab.o libavcodec/dnxhd_parser.o libavcodec/dnxhddata.o libavcodec/dnxhddec.o libavcodec/dnxhdenc.o libavcodec/dolby_e.o libavcodec/dolby_e_parse.o libavcodec/dolby_e_parser.o libavcodec/dovi_rpu.o libavcodec/dpcm.o libavcodec/dpx.o libavcodec/dpx_parser.o libavcodec/dpxenc.o libavcodec/dsd.o libavcodec/dsddec.o libavcodec/dsicinaudio.o libavcodec/dsicinvideo.o libavcodec/dss_sp.o libavcodec/dstdec.o libavcodec/dts2pts_bsf.o libavcodec/dump_extradata_bsf.o libavcodec/dv.o libavcodec/dv_error_marker_bsf.o libavcodec/dv_profile.o libavcodec/dvaudio_parser.o libavcodec/dvaudiodec.o libavcodec/dvbsub_parser.o libavcodec/dvbsubdec.o libavcodec/dvbsubenc.o libavcodec/dvd_nav_parser.o libavcodec/dvdata.o libavcodec/dvdec.o libavcodec/dvdsub.o libavcodec/dvdsub_parser.o libavcodec/dvdsubdec.o libavcodec/dvdsubenc.o libavcodec/dvenc.o libavcodec/dxa.o libavcodec/dxtory.o libavcodec/dxv.o libavcodec/dxva2.o libavcodec/dxva2_av1.o libavcodec/dxva2_h264.o libavcodec/dxva2_hevc.o libavcodec/dxva2_mpeg2.o libavcodec/dxva2_vc1.o libavcodec/dxva2_vp9.o libavcodec/dynamic_hdr_vivid.o libavcodec/eac3_core_bsf.o libavcodec/eac3_data.o libavcodec/eac3enc.o libavcodec/eacmv.o libavcodec/eaidct.o libavcodec/eamad.o libavcodec/eatgq.o libavcodec/eatgv.o libavcodec/eatqi.o libavcodec/elbg.o libavcodec/elsdec.o libavcodec/encode.o libavcodec/error_resilience.o libavcodec/escape124.o libavcodec/escape130.o libavcodec/evc_frame_merge_bsf.o libavcodec/evc_parse.o libavcodec/evc_parser.o libavcodec/evc_ps.o libavcodec/evrcdec.o libavcodec/exif.o libavcodec/exr.o libavcodec/exrdsp.o libavcodec/exrenc.o libavcodec/extract_extradata_bsf.o libavcodec/faandct.o libavcodec/faanidct.o libavcodec/fastaudio.o libavcodec/faxcompr.o libavcodec/fdctdsp.o libavcodec/ffv1.o libavcodec/ffv1dec.o libavcodec/ffv1enc.o libavcodec/ffwavesynth.o libavcodec/fic.o libavcodec/file_open.o libavcodec/filter_units_bsf.o libavcodec/fits.o libavcodec/fitsdec.o libavcodec/fitsenc.o libavcodec/flac.o libavcodec/flac_parser.o libavcodec/flacdata.o libavcodec/flacdec.o libavcodec/flacdsp.o libavcodec/flacenc.o libavcodec/flacencdsp.o libavcodec/flashsv.o libavcodec/flashsv2enc.o libavcodec/flashsvenc.o libavcodec/flicvideo.o libavcodec/float2half.o libavcodec/flvdec.o libavcodec/flvenc.o libavcodec/fmtconvert.o libavcodec/fmvc.o libavcodec/frame_thread_encoder.o libavcodec/fraps.o libavcodec/frwu.o libavcodec/ftr.o libavcodec/ftr_parser.o libavcodec/g2meet.o libavcodec/g722.o libavcodec/g722dec.o libavcodec/g722dsp.o libavcodec/g722enc.o libavcodec/g723_1.o libavcodec/g723_1_parser.o libavcodec/g723_1dec.o libavcodec/g723_1enc.o libavcodec/g726.o libavcodec/g729_parser.o libavcodec/g729dec.o libavcodec/g729postfilter.o libavcodec/gdv.o libavcodec/gemdec.o libavcodec/get_buffer.o libavcodec/gif.o libavcodec/gif_parser.o libavcodec/gifdec.o libavcodec/golomb.o libavcodec/gsm_parser.o libavcodec/gsmdec.o libavcodec/gsmdec_data.o libavcodec/h261.o libavcodec/h261_parser.o libavcodec/h261data.o libavcodec/h261dec.o libavcodec/h261enc.o libavcodec/h263.o libavcodec/h263_parser.o libavcodec/h263data.o libavcodec/h263dec.o libavcodec/h263dsp.o libavcodec/h2645_parse.o libavcodec/h2645_sei.o libavcodec/h2645_vui.o libavcodec/h2645data.o libavcodec/h264_cabac.o libavcodec/h264_cavlc.o libavcodec/h264_direct.o libavcodec/h264_levels.o libavcodec/h264_loopfilter.o libavcodec/h264_mb.o libavcodec/h264_metadata_bsf.o libavcodec/h264_mp4toannexb_bsf.o libavcodec/h264_parse.o libavcodec/h264_parser.o libavcodec/h264_picture.o libavcodec/h264_ps.o libavcodec/h264_redundant_pps_bsf.o libavcodec/h264_refs.o libavcodec/h264_sei.o libavcodec/h264_slice.o libavcodec/h264chroma.o libavcodec/h264data.o libavcodec/h264dec.o libavcodec/h264dsp.o libavcodec/h264idct.o libavcodec/h264pred.o libavcodec/h264qpel.o libavcodec/h265_metadata_bsf.o libavcodec/h265_profile_level.o libavcodec/h266_metadata_bsf.o libavcodec/h274.o libavcodec/half2float.o libavcodec/hap.o libavcodec/hapdec.o libavcodec/hapqa_extract_bsf.o libavcodec/hcadec.o libavcodec/hcom.o libavcodec/hdr_parser.o libavcodec/hdrdec.o libavcodec/hdrenc.o libavcodec/hevc_cabac.o libavcodec/hevc_data.o libavcodec/hevc_filter.o libavcodec/hevc_mp4toannexb_bsf.o libavcodec/hevc_mvs.o libavcodec/hevc_parse.o libavcodec/hevc_parser.o libavcodec/hevc_ps.o libavcodec/hevc_refs.o libavcodec/hevc_sei.o libavcodec/hevcdec.o libavcodec/hevcdsp.o libavcodec/hevcpred.o libavcodec/hnm4video.o libavcodec/hpeldsp.o libavcodec/hq_hqa.o libavcodec/hq_hqadata.o libavcodec/hq_hqadsp.o libavcodec/hqx.o libavcodec/hqxdsp.o libavcodec/hqxvlc.o libavcodec/htmlsubtitles.o libavcodec/huffman.o libavcodec/huffyuv.o libavcodec/huffyuvdec.o libavcodec/huffyuvdsp.o libavcodec/huffyuvenc.o libavcodec/huffyuvencdsp.o libavcodec/idcinvideo.o libavcodec/idctdsp.o libavcodec/iff.o libavcodec/iirfilter.o libavcodec/ilbcdec.o libavcodec/imc.o libavcodec/imgconvert.o libavcodec/imm4.o libavcodec/imm5.o libavcodec/imx.o libavcodec/imx_dump_header_bsf.o libavcodec/indeo2.o libavcodec/indeo3.o libavcodec/indeo4.o libavcodec/indeo5.o libavcodec/intelh263dec.o libavcodec/interplayacm.o libavcodec/interplayvideo.o libavcodec/intrax8.o libavcodec/intrax8dsp.o libavcodec/ipu_parser.o libavcodec/ituh263dec.o libavcodec/ituh263enc.o libavcodec/ivi.o libavcodec/ivi_dsp.o libavcodec/j2kenc.o libavcodec/jacosubdec.o libavcodec/jfdctfst.o libavcodec/jfdctint.o libavcodec/jni.o libavcodec/jpeg2000.o libavcodec/jpeg2000_parser.o libavcodec/jpeg2000dec.o libavcodec/jpeg2000dsp.o libavcodec/jpeg2000dwt.o libavcodec/jpeg2000htdec.o libavcodec/jpegls.o libavcodec/jpeglsdec.o libavcodec/jpeglsenc.o libavcodec/jpegquanttables.o libavcodec/jpegtables.o libavcodec/jpegxl_parse.o libavcodec/jpegxl_parser.o libavcodec/jrevdct.o libavcodec/jvdec.o libavcodec/kbdwin.o libavcodec/kgv1dec.o libavcodec/kmvc.o libavcodec/lagarith.o libavcodec/lagarithrac.o libavcodec/latm_parser.o libavcodec/lcldec.o libavcodec/lclenc.o libavcodec/libaom.o libavcodec/libaomdec.o libavcodec/libaomenc.o libavcodec/libdav1d.o libavcodec/libfdk-aacdec.o libavcodec/libfdk-aacenc.o libavcodec/libmp3lame.o libavcodec/libopenh264.o libavcodec/libopenh264dec.o libavcodec/libopenh264enc.o libavcodec/libopenjpegenc.o libavcodec/libopus.o libavcodec/libopusdec.o libavcodec/libopusenc.o libavcodec/libsvtav1.o libavcodec/libvorbisdec.o libavcodec/libvorbisenc.o libavcodec/libvpxdec.o libavcodec/libvpxenc.o libavcodec/libwebpenc.o libavcodec/libwebpenc_animencoder.o libavcodec/libwebpenc_common.o libavcodec/libx264.o libavcodec/libx265.o libavcodec/ljpegenc.o libavcodec/loco.o libavcodec/lossless_audiodsp.o libavcodec/lossless_videodsp.o libavcodec/lossless_videoencdsp.o libavcodec/lpc.o libavcodec/lscrdec.o libavcodec/lsp.o libavcodec/lzf.o libavcodec/lzw.o libavcodec/lzwenc.o libavcodec/m101.o libavcodec/mace.o libavcodec/magicyuv.o libavcodec/magicyuvenc.o libavcodec/mathtables.o libavcodec/mdec.o libavcodec/me_cmp.o libavcodec/media100_to_mjpegb_bsf.o libavcodec/mediacodec.o libavcodec/metasound.o libavcodec/mf_utils.o libavcodec/mfenc.o libavcodec/microdvddec.o libavcodec/midivid.o libavcodec/mimic.o libavcodec/misc4.o libavcodec/misc4_parser.o libavcodec/mjpeg2jpeg_bsf.o libavcodec/mjpeg_parser.o libavcodec/mjpega_dump_header_bsf.o libavcodec/mjpegbdec.o libavcodec/mjpegdec.o libavcodec/mjpegdec_common.o libavcodec/mjpegenc.o libavcodec/mjpegenc_common.o libavcodec/mjpegenc_huffman.o libavcodec/mlp.o libavcodec/mlp_parse.o libavcodec/mlp_parser.o libavcodec/mlpdec.o libavcodec/mlpdsp.o libavcodec/mlpenc.o libavcodec/mlz.o libavcodec/mmvideo.o libavcodec/mobiclip.o libavcodec/motion_est.o libavcodec/motionpixels.o libavcodec/movsub_bsf.o libavcodec/movtextdec.o libavcodec/movtextenc.o libavcodec/mp3_header_decompress_bsf.o libavcodec/mpc.o libavcodec/mpc7.o libavcodec/mpc8.o libavcodec/mpeg12.o libavcodec/mpeg12data.o libavcodec/mpeg12dec.o libavcodec/mpeg12enc.o libavcodec/mpeg12framerate.o libavcodec/mpeg2_metadata_bsf.o libavcodec/mpeg4_unpack_bframes_bsf.o libavcodec/mpeg4audio.o libavcodec/mpeg4audio_sample_rates.o libavcodec/mpeg4video.o libavcodec/mpeg4video_parser.o libavcodec/mpeg4videodec.o libavcodec/mpeg4videodsp.o libavcodec/mpeg4videoenc.o libavcodec/mpeg_er.o libavcodec/mpegaudio.o libavcodec/mpegaudio_parser.o libavcodec/mpegaudiodata.o libavcodec/mpegaudiodec_common.o libavcodec/mpegaudiodec_fixed.o libavcodec/mpegaudiodec_float.o libavcodec/mpegaudiodecheader.o libavcodec/mpegaudiodsp.o libavcodec/mpegaudiodsp_data.o libavcodec/mpegaudiodsp_fixed.o libavcodec/mpegaudiodsp_float.o libavcodec/mpegaudioenc_fixed.o libavcodec/mpegaudioenc_float.o libavcodec/mpegaudiotabs.o libavcodec/mpegpicture.o libavcodec/mpegutils.o libavcodec/mpegvideo.o libavcodec/mpegvideo_dec.o libavcodec/mpegvideo_enc.o libavcodec/mpegvideo_motion.o libavcodec/mpegvideo_parser.o libavcodec/mpegvideodata.o libavcodec/mpegvideoencdsp.o libavcodec/mpl2dec.o libavcodec/mqc.o libavcodec/mqcdec.o libavcodec/mqcenc.o libavcodec/mscc.o libavcodec/msgsmdec.o libavcodec/msmpeg4.o libavcodec/msmpeg4_vc1_data.o libavcodec/msmpeg4data.o libavcodec/msmpeg4dec.o libavcodec/msmpeg4enc.o libavcodec/msp2dec.o libavcodec/msrle.o libavcodec/msrledec.o libavcodec/msrleenc.o libavcodec/mss1.o libavcodec/mss12.o libavcodec/mss2.o libavcodec/mss2dsp.o libavcodec/mss3.o libavcodec/mss34dsp.o libavcodec/mss4.o libavcodec/msvideo1.o libavcodec/msvideo1enc.o libavcodec/mv30.o libavcodec/mvcdec.o libavcodec/mvha.o libavcodec/mwsc.o libavcodec/mxpegdec.o libavcodec/nellymoser.o libavcodec/nellymoserdec.o libavcodec/nellymoserenc.o libavcodec/noise_bsf.o libavcodec/notchlc.o libavcodec/null.o libavcodec/null_bsf.o libavcodec/nuv.o libavcodec/on2avc.o libavcodec/on2avcdata.o libavcodec/options.o libavcodec/opus_celt.o libavcodec/opus_metadata_bsf.o libavcodec/opus_parse.o libavcodec/opus_parser.o libavcodec/opus_pvq.o libavcodec/opus_rc.o libavcodec/opus_silk.o libavcodec/opusdec.o libavcodec/opusdec_celt.o libavcodec/opusdsp.o libavcodec/opusenc.o libavcodec/opusenc_psy.o libavcodec/opustab.o libavcodec/osq.o libavcodec/pafaudio.o libavcodec/pafvideo.o libavcodec/pamenc.o libavcodec/parser.o libavcodec/parsers.o libavcodec/pcm-bluray.o libavcodec/pcm-blurayenc.o libavcodec/pcm-dvd.o libavcodec/pcm-dvdenc.o libavcodec/pcm.o libavcodec/pcm_rechunk_bsf.o libavcodec/pcx.o libavcodec/pcxenc.o libavcodec/pdvdec.o libavcodec/pgs_frame_merge_bsf.o libavcodec/pgssubdec.o libavcodec/pgxdec.o libavcodec/photocd.o libavcodec/pictordec.o libavcodec/pixblockdsp.o libavcodec/pixlet.o libavcodec/png.o libavcodec/png_parser.o libavcodec/pngdec.o libavcodec/pngdsp.o libavcodec/pngenc.o libavcodec/pnm.o libavcodec/pnm_parser.o libavcodec/pnmdec.o libavcodec/pnmenc.o libavcodec/profiles.o libavcodec/prores_metadata_bsf.o libavcodec/proresdata.o libavcodec/proresdec2.o libavcodec/proresdsp.o libavcodec/proresenc_anatoliy.o libavcodec/proresenc_kostya.o libavcodec/prosumer.o libavcodec/psd.o libavcodec/psymodel.o libavcodec/pthread.o libavcodec/pthread_frame.o libavcodec/pthread_slice.o libavcodec/ptx.o libavcodec/qcelpdec.o libavcodec/qdm2.o libavcodec/qdmc.o libavcodec/qdrw.o libavcodec/qoi_parser.o libavcodec/qoidec.o libavcodec/qoienc.o libavcodec/qpeg.o libavcodec/qpeldsp.o libavcodec/qsv_api.o libavcodec/qtrle.o libavcodec/qtrleenc.o libavcodec/r210dec.o libavcodec/r210enc.o libavcodec/ra144.o libavcodec/ra144dec.o libavcodec/ra144enc.o libavcodec/ra288.o libavcodec/ralf.o libavcodec/rangecoder.o libavcodec/rasc.o libavcodec/ratecontrol.o libavcodec/raw.o libavcodec/rawdec.o libavcodec/rawenc.o libavcodec/realtextdec.o libavcodec/refstruct.o libavcodec/remove_extradata_bsf.o libavcodec/rka.o libavcodec/rl.o libavcodec/rl2.o libavcodec/rle.o libavcodec/roqaudioenc.o libavcodec/roqvideo.o libavcodec/roqvideodec.o libavcodec/roqvideoenc.o libavcodec/rpza.o libavcodec/rpzaenc.o libavcodec/rscc.o libavcodec/rtjpeg.o libavcodec/rtv1.o libavcodec/rv10.o libavcodec/rv10enc.o libavcodec/rv20enc.o libavcodec/rv30.o libavcodec/rv30dsp.o libavcodec/rv34.o libavcodec/rv34_parser.o libavcodec/rv34dsp.o libavcodec/rv40.o libavcodec/rv40dsp.o libavcodec/s302m.o libavcodec/s302menc.o libavcodec/samidec.o libavcodec/sanm.o libavcodec/sbc.o libavcodec/sbc_parser.o libavcodec/sbcdec.o libavcodec/sbcdec_data.o libavcodec/sbcdsp.o libavcodec/sbcdsp_data.o libavcodec/sbcenc.o libavcodec/sbrdsp.o libavcodec/sbrdsp_fixed.o libavcodec/scpr.o libavcodec/screenpresso.o libavcodec/setts_bsf.o libavcodec/sga.o libavcodec/sgidec.o libavcodec/sgienc.o libavcodec/sgirledec.o libavcodec/sheervideo.o libavcodec/shorten.o libavcodec/simple_idct.o libavcodec/sinewin.o libavcodec/sipr.o libavcodec/sipr16k.o libavcodec/sipr_parser.o libavcodec/siren.o libavcodec/smacker.o libavcodec/smc.o libavcodec/smcenc.o libavcodec/snappy.o libavcodec/snow.o libavcodec/snow_dwt.o libavcodec/snowdec.o libavcodec/snowenc.o libavcodec/sonic.o libavcodec/sp5xdec.o libavcodec/speedhq.o libavcodec/speedhqdec.o libavcodec/speedhqenc.o libavcodec/speexdec.o libavcodec/srtdec.o libavcodec/srtenc.o libavcodec/startcode.o libavcodec/subviewerdec.o libavcodec/sunrast.o libavcodec/sunrastenc.o libavcodec/svq1.o libavcodec/svq1dec.o libavcodec/svq1enc.o libavcodec/svq3.o libavcodec/synth_filter.o libavcodec/tak.o libavcodec/tak_parser.o libavcodec/takdec.o libavcodec/takdsp.o libavcodec/targa.o libavcodec/targa_y216dec.o libavcodec/targaenc.o libavcodec/tdsc.o libavcodec/textdec.o libavcodec/texturedsp.o libavcodec/texturedspenc.o libavcodec/tiertexseqv.o libavcodec/tiff.o libavcodec/tiff_common.o libavcodec/tiffenc.o libavcodec/tmv.o libavcodec/to_upper4.o libavcodec/tpeldsp.o libavcodec/trace_headers_bsf.o libavcodec/truehd_core_bsf.o libavcodec/truemotion1.o libavcodec/truemotion2.o libavcodec/truemotion2rt.o libavcodec/truespeech.o libavcodec/tscc.o libavcodec/tscc2.o libavcodec/tta.o libavcodec/ttadata.o libavcodec/ttadsp.o libavcodec/ttaenc.o libavcodec/ttaencdsp.o libavcodec/ttmlenc.o libavcodec/twinvq.o libavcodec/twinvqdec.o libavcodec/txd.o libavcodec/ulti.o libavcodec/utils.o libavcodec/utvideodec.o libavcodec/utvideodsp.o libavcodec/utvideoenc.o libavcodec/v210dec.o libavcodec/v210enc.o libavcodec/v210x.o libavcodec/v308dec.o libavcodec/v308enc.o libavcodec/v408dec.o libavcodec/v408enc.o libavcodec/v410dec.o libavcodec/v410enc.o libavcodec/vb.o libavcodec/vble.o libavcodec/vbndec.o libavcodec/vbnenc.o libavcodec/vc1.o libavcodec/vc1_block.o libavcodec/vc1_loopfilter.o libavcodec/vc1_mc.o libavcodec/vc1_parser.o libavcodec/vc1_pred.o libavcodec/vc1data.o libavcodec/vc1dec.o libavcodec/vc1dsp.o libavcodec/vc2enc.o libavcodec/vc2enc_dwt.o libavcodec/vcr1.o libavcodec/version.o libavcodec/videodsp.o libavcodec/vima.o libavcodec/vlc.o libavcodec/vmdaudio.o libavcodec/vmdvideo.o libavcodec/vmixdec.o libavcodec/vmnc.o libavcodec/vorbis.o libavcodec/vorbis_data.o libavcodec/vorbis_parser.o libavcodec/vorbisdec.o libavcodec/vorbisdsp.o libavcodec/vorbisenc.o libavcodec/vp3.o libavcodec/vp3_parser.o libavcodec/vp3dsp.o libavcodec/vp5.o libavcodec/vp56.o libavcodec/vp56data.o libavcodec/vp56dsp.o libavcodec/vp6.o libavcodec/vp6dsp.o libavcodec/vp8.o libavcodec/vp8_parser.o libavcodec/vp8data.o libavcodec/vp8dsp.o libavcodec/vp9.o libavcodec/vp9_metadata_bsf.o libavcodec/vp9_parser.o libavcodec/vp9_raw_reorder_bsf.o libavcodec/vp9_superframe_bsf.o libavcodec/vp9_superframe_split_bsf.o libavcodec/vp9block.o libavcodec/vp9data.o libavcodec/vp9dsp.o libavcodec/vp9dsp_10bpp.o libavcodec/vp9dsp_12bpp.o libavcodec/vp9dsp_8bpp.o libavcodec/vp9lpf.o libavcodec/vp9mvs.o libavcodec/vp9prob.o libavcodec/vp9recon.o libavcodec/vpx_rac.o libavcodec/vqavideo.o libavcodec/vqcdec.o libavcodec/vvc_mp4toannexb_bsf.o libavcodec/vvc_parser.o libavcodec/wavarc.o libavcodec/wavpack.o libavcodec/wavpackdata.o libavcodec/wavpackenc.o libavcodec/wbmpdec.o libavcodec/wbmpenc.o libavcodec/wcmv.o libavcodec/webp.o libavcodec/webp_parser.o libavcodec/webvttdec.o libavcodec/webvttenc.o libavcodec/wma.o libavcodec/wma_common.o libavcodec/wma_freqs.o libavcodec/wmadec.o libavcodec/wmaenc.o libavcodec/wmalosslessdec.o libavcodec/wmaprodec.o libavcodec/wmavoice.o libavcodec/wmv2.o libavcodec/wmv2data.o libavcodec/wmv2dec.o libavcodec/wmv2dsp.o libavcodec/wmv2enc.o libavcodec/wnv1.o libavcodec/wrapped_avframe.o libavcodec/ws-snd1.o libavcodec/x86/aacencdsp.o libavcodec/x86/aacencdsp_init.o libavcodec/x86/aacpsdsp.o libavcodec/x86/aacpsdsp_init.o libavcodec/x86/ac3dsp.o libavcodec/x86/ac3dsp_downmix.o libavcodec/x86/ac3dsp_init.o libavcodec/x86/alacdsp.o libavcodec/x86/alacdsp_init.o libavcodec/x86/audiodsp.o libavcodec/x86/audiodsp_init.o libavcodec/x86/blockdsp.o libavcodec/x86/blockdsp_init.o libavcodec/x86/bswapdsp.o libavcodec/x86/bswapdsp_init.o libavcodec/x86/cavsdsp.o libavcodec/x86/cavsidct.o libavcodec/x86/celt_pvq_init.o libavcodec/x86/celt_pvq_search.o libavcodec/x86/cfhddsp.o libavcodec/x86/cfhddsp_init.o libavcodec/x86/cfhdencdsp.o libavcodec/x86/cfhdencdsp_init.o libavcodec/x86/constants.o libavcodec/x86/dcadsp.o libavcodec/x86/dcadsp_init.o libavcodec/x86/dct32.o libavcodec/x86/dirac_dwt.o libavcodec/x86/dirac_dwt_init.o libavcodec/x86/diracdsp.o libavcodec/x86/diracdsp_init.o libavcodec/x86/dnxhdenc.o libavcodec/x86/dnxhdenc_init.o libavcodec/x86/exrdsp.o libavcodec/x86/exrdsp_init.o libavcodec/x86/fdct.o libavcodec/x86/fdctdsp_init.o libavcodec/x86/flac_dsp_gpl.o libavcodec/x86/flacdsp.o libavcodec/x86/flacdsp_init.o libavcodec/x86/flacencdsp_init.o libavcodec/x86/fmtconvert.o libavcodec/x86/fmtconvert_init.o libavcodec/x86/fpel.o libavcodec/x86/g722dsp.o libavcodec/x86/g722dsp_init.o libavcodec/x86/h263_loopfilter.o libavcodec/x86/h263dsp_init.o libavcodec/x86/h264_chromamc.o libavcodec/x86/h264_chromamc_10bit.o libavcodec/x86/h264_deblock.o libavcodec/x86/h264_deblock_10bit.o libavcodec/x86/h264_idct.o libavcodec/x86/h264_idct_10bit.o libavcodec/x86/h264_intrapred.o libavcodec/x86/h264_intrapred_10bit.o libavcodec/x86/h264_intrapred_init.o libavcodec/x86/h264_qpel.o libavcodec/x86/h264_qpel_10bit.o libavcodec/x86/h264_qpel_8bit.o libavcodec/x86/h264_weight.o libavcodec/x86/h264_weight_10bit.o libavcodec/x86/h264chroma_init.o libavcodec/x86/h264dsp_init.o libavcodec/x86/hevc_add_res.o libavcodec/x86/hevc_deblock.o libavcodec/x86/hevc_idct.o libavcodec/x86/hevc_mc.o libavcodec/x86/hevc_sao.o libavcodec/x86/hevc_sao_10bit.o libavcodec/x86/hevcdsp_init.o libavcodec/x86/hpeldsp.o libavcodec/x86/hpeldsp_init.o libavcodec/x86/huffyuvdsp.o libavcodec/x86/huffyuvdsp_init.o libavcodec/x86/huffyuvencdsp.o libavcodec/x86/huffyuvencdsp_init.o libavcodec/x86/idctdsp.o libavcodec/x86/idctdsp_init.o libavcodec/x86/imdct36.o libavcodec/x86/jpeg2000dsp.o libavcodec/x86/jpeg2000dsp_init.o libavcodec/x86/lossless_audiodsp.o libavcodec/x86/lossless_audiodsp_init.o libavcodec/x86/lossless_videodsp.o libavcodec/x86/lossless_videodsp_init.o libavcodec/x86/lossless_videoencdsp.o libavcodec/x86/lossless_videoencdsp_init.o libavcodec/x86/lpc.o libavcodec/x86/lpc_init.o libavcodec/x86/me_cmp.o libavcodec/x86/me_cmp_init.o libavcodec/x86/mlpdsp.o libavcodec/x86/mlpdsp_init.o libavcodec/x86/mpeg4videodsp.o libavcodec/x86/mpegaudiodsp.o libavcodec/x86/mpegvideo.o libavcodec/x86/mpegvideoenc.o libavcodec/x86/mpegvideoencdsp.o libavcodec/x86/mpegvideoencdsp_init.o libavcodec/x86/opusdsp.o libavcodec/x86/opusdsp_init.o libavcodec/x86/pixblockdsp.o libavcodec/x86/pixblockdsp_init.o libavcodec/x86/pngdsp.o libavcodec/x86/pngdsp_init.o libavcodec/x86/proresdsp.o libavcodec/x86/proresdsp_init.o libavcodec/x86/qpel.o libavcodec/x86/qpeldsp.o libavcodec/x86/qpeldsp_init.o libavcodec/x86/rv34dsp.o libavcodec/x86/rv34dsp_init.o libavcodec/x86/rv40dsp.o libavcodec/x86/rv40dsp_init.o libavcodec/x86/sbcdsp.o libavcodec/x86/sbcdsp_init.o libavcodec/x86/sbrdsp.o libavcodec/x86/sbrdsp_init.o libavcodec/x86/simple_idct10.o libavcodec/x86/snowdsp.o libavcodec/x86/svq1enc.o libavcodec/x86/svq1enc_init.o libavcodec/x86/synth_filter.o libavcodec/x86/synth_filter_init.o libavcodec/x86/takdsp.o libavcodec/x86/takdsp_init.o libavcodec/x86/ttadsp.o libavcodec/x86/ttadsp_init.o libavcodec/x86/ttaencdsp.o libavcodec/x86/ttaencdsp_init.o libavcodec/x86/utvideodsp.o libavcodec/x86/utvideodsp_init.o libavcodec/x86/v210-init.o libavcodec/x86/v210.o libavcodec/x86/v210enc.o libavcodec/x86/v210enc_init.o libavcodec/x86/vc1dsp_init.o libavcodec/x86/vc1dsp_loopfilter.o libavcodec/x86/vc1dsp_mc.o libavcodec/x86/vc1dsp_mmx.o libavcodec/x86/videodsp.o libavcodec/x86/videodsp_init.o libavcodec/x86/vorbisdsp.o libavcodec/x86/vorbisdsp_init.o libavcodec/x86/vp3dsp.o libavcodec/x86/vp3dsp_init.o libavcodec/x86/vp6dsp.o libavcodec/x86/vp6dsp_init.o libavcodec/x86/vp8dsp.o libavcodec/x86/vp8dsp_init.o libavcodec/x86/vp8dsp_loopfilter.o libavcodec/x86/vp9dsp_init.o libavcodec/x86/vp9dsp_init_10bpp.o libavcodec/x86/vp9dsp_init_12bpp.o libavcodec/x86/vp9dsp_init_16bpp.o libavcodec/x86/vp9intrapred.o libavcodec/x86/vp9intrapred_16bpp.o libavcodec/x86/vp9itxfm.o libavcodec/x86/vp9itxfm_16bpp.o libavcodec/x86/vp9lpf.o libavcodec/x86/vp9lpf_16bpp.o libavcodec/x86/vp9mc.o libavcodec/x86/vp9mc_16bpp.o libavcodec/x86/xvididct.o libavcodec/x86/xvididct_init.o libavcodec/xan.o libavcodec/xbm_parser.o libavcodec/xbmdec.o libavcodec/xbmenc.o libavcodec/xface.o libavcodec/xfacedec.o libavcodec/xfaceenc.o libavcodec/xiph.o libavcodec/xl.o libavcodec/xma_parser.o libavcodec/xpmdec.o libavcodec/xsubdec.o libavcodec/xsubenc.o libavcodec/xvididct.o libavcodec/xwd_parser.o libavcodec/xwddec.o libavcodec/xwdenc.o libavcodec/xxan.o libavcodec/y41pdec.o libavcodec/y41penc.o libavcodec/ylc.o libavcodec/yop.o libavcodec/yuv4dec.o libavcodec/yuv4enc.o libavcodec/zerocodec.o libavcodec/zlib_wrapper.o libavcodec/zmbv.o libavcodec/zmbvenc.o libavcodec/avcodecres.o libavcodec/log2_tab.o libavcodec/reverse.o > libavcodec/avcodec-60.def
    LD	libavcodec/avcodec-60.dll
    ffmpeg/6.1: 
    mkdir: cannot create directory '/dev/shm': Read-only file system
    mkdir: cannot create directory '/dev/mqueue': Read-only file system
    mkdir: cannot create directory '/dev/shm': Read-only file system
    mkdir: cannot create directory '/dev/mqueue': Read-only file system
    C:/j/workspace/prod-v1/bsr@3/1567/dccab/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/libavcodec/x86/h264_idct.asm:770: warning: redefining multi-line macro `STORE_DIFFx2'
    C:/j/workspace/prod-v1/bsr@3/1567/dccab/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/libavcodec/x86/h264_idct.asm:770: warning: redefining multi-line macro `STORE_DIFFx2'
    /c/j/workspace/prod-v1/bsr@3/1567/dccab/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/compat/windows/mslink: line 5: /c/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/HostX64/x64/link: Argument list too long
    make: *** [/c/j/workspace/prod-v1/bsr@3/1567/dccab/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/ffbuild/library.mak:119: libavcodec/avcodec-60.dll] Error 126
    WARN: freetype/2.13.2: requirement zlib/[>=1.2.10 <2] overridden by ffmpeg/6.1 to zlib/1.3.1 
    WARN: libpng/1.6.43: requirement zlib/[>=1.2.11 <2] overridden by freetype/2.13.2 to zlib/1.3.1 
    WARN: openssl/3.2.1: requirement zlib/[>=1.2.11 <2] overridden by ffmpeg/6.1 to zlib/1.3.1 
    ffmpeg/6.1: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    ffmpeg/6.1: ERROR: Package '8f820542e5564bda46ea2f720834fbe2f1ec37fe' build failed
    ffmpeg/6.1: WARN: Build folder C:\J\workspace\prod-v1\bsr@3\1567\dccab\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release
    ERROR: ffmpeg/6.1: Error in build() method, line 717
    	autotools.make()
    	ConanException: Error 2 while executing make -j8
    
  • ffmpeg/5.1.3: Didn't run or was cancelled before finishing

  • ffmpeg/6.0.1: All packages built successfully! (All logs)

  • ffmpeg/6.0: Didn't run or was cancelled before finishing

  • ffmpeg/4.4.3: All packages built successfully! (All logs)

  • ffmpeg/4.4: All packages built successfully! (All logs)

  • ffmpeg/4.4.4: All packages built successfully! (All logs)

  • ffmpeg/5.1: Didn't run or was cancelled before finishing

  • ffmpeg/5.0.3: All packages built successfully! (All logs)

  • ffmpeg/5.0: All packages built successfully! (All logs)

  • ffmpeg/4.3.2: All packages built successfully! (All logs)

  • ffmpeg/4.2.1: All packages built successfully! (All logs)


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 3 (d22a0e2dfb88a4856716932eec9683534093de7a):

  • ffmpeg/6.1: Didn't run or was cancelled before finishing

  • ffmpeg/5.1.3: Didn't run or was cancelled before finishing

  • ffmpeg/6.0.1: Didn't run or was cancelled before finishing

  • ffmpeg/5.1: Didn't run or was cancelled before finishing

  • ffmpeg/6.0: Didn't run or was cancelled before finishing

  • ffmpeg/5.0: Didn't run or was cancelled before finishing

  • ffmpeg/5.0.3: Didn't run or was cancelled before finishing

  • ffmpeg/4.3.2: Didn't run or was cancelled before finishing

  • ffmpeg/4.4.4: Didn't run or was cancelled before finishing

  • ffmpeg/4.4: Didn't run or was cancelled before finishing

  • ffmpeg/4.2.1: Didn't run or was cancelled before finishing

  • ffmpeg/4.4.3: CI failed to create some packages (All logs)

    Logs for packageID 43017ff76faa359cc8cd77166807c141b89804e0:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=True
    
    [...]
    Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease
    Hit:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease
    Hit:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease
    Hit:5 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease
    Hit:6 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu xenial InRelease
    Reading package lists...
    Reading package lists...
    Building dependency tree...
    Reading state information...
    The following NEW packages will be installed:
      libxcb-util-dev
    0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
    Need to get 9,974 B of archives.
    After this operation, 71.7 kB of additional disk space will be used.
    Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-util-dev amd64 0.4.0-0ubuntu3 [9,974 B]
    debconf: delaying package configuration, since apt-utils is not installed
    Fetched 9,974 B in 0s (147 kB/s)
    Selecting previously unselected package libxcb-util-dev:amd64.
    (Reading database ... 
    (Reading database ... 5%
    (Reading database ... 10%
    (Reading database ... 15%
    (Reading database ... 20%
    (Reading database ... 25%
    (Reading database ... 30%
    (Reading database ... 35%
    (Reading database ... 40%
    (Reading database ... 45%
    (Reading database ... 50%
    (Reading database ... 55%
    (Reading database ... 60%
    (Reading database ... 65%
    (Reading database ... 70%
    (Reading database ... 75%
    (Reading database ... 80%
    (Reading database ... 85%
    (Reading database ... 90%
    (Reading database ... 95%
    (Reading database ... 100%
    (Reading database ... 19886 files and directories currently installed.)
    Preparing to unpack .../libxcb-util-dev_0.4.0-0ubuntu3_amd64.deb ...
    Unpacking libxcb-util-dev:amd64 (0.4.0-0ubuntu3) ...
    Setting up libxcb-util-dev:amd64 (0.4.0-0ubuntu3) ...
    
    ======== Installing packages ========
    ERROR: Missing binary: libva/2.20.0:172aaebd919113877f2ff3e3332988a99fcd65fe
    
    libva/2.20.0: WARN: Can't find a 'libva/2.20.0' package binary '172aaebd919113877f2ff3e3332988a99fcd65fe' for the configuration:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.version=11
    os=Linux
    [options]
    with_drm=True
    with_glx=True
    with_wayland=True
    with_x11=True
    [requires]
    libdrm/2.4.Z
    opengl/system
    wayland/1.22.Z
    xorg/system
    
    ERROR: Missing prebuilt package for 'libva/2.20.0'. You can try:
        - List all available packages using 'conan list libva/2.20.0:* -r=remote'
        - Explain missing binaries: replace 'conan install ...' with 'conan graph explain ...'
        - Try to build locally from sources using the '--build=libva/2.20.0' argument
    
    More Info at 'https://docs.conan.io/2/knowledge/faq.html#error-missing-prebuilt-package'
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Mar 16 '24 06:03 conan-center-bot

Hooks produced the following warnings for commit d22a0e2dfb88a4856716932eec9683534093de7a
ffmpeg/6.0.1@#368542a392d718d2720685a3dccd3bd7
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.57.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.60.1.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.60.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.57.1.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.7.1.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.7.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.60.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.9.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.60.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.60.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.9.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.10.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.58.2.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.60.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.

github-actions[bot] avatar Mar 16 '24 06:03 github-actions[bot]

Well, I'm really not sure how I would have cause this error that is showing up on Windows:

/c/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/HostX64/x64/link: Argument list too long

The link line is indeed super long, but my changes shouldn't have any effect on Windows.

jwillikers avatar Mar 16 '24 14:03 jwillikers

Conan v1 pipeline :x:

Failure in build 3 (b79d30bcbf54214a4ba113e0ef044932efbf05bf):

An unexpected error happened and has been reported. Help is on its way! :horse_racing:


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 5 (b79d30bcbf54214a4ba113e0ef044932efbf05bf):

  • ffmpeg/6.0.1: Didn't run or was cancelled before finishing

  • ffmpeg/6.0: Didn't run or was cancelled before finishing

  • ffmpeg/6.1: Didn't run or was cancelled before finishing

  • ffmpeg/5.1: Didn't run or was cancelled before finishing

  • ffmpeg/4.4.3: Didn't run or was cancelled before finishing

  • ffmpeg/5.0: Didn't run or was cancelled before finishing

  • ffmpeg/4.4.4: CI failed to create some packages (All logs)

    Logs for packageID 9ed16bebe8eb15062dfbf0499f50a28099f56b34:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    [...]
        mpg123/1.31.2#ce831c936b2284e2066ab3dc58a2628e:cd3321362832070e917e6965cd88f846ae82dcde#af693051b29a0ddacb0cc579fef7906e - Download (conan-center)
        ogg/1.3.5#062626875f5c8c59f069f76f148098ef:b647c43bfefae3f830561ca202b6cfd935b56205#eb65b3e6ebe9c8667bc03f5638e4b3dd - Download (conan-center)
        opengl/system#4df6fecde4084386beded3ed0e56e4ea:da39a3ee5e6b4b0d3255bfef95601890afd80709#0ba8627bd47edc3a501e8f0eb9a79e5e - Download (conan-center)
        openh264/2.3.1#8b94a94f5472b67355953c7748ad4381:13be611585c95453f1cbbd053cea04b3e64470ca#71730a85b504776fc74b10f37a55db7f - Download (conan-center)
        openjpeg/2.5.0#2886244f2492121aa7c6c493a814db06:b647c43bfefae3f830561ca202b6cfd935b56205#91f0115d44707bb91b83e26c19937bf8 - Download (conan-center)
        openssl/3.2.1#c7b554068caae5eda12b735ea6f23d70:ba0c965640dfc9185194d683d05bfbe6419b47a3#d1726bfc4b66d9392fb7e73a90ed3d9c - Download (conan-center)
        opus/1.4#54631f551fc450783fb2df8cd63f80a2:4df585f63ebee00f46c117ab89b69f931e4b3d26#ea184fe0fbc1bb3e18c551df32da5002 - Download (conan-center)
        pulseaudio/14.2#bedb313afed20242c7caa27ae3e10af8:3ccd173ab917968fc66c7121dcd52e8388a1ed47#ed3c4fde2d64919af7562ba0acb46284 - Download (conan-center)
        vorbis/1.3.7#37e58f52e59a6232199b34ef402714a6:a7b68b4d31174eb97fff2f0a35ab28a9c1fd5e42#c6d1add45a7ed260effeef5dcb198e98 - Download (conan-center)
        wayland/1.22.0#284b56bdbe57868770f46100784e3b4d:9ef61cfe051f69b8cce843b72e11408e15171fab#2f4a3f922deed888a7661360b8094ee3 - Download (conan-center)
        xorg/system#f626cbdd0ba57d9c53bce2d8b9362fad:da39a3ee5e6b4b0d3255bfef95601890afd80709#0ba8627bd47edc3a501e8f0eb9a79e5e - Download (conan-center)
        xz_utils/5.4.5#51e5a6e6564f4ea3afd79def01f035ad:b647c43bfefae3f830561ca202b6cfd935b56205#138de75176063b63b5390d111d4af0e2 - Download (conan-center)
        zlib/1.3.1#f52e03ae3d251dec704634230cd806a2:b647c43bfefae3f830561ca202b6cfd935b56205#6b307bbcbae23635c4006543ffdbf3ef - Download (conan-center)
    Build requirements
        pkgconf/2.1.0#27f44583701117b571307cf5b5fe5605:c0b621fd4b3199fe05075171573398833dba85f4#74a82dec52448dda20253a19d65965c7 - Download (conan-center)
        yasm/1.3.0#fb800a15413dca19bfaef9e4b5d50694:3593751651824fb813502c69c971267624ced41a#de209941eeb4029e79a7a33bfefe9a98 - Download (conan-center)
    Skipped binaries
        expat/2.6.2, libffi/3.4.4, linux-headers-generic/6.5.9, autoconf/2.71, automake/1.16.5, expat/2.6.2, gettext/0.21, gnu-config/cci.20210814, libffi/3.4.4, libiconv/1.17, libtool/2.4.7, libxml2/2.12.6, m4/1.4.19, meson/1.2.1, meson/1.2.2, meson/1.3.1, meson/1.3.2, meson/1.4.0, nasm/2.15.05, ninja/1.11.1, pkgconf/2.0.3, pkgconf/2.2.0, wayland/1.22.0, xorg-macros/1.19.3, zlib/1.3.1
    ERROR: Missing binary: libva/2.20.0:0c71f4bf0b9dbe405a1ed9bfdcd2566eb3a0fa10
    
    libva/2.20.0: WARN: Can't find a 'libva/2.20.0' package binary '0c71f4bf0b9dbe405a1ed9bfdcd2566eb3a0fa10' for the configuration:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.version=11
    os=Linux
    [options]
    with_drm=True
    with_glx=True
    with_wayland=True
    with_x11=True
    [requires]
    expat/2.6.2#2d385d0d50eb5561006a7ff9e356656b:2ed03cd8691ea01deb11f88b5c95aa5195ec4816
    libdrm/2.4.119#642c1ff14e19c63e6ceec5a5c0744db9:132e646a310bf4499a7e08ed629372cf98503bb0
    libffi/3.4.4#35eb63842b505824b70aedc1baefc916:b647c43bfefae3f830561ca202b6cfd935b56205
    libiconv/1.17#73fefc1b696e069df90fd1d18aa63edd:b647c43bfefae3f830561ca202b6cfd935b56205
    libpciaccess/0.17#8f027f1f793b3db91b1ab0ff99c2202d:b647c43bfefae3f830561ca202b6cfd935b56205
    libxml2/2.12.6#8ccbdd478490cff58659863997f679f3:835058a17375647fa8abeb3ed1b1faf0ef8f504f
    opengl/system
    wayland/1.22.0#284b56bdbe57868770f46100784e3b4d:9ef61cfe051f69b8cce843b72e11408e15171fab
    xorg/system
    zlib/1.3.1#f52e03ae3d251dec704634230cd806a2:b647c43bfefae3f830561ca202b6cfd935b56205
    
    ERROR: Missing prebuilt package for 'libva/2.20.0'. You can try:
        - List all available packages using 'conan list libva/2.20.0:* -r=remote'
        - Explain missing binaries: replace 'conan install ...' with 'conan graph explain ...'
        - Try to build locally from sources using the '--build=libva/2.20.0' argument
    
    More Info at 'https://docs.conan.io/2/knowledge/faq.html#error-missing-prebuilt-package'
    
  • ffmpeg/5.0.3: Didn't run or was cancelled before finishing

  • ffmpeg/4.4: Didn't run or was cancelled before finishing

  • ffmpeg/4.3.2: Didn't run or was cancelled before finishing

  • ffmpeg/4.2.1: Didn't run or was cancelled before finishing

  • ffmpeg/5.1.3: Didn't run or was cancelled before finishing


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar May 10 '24 07:05 conan-center-bot

Conan v1 pipeline :x:

Failure in build 4 (b79d30bcbf54214a4ba113e0ef044932efbf05bf):

  • ffmpeg/6.1: CI failed to create some packages (All logs)

    Logs for packageID 8f820542e5564bda46ea2f720834fbe2f1ec37fe:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=Visual Studio
    compiler.runtime=MD
    compiler.version=16
    os=Windows
    [options]
    ffmpeg:shared=True
    
    [...]
    libcrypto.lib(libcommon-lib-ciphercommon_hw.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcommon-lib-ciphercommon_hw.obj)' or at 'C:\J\workspace\prod-v1\bsr\40899\bdeed\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcommon-lib-tls_pad.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcommon-lib-tls_pad.obj)' or at 'C:\J\workspace\prod-v1\bsr\40899\bdeed\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcrypto-lib-params_idx.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcrypto-lib-params_idx.obj)' or at 'C:\J\workspace\prod-v1\bsr\40899\bdeed\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcommon-lib-ciphercommon_gcm_hw.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcommon-lib-ciphercommon_gcm_hw.obj)' or at 'C:\J\workspace\prod-v1\bsr\40899\bdeed\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcommon-lib-ciphercommon_ccm_hw.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcommon-lib-ciphercommon_ccm_hw.obj)' or at 'C:\J\workspace\prod-v1\bsr\40899\bdeed\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcrypto-lib-siv128.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcrypto-lib-siv128.obj)' or at 'C:\J\workspace\prod-v1\bsr\40899\bdeed\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libdefault-lib-cipher_aes_gcm_siv_polyval.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libdefault-lib-cipher_aes_gcm_siv_polyval.obj)' or at 'C:\J\workspace\prod-v1\bsr\40899\bdeed\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libdefault-lib-digest_to_nid.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libdefault-lib-digest_to_nid.obj)' or at 'C:\J\workspace\prod-v1\bsr\40899\bdeed\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcommon-lib-der_dsa_gen.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcommon-lib-der_dsa_gen.obj)' or at 'C:\J\workspace\prod-v1\bsr\40899\bdeed\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcommon-lib-der_rsa_gen.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcommon-lib-der_rsa_gen.obj)' or at 'C:\J\workspace\prod-v1\bsr\40899\bdeed\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcommon-lib-der_ecx_gen.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcommon-lib-der_ecx_gen.obj)' or at 'C:\J\workspace\prod-v1\bsr\40899\bdeed\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcommon-lib-der_ec_gen.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcommon-lib-der_ec_gen.obj)' or at 'C:\J\workspace\prod-v1\bsr\40899\bdeed\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libdefault-lib-der_sm2_gen.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libdefault-lib-der_sm2_gen.obj)' or at 'C:\J\workspace\prod-v1\bsr\40899\bdeed\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcrypto-lib-nsseq.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcrypto-lib-nsseq.obj)' or at 'C:\J\workspace\prod-v1\bsr\40899\bdeed\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcrypto-lib-ct_log.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcrypto-lib-ct_log.obj)' or at 'C:\J\workspace\prod-v1\bsr\40899\bdeed\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcrypto-lib-ct_sct_ctx.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcrypto-lib-ct_sct_ctx.obj)' or at 'C:\J\workspace\prod-v1\bsr\40899\bdeed\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcrypto-lib-ct_vfy.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcrypto-lib-ct_vfy.obj)' or at 'C:\J\workspace\prod-v1\bsr\40899\bdeed\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcrypto-lib-ct_b64.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcrypto-lib-ct_b64.obj)' or at 'C:\J\workspace\prod-v1\bsr\40899\bdeed\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
       Creating library libavutil/avutil.lib and object libavutil/avutil.exp
    EXTERN_PREFIX="" /c/j/workspace/prod-v1/bsr/40899/bdeed/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/compat/windows/makedef libswscale/libswscale.ver libswscale/alphablend.o libswscale/gamma.o libswscale/half2float.o libswscale/hscale.o libswscale/hscale_fast_bilinear.o libswscale/input.o libswscale/options.o libswscale/output.o libswscale/rgb2rgb.o libswscale/slice.o libswscale/swscale.o libswscale/swscale_unscaled.o libswscale/utils.o libswscale/version.o libswscale/vscale.o libswscale/x86/hscale_fast_bilinear_simd.o libswscale/x86/input.o libswscale/x86/output.o libswscale/x86/rgb2rgb.o libswscale/x86/rgb_2_rgb.o libswscale/x86/scale.o libswscale/x86/scale_avx2.o libswscale/x86/swscale.o libswscale/x86/yuv2rgb.o libswscale/x86/yuv2yuvX.o libswscale/x86/yuv_2_rgb.o libswscale/yuv2rgb.o libswscale/log2_tab.o libswscale/swscaleres.o > libswscale/swscale-7.def
    EXTERN_PREFIX="" /c/j/workspace/prod-v1/bsr/40899/bdeed/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/compat/windows/makedef libpostproc/libpostproc.ver libpostproc/postprocess.o libpostproc/version.o libpostproc/postprocres.o > libpostproc/postproc-57.def
    EXTERN_PREFIX="" /c/j/workspace/prod-v1/bsr/40899/bdeed/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/compat/windows/makedef libswresample/libswresample.ver libswresample/audioconvert.o libswresample/dither.o libswresample/options.o libswresample/rematrix.o libswresample/resample.o libswresample/resample_dsp.o libswresample/swresample.o libswresample/swresample_frame.o libswresample/version.o libswresample/x86/audio_convert.o libswresample/x86/audio_convert_init.o libswresample/x86/rematrix.o libswresample/x86/rematrix_init.o libswresample/x86/resample.o libswresample/x86/resample_init.o libswresample/log2_tab.o libswresample/swresampleres.o > libswresample/swresample-4.def
    LD	libswscale/swscale-7.dll
    LD	libpostproc/postproc-57.dll
    LD	libswresample/swresample-4.dll
       Creating library libpostproc/postproc.lib and object libpostproc/postproc.exp
       Creating library libswscale/swscale.lib and object libswscale/swscale.exp
       Creating library libswresample/swresample.lib and object libswresample/swresample.exp
    EXTERN_PREFIX="" /c/j/workspace/prod-v1/bsr/40899/bdeed/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/compat/windows/makedef libavcodec/libavcodec.ver libavcodec/012v.o libavcodec/4xm.o libavcodec/8bps.o libavcodec/8svx.o libavcodec/a64multienc.o libavcodec/aac_ac3_parser.o libavcodec/aac_adtstoasc_bsf.o libavcodec/aac_parser.o libavcodec/aaccoder.o libavcodec/aacdec.o libavcodec/aacdec_fixed.o libavcodec/aacenc.o libavcodec/aacenc_is.o libavcodec/aacenc_ltp.o libavcodec/aacenc_pred.o libavcodec/aacenc_tns.o libavcodec/aacenctab.o libavcodec/aacps_common.o libavcodec/aacps_fixed.o libavcodec/aacps_float.o libavcodec/aacpsdsp_fixed.o libavcodec/aacpsdsp_float.o libavcodec/aacpsy.o libavcodec/aacsbr.o libavcodec/aacsbr_fixed.o libavcodec/aactab.o libavcodec/aandcttab.o libavcodec/aasc.o libavcodec/ac3.o libavcodec/ac3_channel_layout_tab.o libavcodec/ac3_parser.o libavcodec/ac3dec_data.o libavcodec/ac3dec_fixed.o libavcodec/ac3dec_float.o libavcodec/ac3dsp.o libavcodec/ac3enc.o libavcodec/ac3enc_fixed.o libavcodec/ac3enc_float.o libavcodec/ac3tab.o libavcodec/acelp_filters.o libavcodec/acelp_pitch_delay.o libavcodec/acelp_vectors.o libavcodec/adpcm.o libavcodec/adpcm_data.o libavcodec/adpcmenc.o libavcodec/adts_header.o libavcodec/adts_parser.o libavcodec/adx.o libavcodec/adx_parser.o libavcodec/adxdec.o libavcodec/adxenc.o libavcodec/agm.o libavcodec/aic.o libavcodec/alac.o libavcodec/alac_data.o libavcodec/alacdsp.o libavcodec/alacenc.o libavcodec/aliaspixdec.o libavcodec/aliaspixenc.o libavcodec/allcodecs.o libavcodec/alsdec.o libavcodec/amr_parser.o libavcodec/amrnbdec.o libavcodec/amrwbdec.o libavcodec/anm.o libavcodec/ansi.o libavcodec/apac.o libavcodec/apedec.o libavcodec/aptx.o libavcodec/aptxdec.o libavcodec/aptxenc.o libavcodec/arbc.o libavcodec/argo.o libavcodec/ass.o libavcodec/ass_split.o libavcodec/assdec.o libavcodec/assenc.o libavcodec/asv.o libavcodec/asvdec.o libavcodec/asvenc.o libavcodec/atrac.o libavcodec/atrac1.o libavcodec/atrac3.o libavcodec/atrac3plus.o libavcodec/atrac3plusdec.o libavcodec/atrac3plusdsp.o libavcodec/atrac9dec.o libavcodec/atsc_a53.o libavcodec/audio_frame_queue.o libavcodec/audiodsp.o libavcodec/aura.o libavcodec/av1_frame_merge_bsf.o libavcodec/av1_frame_split_bsf.o libavcodec/av1_metadata_bsf.o libavcodec/av1_parse.o libavcodec/av1_parser.o libavcodec/av1dec.o libavcodec/avcodec.o libavcodec/avdct.o libavcodec/avfft.o libavcodec/avpacket.o libavcodec/avrndec.o libavcodec/avs.o libavcodec/avs2.o libavcodec/avs2_parser.o libavcodec/avs3_parser.o libavcodec/avuidec.o libavcodec/avuienc.o libavcodec/bethsoftvideo.o libavcodec/bfi.o libavcodec/bgmc.o libavcodec/bink.o libavcodec/binkaudio.o libavcodec/binkdsp.o libavcodec/bintext.o libavcodec/bitpacked_dec.o libavcodec/bitpacked_enc.o libavcodec/bitstream.o libavcodec/bitstream_filters.o libavcodec/blockdsp.o libavcodec/bmp.o libavcodec/bmp_parser.o libavcodec/bmpenc.o libavcodec/bmvaudio.o libavcodec/bmvvideo.o libavcodec/bonk.o libavcodec/brenderpix.o libavcodec/bsf.o libavcodec/bswapdsp.o libavcodec/c93.o libavcodec/cabac.o libavcodec/canopus.o libavcodec/cavs.o libavcodec/cavs_parser.o libavcodec/cavsdata.o libavcodec/cavsdec.o libavcodec/cavsdsp.o libavcodec/cbrt_data.o libavcodec/cbrt_data_fixed.o libavcodec/cbs.o libavcodec/cbs_av1.o libavcodec/cbs_bsf.o libavcodec/cbs_h2645.o libavcodec/cbs_mpeg2.o libavcodec/cbs_sei.o libavcodec/cbs_vp9.o libavcodec/ccaption_dec.o libavcodec/cdgraphics.o libavcodec/cdtoons.o libavcodec/cdxl.o libavcodec/celp_filters.o libavcodec/celp_math.o libavcodec/cfhd.o libavcodec/cfhddata.o libavcodec/cfhddsp.o libavcodec/cfhdenc.o libavcodec/cfhdencdsp.o libavcodec/cga_data.o libavcodec/chomp_bsf.o libavcodec/cinepak.o libavcodec/cinepakenc.o libavcodec/clearvideo.o libavcodec/cljrdec.o libavcodec/cljrenc.o libavcodec/cllc.o libavcodec/cngdec.o libavcodec/cngenc.o libavcodec/codec_desc.o libavcodec/codec_par.o libavcodec/cook.o libavcodec/cook_parser.o libavcodec/cpia.o libavcodec/cri.o libavcodec/cri_parser.o libavcodec/cscd.o libavcodec/cyuv.o libavcodec/d3d11va.o libavcodec/dca.o libavcodec/dca_core.o libavcodec/dca_core_bsf.o libavcodec/dca_exss.o libavcodec/dca_lbr.o libavcodec/dca_parser.o libavcodec/dca_sample_rate_tab.o libavcodec/dca_xll.o libavcodec/dcaadpcm.o libavcodec/dcadata.o libavcodec/dcadct.o libavcodec/dcadec.o libavcodec/dcadsp.o libavcodec/dcaenc.o libavcodec/dcahuff.o libavcodec/dct32_fixed.o libavcodec/dct32_float.o libavcodec/dds.o libavcodec/decode.o libavcodec/dfa.o libavcodec/dfpwmdec.o libavcodec/dfpwmenc.o libavcodec/dirac.o libavcodec/dirac_arith.o libavcodec/dirac_dwt.o libavcodec/dirac_parser.o libavcodec/dirac_vlc.o libavcodec/diracdec.o libavcodec/diracdsp.o libavcodec/diractab.o libavcodec/dnxhd_parser.o libavcodec/dnxhddata.o libavcodec/dnxhddec.o libavcodec/dnxhdenc.o libavcodec/dolby_e.o libavcodec/dolby_e_parse.o libavcodec/dolby_e_parser.o libavcodec/dovi_rpu.o libavcodec/dpcm.o libavcodec/dpx.o libavcodec/dpx_parser.o libavcodec/dpxenc.o libavcodec/dsd.o libavcodec/dsddec.o libavcodec/dsicinaudio.o libavcodec/dsicinvideo.o libavcodec/dss_sp.o libavcodec/dstdec.o libavcodec/dts2pts_bsf.o libavcodec/dump_extradata_bsf.o libavcodec/dv.o libavcodec/dv_error_marker_bsf.o libavcodec/dv_profile.o libavcodec/dvaudio_parser.o libavcodec/dvaudiodec.o libavcodec/dvbsub_parser.o libavcodec/dvbsubdec.o libavcodec/dvbsubenc.o libavcodec/dvd_nav_parser.o libavcodec/dvdata.o libavcodec/dvdec.o libavcodec/dvdsub.o libavcodec/dvdsub_parser.o libavcodec/dvdsubdec.o libavcodec/dvdsubenc.o libavcodec/dvenc.o libavcodec/dxa.o libavcodec/dxtory.o libavcodec/dxv.o libavcodec/dxva2.o libavcodec/dxva2_av1.o libavcodec/dxva2_h264.o libavcodec/dxva2_hevc.o libavcodec/dxva2_mpeg2.o libavcodec/dxva2_vc1.o libavcodec/dxva2_vp9.o libavcodec/dynamic_hdr_vivid.o libavcodec/eac3_core_bsf.o libavcodec/eac3_data.o libavcodec/eac3enc.o libavcodec/eacmv.o libavcodec/eaidct.o libavcodec/eamad.o libavcodec/eatgq.o libavcodec/eatgv.o libavcodec/eatqi.o libavcodec/elbg.o libavcodec/elsdec.o libavcodec/encode.o libavcodec/error_resilience.o libavcodec/escape124.o libavcodec/escape130.o libavcodec/evc_frame_merge_bsf.o libavcodec/evc_parse.o libavcodec/evc_parser.o libavcodec/evc_ps.o libavcodec/evrcdec.o libavcodec/exif.o libavcodec/exr.o libavcodec/exrdsp.o libavcodec/exrenc.o libavcodec/extract_extradata_bsf.o libavcodec/faandct.o libavcodec/faanidct.o libavcodec/fastaudio.o libavcodec/faxcompr.o libavcodec/fdctdsp.o libavcodec/ffv1.o libavcodec/ffv1dec.o libavcodec/ffv1enc.o libavcodec/ffwavesynth.o libavcodec/fic.o libavcodec/file_open.o libavcodec/filter_units_bsf.o libavcodec/fits.o libavcodec/fitsdec.o libavcodec/fitsenc.o libavcodec/flac.o libavcodec/flac_parser.o libavcodec/flacdata.o libavcodec/flacdec.o libavcodec/flacdsp.o libavcodec/flacenc.o libavcodec/flacencdsp.o libavcodec/flashsv.o libavcodec/flashsv2enc.o libavcodec/flashsvenc.o libavcodec/flicvideo.o libavcodec/float2half.o libavcodec/flvdec.o libavcodec/flvenc.o libavcodec/fmtconvert.o libavcodec/fmvc.o libavcodec/frame_thread_encoder.o libavcodec/fraps.o libavcodec/frwu.o libavcodec/ftr.o libavcodec/ftr_parser.o libavcodec/g2meet.o libavcodec/g722.o libavcodec/g722dec.o libavcodec/g722dsp.o libavcodec/g722enc.o libavcodec/g723_1.o libavcodec/g723_1_parser.o libavcodec/g723_1dec.o libavcodec/g723_1enc.o libavcodec/g726.o libavcodec/g729_parser.o libavcodec/g729dec.o libavcodec/g729postfilter.o libavcodec/gdv.o libavcodec/gemdec.o libavcodec/get_buffer.o libavcodec/gif.o libavcodec/gif_parser.o libavcodec/gifdec.o libavcodec/golomb.o libavcodec/gsm_parser.o libavcodec/gsmdec.o libavcodec/gsmdec_data.o libavcodec/h261.o libavcodec/h261_parser.o libavcodec/h261data.o libavcodec/h261dec.o libavcodec/h261enc.o libavcodec/h263.o libavcodec/h263_parser.o libavcodec/h263data.o libavcodec/h263dec.o libavcodec/h263dsp.o libavcodec/h2645_parse.o libavcodec/h2645_sei.o libavcodec/h2645_vui.o libavcodec/h2645data.o libavcodec/h264_cabac.o libavcodec/h264_cavlc.o libavcodec/h264_direct.o libavcodec/h264_levels.o libavcodec/h264_loopfilter.o libavcodec/h264_mb.o libavcodec/h264_metadata_bsf.o libavcodec/h264_mp4toannexb_bsf.o libavcodec/h264_parse.o libavcodec/h264_parser.o libavcodec/h264_picture.o libavcodec/h264_ps.o libavcodec/h264_redundant_pps_bsf.o libavcodec/h264_refs.o libavcodec/h264_sei.o libavcodec/h264_slice.o libavcodec/h264chroma.o libavcodec/h264data.o libavcodec/h264dec.o libavcodec/h264dsp.o libavcodec/h264idct.o libavcodec/h264pred.o libavcodec/h264qpel.o libavcodec/h265_metadata_bsf.o libavcodec/h265_profile_level.o libavcodec/h266_metadata_bsf.o libavcodec/h274.o libavcodec/half2float.o libavcodec/hap.o libavcodec/hapdec.o libavcodec/hapqa_extract_bsf.o libavcodec/hcadec.o libavcodec/hcom.o libavcodec/hdr_parser.o libavcodec/hdrdec.o libavcodec/hdrenc.o libavcodec/hevc_cabac.o libavcodec/hevc_data.o libavcodec/hevc_filter.o libavcodec/hevc_mp4toannexb_bsf.o libavcodec/hevc_mvs.o libavcodec/hevc_parse.o libavcodec/hevc_parser.o libavcodec/hevc_ps.o libavcodec/hevc_refs.o libavcodec/hevc_sei.o libavcodec/hevcdec.o libavcodec/hevcdsp.o libavcodec/hevcpred.o libavcodec/hnm4video.o libavcodec/hpeldsp.o libavcodec/hq_hqa.o libavcodec/hq_hqadata.o libavcodec/hq_hqadsp.o libavcodec/hqx.o libavcodec/hqxdsp.o libavcodec/hqxvlc.o libavcodec/htmlsubtitles.o libavcodec/huffman.o libavcodec/huffyuv.o libavcodec/huffyuvdec.o libavcodec/huffyuvdsp.o libavcodec/huffyuvenc.o libavcodec/huffyuvencdsp.o libavcodec/idcinvideo.o libavcodec/idctdsp.o libavcodec/iff.o libavcodec/iirfilter.o libavcodec/ilbcdec.o libavcodec/imc.o libavcodec/imgconvert.o libavcodec/imm4.o libavcodec/imm5.o libavcodec/imx.o libavcodec/imx_dump_header_bsf.o libavcodec/indeo2.o libavcodec/indeo3.o libavcodec/indeo4.o libavcodec/indeo5.o libavcodec/intelh263dec.o libavcodec/interplayacm.o libavcodec/interplayvideo.o libavcodec/intrax8.o libavcodec/intrax8dsp.o libavcodec/ipu_parser.o libavcodec/ituh263dec.o libavcodec/ituh263enc.o libavcodec/ivi.o libavcodec/ivi_dsp.o libavcodec/j2kenc.o libavcodec/jacosubdec.o libavcodec/jfdctfst.o libavcodec/jfdctint.o libavcodec/jni.o libavcodec/jpeg2000.o libavcodec/jpeg2000_parser.o libavcodec/jpeg2000dec.o libavcodec/jpeg2000dsp.o libavcodec/jpeg2000dwt.o libavcodec/jpeg2000htdec.o libavcodec/jpegls.o libavcodec/jpeglsdec.o libavcodec/jpeglsenc.o libavcodec/jpegquanttables.o libavcodec/jpegtables.o libavcodec/jpegxl_parse.o libavcodec/jpegxl_parser.o libavcodec/jrevdct.o libavcodec/jvdec.o libavcodec/kbdwin.o libavcodec/kgv1dec.o libavcodec/kmvc.o libavcodec/lagarith.o libavcodec/lagarithrac.o libavcodec/latm_parser.o libavcodec/lcldec.o libavcodec/lclenc.o libavcodec/libaom.o libavcodec/libaomdec.o libavcodec/libaomenc.o libavcodec/libdav1d.o libavcodec/libfdk-aacdec.o libavcodec/libfdk-aacenc.o libavcodec/libmp3lame.o libavcodec/libopenh264.o libavcodec/libopenh264dec.o libavcodec/libopenh264enc.o libavcodec/libopenjpegenc.o libavcodec/libopus.o libavcodec/libopusdec.o libavcodec/libopusenc.o libavcodec/libsvtav1.o libavcodec/libvorbisdec.o libavcodec/libvorbisenc.o libavcodec/libvpxdec.o libavcodec/libvpxenc.o libavcodec/libwebpenc.o libavcodec/libwebpenc_animencoder.o libavcodec/libwebpenc_common.o libavcodec/libx264.o libavcodec/libx265.o libavcodec/ljpegenc.o libavcodec/loco.o libavcodec/lossless_audiodsp.o libavcodec/lossless_videodsp.o libavcodec/lossless_videoencdsp.o libavcodec/lpc.o libavcodec/lscrdec.o libavcodec/lsp.o libavcodec/lzf.o libavcodec/lzw.o libavcodec/lzwenc.o libavcodec/m101.o libavcodec/mace.o libavcodec/magicyuv.o libavcodec/magicyuvenc.o libavcodec/mathtables.o libavcodec/mdec.o libavcodec/me_cmp.o libavcodec/media100_to_mjpegb_bsf.o libavcodec/mediacodec.o libavcodec/metasound.o libavcodec/mf_utils.o libavcodec/mfenc.o libavcodec/microdvddec.o libavcodec/midivid.o libavcodec/mimic.o libavcodec/misc4.o libavcodec/misc4_parser.o libavcodec/mjpeg2jpeg_bsf.o libavcodec/mjpeg_parser.o libavcodec/mjpega_dump_header_bsf.o libavcodec/mjpegbdec.o libavcodec/mjpegdec.o libavcodec/mjpegdec_common.o libavcodec/mjpegenc.o libavcodec/mjpegenc_common.o libavcodec/mjpegenc_huffman.o libavcodec/mlp.o libavcodec/mlp_parse.o libavcodec/mlp_parser.o libavcodec/mlpdec.o libavcodec/mlpdsp.o libavcodec/mlpenc.o libavcodec/mlz.o libavcodec/mmvideo.o libavcodec/mobiclip.o libavcodec/motion_est.o libavcodec/motionpixels.o libavcodec/movsub_bsf.o libavcodec/movtextdec.o libavcodec/movtextenc.o libavcodec/mp3_header_decompress_bsf.o libavcodec/mpc.o libavcodec/mpc7.o libavcodec/mpc8.o libavcodec/mpeg12.o libavcodec/mpeg12data.o libavcodec/mpeg12dec.o libavcodec/mpeg12enc.o libavcodec/mpeg12framerate.o libavcodec/mpeg2_metadata_bsf.o libavcodec/mpeg4_unpack_bframes_bsf.o libavcodec/mpeg4audio.o libavcodec/mpeg4audio_sample_rates.o libavcodec/mpeg4video.o libavcodec/mpeg4video_parser.o libavcodec/mpeg4videodec.o libavcodec/mpeg4videodsp.o libavcodec/mpeg4videoenc.o libavcodec/mpeg_er.o libavcodec/mpegaudio.o libavcodec/mpegaudio_parser.o libavcodec/mpegaudiodata.o libavcodec/mpegaudiodec_common.o libavcodec/mpegaudiodec_fixed.o libavcodec/mpegaudiodec_float.o libavcodec/mpegaudiodecheader.o libavcodec/mpegaudiodsp.o libavcodec/mpegaudiodsp_data.o libavcodec/mpegaudiodsp_fixed.o libavcodec/mpegaudiodsp_float.o libavcodec/mpegaudioenc_fixed.o libavcodec/mpegaudioenc_float.o libavcodec/mpegaudiotabs.o libavcodec/mpegpicture.o libavcodec/mpegutils.o libavcodec/mpegvideo.o libavcodec/mpegvideo_dec.o libavcodec/mpegvideo_enc.o libavcodec/mpegvideo_motion.o libavcodec/mpegvideo_parser.o libavcodec/mpegvideodata.o libavcodec/mpegvideoencdsp.o libavcodec/mpl2dec.o libavcodec/mqc.o libavcodec/mqcdec.o libavcodec/mqcenc.o libavcodec/mscc.o libavcodec/msgsmdec.o libavcodec/msmpeg4.o libavcodec/msmpeg4_vc1_data.o libavcodec/msmpeg4data.o libavcodec/msmpeg4dec.o libavcodec/msmpeg4enc.o libavcodec/msp2dec.o libavcodec/msrle.o libavcodec/msrledec.o libavcodec/msrleenc.o libavcodec/mss1.o libavcodec/mss12.o libavcodec/mss2.o libavcodec/mss2dsp.o libavcodec/mss3.o libavcodec/mss34dsp.o libavcodec/mss4.o libavcodec/msvideo1.o libavcodec/msvideo1enc.o libavcodec/mv30.o libavcodec/mvcdec.o libavcodec/mvha.o libavcodec/mwsc.o libavcodec/mxpegdec.o libavcodec/nellymoser.o libavcodec/nellymoserdec.o libavcodec/nellymoserenc.o libavcodec/noise_bsf.o libavcodec/notchlc.o libavcodec/null.o libavcodec/null_bsf.o libavcodec/nuv.o libavcodec/on2avc.o libavcodec/on2avcdata.o libavcodec/options.o libavcodec/opus_celt.o libavcodec/opus_metadata_bsf.o libavcodec/opus_parse.o libavcodec/opus_parser.o libavcodec/opus_pvq.o libavcodec/opus_rc.o libavcodec/opus_silk.o libavcodec/opusdec.o libavcodec/opusdec_celt.o libavcodec/opusdsp.o libavcodec/opusenc.o libavcodec/opusenc_psy.o libavcodec/opustab.o libavcodec/osq.o libavcodec/pafaudio.o libavcodec/pafvideo.o libavcodec/pamenc.o libavcodec/parser.o libavcodec/parsers.o libavcodec/pcm-bluray.o libavcodec/pcm-blurayenc.o libavcodec/pcm-dvd.o libavcodec/pcm-dvdenc.o libavcodec/pcm.o libavcodec/pcm_rechunk_bsf.o libavcodec/pcx.o libavcodec/pcxenc.o libavcodec/pdvdec.o libavcodec/pgs_frame_merge_bsf.o libavcodec/pgssubdec.o libavcodec/pgxdec.o libavcodec/photocd.o libavcodec/pictordec.o libavcodec/pixblockdsp.o libavcodec/pixlet.o libavcodec/png.o libavcodec/png_parser.o libavcodec/pngdec.o libavcodec/pngdsp.o libavcodec/pngenc.o libavcodec/pnm.o libavcodec/pnm_parser.o libavcodec/pnmdec.o libavcodec/pnmenc.o libavcodec/profiles.o libavcodec/prores_metadata_bsf.o libavcodec/proresdata.o libavcodec/proresdec2.o libavcodec/proresdsp.o libavcodec/proresenc_anatoliy.o libavcodec/proresenc_kostya.o libavcodec/prosumer.o libavcodec/psd.o libavcodec/psymodel.o libavcodec/pthread.o libavcodec/pthread_frame.o libavcodec/pthread_slice.o libavcodec/ptx.o libavcodec/qcelpdec.o libavcodec/qdm2.o libavcodec/qdmc.o libavcodec/qdrw.o libavcodec/qoi_parser.o libavcodec/qoidec.o libavcodec/qoienc.o libavcodec/qpeg.o libavcodec/qpeldsp.o libavcodec/qsv_api.o libavcodec/qtrle.o libavcodec/qtrleenc.o libavcodec/r210dec.o libavcodec/r210enc.o libavcodec/ra144.o libavcodec/ra144dec.o libavcodec/ra144enc.o libavcodec/ra288.o libavcodec/ralf.o libavcodec/rangecoder.o libavcodec/rasc.o libavcodec/ratecontrol.o libavcodec/raw.o libavcodec/rawdec.o libavcodec/rawenc.o libavcodec/realtextdec.o libavcodec/refstruct.o libavcodec/remove_extradata_bsf.o libavcodec/rka.o libavcodec/rl.o libavcodec/rl2.o libavcodec/rle.o libavcodec/roqaudioenc.o libavcodec/roqvideo.o libavcodec/roqvideodec.o libavcodec/roqvideoenc.o libavcodec/rpza.o libavcodec/rpzaenc.o libavcodec/rscc.o libavcodec/rtjpeg.o libavcodec/rtv1.o libavcodec/rv10.o libavcodec/rv10enc.o libavcodec/rv20enc.o libavcodec/rv30.o libavcodec/rv30dsp.o libavcodec/rv34.o libavcodec/rv34_parser.o libavcodec/rv34dsp.o libavcodec/rv40.o libavcodec/rv40dsp.o libavcodec/s302m.o libavcodec/s302menc.o libavcodec/samidec.o libavcodec/sanm.o libavcodec/sbc.o libavcodec/sbc_parser.o libavcodec/sbcdec.o libavcodec/sbcdec_data.o libavcodec/sbcdsp.o libavcodec/sbcdsp_data.o libavcodec/sbcenc.o libavcodec/sbrdsp.o libavcodec/sbrdsp_fixed.o libavcodec/scpr.o libavcodec/screenpresso.o libavcodec/setts_bsf.o libavcodec/sga.o libavcodec/sgidec.o libavcodec/sgienc.o libavcodec/sgirledec.o libavcodec/sheervideo.o libavcodec/shorten.o libavcodec/simple_idct.o libavcodec/sinewin.o libavcodec/sipr.o libavcodec/sipr16k.o libavcodec/sipr_parser.o libavcodec/siren.o libavcodec/smacker.o libavcodec/smc.o libavcodec/smcenc.o libavcodec/snappy.o libavcodec/snow.o libavcodec/snow_dwt.o libavcodec/snowdec.o libavcodec/snowenc.o libavcodec/sonic.o libavcodec/sp5xdec.o libavcodec/speedhq.o libavcodec/speedhqdec.o libavcodec/speedhqenc.o libavcodec/speexdec.o libavcodec/srtdec.o libavcodec/srtenc.o libavcodec/startcode.o libavcodec/subviewerdec.o libavcodec/sunrast.o libavcodec/sunrastenc.o libavcodec/svq1.o libavcodec/svq1dec.o libavcodec/svq1enc.o libavcodec/svq3.o libavcodec/synth_filter.o libavcodec/tak.o libavcodec/tak_parser.o libavcodec/takdec.o libavcodec/takdsp.o libavcodec/targa.o libavcodec/targa_y216dec.o libavcodec/targaenc.o libavcodec/tdsc.o libavcodec/textdec.o libavcodec/texturedsp.o libavcodec/texturedspenc.o libavcodec/tiertexseqv.o libavcodec/tiff.o libavcodec/tiff_common.o libavcodec/tiffenc.o libavcodec/tmv.o libavcodec/to_upper4.o libavcodec/tpeldsp.o libavcodec/trace_headers_bsf.o libavcodec/truehd_core_bsf.o libavcodec/truemotion1.o libavcodec/truemotion2.o libavcodec/truemotion2rt.o libavcodec/truespeech.o libavcodec/tscc.o libavcodec/tscc2.o libavcodec/tta.o libavcodec/ttadata.o libavcodec/ttadsp.o libavcodec/ttaenc.o libavcodec/ttaencdsp.o libavcodec/ttmlenc.o libavcodec/twinvq.o libavcodec/twinvqdec.o libavcodec/txd.o libavcodec/ulti.o libavcodec/utils.o libavcodec/utvideodec.o libavcodec/utvideodsp.o libavcodec/utvideoenc.o libavcodec/v210dec.o libavcodec/v210enc.o libavcodec/v210x.o libavcodec/v308dec.o libavcodec/v308enc.o libavcodec/v408dec.o libavcodec/v408enc.o libavcodec/v410dec.o libavcodec/v410enc.o libavcodec/vb.o libavcodec/vble.o libavcodec/vbndec.o libavcodec/vbnenc.o libavcodec/vc1.o libavcodec/vc1_block.o libavcodec/vc1_loopfilter.o libavcodec/vc1_mc.o libavcodec/vc1_parser.o libavcodec/vc1_pred.o libavcodec/vc1data.o libavcodec/vc1dec.o libavcodec/vc1dsp.o libavcodec/vc2enc.o libavcodec/vc2enc_dwt.o libavcodec/vcr1.o libavcodec/version.o libavcodec/videodsp.o libavcodec/vima.o libavcodec/vlc.o libavcodec/vmdaudio.o libavcodec/vmdvideo.o libavcodec/vmixdec.o libavcodec/vmnc.o libavcodec/vorbis.o libavcodec/vorbis_data.o libavcodec/vorbis_parser.o libavcodec/vorbisdec.o libavcodec/vorbisdsp.o libavcodec/vorbisenc.o libavcodec/vp3.o libavcodec/vp3_parser.o libavcodec/vp3dsp.o libavcodec/vp5.o libavcodec/vp56.o libavcodec/vp56data.o libavcodec/vp56dsp.o libavcodec/vp6.o libavcodec/vp6dsp.o libavcodec/vp8.o libavcodec/vp8_parser.o libavcodec/vp8data.o libavcodec/vp8dsp.o libavcodec/vp9.o libavcodec/vp9_metadata_bsf.o libavcodec/vp9_parser.o libavcodec/vp9_raw_reorder_bsf.o libavcodec/vp9_superframe_bsf.o libavcodec/vp9_superframe_split_bsf.o libavcodec/vp9block.o libavcodec/vp9data.o libavcodec/vp9dsp.o libavcodec/vp9dsp_10bpp.o libavcodec/vp9dsp_12bpp.o libavcodec/vp9dsp_8bpp.o libavcodec/vp9lpf.o libavcodec/vp9mvs.o libavcodec/vp9prob.o libavcodec/vp9recon.o libavcodec/vpx_rac.o libavcodec/vqavideo.o libavcodec/vqcdec.o libavcodec/vvc_mp4toannexb_bsf.o libavcodec/vvc_parser.o libavcodec/wavarc.o libavcodec/wavpack.o libavcodec/wavpackdata.o libavcodec/wavpackenc.o libavcodec/wbmpdec.o libavcodec/wbmpenc.o libavcodec/wcmv.o libavcodec/webp.o libavcodec/webp_parser.o libavcodec/webvttdec.o libavcodec/webvttenc.o libavcodec/wma.o libavcodec/wma_common.o libavcodec/wma_freqs.o libavcodec/wmadec.o libavcodec/wmaenc.o libavcodec/wmalosslessdec.o libavcodec/wmaprodec.o libavcodec/wmavoice.o libavcodec/wmv2.o libavcodec/wmv2data.o libavcodec/wmv2dec.o libavcodec/wmv2dsp.o libavcodec/wmv2enc.o libavcodec/wnv1.o libavcodec/wrapped_avframe.o libavcodec/ws-snd1.o libavcodec/x86/aacencdsp.o libavcodec/x86/aacencdsp_init.o libavcodec/x86/aacpsdsp.o libavcodec/x86/aacpsdsp_init.o libavcodec/x86/ac3dsp.o libavcodec/x86/ac3dsp_downmix.o libavcodec/x86/ac3dsp_init.o libavcodec/x86/alacdsp.o libavcodec/x86/alacdsp_init.o libavcodec/x86/audiodsp.o libavcodec/x86/audiodsp_init.o libavcodec/x86/blockdsp.o libavcodec/x86/blockdsp_init.o libavcodec/x86/bswapdsp.o libavcodec/x86/bswapdsp_init.o libavcodec/x86/cavsdsp.o libavcodec/x86/cavsidct.o libavcodec/x86/celt_pvq_init.o libavcodec/x86/celt_pvq_search.o libavcodec/x86/cfhddsp.o libavcodec/x86/cfhddsp_init.o libavcodec/x86/cfhdencdsp.o libavcodec/x86/cfhdencdsp_init.o libavcodec/x86/constants.o libavcodec/x86/dcadsp.o libavcodec/x86/dcadsp_init.o libavcodec/x86/dct32.o libavcodec/x86/dirac_dwt.o libavcodec/x86/dirac_dwt_init.o libavcodec/x86/diracdsp.o libavcodec/x86/diracdsp_init.o libavcodec/x86/dnxhdenc.o libavcodec/x86/dnxhdenc_init.o libavcodec/x86/exrdsp.o libavcodec/x86/exrdsp_init.o libavcodec/x86/fdct.o libavcodec/x86/fdctdsp_init.o libavcodec/x86/flac_dsp_gpl.o libavcodec/x86/flacdsp.o libavcodec/x86/flacdsp_init.o libavcodec/x86/flacencdsp_init.o libavcodec/x86/fmtconvert.o libavcodec/x86/fmtconvert_init.o libavcodec/x86/fpel.o libavcodec/x86/g722dsp.o libavcodec/x86/g722dsp_init.o libavcodec/x86/h263_loopfilter.o libavcodec/x86/h263dsp_init.o libavcodec/x86/h264_chromamc.o libavcodec/x86/h264_chromamc_10bit.o libavcodec/x86/h264_deblock.o libavcodec/x86/h264_deblock_10bit.o libavcodec/x86/h264_idct.o libavcodec/x86/h264_idct_10bit.o libavcodec/x86/h264_intrapred.o libavcodec/x86/h264_intrapred_10bit.o libavcodec/x86/h264_intrapred_init.o libavcodec/x86/h264_qpel.o libavcodec/x86/h264_qpel_10bit.o libavcodec/x86/h264_qpel_8bit.o libavcodec/x86/h264_weight.o libavcodec/x86/h264_weight_10bit.o libavcodec/x86/h264chroma_init.o libavcodec/x86/h264dsp_init.o libavcodec/x86/hevc_add_res.o libavcodec/x86/hevc_deblock.o libavcodec/x86/hevc_idct.o libavcodec/x86/hevc_mc.o libavcodec/x86/hevc_sao.o libavcodec/x86/hevc_sao_10bit.o libavcodec/x86/hevcdsp_init.o libavcodec/x86/hpeldsp.o libavcodec/x86/hpeldsp_init.o libavcodec/x86/huffyuvdsp.o libavcodec/x86/huffyuvdsp_init.o libavcodec/x86/huffyuvencdsp.o libavcodec/x86/huffyuvencdsp_init.o libavcodec/x86/idctdsp.o libavcodec/x86/idctdsp_init.o libavcodec/x86/imdct36.o libavcodec/x86/jpeg2000dsp.o libavcodec/x86/jpeg2000dsp_init.o libavcodec/x86/lossless_audiodsp.o libavcodec/x86/lossless_audiodsp_init.o libavcodec/x86/lossless_videodsp.o libavcodec/x86/lossless_videodsp_init.o libavcodec/x86/lossless_videoencdsp.o libavcodec/x86/lossless_videoencdsp_init.o libavcodec/x86/lpc.o libavcodec/x86/lpc_init.o libavcodec/x86/me_cmp.o libavcodec/x86/me_cmp_init.o libavcodec/x86/mlpdsp.o libavcodec/x86/mlpdsp_init.o libavcodec/x86/mpeg4videodsp.o libavcodec/x86/mpegaudiodsp.o libavcodec/x86/mpegvideo.o libavcodec/x86/mpegvideoenc.o libavcodec/x86/mpegvideoencdsp.o libavcodec/x86/mpegvideoencdsp_init.o libavcodec/x86/opusdsp.o libavcodec/x86/opusdsp_init.o libavcodec/x86/pixblockdsp.o libavcodec/x86/pixblockdsp_init.o libavcodec/x86/pngdsp.o libavcodec/x86/pngdsp_init.o libavcodec/x86/proresdsp.o libavcodec/x86/proresdsp_init.o libavcodec/x86/qpel.o libavcodec/x86/qpeldsp.o libavcodec/x86/qpeldsp_init.o libavcodec/x86/rv34dsp.o libavcodec/x86/rv34dsp_init.o libavcodec/x86/rv40dsp.o libavcodec/x86/rv40dsp_init.o libavcodec/x86/sbcdsp.o libavcodec/x86/sbcdsp_init.o libavcodec/x86/sbrdsp.o libavcodec/x86/sbrdsp_init.o libavcodec/x86/simple_idct10.o libavcodec/x86/snowdsp.o libavcodec/x86/svq1enc.o libavcodec/x86/svq1enc_init.o libavcodec/x86/synth_filter.o libavcodec/x86/synth_filter_init.o libavcodec/x86/takdsp.o libavcodec/x86/takdsp_init.o libavcodec/x86/ttadsp.o libavcodec/x86/ttadsp_init.o libavcodec/x86/ttaencdsp.o libavcodec/x86/ttaencdsp_init.o libavcodec/x86/utvideodsp.o libavcodec/x86/utvideodsp_init.o libavcodec/x86/v210-init.o libavcodec/x86/v210.o libavcodec/x86/v210enc.o libavcodec/x86/v210enc_init.o libavcodec/x86/vc1dsp_init.o libavcodec/x86/vc1dsp_loopfilter.o libavcodec/x86/vc1dsp_mc.o libavcodec/x86/vc1dsp_mmx.o libavcodec/x86/videodsp.o libavcodec/x86/videodsp_init.o libavcodec/x86/vorbisdsp.o libavcodec/x86/vorbisdsp_init.o libavcodec/x86/vp3dsp.o libavcodec/x86/vp3dsp_init.o libavcodec/x86/vp6dsp.o libavcodec/x86/vp6dsp_init.o libavcodec/x86/vp8dsp.o libavcodec/x86/vp8dsp_init.o libavcodec/x86/vp8dsp_loopfilter.o libavcodec/x86/vp9dsp_init.o libavcodec/x86/vp9dsp_init_10bpp.o libavcodec/x86/vp9dsp_init_12bpp.o libavcodec/x86/vp9dsp_init_16bpp.o libavcodec/x86/vp9intrapred.o libavcodec/x86/vp9intrapred_16bpp.o libavcodec/x86/vp9itxfm.o libavcodec/x86/vp9itxfm_16bpp.o libavcodec/x86/vp9lpf.o libavcodec/x86/vp9lpf_16bpp.o libavcodec/x86/vp9mc.o libavcodec/x86/vp9mc_16bpp.o libavcodec/x86/xvididct.o libavcodec/x86/xvididct_init.o libavcodec/xan.o libavcodec/xbm_parser.o libavcodec/xbmdec.o libavcodec/xbmenc.o libavcodec/xface.o libavcodec/xfacedec.o libavcodec/xfaceenc.o libavcodec/xiph.o libavcodec/xl.o libavcodec/xma_parser.o libavcodec/xpmdec.o libavcodec/xsubdec.o libavcodec/xsubenc.o libavcodec/xvididct.o libavcodec/xwd_parser.o libavcodec/xwddec.o libavcodec/xwdenc.o libavcodec/xxan.o libavcodec/y41pdec.o libavcodec/y41penc.o libavcodec/ylc.o libavcodec/yop.o libavcodec/yuv4dec.o libavcodec/yuv4enc.o libavcodec/zerocodec.o libavcodec/zlib_wrapper.o libavcodec/zmbv.o libavcodec/zmbvenc.o libavcodec/avcodecres.o libavcodec/log2_tab.o libavcodec/reverse.o > libavcodec/avcodec-60.def
    LD	libavcodec/avcodec-60.dll
    ffmpeg/6.1: 
    mkdir: cannot create directory '/dev/shm': Read-only file system
    mkdir: cannot create directory '/dev/mqueue': Read-only file system
    mkdir: cannot create directory '/dev/shm': Read-only file system
    mkdir: cannot create directory '/dev/mqueue': Read-only file system
    C:/j/workspace/prod-v1/bsr/40899/bdeed/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/libavcodec/x86/h264_idct.asm:770: warning: redefining multi-line macro `STORE_DIFFx2'
    C:/j/workspace/prod-v1/bsr/40899/bdeed/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/libavcodec/x86/h264_idct.asm:770: warning: redefining multi-line macro `STORE_DIFFx2'
    /c/j/workspace/prod-v1/bsr/40899/bdeed/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/compat/windows/mslink: line 5: /c/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/HostX64/x64/link: Argument list too long
    make: *** [/c/j/workspace/prod-v1/bsr/40899/bdeed/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/ffbuild/library.mak:119: libavcodec/avcodec-60.dll] Error 126
    WARN: *** Conan 1 is legacy and on a deprecation path ***
    WARN: *** Please upgrade to Conan 2 ***
    WARN: freetype/2.13.2: requirement zlib/[>=1.2.10 <2] overridden by ffmpeg/6.1 to zlib/1.3.1 
    WARN: libpng/1.6.43: requirement zlib/[>=1.2.11 <2] overridden by freetype/2.13.2 to zlib/1.3.1 
    WARN: openssl/3.2.1: requirement zlib/[>=1.2.11 <2] overridden by ffmpeg/6.1 to zlib/1.3.1 
    ffmpeg/6.1: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    ffmpeg/6.1: ERROR: Package '8f820542e5564bda46ea2f720834fbe2f1ec37fe' build failed
    ffmpeg/6.1: WARN: Build folder C:\J\workspace\prod-v1\bsr\40899\bdeed\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release
    ERROR: ffmpeg/6.1: Error in build() method, line 717
    	autotools.make()
    	ConanException: Error 2 while executing make -j8
    
  • ffmpeg/6.0: Didn't run or was cancelled before finishing

  • ffmpeg/6.0.1: All packages built successfully! (All logs)

  • ffmpeg/5.1.3: Didn't run or was cancelled before finishing

  • ffmpeg/5.1: All packages built successfully! (All logs)

  • ffmpeg/5.0: All packages built successfully! (All logs)

  • ffmpeg/4.4.3: All packages built successfully! (All logs)

  • ffmpeg/4.4: All packages built successfully! (All logs)

  • ffmpeg/5.0.3: All packages built successfully! (All logs)

  • ffmpeg/4.4.4: All packages built successfully! (All logs)

  • ffmpeg/4.3.2: All packages built successfully! (All logs)

  • ffmpeg/4.2.1: All packages built successfully! (All logs)


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 6 (b79d30bcbf54214a4ba113e0ef044932efbf05bf):

  • ffmpeg/6.1: Didn't run or was cancelled before finishing

  • ffmpeg/6.0.1: Didn't run or was cancelled before finishing

  • ffmpeg/5.1.3: Didn't run or was cancelled before finishing

  • ffmpeg/4.4.4: Didn't run or was cancelled before finishing

  • ffmpeg/6.0: CI failed to create some packages (All logs)

    Logs for packageID 1bcb70f6841c2b13cdeedafc6a6478cdf7210fec:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    [...]
        mpg123/1.31.2#ce831c936b2284e2066ab3dc58a2628e:cd3321362832070e917e6965cd88f846ae82dcde#af693051b29a0ddacb0cc579fef7906e - Download (conan-center)
        ogg/1.3.5#062626875f5c8c59f069f76f148098ef:b647c43bfefae3f830561ca202b6cfd935b56205#eb65b3e6ebe9c8667bc03f5638e4b3dd - Download (conan-center)
        opengl/system#4df6fecde4084386beded3ed0e56e4ea:da39a3ee5e6b4b0d3255bfef95601890afd80709#0ba8627bd47edc3a501e8f0eb9a79e5e - Download (conan-center)
        openh264/2.3.1#8b94a94f5472b67355953c7748ad4381:13be611585c95453f1cbbd053cea04b3e64470ca#71730a85b504776fc74b10f37a55db7f - Download (conan-center)
        openjpeg/2.5.0#2886244f2492121aa7c6c493a814db06:b647c43bfefae3f830561ca202b6cfd935b56205#91f0115d44707bb91b83e26c19937bf8 - Download (conan-center)
        openssl/3.2.1#c7b554068caae5eda12b735ea6f23d70:ba0c965640dfc9185194d683d05bfbe6419b47a3#d1726bfc4b66d9392fb7e73a90ed3d9c - Download (conan-center)
        opus/1.4#54631f551fc450783fb2df8cd63f80a2:4df585f63ebee00f46c117ab89b69f931e4b3d26#ea184fe0fbc1bb3e18c551df32da5002 - Download (conan-center)
        pulseaudio/14.2#bedb313afed20242c7caa27ae3e10af8:3ccd173ab917968fc66c7121dcd52e8388a1ed47#ed3c4fde2d64919af7562ba0acb46284 - Download (conan-center)
        vorbis/1.3.7#37e58f52e59a6232199b34ef402714a6:a7b68b4d31174eb97fff2f0a35ab28a9c1fd5e42#c6d1add45a7ed260effeef5dcb198e98 - Download (conan-center)
        wayland/1.22.0#284b56bdbe57868770f46100784e3b4d:9ef61cfe051f69b8cce843b72e11408e15171fab#2f4a3f922deed888a7661360b8094ee3 - Download (conan-center)
        xorg/system#f626cbdd0ba57d9c53bce2d8b9362fad:da39a3ee5e6b4b0d3255bfef95601890afd80709#0ba8627bd47edc3a501e8f0eb9a79e5e - Download (conan-center)
        xz_utils/5.4.5#51e5a6e6564f4ea3afd79def01f035ad:b647c43bfefae3f830561ca202b6cfd935b56205#138de75176063b63b5390d111d4af0e2 - Download (conan-center)
        zlib/1.3.1#f52e03ae3d251dec704634230cd806a2:b647c43bfefae3f830561ca202b6cfd935b56205#6b307bbcbae23635c4006543ffdbf3ef - Download (conan-center)
    Build requirements
        pkgconf/2.1.0#27f44583701117b571307cf5b5fe5605:c0b621fd4b3199fe05075171573398833dba85f4#74a82dec52448dda20253a19d65965c7 - Download (conan-center)
        yasm/1.3.0#fb800a15413dca19bfaef9e4b5d50694:3593751651824fb813502c69c971267624ced41a#de209941eeb4029e79a7a33bfefe9a98 - Download (conan-center)
    Skipped binaries
        expat/2.6.2, libffi/3.4.4, linux-headers-generic/6.5.9, autoconf/2.71, automake/1.16.5, cmake/3.29.3, expat/2.6.2, gettext/0.21, gnu-config/cci.20210814, libffi/3.4.4, libiconv/1.17, libtool/2.4.7, libxml2/2.12.6, m4/1.4.19, meson/1.2.1, meson/1.2.2, meson/1.3.1, meson/1.3.2, meson/1.4.0, nasm/2.15.05, ninja/1.11.1, pkgconf/2.0.3, pkgconf/2.2.0, wayland/1.22.0, xorg-macros/1.19.3, zlib/1.3.1
    ERROR: Missing binary: libva/2.20.0:0c71f4bf0b9dbe405a1ed9bfdcd2566eb3a0fa10
    
    libva/2.20.0: WARN: Can't find a 'libva/2.20.0' package binary '0c71f4bf0b9dbe405a1ed9bfdcd2566eb3a0fa10' for the configuration:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.version=11
    os=Linux
    [options]
    with_drm=True
    with_glx=True
    with_wayland=True
    with_x11=True
    [requires]
    expat/2.6.2#2d385d0d50eb5561006a7ff9e356656b:2ed03cd8691ea01deb11f88b5c95aa5195ec4816
    libdrm/2.4.119#642c1ff14e19c63e6ceec5a5c0744db9:132e646a310bf4499a7e08ed629372cf98503bb0
    libffi/3.4.4#35eb63842b505824b70aedc1baefc916:b647c43bfefae3f830561ca202b6cfd935b56205
    libiconv/1.17#73fefc1b696e069df90fd1d18aa63edd:b647c43bfefae3f830561ca202b6cfd935b56205
    libpciaccess/0.17#8f027f1f793b3db91b1ab0ff99c2202d:b647c43bfefae3f830561ca202b6cfd935b56205
    libxml2/2.12.6#8ccbdd478490cff58659863997f679f3:835058a17375647fa8abeb3ed1b1faf0ef8f504f
    opengl/system
    wayland/1.22.0#284b56bdbe57868770f46100784e3b4d:9ef61cfe051f69b8cce843b72e11408e15171fab
    xorg/system
    zlib/1.3.1#f52e03ae3d251dec704634230cd806a2:b647c43bfefae3f830561ca202b6cfd935b56205
    
    ERROR: Missing prebuilt package for 'libva/2.20.0'. You can try:
        - List all available packages using 'conan list libva/2.20.0:* -r=remote'
        - Explain missing binaries: replace 'conan install ...' with 'conan graph explain ...'
        - Try to build locally from sources using the '--build=libva/2.20.0' argument
    
    More Info at 'https://docs.conan.io/2/knowledge/faq.html#error-missing-prebuilt-package'
    
  • ffmpeg/4.3.2: Didn't run or was cancelled before finishing

  • ffmpeg/4.4.3: Didn't run or was cancelled before finishing

  • ffmpeg/4.2.1: Didn't run or was cancelled before finishing

  • ffmpeg/5.1: Didn't run or was cancelled before finishing

  • ffmpeg/5.0.3: Didn't run or was cancelled before finishing

  • ffmpeg/4.4: Didn't run or was cancelled before finishing

  • ffmpeg/5.0: Didn't run or was cancelled before finishing


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar May 10 '24 10:05 conan-center-bot

Building missing binaries now

AbrilRBS avatar Jun 28 '24 22:06 AbrilRBS

Conan v1 pipeline :x:

Failure in build 6 (b79d30bcbf54214a4ba113e0ef044932efbf05bf):

  • ffmpeg/6.0.1: All packages built successfully! (All logs)

  • ffmpeg/5.1.3: All packages built successfully! (All logs)

  • ffmpeg/6.0: All packages built successfully! (All logs)

  • ffmpeg/4.4.4: All packages built successfully! (All logs)

  • ffmpeg/6.1: CI failed to create some packages (All logs)

    Logs for packageID 8f820542e5564bda46ea2f720834fbe2f1ec37fe:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=Visual Studio
    compiler.runtime=MD
    compiler.version=16
    os=Windows
    [options]
    ffmpeg:shared=True
    
    [...]
    libcrypto.lib(libcommon-lib-ciphercommon_hw.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcommon-lib-ciphercommon_hw.obj)' or at 'C:\J\workspace\prod-v1\bsr@2\63267\fbdaa\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcommon-lib-tls_pad.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcommon-lib-tls_pad.obj)' or at 'C:\J\workspace\prod-v1\bsr@2\63267\fbdaa\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcrypto-lib-params_idx.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcrypto-lib-params_idx.obj)' or at 'C:\J\workspace\prod-v1\bsr@2\63267\fbdaa\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcommon-lib-ciphercommon_gcm_hw.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcommon-lib-ciphercommon_gcm_hw.obj)' or at 'C:\J\workspace\prod-v1\bsr@2\63267\fbdaa\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcommon-lib-ciphercommon_ccm_hw.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcommon-lib-ciphercommon_ccm_hw.obj)' or at 'C:\J\workspace\prod-v1\bsr@2\63267\fbdaa\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcrypto-lib-siv128.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcrypto-lib-siv128.obj)' or at 'C:\J\workspace\prod-v1\bsr@2\63267\fbdaa\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libdefault-lib-cipher_aes_gcm_siv_polyval.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libdefault-lib-cipher_aes_gcm_siv_polyval.obj)' or at 'C:\J\workspace\prod-v1\bsr@2\63267\fbdaa\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libdefault-lib-digest_to_nid.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libdefault-lib-digest_to_nid.obj)' or at 'C:\J\workspace\prod-v1\bsr@2\63267\fbdaa\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcommon-lib-der_dsa_gen.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcommon-lib-der_dsa_gen.obj)' or at 'C:\J\workspace\prod-v1\bsr@2\63267\fbdaa\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcommon-lib-der_rsa_gen.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcommon-lib-der_rsa_gen.obj)' or at 'C:\J\workspace\prod-v1\bsr@2\63267\fbdaa\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcommon-lib-der_ecx_gen.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcommon-lib-der_ecx_gen.obj)' or at 'C:\J\workspace\prod-v1\bsr@2\63267\fbdaa\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcommon-lib-der_ec_gen.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcommon-lib-der_ec_gen.obj)' or at 'C:\J\workspace\prod-v1\bsr@2\63267\fbdaa\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libdefault-lib-der_sm2_gen.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libdefault-lib-der_sm2_gen.obj)' or at 'C:\J\workspace\prod-v1\bsr@2\63267\fbdaa\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcrypto-lib-nsseq.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcrypto-lib-nsseq.obj)' or at 'C:\J\workspace\prod-v1\bsr@2\63267\fbdaa\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcrypto-lib-ct_log.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcrypto-lib-ct_log.obj)' or at 'C:\J\workspace\prod-v1\bsr@2\63267\fbdaa\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcrypto-lib-ct_sct_ctx.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcrypto-lib-ct_sct_ctx.obj)' or at 'C:\J\workspace\prod-v1\bsr@2\63267\fbdaa\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcrypto-lib-ct_vfy.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcrypto-lib-ct_vfy.obj)' or at 'C:\J\workspace\prod-v1\bsr@2\63267\fbdaa\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
    libcrypto.lib(libcrypto-lib-ct_b64.obj) : warning LNK4099: PDB 'ossl_static.pdb' was not found with 'libcrypto.lib(libcrypto-lib-ct_b64.obj)' or at 'C:\J\workspace\prod-v1\bsr@2\63267\fbdaa\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release\libavutil\ossl_static.pdb'; linking object as if no debug info
       Creating library libavutil/avutil.lib and object libavutil/avutil.exp
    EXTERN_PREFIX="" /c/j/workspace/prod-v1/bsr@2/63267/fbdaa/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/compat/windows/makedef libswscale/libswscale.ver libswscale/alphablend.o libswscale/gamma.o libswscale/half2float.o libswscale/hscale.o libswscale/hscale_fast_bilinear.o libswscale/input.o libswscale/options.o libswscale/output.o libswscale/rgb2rgb.o libswscale/slice.o libswscale/swscale.o libswscale/swscale_unscaled.o libswscale/utils.o libswscale/version.o libswscale/vscale.o libswscale/x86/hscale_fast_bilinear_simd.o libswscale/x86/input.o libswscale/x86/output.o libswscale/x86/rgb2rgb.o libswscale/x86/rgb_2_rgb.o libswscale/x86/scale.o libswscale/x86/scale_avx2.o libswscale/x86/swscale.o libswscale/x86/yuv2rgb.o libswscale/x86/yuv2yuvX.o libswscale/x86/yuv_2_rgb.o libswscale/yuv2rgb.o libswscale/log2_tab.o libswscale/swscaleres.o > libswscale/swscale-7.def
    EXTERN_PREFIX="" /c/j/workspace/prod-v1/bsr@2/63267/fbdaa/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/compat/windows/makedef libpostproc/libpostproc.ver libpostproc/postprocess.o libpostproc/version.o libpostproc/postprocres.o > libpostproc/postproc-57.def
    EXTERN_PREFIX="" /c/j/workspace/prod-v1/bsr@2/63267/fbdaa/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/compat/windows/makedef libswresample/libswresample.ver libswresample/audioconvert.o libswresample/dither.o libswresample/options.o libswresample/rematrix.o libswresample/resample.o libswresample/resample_dsp.o libswresample/swresample.o libswresample/swresample_frame.o libswresample/version.o libswresample/x86/audio_convert.o libswresample/x86/audio_convert_init.o libswresample/x86/rematrix.o libswresample/x86/rematrix_init.o libswresample/x86/resample.o libswresample/x86/resample_init.o libswresample/log2_tab.o libswresample/swresampleres.o > libswresample/swresample-4.def
    LD	libpostproc/postproc-57.dll
    LD	libswscale/swscale-7.dll
    LD	libswresample/swresample-4.dll
       Creating library libpostproc/postproc.lib and object libpostproc/postproc.exp
       Creating library libswscale/swscale.lib and object libswscale/swscale.exp
       Creating library libswresample/swresample.lib and object libswresample/swresample.exp
    EXTERN_PREFIX="" /c/j/workspace/prod-v1/bsr@2/63267/fbdaa/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/compat/windows/makedef libavcodec/libavcodec.ver libavcodec/012v.o libavcodec/4xm.o libavcodec/8bps.o libavcodec/8svx.o libavcodec/a64multienc.o libavcodec/aac_ac3_parser.o libavcodec/aac_adtstoasc_bsf.o libavcodec/aac_parser.o libavcodec/aaccoder.o libavcodec/aacdec.o libavcodec/aacdec_fixed.o libavcodec/aacenc.o libavcodec/aacenc_is.o libavcodec/aacenc_ltp.o libavcodec/aacenc_pred.o libavcodec/aacenc_tns.o libavcodec/aacenctab.o libavcodec/aacps_common.o libavcodec/aacps_fixed.o libavcodec/aacps_float.o libavcodec/aacpsdsp_fixed.o libavcodec/aacpsdsp_float.o libavcodec/aacpsy.o libavcodec/aacsbr.o libavcodec/aacsbr_fixed.o libavcodec/aactab.o libavcodec/aandcttab.o libavcodec/aasc.o libavcodec/ac3.o libavcodec/ac3_channel_layout_tab.o libavcodec/ac3_parser.o libavcodec/ac3dec_data.o libavcodec/ac3dec_fixed.o libavcodec/ac3dec_float.o libavcodec/ac3dsp.o libavcodec/ac3enc.o libavcodec/ac3enc_fixed.o libavcodec/ac3enc_float.o libavcodec/ac3tab.o libavcodec/acelp_filters.o libavcodec/acelp_pitch_delay.o libavcodec/acelp_vectors.o libavcodec/adpcm.o libavcodec/adpcm_data.o libavcodec/adpcmenc.o libavcodec/adts_header.o libavcodec/adts_parser.o libavcodec/adx.o libavcodec/adx_parser.o libavcodec/adxdec.o libavcodec/adxenc.o libavcodec/agm.o libavcodec/aic.o libavcodec/alac.o libavcodec/alac_data.o libavcodec/alacdsp.o libavcodec/alacenc.o libavcodec/aliaspixdec.o libavcodec/aliaspixenc.o libavcodec/allcodecs.o libavcodec/alsdec.o libavcodec/amr_parser.o libavcodec/amrnbdec.o libavcodec/amrwbdec.o libavcodec/anm.o libavcodec/ansi.o libavcodec/apac.o libavcodec/apedec.o libavcodec/aptx.o libavcodec/aptxdec.o libavcodec/aptxenc.o libavcodec/arbc.o libavcodec/argo.o libavcodec/ass.o libavcodec/ass_split.o libavcodec/assdec.o libavcodec/assenc.o libavcodec/asv.o libavcodec/asvdec.o libavcodec/asvenc.o libavcodec/atrac.o libavcodec/atrac1.o libavcodec/atrac3.o libavcodec/atrac3plus.o libavcodec/atrac3plusdec.o libavcodec/atrac3plusdsp.o libavcodec/atrac9dec.o libavcodec/atsc_a53.o libavcodec/audio_frame_queue.o libavcodec/audiodsp.o libavcodec/aura.o libavcodec/av1_frame_merge_bsf.o libavcodec/av1_frame_split_bsf.o libavcodec/av1_metadata_bsf.o libavcodec/av1_parse.o libavcodec/av1_parser.o libavcodec/av1dec.o libavcodec/avcodec.o libavcodec/avdct.o libavcodec/avfft.o libavcodec/avpacket.o libavcodec/avrndec.o libavcodec/avs.o libavcodec/avs2.o libavcodec/avs2_parser.o libavcodec/avs3_parser.o libavcodec/avuidec.o libavcodec/avuienc.o libavcodec/bethsoftvideo.o libavcodec/bfi.o libavcodec/bgmc.o libavcodec/bink.o libavcodec/binkaudio.o libavcodec/binkdsp.o libavcodec/bintext.o libavcodec/bitpacked_dec.o libavcodec/bitpacked_enc.o libavcodec/bitstream.o libavcodec/bitstream_filters.o libavcodec/blockdsp.o libavcodec/bmp.o libavcodec/bmp_parser.o libavcodec/bmpenc.o libavcodec/bmvaudio.o libavcodec/bmvvideo.o libavcodec/bonk.o libavcodec/brenderpix.o libavcodec/bsf.o libavcodec/bswapdsp.o libavcodec/c93.o libavcodec/cabac.o libavcodec/canopus.o libavcodec/cavs.o libavcodec/cavs_parser.o libavcodec/cavsdata.o libavcodec/cavsdec.o libavcodec/cavsdsp.o libavcodec/cbrt_data.o libavcodec/cbrt_data_fixed.o libavcodec/cbs.o libavcodec/cbs_av1.o libavcodec/cbs_bsf.o libavcodec/cbs_h2645.o libavcodec/cbs_mpeg2.o libavcodec/cbs_sei.o libavcodec/cbs_vp9.o libavcodec/ccaption_dec.o libavcodec/cdgraphics.o libavcodec/cdtoons.o libavcodec/cdxl.o libavcodec/celp_filters.o libavcodec/celp_math.o libavcodec/cfhd.o libavcodec/cfhddata.o libavcodec/cfhddsp.o libavcodec/cfhdenc.o libavcodec/cfhdencdsp.o libavcodec/cga_data.o libavcodec/chomp_bsf.o libavcodec/cinepak.o libavcodec/cinepakenc.o libavcodec/clearvideo.o libavcodec/cljrdec.o libavcodec/cljrenc.o libavcodec/cllc.o libavcodec/cngdec.o libavcodec/cngenc.o libavcodec/codec_desc.o libavcodec/codec_par.o libavcodec/cook.o libavcodec/cook_parser.o libavcodec/cpia.o libavcodec/cri.o libavcodec/cri_parser.o libavcodec/cscd.o libavcodec/cyuv.o libavcodec/d3d11va.o libavcodec/dca.o libavcodec/dca_core.o libavcodec/dca_core_bsf.o libavcodec/dca_exss.o libavcodec/dca_lbr.o libavcodec/dca_parser.o libavcodec/dca_sample_rate_tab.o libavcodec/dca_xll.o libavcodec/dcaadpcm.o libavcodec/dcadata.o libavcodec/dcadct.o libavcodec/dcadec.o libavcodec/dcadsp.o libavcodec/dcaenc.o libavcodec/dcahuff.o libavcodec/dct32_fixed.o libavcodec/dct32_float.o libavcodec/dds.o libavcodec/decode.o libavcodec/dfa.o libavcodec/dfpwmdec.o libavcodec/dfpwmenc.o libavcodec/dirac.o libavcodec/dirac_arith.o libavcodec/dirac_dwt.o libavcodec/dirac_parser.o libavcodec/dirac_vlc.o libavcodec/diracdec.o libavcodec/diracdsp.o libavcodec/diractab.o libavcodec/dnxhd_parser.o libavcodec/dnxhddata.o libavcodec/dnxhddec.o libavcodec/dnxhdenc.o libavcodec/dolby_e.o libavcodec/dolby_e_parse.o libavcodec/dolby_e_parser.o libavcodec/dovi_rpu.o libavcodec/dpcm.o libavcodec/dpx.o libavcodec/dpx_parser.o libavcodec/dpxenc.o libavcodec/dsd.o libavcodec/dsddec.o libavcodec/dsicinaudio.o libavcodec/dsicinvideo.o libavcodec/dss_sp.o libavcodec/dstdec.o libavcodec/dts2pts_bsf.o libavcodec/dump_extradata_bsf.o libavcodec/dv.o libavcodec/dv_error_marker_bsf.o libavcodec/dv_profile.o libavcodec/dvaudio_parser.o libavcodec/dvaudiodec.o libavcodec/dvbsub_parser.o libavcodec/dvbsubdec.o libavcodec/dvbsubenc.o libavcodec/dvd_nav_parser.o libavcodec/dvdata.o libavcodec/dvdec.o libavcodec/dvdsub.o libavcodec/dvdsub_parser.o libavcodec/dvdsubdec.o libavcodec/dvdsubenc.o libavcodec/dvenc.o libavcodec/dxa.o libavcodec/dxtory.o libavcodec/dxv.o libavcodec/dxva2.o libavcodec/dxva2_av1.o libavcodec/dxva2_h264.o libavcodec/dxva2_hevc.o libavcodec/dxva2_mpeg2.o libavcodec/dxva2_vc1.o libavcodec/dxva2_vp9.o libavcodec/dynamic_hdr_vivid.o libavcodec/eac3_core_bsf.o libavcodec/eac3_data.o libavcodec/eac3enc.o libavcodec/eacmv.o libavcodec/eaidct.o libavcodec/eamad.o libavcodec/eatgq.o libavcodec/eatgv.o libavcodec/eatqi.o libavcodec/elbg.o libavcodec/elsdec.o libavcodec/encode.o libavcodec/error_resilience.o libavcodec/escape124.o libavcodec/escape130.o libavcodec/evc_frame_merge_bsf.o libavcodec/evc_parse.o libavcodec/evc_parser.o libavcodec/evc_ps.o libavcodec/evrcdec.o libavcodec/exif.o libavcodec/exr.o libavcodec/exrdsp.o libavcodec/exrenc.o libavcodec/extract_extradata_bsf.o libavcodec/faandct.o libavcodec/faanidct.o libavcodec/fastaudio.o libavcodec/faxcompr.o libavcodec/fdctdsp.o libavcodec/ffv1.o libavcodec/ffv1dec.o libavcodec/ffv1enc.o libavcodec/ffwavesynth.o libavcodec/fic.o libavcodec/file_open.o libavcodec/filter_units_bsf.o libavcodec/fits.o libavcodec/fitsdec.o libavcodec/fitsenc.o libavcodec/flac.o libavcodec/flac_parser.o libavcodec/flacdata.o libavcodec/flacdec.o libavcodec/flacdsp.o libavcodec/flacenc.o libavcodec/flacencdsp.o libavcodec/flashsv.o libavcodec/flashsv2enc.o libavcodec/flashsvenc.o libavcodec/flicvideo.o libavcodec/float2half.o libavcodec/flvdec.o libavcodec/flvenc.o libavcodec/fmtconvert.o libavcodec/fmvc.o libavcodec/frame_thread_encoder.o libavcodec/fraps.o libavcodec/frwu.o libavcodec/ftr.o libavcodec/ftr_parser.o libavcodec/g2meet.o libavcodec/g722.o libavcodec/g722dec.o libavcodec/g722dsp.o libavcodec/g722enc.o libavcodec/g723_1.o libavcodec/g723_1_parser.o libavcodec/g723_1dec.o libavcodec/g723_1enc.o libavcodec/g726.o libavcodec/g729_parser.o libavcodec/g729dec.o libavcodec/g729postfilter.o libavcodec/gdv.o libavcodec/gemdec.o libavcodec/get_buffer.o libavcodec/gif.o libavcodec/gif_parser.o libavcodec/gifdec.o libavcodec/golomb.o libavcodec/gsm_parser.o libavcodec/gsmdec.o libavcodec/gsmdec_data.o libavcodec/h261.o libavcodec/h261_parser.o libavcodec/h261data.o libavcodec/h261dec.o libavcodec/h261enc.o libavcodec/h263.o libavcodec/h263_parser.o libavcodec/h263data.o libavcodec/h263dec.o libavcodec/h263dsp.o libavcodec/h2645_parse.o libavcodec/h2645_sei.o libavcodec/h2645_vui.o libavcodec/h2645data.o libavcodec/h264_cabac.o libavcodec/h264_cavlc.o libavcodec/h264_direct.o libavcodec/h264_levels.o libavcodec/h264_loopfilter.o libavcodec/h264_mb.o libavcodec/h264_metadata_bsf.o libavcodec/h264_mp4toannexb_bsf.o libavcodec/h264_parse.o libavcodec/h264_parser.o libavcodec/h264_picture.o libavcodec/h264_ps.o libavcodec/h264_redundant_pps_bsf.o libavcodec/h264_refs.o libavcodec/h264_sei.o libavcodec/h264_slice.o libavcodec/h264chroma.o libavcodec/h264data.o libavcodec/h264dec.o libavcodec/h264dsp.o libavcodec/h264idct.o libavcodec/h264pred.o libavcodec/h264qpel.o libavcodec/h265_metadata_bsf.o libavcodec/h265_profile_level.o libavcodec/h266_metadata_bsf.o libavcodec/h274.o libavcodec/half2float.o libavcodec/hap.o libavcodec/hapdec.o libavcodec/hapqa_extract_bsf.o libavcodec/hcadec.o libavcodec/hcom.o libavcodec/hdr_parser.o libavcodec/hdrdec.o libavcodec/hdrenc.o libavcodec/hevc_cabac.o libavcodec/hevc_data.o libavcodec/hevc_filter.o libavcodec/hevc_mp4toannexb_bsf.o libavcodec/hevc_mvs.o libavcodec/hevc_parse.o libavcodec/hevc_parser.o libavcodec/hevc_ps.o libavcodec/hevc_refs.o libavcodec/hevc_sei.o libavcodec/hevcdec.o libavcodec/hevcdsp.o libavcodec/hevcpred.o libavcodec/hnm4video.o libavcodec/hpeldsp.o libavcodec/hq_hqa.o libavcodec/hq_hqadata.o libavcodec/hq_hqadsp.o libavcodec/hqx.o libavcodec/hqxdsp.o libavcodec/hqxvlc.o libavcodec/htmlsubtitles.o libavcodec/huffman.o libavcodec/huffyuv.o libavcodec/huffyuvdec.o libavcodec/huffyuvdsp.o libavcodec/huffyuvenc.o libavcodec/huffyuvencdsp.o libavcodec/idcinvideo.o libavcodec/idctdsp.o libavcodec/iff.o libavcodec/iirfilter.o libavcodec/ilbcdec.o libavcodec/imc.o libavcodec/imgconvert.o libavcodec/imm4.o libavcodec/imm5.o libavcodec/imx.o libavcodec/imx_dump_header_bsf.o libavcodec/indeo2.o libavcodec/indeo3.o libavcodec/indeo4.o libavcodec/indeo5.o libavcodec/intelh263dec.o libavcodec/interplayacm.o libavcodec/interplayvideo.o libavcodec/intrax8.o libavcodec/intrax8dsp.o libavcodec/ipu_parser.o libavcodec/ituh263dec.o libavcodec/ituh263enc.o libavcodec/ivi.o libavcodec/ivi_dsp.o libavcodec/j2kenc.o libavcodec/jacosubdec.o libavcodec/jfdctfst.o libavcodec/jfdctint.o libavcodec/jni.o libavcodec/jpeg2000.o libavcodec/jpeg2000_parser.o libavcodec/jpeg2000dec.o libavcodec/jpeg2000dsp.o libavcodec/jpeg2000dwt.o libavcodec/jpeg2000htdec.o libavcodec/jpegls.o libavcodec/jpeglsdec.o libavcodec/jpeglsenc.o libavcodec/jpegquanttables.o libavcodec/jpegtables.o libavcodec/jpegxl_parse.o libavcodec/jpegxl_parser.o libavcodec/jrevdct.o libavcodec/jvdec.o libavcodec/kbdwin.o libavcodec/kgv1dec.o libavcodec/kmvc.o libavcodec/lagarith.o libavcodec/lagarithrac.o libavcodec/latm_parser.o libavcodec/lcldec.o libavcodec/lclenc.o libavcodec/libaom.o libavcodec/libaomdec.o libavcodec/libaomenc.o libavcodec/libdav1d.o libavcodec/libfdk-aacdec.o libavcodec/libfdk-aacenc.o libavcodec/libmp3lame.o libavcodec/libopenh264.o libavcodec/libopenh264dec.o libavcodec/libopenh264enc.o libavcodec/libopenjpegenc.o libavcodec/libopus.o libavcodec/libopusdec.o libavcodec/libopusenc.o libavcodec/libsvtav1.o libavcodec/libvorbisdec.o libavcodec/libvorbisenc.o libavcodec/libvpxdec.o libavcodec/libvpxenc.o libavcodec/libwebpenc.o libavcodec/libwebpenc_animencoder.o libavcodec/libwebpenc_common.o libavcodec/libx264.o libavcodec/libx265.o libavcodec/ljpegenc.o libavcodec/loco.o libavcodec/lossless_audiodsp.o libavcodec/lossless_videodsp.o libavcodec/lossless_videoencdsp.o libavcodec/lpc.o libavcodec/lscrdec.o libavcodec/lsp.o libavcodec/lzf.o libavcodec/lzw.o libavcodec/lzwenc.o libavcodec/m101.o libavcodec/mace.o libavcodec/magicyuv.o libavcodec/magicyuvenc.o libavcodec/mathtables.o libavcodec/mdec.o libavcodec/me_cmp.o libavcodec/media100_to_mjpegb_bsf.o libavcodec/mediacodec.o libavcodec/metasound.o libavcodec/mf_utils.o libavcodec/mfenc.o libavcodec/microdvddec.o libavcodec/midivid.o libavcodec/mimic.o libavcodec/misc4.o libavcodec/misc4_parser.o libavcodec/mjpeg2jpeg_bsf.o libavcodec/mjpeg_parser.o libavcodec/mjpega_dump_header_bsf.o libavcodec/mjpegbdec.o libavcodec/mjpegdec.o libavcodec/mjpegdec_common.o libavcodec/mjpegenc.o libavcodec/mjpegenc_common.o libavcodec/mjpegenc_huffman.o libavcodec/mlp.o libavcodec/mlp_parse.o libavcodec/mlp_parser.o libavcodec/mlpdec.o libavcodec/mlpdsp.o libavcodec/mlpenc.o libavcodec/mlz.o libavcodec/mmvideo.o libavcodec/mobiclip.o libavcodec/motion_est.o libavcodec/motionpixels.o libavcodec/movsub_bsf.o libavcodec/movtextdec.o libavcodec/movtextenc.o libavcodec/mp3_header_decompress_bsf.o libavcodec/mpc.o libavcodec/mpc7.o libavcodec/mpc8.o libavcodec/mpeg12.o libavcodec/mpeg12data.o libavcodec/mpeg12dec.o libavcodec/mpeg12enc.o libavcodec/mpeg12framerate.o libavcodec/mpeg2_metadata_bsf.o libavcodec/mpeg4_unpack_bframes_bsf.o libavcodec/mpeg4audio.o libavcodec/mpeg4audio_sample_rates.o libavcodec/mpeg4video.o libavcodec/mpeg4video_parser.o libavcodec/mpeg4videodec.o libavcodec/mpeg4videodsp.o libavcodec/mpeg4videoenc.o libavcodec/mpeg_er.o libavcodec/mpegaudio.o libavcodec/mpegaudio_parser.o libavcodec/mpegaudiodata.o libavcodec/mpegaudiodec_common.o libavcodec/mpegaudiodec_fixed.o libavcodec/mpegaudiodec_float.o libavcodec/mpegaudiodecheader.o libavcodec/mpegaudiodsp.o libavcodec/mpegaudiodsp_data.o libavcodec/mpegaudiodsp_fixed.o libavcodec/mpegaudiodsp_float.o libavcodec/mpegaudioenc_fixed.o libavcodec/mpegaudioenc_float.o libavcodec/mpegaudiotabs.o libavcodec/mpegpicture.o libavcodec/mpegutils.o libavcodec/mpegvideo.o libavcodec/mpegvideo_dec.o libavcodec/mpegvideo_enc.o libavcodec/mpegvideo_motion.o libavcodec/mpegvideo_parser.o libavcodec/mpegvideodata.o libavcodec/mpegvideoencdsp.o libavcodec/mpl2dec.o libavcodec/mqc.o libavcodec/mqcdec.o libavcodec/mqcenc.o libavcodec/mscc.o libavcodec/msgsmdec.o libavcodec/msmpeg4.o libavcodec/msmpeg4_vc1_data.o libavcodec/msmpeg4data.o libavcodec/msmpeg4dec.o libavcodec/msmpeg4enc.o libavcodec/msp2dec.o libavcodec/msrle.o libavcodec/msrledec.o libavcodec/msrleenc.o libavcodec/mss1.o libavcodec/mss12.o libavcodec/mss2.o libavcodec/mss2dsp.o libavcodec/mss3.o libavcodec/mss34dsp.o libavcodec/mss4.o libavcodec/msvideo1.o libavcodec/msvideo1enc.o libavcodec/mv30.o libavcodec/mvcdec.o libavcodec/mvha.o libavcodec/mwsc.o libavcodec/mxpegdec.o libavcodec/nellymoser.o libavcodec/nellymoserdec.o libavcodec/nellymoserenc.o libavcodec/noise_bsf.o libavcodec/notchlc.o libavcodec/null.o libavcodec/null_bsf.o libavcodec/nuv.o libavcodec/on2avc.o libavcodec/on2avcdata.o libavcodec/options.o libavcodec/opus_celt.o libavcodec/opus_metadata_bsf.o libavcodec/opus_parse.o libavcodec/opus_parser.o libavcodec/opus_pvq.o libavcodec/opus_rc.o libavcodec/opus_silk.o libavcodec/opusdec.o libavcodec/opusdec_celt.o libavcodec/opusdsp.o libavcodec/opusenc.o libavcodec/opusenc_psy.o libavcodec/opustab.o libavcodec/osq.o libavcodec/pafaudio.o libavcodec/pafvideo.o libavcodec/pamenc.o libavcodec/parser.o libavcodec/parsers.o libavcodec/pcm-bluray.o libavcodec/pcm-blurayenc.o libavcodec/pcm-dvd.o libavcodec/pcm-dvdenc.o libavcodec/pcm.o libavcodec/pcm_rechunk_bsf.o libavcodec/pcx.o libavcodec/pcxenc.o libavcodec/pdvdec.o libavcodec/pgs_frame_merge_bsf.o libavcodec/pgssubdec.o libavcodec/pgxdec.o libavcodec/photocd.o libavcodec/pictordec.o libavcodec/pixblockdsp.o libavcodec/pixlet.o libavcodec/png.o libavcodec/png_parser.o libavcodec/pngdec.o libavcodec/pngdsp.o libavcodec/pngenc.o libavcodec/pnm.o libavcodec/pnm_parser.o libavcodec/pnmdec.o libavcodec/pnmenc.o libavcodec/profiles.o libavcodec/prores_metadata_bsf.o libavcodec/proresdata.o libavcodec/proresdec2.o libavcodec/proresdsp.o libavcodec/proresenc_anatoliy.o libavcodec/proresenc_kostya.o libavcodec/prosumer.o libavcodec/psd.o libavcodec/psymodel.o libavcodec/pthread.o libavcodec/pthread_frame.o libavcodec/pthread_slice.o libavcodec/ptx.o libavcodec/qcelpdec.o libavcodec/qdm2.o libavcodec/qdmc.o libavcodec/qdrw.o libavcodec/qoi_parser.o libavcodec/qoidec.o libavcodec/qoienc.o libavcodec/qpeg.o libavcodec/qpeldsp.o libavcodec/qsv_api.o libavcodec/qtrle.o libavcodec/qtrleenc.o libavcodec/r210dec.o libavcodec/r210enc.o libavcodec/ra144.o libavcodec/ra144dec.o libavcodec/ra144enc.o libavcodec/ra288.o libavcodec/ralf.o libavcodec/rangecoder.o libavcodec/rasc.o libavcodec/ratecontrol.o libavcodec/raw.o libavcodec/rawdec.o libavcodec/rawenc.o libavcodec/realtextdec.o libavcodec/refstruct.o libavcodec/remove_extradata_bsf.o libavcodec/rka.o libavcodec/rl.o libavcodec/rl2.o libavcodec/rle.o libavcodec/roqaudioenc.o libavcodec/roqvideo.o libavcodec/roqvideodec.o libavcodec/roqvideoenc.o libavcodec/rpza.o libavcodec/rpzaenc.o libavcodec/rscc.o libavcodec/rtjpeg.o libavcodec/rtv1.o libavcodec/rv10.o libavcodec/rv10enc.o libavcodec/rv20enc.o libavcodec/rv30.o libavcodec/rv30dsp.o libavcodec/rv34.o libavcodec/rv34_parser.o libavcodec/rv34dsp.o libavcodec/rv40.o libavcodec/rv40dsp.o libavcodec/s302m.o libavcodec/s302menc.o libavcodec/samidec.o libavcodec/sanm.o libavcodec/sbc.o libavcodec/sbc_parser.o libavcodec/sbcdec.o libavcodec/sbcdec_data.o libavcodec/sbcdsp.o libavcodec/sbcdsp_data.o libavcodec/sbcenc.o libavcodec/sbrdsp.o libavcodec/sbrdsp_fixed.o libavcodec/scpr.o libavcodec/screenpresso.o libavcodec/setts_bsf.o libavcodec/sga.o libavcodec/sgidec.o libavcodec/sgienc.o libavcodec/sgirledec.o libavcodec/sheervideo.o libavcodec/shorten.o libavcodec/simple_idct.o libavcodec/sinewin.o libavcodec/sipr.o libavcodec/sipr16k.o libavcodec/sipr_parser.o libavcodec/siren.o libavcodec/smacker.o libavcodec/smc.o libavcodec/smcenc.o libavcodec/snappy.o libavcodec/snow.o libavcodec/snow_dwt.o libavcodec/snowdec.o libavcodec/snowenc.o libavcodec/sonic.o libavcodec/sp5xdec.o libavcodec/speedhq.o libavcodec/speedhqdec.o libavcodec/speedhqenc.o libavcodec/speexdec.o libavcodec/srtdec.o libavcodec/srtenc.o libavcodec/startcode.o libavcodec/subviewerdec.o libavcodec/sunrast.o libavcodec/sunrastenc.o libavcodec/svq1.o libavcodec/svq1dec.o libavcodec/svq1enc.o libavcodec/svq3.o libavcodec/synth_filter.o libavcodec/tak.o libavcodec/tak_parser.o libavcodec/takdec.o libavcodec/takdsp.o libavcodec/targa.o libavcodec/targa_y216dec.o libavcodec/targaenc.o libavcodec/tdsc.o libavcodec/textdec.o libavcodec/texturedsp.o libavcodec/texturedspenc.o libavcodec/tiertexseqv.o libavcodec/tiff.o libavcodec/tiff_common.o libavcodec/tiffenc.o libavcodec/tmv.o libavcodec/to_upper4.o libavcodec/tpeldsp.o libavcodec/trace_headers_bsf.o libavcodec/truehd_core_bsf.o libavcodec/truemotion1.o libavcodec/truemotion2.o libavcodec/truemotion2rt.o libavcodec/truespeech.o libavcodec/tscc.o libavcodec/tscc2.o libavcodec/tta.o libavcodec/ttadata.o libavcodec/ttadsp.o libavcodec/ttaenc.o libavcodec/ttaencdsp.o libavcodec/ttmlenc.o libavcodec/twinvq.o libavcodec/twinvqdec.o libavcodec/txd.o libavcodec/ulti.o libavcodec/utils.o libavcodec/utvideodec.o libavcodec/utvideodsp.o libavcodec/utvideoenc.o libavcodec/v210dec.o libavcodec/v210enc.o libavcodec/v210x.o libavcodec/v308dec.o libavcodec/v308enc.o libavcodec/v408dec.o libavcodec/v408enc.o libavcodec/v410dec.o libavcodec/v410enc.o libavcodec/vb.o libavcodec/vble.o libavcodec/vbndec.o libavcodec/vbnenc.o libavcodec/vc1.o libavcodec/vc1_block.o libavcodec/vc1_loopfilter.o libavcodec/vc1_mc.o libavcodec/vc1_parser.o libavcodec/vc1_pred.o libavcodec/vc1data.o libavcodec/vc1dec.o libavcodec/vc1dsp.o libavcodec/vc2enc.o libavcodec/vc2enc_dwt.o libavcodec/vcr1.o libavcodec/version.o libavcodec/videodsp.o libavcodec/vima.o libavcodec/vlc.o libavcodec/vmdaudio.o libavcodec/vmdvideo.o libavcodec/vmixdec.o libavcodec/vmnc.o libavcodec/vorbis.o libavcodec/vorbis_data.o libavcodec/vorbis_parser.o libavcodec/vorbisdec.o libavcodec/vorbisdsp.o libavcodec/vorbisenc.o libavcodec/vp3.o libavcodec/vp3_parser.o libavcodec/vp3dsp.o libavcodec/vp5.o libavcodec/vp56.o libavcodec/vp56data.o libavcodec/vp56dsp.o libavcodec/vp6.o libavcodec/vp6dsp.o libavcodec/vp8.o libavcodec/vp8_parser.o libavcodec/vp8data.o libavcodec/vp8dsp.o libavcodec/vp9.o libavcodec/vp9_metadata_bsf.o libavcodec/vp9_parser.o libavcodec/vp9_raw_reorder_bsf.o libavcodec/vp9_superframe_bsf.o libavcodec/vp9_superframe_split_bsf.o libavcodec/vp9block.o libavcodec/vp9data.o libavcodec/vp9dsp.o libavcodec/vp9dsp_10bpp.o libavcodec/vp9dsp_12bpp.o libavcodec/vp9dsp_8bpp.o libavcodec/vp9lpf.o libavcodec/vp9mvs.o libavcodec/vp9prob.o libavcodec/vp9recon.o libavcodec/vpx_rac.o libavcodec/vqavideo.o libavcodec/vqcdec.o libavcodec/vvc_mp4toannexb_bsf.o libavcodec/vvc_parser.o libavcodec/wavarc.o libavcodec/wavpack.o libavcodec/wavpackdata.o libavcodec/wavpackenc.o libavcodec/wbmpdec.o libavcodec/wbmpenc.o libavcodec/wcmv.o libavcodec/webp.o libavcodec/webp_parser.o libavcodec/webvttdec.o libavcodec/webvttenc.o libavcodec/wma.o libavcodec/wma_common.o libavcodec/wma_freqs.o libavcodec/wmadec.o libavcodec/wmaenc.o libavcodec/wmalosslessdec.o libavcodec/wmaprodec.o libavcodec/wmavoice.o libavcodec/wmv2.o libavcodec/wmv2data.o libavcodec/wmv2dec.o libavcodec/wmv2dsp.o libavcodec/wmv2enc.o libavcodec/wnv1.o libavcodec/wrapped_avframe.o libavcodec/ws-snd1.o libavcodec/x86/aacencdsp.o libavcodec/x86/aacencdsp_init.o libavcodec/x86/aacpsdsp.o libavcodec/x86/aacpsdsp_init.o libavcodec/x86/ac3dsp.o libavcodec/x86/ac3dsp_downmix.o libavcodec/x86/ac3dsp_init.o libavcodec/x86/alacdsp.o libavcodec/x86/alacdsp_init.o libavcodec/x86/audiodsp.o libavcodec/x86/audiodsp_init.o libavcodec/x86/blockdsp.o libavcodec/x86/blockdsp_init.o libavcodec/x86/bswapdsp.o libavcodec/x86/bswapdsp_init.o libavcodec/x86/cavsdsp.o libavcodec/x86/cavsidct.o libavcodec/x86/celt_pvq_init.o libavcodec/x86/celt_pvq_search.o libavcodec/x86/cfhddsp.o libavcodec/x86/cfhddsp_init.o libavcodec/x86/cfhdencdsp.o libavcodec/x86/cfhdencdsp_init.o libavcodec/x86/constants.o libavcodec/x86/dcadsp.o libavcodec/x86/dcadsp_init.o libavcodec/x86/dct32.o libavcodec/x86/dirac_dwt.o libavcodec/x86/dirac_dwt_init.o libavcodec/x86/diracdsp.o libavcodec/x86/diracdsp_init.o libavcodec/x86/dnxhdenc.o libavcodec/x86/dnxhdenc_init.o libavcodec/x86/exrdsp.o libavcodec/x86/exrdsp_init.o libavcodec/x86/fdct.o libavcodec/x86/fdctdsp_init.o libavcodec/x86/flac_dsp_gpl.o libavcodec/x86/flacdsp.o libavcodec/x86/flacdsp_init.o libavcodec/x86/flacencdsp_init.o libavcodec/x86/fmtconvert.o libavcodec/x86/fmtconvert_init.o libavcodec/x86/fpel.o libavcodec/x86/g722dsp.o libavcodec/x86/g722dsp_init.o libavcodec/x86/h263_loopfilter.o libavcodec/x86/h263dsp_init.o libavcodec/x86/h264_chromamc.o libavcodec/x86/h264_chromamc_10bit.o libavcodec/x86/h264_deblock.o libavcodec/x86/h264_deblock_10bit.o libavcodec/x86/h264_idct.o libavcodec/x86/h264_idct_10bit.o libavcodec/x86/h264_intrapred.o libavcodec/x86/h264_intrapred_10bit.o libavcodec/x86/h264_intrapred_init.o libavcodec/x86/h264_qpel.o libavcodec/x86/h264_qpel_10bit.o libavcodec/x86/h264_qpel_8bit.o libavcodec/x86/h264_weight.o libavcodec/x86/h264_weight_10bit.o libavcodec/x86/h264chroma_init.o libavcodec/x86/h264dsp_init.o libavcodec/x86/hevc_add_res.o libavcodec/x86/hevc_deblock.o libavcodec/x86/hevc_idct.o libavcodec/x86/hevc_mc.o libavcodec/x86/hevc_sao.o libavcodec/x86/hevc_sao_10bit.o libavcodec/x86/hevcdsp_init.o libavcodec/x86/hpeldsp.o libavcodec/x86/hpeldsp_init.o libavcodec/x86/huffyuvdsp.o libavcodec/x86/huffyuvdsp_init.o libavcodec/x86/huffyuvencdsp.o libavcodec/x86/huffyuvencdsp_init.o libavcodec/x86/idctdsp.o libavcodec/x86/idctdsp_init.o libavcodec/x86/imdct36.o libavcodec/x86/jpeg2000dsp.o libavcodec/x86/jpeg2000dsp_init.o libavcodec/x86/lossless_audiodsp.o libavcodec/x86/lossless_audiodsp_init.o libavcodec/x86/lossless_videodsp.o libavcodec/x86/lossless_videodsp_init.o libavcodec/x86/lossless_videoencdsp.o libavcodec/x86/lossless_videoencdsp_init.o libavcodec/x86/lpc.o libavcodec/x86/lpc_init.o libavcodec/x86/me_cmp.o libavcodec/x86/me_cmp_init.o libavcodec/x86/mlpdsp.o libavcodec/x86/mlpdsp_init.o libavcodec/x86/mpeg4videodsp.o libavcodec/x86/mpegaudiodsp.o libavcodec/x86/mpegvideo.o libavcodec/x86/mpegvideoenc.o libavcodec/x86/mpegvideoencdsp.o libavcodec/x86/mpegvideoencdsp_init.o libavcodec/x86/opusdsp.o libavcodec/x86/opusdsp_init.o libavcodec/x86/pixblockdsp.o libavcodec/x86/pixblockdsp_init.o libavcodec/x86/pngdsp.o libavcodec/x86/pngdsp_init.o libavcodec/x86/proresdsp.o libavcodec/x86/proresdsp_init.o libavcodec/x86/qpel.o libavcodec/x86/qpeldsp.o libavcodec/x86/qpeldsp_init.o libavcodec/x86/rv34dsp.o libavcodec/x86/rv34dsp_init.o libavcodec/x86/rv40dsp.o libavcodec/x86/rv40dsp_init.o libavcodec/x86/sbcdsp.o libavcodec/x86/sbcdsp_init.o libavcodec/x86/sbrdsp.o libavcodec/x86/sbrdsp_init.o libavcodec/x86/simple_idct10.o libavcodec/x86/snowdsp.o libavcodec/x86/svq1enc.o libavcodec/x86/svq1enc_init.o libavcodec/x86/synth_filter.o libavcodec/x86/synth_filter_init.o libavcodec/x86/takdsp.o libavcodec/x86/takdsp_init.o libavcodec/x86/ttadsp.o libavcodec/x86/ttadsp_init.o libavcodec/x86/ttaencdsp.o libavcodec/x86/ttaencdsp_init.o libavcodec/x86/utvideodsp.o libavcodec/x86/utvideodsp_init.o libavcodec/x86/v210-init.o libavcodec/x86/v210.o libavcodec/x86/v210enc.o libavcodec/x86/v210enc_init.o libavcodec/x86/vc1dsp_init.o libavcodec/x86/vc1dsp_loopfilter.o libavcodec/x86/vc1dsp_mc.o libavcodec/x86/vc1dsp_mmx.o libavcodec/x86/videodsp.o libavcodec/x86/videodsp_init.o libavcodec/x86/vorbisdsp.o libavcodec/x86/vorbisdsp_init.o libavcodec/x86/vp3dsp.o libavcodec/x86/vp3dsp_init.o libavcodec/x86/vp6dsp.o libavcodec/x86/vp6dsp_init.o libavcodec/x86/vp8dsp.o libavcodec/x86/vp8dsp_init.o libavcodec/x86/vp8dsp_loopfilter.o libavcodec/x86/vp9dsp_init.o libavcodec/x86/vp9dsp_init_10bpp.o libavcodec/x86/vp9dsp_init_12bpp.o libavcodec/x86/vp9dsp_init_16bpp.o libavcodec/x86/vp9intrapred.o libavcodec/x86/vp9intrapred_16bpp.o libavcodec/x86/vp9itxfm.o libavcodec/x86/vp9itxfm_16bpp.o libavcodec/x86/vp9lpf.o libavcodec/x86/vp9lpf_16bpp.o libavcodec/x86/vp9mc.o libavcodec/x86/vp9mc_16bpp.o libavcodec/x86/xvididct.o libavcodec/x86/xvididct_init.o libavcodec/xan.o libavcodec/xbm_parser.o libavcodec/xbmdec.o libavcodec/xbmenc.o libavcodec/xface.o libavcodec/xfacedec.o libavcodec/xfaceenc.o libavcodec/xiph.o libavcodec/xl.o libavcodec/xma_parser.o libavcodec/xpmdec.o libavcodec/xsubdec.o libavcodec/xsubenc.o libavcodec/xvididct.o libavcodec/xwd_parser.o libavcodec/xwddec.o libavcodec/xwdenc.o libavcodec/xxan.o libavcodec/y41pdec.o libavcodec/y41penc.o libavcodec/ylc.o libavcodec/yop.o libavcodec/yuv4dec.o libavcodec/yuv4enc.o libavcodec/zerocodec.o libavcodec/zlib_wrapper.o libavcodec/zmbv.o libavcodec/zmbvenc.o libavcodec/avcodecres.o libavcodec/log2_tab.o libavcodec/reverse.o > libavcodec/avcodec-60.def
    LD	libavcodec/avcodec-60.dll
    ffmpeg/6.1: 
    mkdir: cannot create directory '/dev/shm': Read-only file system
    mkdir: cannot create directory '/dev/mqueue': Read-only file system
    mkdir: cannot create directory '/dev/shm': Read-only file system
    mkdir: cannot create directory '/dev/mqueue': Read-only file system
    C:/j/workspace/prod-v1/bsr@2/63267/fbdaa/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/libavcodec/x86/h264_idct.asm:770: warning: redefining multi-line macro `STORE_DIFFx2'
    C:/j/workspace/prod-v1/bsr@2/63267/fbdaa/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/libavcodec/x86/h264_idct.asm:770: warning: redefining multi-line macro `STORE_DIFFx2'
    /c/j/workspace/prod-v1/bsr@2/63267/fbdaa/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/compat/windows/mslink: line 5: /c/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/HostX64/x64/link: Argument list too long
    make: *** [/c/j/workspace/prod-v1/bsr@2/63267/fbdaa/.conan/data/ffmpeg/6.1/_/_/build/8f820542e5564bda46ea2f720834fbe2f1ec37fe/src/ffbuild/library.mak:119: libavcodec/avcodec-60.dll] Error 126
    WARN: *** Conan 1 is legacy and on a deprecation path ***
    WARN: *** Please upgrade to Conan 2 ***
    WARN: freetype/2.13.2: requirement zlib/[>=1.2.10 <2] overridden by ffmpeg/6.1 to zlib/1.3.1 
    WARN: libpng/1.6.43: requirement zlib/[>=1.2.11 <2] overridden by freetype/2.13.2 to zlib/1.3.1 
    WARN: openssl/3.2.2: requirement zlib/[>=1.2.11 <2] overridden by ffmpeg/6.1 to zlib/1.3.1 
    ffmpeg/6.1: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    ffmpeg/6.1: ERROR: Package '8f820542e5564bda46ea2f720834fbe2f1ec37fe' build failed
    ffmpeg/6.1: WARN: Build folder C:\J\workspace\prod-v1\bsr@2\63267\fbdaa\.conan\data\ffmpeg\6.1\_\_\build\8f820542e5564bda46ea2f720834fbe2f1ec37fe\build-release
    ERROR: ffmpeg/6.1: Error in build() method, line 717
    	autotools.make()
    	ConanException: Error 2 while executing make -j8
    
  • ffmpeg/5.0.3: All packages built successfully! (All logs)

  • ffmpeg/4.4.3: All packages built successfully! (All logs)

  • ffmpeg/4.4: All packages built successfully! (All logs)

  • ffmpeg/5.1: All packages built successfully! (All logs)

  • ffmpeg/5.0: All packages built successfully! (All logs)

  • ffmpeg/4.2.1: All packages built successfully! (All logs)

  • ffmpeg/4.3.2: All packages built successfully! (All logs)


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Jun 30 '24 22:06 conan-center-bot

This fixes missing symbols errors at link time when using the component dependency ffmpeg::avutil.

Do we have an output of the actual missing symbol errors?

jcar87 avatar Jul 08 '24 11:07 jcar87

This fixes missing symbols errors at link time when using the component dependency ffmpeg::avutil.

Do we have an output of the actual missing symbol errors?

@jcar87 Trying to build pipewire with the option with_ffmpeg=True results in the following error:

[168/783] Linking target spa/plugins/ffmpeg/libspa-ffmpeg.so
FAILED: spa/plugins/ffmpeg/libspa-ffmpeg.so 
gcc  -o spa/plugins/ffmpeg/libspa-ffmpeg.so spa/plugins/ffmpeg/libspa-ffmpeg.so.p/ffmpeg.c.o spa/plugins/ffmpeg/libspa-ffmpeg.so.p/ffmpeg-dec.c.o spa/plugins/ffmpeg/libspa-ffmpeg.so.p/ffmpeg-enc.c.o -Wl,--as-needed -Wl,--no-undefined -fuse-ld=mold -shared -fPIC -Wl,-soname,libspa-ffmpeg.so -Wl,--start-group /home/jordan/.conan2/p/b/ffmpef16bd55bcab7f/p/lib/libavcodec.a -Wl,-Bsymbolic -Wl,-Bsymbolic /home/jordan/.conan2/p/b/ffmpef16bd55bcab7f/p/lib/libswresample.a /home/jordan/.conan2/p/b/ffmpef16bd55bcab7f/p/lib/libavutil.a /usr/lib64/libva-x11.so /usr/lib64/libva-drm.so /usr/lib64/libva.so /usr/lib64/libX11.so /usr/lib64/libvdpau.so /home/jordan/.conan2/p/b/zlibd8546d4404d22/p/lib/libz.a /home/jordan/.conan2/p/b/xz_ut1c4dbddde59d9/p/lib/liblzma.a /home/jordan/.conan2/p/b/libic022e532af5dd2/p/lib/libiconv.a /home/jordan/.conan2/p/b/libic022e532af5dd2/p/lib/libcharset.a /home/jordan/.conan2/p/b/openjc645051f143e6/p/lib/libopenjp2.a /home/jordan/.conan2/p/b/openh041f2a9c6a7ef/p/lib/libopenh264.a /home/jordan/.conan2/p/b/vorbif2362c8f90a3a/p/lib/libvorbisenc.a /home/jordan/.conan2/p/b/vorbif2362c8f90a3a/p/lib/libvorbisfile.a /home/jordan/.conan2/p/b/vorbif2362c8f90a3a/p/lib/libvorbis.a /home/jordan/.conan2/p/b/ogg675e2c3820d75/p/lib/libogg.a /home/jordan/.conan2/p/b/opus1c0df98fc324c/p/lib/libopus.a /home/jordan/.conan2/p/b/libx20192dfe34cc74/p/lib/libx264.a /home/jordan/.conan2/p/b/libx2427a2a4130ed5/p/lib/libx265.a -lrt -Wl,-Bsymbolic,-znoexecstack /home/jordan/.conan2/p/b/libvp17d64d28b8202/p/lib/libvpx.a /usr/lib/gcc/x86_64-redhat-linux/14/libstdc++.so /home/jordan/.conan2/p/b/libmp1e58a85e30996/p/lib/libmp3lame.a /home/jordan/.conan2/p/b/libfdadc47a4d3fb3b/p/lib/libfdk-aac.a /home/jordan/.conan2/p/b/libwe8dcd39187f060/p/lib/libwebpdecoder.a /home/jordan/.conan2/p/b/libwe8dcd39187f060/p/lib/libwebpdemux.a /home/jordan/.conan2/p/b/libwe8dcd39187f060/p/lib/libwebpmux.a /home/jordan/.conan2/p/b/libwe8dcd39187f060/p/lib/libwebp.a /home/jordan/.conan2/p/b/libwe8dcd39187f060/p/lib/libsharpyuv.a /home/jordan/.conan2/p/b/libsv236e2b52a65de/p/lib/libSvtAv1Dec.a /home/jordan/.conan2/p/b/libsv236e2b52a65de/p/lib/libSvtAv1Enc.a /home/jordan/.conan2/p/b/cpuin1a4964b2bfe11/p/lib/libcpuinfo.a /home/jordan/.conan2/p/b/libaoa5079e28e1a39/p/lib/libaom.a -lm /home/jordan/.conan2/p/b/dav1d163cfbe37852e/p/lib/libdav1d.a -ldl -lpthread -Wl,--end-group
mold: error: undefined symbol: RAND_bytes
>>> referenced by random_seed.c
>>>               /home/jordan/.conan2/p/b/ffmpef16bd55bcab7f/p/lib/libavutil.a(random_seed.o):(av_random_bytes)
collect2: error: ld returned 1 exit status

jwillikers avatar Jul 11 '24 12:07 jwillikers

@jwillikers What do you mean by pipewire? What exactly scenario could I use to reproduce that error? Could you please share the recipe and commands used?

uilianries avatar Aug 05 '24 08:08 uilianries

BTW, I see this PR is more or less following the changes applied in https://github.com/conan-io/conan-center-index/pull/23089/files#diff-13ca8667b24368a779b16b2c336319a64d00888f52929213802d3572e58828bc

uilianries avatar Aug 05 '24 08:08 uilianries

@uilianries See PR #22991

jwillikers avatar Aug 06 '24 11:08 jwillikers

Conan v1 pipeline :x:

Sorry, the system is under maintenance and it doesn't accept builds right now.

Motivation: Weekly scheduled maintenance

Please, check https://status.conan.io to obtain more information. Thanks for your understanding and help with the Conan Center Index!

Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

Sorry, the system is under maintenance and it doesn't accept builds right now.

Motivation: Weekly scheduled maintenance

Please, check https://status.conan.io to obtain more information. Thanks for your understanding and help with the Conan Center Index!

conan-center-bot avatar Aug 07 '24 11:08 conan-center-bot

Conan v1 pipeline :x:

Sorry, the system is under maintenance and it doesn't accept builds right now.

Motivation: Weekly scheduled maintenance

Please, check https://status.conan.io to obtain more information. Thanks for your understanding and help with the Conan Center Index!

Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

Sorry, the system is under maintenance and it doesn't accept builds right now.

Motivation: Weekly scheduled maintenance

Please, check https://status.conan.io to obtain more information. Thanks for your understanding and help with the Conan Center Index!

conan-center-bot avatar Aug 07 '24 11:08 conan-center-bot

Conan v1 pipeline :x:

Sorry, the system is under maintenance and it doesn't accept builds right now.

Motivation: Weekly scheduled maintenance

Please, check https://status.conan.io to obtain more information. Thanks for your understanding and help with the Conan Center Index!

Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

Sorry, the system is under maintenance and it doesn't accept builds right now.

Motivation: Weekly scheduled maintenance

Please, check https://status.conan.io to obtain more information. Thanks for your understanding and help with the Conan Center Index!

conan-center-bot avatar Aug 07 '24 11:08 conan-center-bot

I rebased this PR over the master

uilianries avatar Aug 07 '24 11:08 uilianries

Conan v1 pipeline :x:

Failure in build 11 (cf8cc9ab16834ca9a941551c0292cf5a634e80d2):

  • ffmpeg/7.0.1: Didn't run or was cancelled before finishing

  • ffmpeg/6.1.1: Didn't run or was cancelled before finishing

  • ffmpeg/6.0.1: Didn't run or was cancelled before finishing

  • ffmpeg/6.1: Didn't run or was cancelled before finishing

  • ffmpeg/5.0.3: Didn't run or was cancelled before finishing

  • ffmpeg/5.1.3: CI failed to create some packages (All logs)

    Logs for packageID fa73b01e712c0b5e4e490f2dade50953aea1198d:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=9
    os=Linux
    [options]
    ffmpeg:shared=False
    
    [...]
    ----Running------
    > dpkg-query -W -f='${Status}' libva-dev | grep -q "ok installed"
    -----------------
    
    ----Running------
    > sudo apt-get update
    -----------------
    Get:1 https://ppa.launchpadcontent.net/openjdk-r/ppa/ubuntu xenial InRelease [21.5 kB]
    Get:2 http://ppa.launchpad.net/git-core/ppa/ubuntu eoan InRelease [21.5 kB]
    Get:3 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu eoan InRelease [21.5 kB]
    Get:4 https://ppa.launchpadcontent.net/openjdk-r/ppa/ubuntu xenial/main amd64 Packages [19.2 kB]
    Get:5 http://ppa.launchpad.net/git-core/ppa/ubuntu eoan/main amd64 Packages [3185 B]
    Err:6 http://old-releases.ubuntu.com/ubuntu eoan InRelease
      Temporary failure resolving 'old-releases.ubuntu.com'
    Get:7 http://old-releases.ubuntu.com/ubuntu eoan-updates InRelease [97.5 kB]
    Get:8 http://old-releases.ubuntu.com/ubuntu eoan-backports InRelease [88.8 kB]
    Get:9 http://old-releases.ubuntu.com/ubuntu eoan-security InRelease [97.5 kB]
    Get:10 http://old-releases.ubuntu.com/ubuntu eoan-updates/universe Sources [54.7 kB]
    Get:11 http://old-releases.ubuntu.com/ubuntu eoan-updates/multiverse amd64 Packages [1074 B]
    Get:12 http://old-releases.ubuntu.com/ubuntu eoan-updates/main amd64 Packages [431 kB]
    Get:13 http://old-releases.ubuntu.com/ubuntu eoan-updates/restricted amd64 Packages [56.6 kB]
    Get:14 http://old-releases.ubuntu.com/ubuntu eoan-updates/universe amd64 Packages [283 kB]
    Get:15 http://old-releases.ubuntu.com/ubuntu eoan-backports/universe amd64 Packages [4108 B]
    Get:16 http://old-releases.ubuntu.com/ubuntu eoan-backports/main amd64 Packages [669 B]
    Get:17 http://old-releases.ubuntu.com/ubuntu eoan-security/universe Sources [33.0 kB]
    Get:18 http://old-releases.ubuntu.com/ubuntu eoan-security/universe amd64 Packages [221 kB]
    Get:19 http://old-releases.ubuntu.com/ubuntu eoan-security/multiverse amd64 Packages [1074 B]
    Get:20 http://old-releases.ubuntu.com/ubuntu eoan-security/main amd64 Packages [328 kB]
    Get:21 http://old-releases.ubuntu.com/ubuntu eoan-security/restricted amd64 Packages [56.6 kB]
    Fetched 1842 kB in 31s (59.7 kB/s)
    Reading package lists...
    
    ----Running------
    > sudo apt-get install -y --no-install-recommends libva-dev
    -----------------
    Reading package lists...
    Building dependency tree...
    Reading state information...
    dpkg-query: no packages found matching libva-dev
    W: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/eoan/InRelease  Temporary failure resolving 'old-releases.ubuntu.com'
    W: Some index files failed to download. They have been ignored, or old ones used instead.
    E: Unable to locate package libva-dev
    WARN: *** Conan 1 is legacy and on a deprecation path ***
    WARN: *** Please upgrade to Conan 2 ***
    WARN: freetype/2.13.2: requirement zlib/[>=1.2.10 <2] overridden by ffmpeg/5.1.3 to zlib/1.3.1 
    WARN: libpng/1.6.43: requirement zlib/[>=1.2.11 <2] overridden by freetype/2.13.2 to zlib/1.3.1 
    WARN: openssl/3.3.1: requirement zlib/[>=1.2.11 <2] overridden by ffmpeg/5.1.3 to zlib/1.3.1 
    WARN: pulseaudio/14.2: requirement openssl/[>=1.1 <4] overridden by ffmpeg/5.1.3 to openssl/3.3.1 
    vaapi/system: ERROR: while executing system_requirements(): Command 'sudo apt-get install -y --no-install-recommends libva-dev' failed
    ERROR: Error in system requirements
    
  • ffmpeg/4.4.4: Didn't run or was cancelled before finishing


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

Failure in build 13 (cf8cc9ab16834ca9a941551c0292cf5a634e80d2):

  • ffmpeg/6.1.1: Didn't run or was cancelled before finishing

  • ffmpeg/6.0.1: Didn't run or was cancelled before finishing

  • ffmpeg/6.1: Didn't run or was cancelled before finishing

  • ffmpeg/7.0.1: Didn't run or was cancelled before finishing

  • ffmpeg/4.4.4: Didn't run or was cancelled before finishing

  • ffmpeg/5.1.3: Didn't run or was cancelled before finishing

  • ffmpeg/5.0.3: CI failed to create some packages (All logs)

    Logs for packageID 9e4a072e6a84bebd211fbe2e2d40a0d437ccab5d:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    [...]
          |                               ^
    src/libavutil/macros.h:52:47: note: in definition of macro 'FFSWAP'
       52 | #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
          |                                               ^
    src/libavutil/hwcontext_vaapi.c:1117:44: error: request for member 'layers' in something not a structure or union
     1117 |                 FFSWAP(uint32_t, prime_desc.layers[i].pitch[1],
          |                                            ^
    src/libavutil/macros.h:52:50: note: in definition of macro 'FFSWAP'
       52 | #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
          |                                                  ^
    src/libavutil/hwcontext_vaapi.c:1117:44: error: request for member 'layers' in something not a structure or union
     1117 |                 FFSWAP(uint32_t, prime_desc.layers[i].pitch[1],
          |                                            ^
    src/libavutil/macros.h:52:53: note: in definition of macro 'FFSWAP'
       52 | #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
          |                                                     ^
    src/libavutil/hwcontext_vaapi.c:1120:31: error: request for member 'layers' in something not a structure or union
     1120 |                     prime_desc.layers[i].offset[2]);
          |                               ^
    src/libavutil/macros.h:52:44: note: in definition of macro 'FFSWAP'
       52 | #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
          |                                            ^
    src/libavutil/hwcontext_vaapi.c:1120:31: error: request for member 'layers' in something not a structure or union
     1120 |                     prime_desc.layers[i].offset[2]);
          |                               ^
    src/libavutil/macros.h:52:47: note: in definition of macro 'FFSWAP'
       52 | #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
          |                                               ^
    src/libavutil/hwcontext_vaapi.c:1119:44: error: request for member 'layers' in something not a structure or union
     1119 |                 FFSWAP(uint32_t, prime_desc.layers[i].offset[1],
          |                                            ^
    src/libavutil/macros.h:52:50: note: in definition of macro 'FFSWAP'
       52 | #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
          |                                                  ^
    src/libavutil/hwcontext_vaapi.c:1119:44: error: request for member 'layers' in something not a structure or union
     1119 |                 FFSWAP(uint32_t, prime_desc.layers[i].offset[1],
          |                                            ^
    src/libavutil/macros.h:52:53: note: in definition of macro 'FFSWAP'
       52 | #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
          |                                                     ^
    /home/conan/workspace/prod-v2/bsr/74901/cfbdf/p/b/ffmpe6716c3921f2fa/b/src/ffbuild/common.mak:78: recipe for target 'libavutil/hwcontext_vaapi.o' failed
    make: *** [libavutil/hwcontext_vaapi.o] Error 1
    make: *** Waiting for unfinished jobs....
    
    ffmpeg/5.0.3: ERROR: 
    Package '9e4a072e6a84bebd211fbe2e2d40a0d437ccab5d' build failed
    ffmpeg/5.0.3: WARN: Build folder /home/conan/workspace/prod-v2/bsr/74901/cfbdf/p/b/ffmpe6716c3921f2fa/b/build-release
    ERROR: ffmpeg/5.0.3: Error in build() method, line 722
    	autotools.make()
    	ConanException: Error 2 while executing
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Aug 10 '24 22:08 conan-center-bot

Conan v1 pipeline :x:

Failure in build 12 (a7dfebaa738fdb8d9b25278ea15d50eb1597fc3f):

  • ffmpeg/7.0.1: Didn't run or was cancelled before finishing

  • ffmpeg/6.1: Didn't run or was cancelled before finishing

  • ffmpeg/6.1.1: Didn't run or was cancelled before finishing

  • ffmpeg/6.0.1: Didn't run or was cancelled before finishing

  • ffmpeg/5.0.3: CI failed to create some packages (All logs)

    Logs for packageID 19e634dd13d528a86ceaff728f7680552f726915:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=5
    os=Linux
    [options]
    ffmpeg:shared=False
    
    [...]
    src/libavutil/hwcontext_vaapi.c:1117:44: error: request for member ‘layers’ in something not a structure or union
                     FFSWAP(uint32_t, prime_desc.layers[i].pitch[1],
                                                ^
    src/libavutil/macros.h:52:53: note: in definition of macro ‘FFSWAP’
     #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
                                                         ^
    src/libavutil/hwcontext_vaapi.c:1120:31: error: request for member ‘layers’ in something not a structure or union
                         prime_desc.layers[i].offset[2]);
                                   ^
    src/libavutil/macros.h:52:44: note: in definition of macro ‘FFSWAP’
     #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
                                                ^
    src/libavutil/hwcontext_vaapi.c:1120:31: error: request for member ‘layers’ in something not a structure or union
                         prime_desc.layers[i].offset[2]);
                                   ^
    src/libavutil/macros.h:52:47: note: in definition of macro ‘FFSWAP’
     #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
                                                   ^
    src/libavutil/hwcontext_vaapi.c:1119:44: error: request for member ‘layers’ in something not a structure or union
                     FFSWAP(uint32_t, prime_desc.layers[i].offset[1],
                                                ^
    src/libavutil/macros.h:52:50: note: in definition of macro ‘FFSWAP’
     #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
                                                      ^
    src/libavutil/hwcontext_vaapi.c:1119:44: error: request for member ‘layers’ in something not a structure or union
                     FFSWAP(uint32_t, prime_desc.layers[i].offset[1],
                                                ^
    src/libavutil/macros.h:52:53: note: in definition of macro ‘FFSWAP’
     #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
                                                         ^
    make: *** [libavutil/hwcontext_vaapi.o] Error 1
    make: *** Waiting for unfinished jobs....
    WARN: *** Conan 1 is legacy and on a deprecation path ***
    WARN: *** Please upgrade to Conan 2 ***
    WARN: freetype/2.13.2: requirement zlib/[>=1.2.10 <2] overridden by ffmpeg/5.0.3 to zlib/1.3.1 
    WARN: libpng/1.6.43: requirement zlib/[>=1.2.11 <2] overridden by freetype/2.13.2 to zlib/1.3.1 
    WARN: openssl/3.3.1: requirement zlib/[>=1.2.11 <2] overridden by ffmpeg/5.0.3 to zlib/1.3.1 
    WARN: pulseaudio/14.2: requirement openssl/[>=1.1 <4] overridden by ffmpeg/5.0.3 to openssl/3.3.1 
    ffmpeg/5.0.3: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    ffmpeg/5.0.3: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    ffmpeg/5.0.3: WARN: /home/conan/workspace/prod-v1/bsr/84407/fdfaf/.conan/data/ffmpeg/5.0.3/_/_/build/19e634dd13d528a86ceaff728f7680552f726915/patches/5.0-0001-fix-hwcontext_vulkan.patch: file 1/1:	 b'libavutil/hwcontext_vulkan.c'
    ffmpeg/5.0.3: WARN: /home/conan/workspace/prod-v1/bsr/84407/fdfaf/.conan/data/ffmpeg/5.0.3/_/_/build/19e634dd13d528a86ceaff728f7680552f726915/patches/5.0-0001-fix-hwcontext_vulkan.patch:  hunk no.1 doesn't match source file at line 357
    ffmpeg/5.0.3: WARN: /home/conan/workspace/prod-v1/bsr/84407/fdfaf/.conan/data/ffmpeg/5.0.3/_/_/build/19e634dd13d528a86ceaff728f7680552f726915/patches/5.0-0001-fix-hwcontext_vulkan.patch:   expected: b''
    ffmpeg/5.0.3: WARN: /home/conan/workspace/prod-v1/bsr/84407/fdfaf/.conan/data/ffmpeg/5.0.3/_/_/build/19e634dd13d528a86ceaff728f7680552f726915/patches/5.0-0001-fix-hwcontext_vulkan.patch:   actual  : b'};'
    ffmpeg/5.0.3: WARN: /home/conan/workspace/prod-v1/bsr/84407/fdfaf/.conan/data/ffmpeg/5.0.3/_/_/build/19e634dd13d528a86ceaff728f7680552f726915/patches/5.0-0001-fix-hwcontext_vulkan.patch: already patched  b'libavutil/hwcontext_vulkan.c'
    ffmpeg/5.0.3: ERROR: Package '19e634dd13d528a86ceaff728f7680552f726915' build failed
    ffmpeg/5.0.3: WARN: Build folder /home/conan/workspace/prod-v1/bsr/84407/fdfaf/.conan/data/ffmpeg/5.0.3/_/_/build/19e634dd13d528a86ceaff728f7680552f726915/build-release
    ERROR: ffmpeg/5.0.3: Error in build() method, line 722
    	autotools.make()
    	ConanException: Error 2 while executing make -j3
    
  • ffmpeg/5.1.3: Didn't run or was cancelled before finishing

  • ffmpeg/4.4.4: Didn't run or was cancelled before finishing


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

Failure in build 14 (a7dfebaa738fdb8d9b25278ea15d50eb1597fc3f):

  • ffmpeg/7.0.1: Didn't run or was cancelled before finishing

  • ffmpeg/5.0.3: CI failed to create some packages (All logs)

    Logs for packageID 9e4a072e6a84bebd211fbe2e2d40a0d437ccab5d:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    [...]
       52 | #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
          |                                               ^
    src/libavutil/hwcontext_vaapi.c:1117:44: error: request for member 'layers' in something not a structure or union
     1117 |                 FFSWAP(uint32_t, prime_desc.layers[i].pitch[1],
          |                                            ^
    src/libavutil/macros.h:52:50: note: in definition of macro 'FFSWAP'
       52 | #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
          |                                                  ^
    src/libavutil/hwcontext_vaapi.c:1117:44: error: request for member 'layers' in something not a structure or union
     1117 |                 FFSWAP(uint32_t, prime_desc.layers[i].pitch[1],
          |                                            ^
    src/libavutil/macros.h:52:53: note: in definition of macro 'FFSWAP'
       52 | #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
          |                                                     ^
    src/libavutil/hwcontext_vaapi.c:1120:31: error: request for member 'layers' in something not a structure or union
     1120 |                     prime_desc.layers[i].offset[2]);
          |                               ^
    src/libavutil/macros.h:52:44: note: in definition of macro 'FFSWAP'
       52 | #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
          |                                            ^
    src/libavutil/hwcontext_vaapi.c:1120:31: error: request for member 'layers' in something not a structure or union
     1120 |                     prime_desc.layers[i].offset[2]);
          |                               ^
    src/libavutil/macros.h:52:47: note: in definition of macro 'FFSWAP'
       52 | #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
          |                                               ^
    src/libavutil/hwcontext_vaapi.c:1119:44: error: request for member 'layers' in something not a structure or union
     1119 |                 FFSWAP(uint32_t, prime_desc.layers[i].offset[1],
          |                                            ^
    src/libavutil/macros.h:52:50: note: in definition of macro 'FFSWAP'
       52 | #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
          |                                                  ^
    src/libavutil/hwcontext_vaapi.c:1119:44: error: request for member 'layers' in something not a structure or union
     1119 |                 FFSWAP(uint32_t, prime_desc.layers[i].offset[1],
          |                                            ^
    src/libavutil/macros.h:52:53: note: in definition of macro 'FFSWAP'
       52 | #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
          |                                                     ^
    CC	libavutil/hwcontext_vdpau.o
    /home/conan/workspace/prod-v2/bsr/76019/abaea/p/b/ffmpeda87ef57ade9d/b/src/ffbuild/common.mak:78: recipe for target 'libavutil/hwcontext_vaapi.o' failed
    make: *** [libavutil/hwcontext_vaapi.o] Error 1
    make: *** Waiting for unfinished jobs....
    CC	libavutil/imgutils.o
    
    ffmpeg/5.0.3: ERROR: 
    Package '9e4a072e6a84bebd211fbe2e2d40a0d437ccab5d' build failed
    ffmpeg/5.0.3: WARN: Build folder /home/conan/workspace/prod-v2/bsr/76019/abaea/p/b/ffmpeda87ef57ade9d/b/build-release
    ERROR: ffmpeg/5.0.3: Error in build() method, line 722
    	autotools.make()
    	ConanException: Error 2 while executing
    
  • ffmpeg/6.1: Didn't run or was cancelled before finishing

  • ffmpeg/6.1.1: Didn't run or was cancelled before finishing

  • ffmpeg/4.4.4: Didn't run or was cancelled before finishing

  • ffmpeg/6.0.1: Didn't run or was cancelled before finishing

  • ffmpeg/5.1.3: Didn't run or was cancelled before finishing


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

conan-center-bot avatar Aug 13 '24 10:08 conan-center-bot

The new CI result shows an error when libdrm is enabled: https://c3i.jfrog.io/c3i/misc-v2/logs/pr/22990/14-linux-gcc/ffmpeg/5.0.3//9e4a072e6a84bebd211fbe2e2d40a0d437ccab5d-build.txt

src/libavutil/hwcontext_vaapi.c: In function 'vaapi_map_from_drm':
src/libavutil/hwcontext_vaapi.c:1078:9: error: unknown type name 'VADRMPRIMESurfaceDescriptor'
 1078 |         VADRMPRIMESurfaceDescriptor prime_desc;
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
src/libavutil/hwcontext_vaapi.c:1084:34: error: 'VA_SURFACE_ATTRIB_MEM_TYPE_DRM_PRIME_2' undeclared (first use in this function); did you mean 'VA_SURFACE_ATTRIB_MEM_TYPE_DRM_PRIME'?
 1084 |                 .value.value.i = VA_SURFACE_ATTRIB_MEM_TYPE_DRM_PRIME_2,
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                  VA_SURFACE_ATTRIB_MEM_TYPE_DRM_PRIME
src/libavutil/hwcontext_vaapi.c:1084:34: note: each undeclared identifier is reported only once for each function it appears in
src/libavutil/hwcontext_vaapi.c:1093:19: error: request for member 'fourcc' in something not a structure or union
 1093 |         prime_desc.fourcc = va_fourcc;
      |                   ^
src/libavutil/hwcontext_vaapi.c:1094:19: error: request for member 'width' in something not a structure or union
 1094 |         prime_desc.width = src_fc->width;

This occurs because the Conan package vaapi/system is installing the version 1.7.0 in Ubuntu 16.04 (C3I Jenkins), which is too old for FFMpeg:

apt policy libva-dev
libva-dev:
  Installed: 1.7.0-1ubuntu0.1
  Candidate: 1.7.0-1ubuntu0.1
  Version table:
 *** 1.7.0-1ubuntu0.1 500
        500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages
        100 /var/lib/dpkg/status
     1.7.0-1 500
        500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

The required define VA_SURFACE_ATTRIB_MEM_TYPE_DRM_PRIME_2 is only available for libva >=2.1: https://github.com/intel/libva/commit/51e98b1224794a44ba097baa7a1b4e35c3596d0c

I would recommend disabling with_libdrm by default, following the upstream behavior: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/6.1:/configure#l339

As alternative, we could use libva/2.21.0, as tried before, I but think is too risk as it may break users due its affinity to the system/hardware. Still, people can use replace_requires to use libva instead of vaapi Conan package.

BTW, I can build the current commit cf8cc9a without error in Ubuntu 22.04 + Conan 2.5.0 + ffmpeg/5.0.3:with_libdrm=True:

ffmpeg-5.0.3-ubuntu22.04-libdrm.log

uilianries avatar Aug 13 '24 12:08 uilianries

Conan v1 pipeline :heavy_check_mark:

All green in build 13 (c8d3cc7591866cad8e5288e5ccb5f3d85e6f399e):

  • ffmpeg/6.1.1: All packages built successfully! (All logs)

  • ffmpeg/6.1: All packages built successfully! (All logs)

  • ffmpeg/7.0.1: All packages built successfully! (All logs)

  • ffmpeg/6.0.1: All packages built successfully! (All logs)

  • ffmpeg/5.0.3: All packages built successfully! (All logs)

  • ffmpeg/5.1.3: All packages built successfully! (All logs)

  • ffmpeg/4.4.4: All packages built successfully! (All logs)


Conan v2 pipeline :heavy_check_mark:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 15 (c8d3cc7591866cad8e5288e5ccb5f3d85e6f399e):

  • ffmpeg/6.1.1: All packages built successfully! (All logs)

  • ffmpeg/7.0.1: All packages built successfully! (All logs)

  • ffmpeg/6.1: All packages built successfully! (All logs)

  • ffmpeg/6.0.1: All packages built successfully! (All logs)

  • ffmpeg/5.0.3: All packages built successfully! (All logs)

  • ffmpeg/5.1.3: All packages built successfully! (All logs)

  • ffmpeg/4.4.4: All packages built successfully! (All logs)

conan-center-bot avatar Aug 14 '24 00:08 conan-center-bot

Hooks produced the following warnings for commit c8d3cc7591866cad8e5288e5ccb5f3d85e6f399e
ffmpeg/6.1.1@#260a95e53eb63cce98e42ff8ece2083c
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.57.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.60.16.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.58.29.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.7.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.60.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.12.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.60.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.7.5.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.60.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.9.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.57.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.60.31.102.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.9.12.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.60.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
ffmpeg/6.1@#3f0bec8d31f809ee23fcd496024768fe
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.57.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.60.16.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.58.29.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.7.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.60.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.12.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.60.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.7.5.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.60.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.9.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.57.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.60.31.102.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.9.12.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.60.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
ffmpeg/7.0.1@#549af51c795b459e0bbe1c919e0cf100
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.59.8.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.5.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.61.1.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.8.1.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.61.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.58.1.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.8.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.61.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.10.1.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.61.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.61.1.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.59.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.61.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.10.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.5.1.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
ffmpeg/6.0.1@#13de18f0c13f833d00d409f76bef4753
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.57.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.60.1.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.60.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.57.1.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.7.1.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.7.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.60.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.9.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.60.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.60.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.9.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.10.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.58.2.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.60.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
ffmpeg/5.0.3@#0a10f5569cf38731812b71fa04f7b424
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.8.24.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.59.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.56.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.57.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.59.4.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.56.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.6.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.6.4.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.57.17.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.59.18.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.59.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.59.16.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.59.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.3.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.8.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
ffmpeg/5.1.3@#7521e1cc46a5c2df0e8ffe663f807314
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.59.27.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.59.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.57.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.56.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.6.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.59.37.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.4.7.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.6.7.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.59.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.59.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.8.44.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.57.28.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.56.6.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.8.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.59.7.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
ffmpeg/4.4.4@#7d252ea17f74ceb50ac858b5309f6c1b
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.5.9.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.55.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.55.9.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.58.13.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.56.70.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswscale.5.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.3.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.7.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.58.76.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.3.9.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavformat.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.7.110.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavutil.56.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libswresample.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavdevice.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libpostproc.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavfilter.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.58.134.100.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libavcodec.58.dylib' links to system library 'CoreServices' but it is not in cpp_info.frameworks.

github-actions[bot] avatar Aug 14 '24 00:08 github-actions[bot]