-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[package] opencv/4.10.0: Error while cross compile for arm64 linux target #26326
Comments
Hi @KiranKaur721 - thank you for reporting this. I think things have changed a little in recent versions of Ubuntu. Issue is around here:
On Ubuntu 24.04, this works for me with:
The difference is that mainline ubuntu has archives at After this, |
Thanks for the response. Above suggestion worked to install with sudo apt-get install. However there are all of the following libs. Do I need to manually install all of them? Or is it possible to change some configuration in conan that allows downloading them into conan cache. Will installing all these arm64 libraries cause problems for my x86 machine? vaapi/system: System requirements: already installed |
Glad to hear that worked!
Shouldn't be necessary. If you pass
It shouldn't - Debian distros can handle multiarch just fine - and binary files are installed in different subdirectories, and all versions "match" exactly the x86_64 packages. If you use the build toolchain from the distro, this should be fine. |
passing those -c arguments still gave the following error. It seems that conan is using archive.ubuntu.com vaapi/system: System requirements: already installed |
Hi suspect that's due to Try running The output should show both archive.ubuntu.com for amd64 and ports.ubuntu.com for arm64 |
Can't do remove architecture $ sudo dpkg --remove-architecture arm64 $ dpkg --get-selections '*:arm64' | awk '{print $1}' |
Description
I am trying to build opencv/4.10.0 for an armv8 device.
I am using a Conan package for the toolchain like this example: https://docs.conan.io/2.2/examples/cross_build/toolchain_packages.html
I am using this conanfile.py
I get the following error:
dpkg-query: no packages found matching libva-dev:arm64
ERROR: vaapi/system: Error in system_requirements() method, line 38
apt.install(["libva-dev"], update=True, check=True)
ConanException: System requirements: 'libva-dev' are missing but can't install because tools.system.package_manager:mode is 'check'.Please update packages manually or set 'tools.system.package_manager:mode' to 'install' in the [conf] section of the profile, or in the command line using '-c tools.system.package_manager:mode=install'
I tried a suggestion from #16764
This gives following error and does not fix anything. I am connected to internet and all.
Reading package lists... Done
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/noble/main/binary-arm64/Packages 404 Not Found [IP: 91.189.91.83 80]
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/noble-updates/main/binary-arm64/Packages 404 Not Found [IP: 91.189.91.83 80]
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/noble-backports/universe/binary-arm64/Packages 404 Not Found [IP: 91.189.91.83 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/dists/noble-security/main/binary-arm64/Packages 404 Not Found [IP: 185.125.190.83 80]
I tried to manually install libva - but didnt work
sudo apt-get install libva-dev:arm64
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libva-dev:arm64
I tried to modify the conanfile.py to build without ffmpeg since libva is ffmpeg dependency. Then I get this error:
xkeyboard-config/system: System requirements: already installed
dpkg-query: no packages found matching libx11-dev:arm64
dpkg-query: no packages found matching libx11-xcb-dev:arm64
dpkg-query: no packages found matching libfontenc-dev:arm64
dpkg-query: no packages found matching libice-dev:arm64
dpkg-query: no packages found matching libsm-dev:arm64
dpkg-query: no packages found matching libxau-dev:arm64
dpkg-query: no packages found matching libxaw7-dev:arm64
dpkg-query: no packages found matching libxcomposite-dev:arm64
dpkg-query: no packages found matching libxcursor-dev:arm64
dpkg-query: no packages found matching libxdamage-dev:arm64
dpkg-query: no packages found matching libxdmcp-dev:arm64
dpkg-query: no packages found matching libxext-dev:arm64
dpkg-query: no packages found matching libxfixes-dev:arm64
dpkg-query: no packages found matching libxi-dev:arm64
dpkg-query: no packages found matching libxinerama-dev:arm64
dpkg-query: no packages found matching libxkbfile-dev:arm64
dpkg-query: no packages found matching libxmu-dev:arm64
dpkg-query: no packages found matching libxmuu-dev:arm64
dpkg-query: no packages found matching libxpm-dev:arm64
dpkg-query: no packages found matching libxrandr-dev:arm64
dpkg-query: no packages found matching libxrender-dev:arm64
dpkg-query: no packages found matching libxres-dev:arm64
dpkg-query: no packages found matching libxss-dev:arm64
dpkg-query: no packages found matching libxt-dev:arm64
dpkg-query: no packages found matching libxtst-dev:arm64
dpkg-query: no packages found matching libxv-dev:arm64
dpkg-query: no packages found matching libxxf86vm-dev:arm64
dpkg-query: no packages found matching libxcb-glx0-dev:arm64
dpkg-query: no packages found matching libxcb-render0-dev:arm64
dpkg-query: no packages found matching libxcb-render-util0-dev:arm64
dpkg-query: no packages found matching libxcb-xkb-dev:arm64
dpkg-query: no packages found matching libxcb-icccm4-dev:arm64
dpkg-query: no packages found matching libxcb-image0-dev:arm64
dpkg-query: no packages found matching libxcb-keysyms1-dev:arm64
dpkg-query: no packages found matching libxcb-randr0-dev:arm64
dpkg-query: no packages found matching libxcb-shape0-dev:arm64
dpkg-query: no packages found matching libxcb-sync-dev:arm64
dpkg-query: no packages found matching libxcb-xfixes0-dev:arm64
dpkg-query: no packages found matching libxcb-xinerama0-dev:arm64
dpkg-query: no packages found matching libxcb-dri3-dev:arm64
dpkg-query: no packages found matching uuid-dev:arm64
dpkg-query: no packages found matching libxcb-cursor-dev:arm64
dpkg-query: no packages found matching libxcb-dri2-0-dev:arm64
dpkg-query: no packages found matching libxcb-dri3-dev:arm64
dpkg-query: no packages found matching libxcb-present-dev:arm64
dpkg-query: no packages found matching libxcb-composite0-dev:arm64
dpkg-query: no packages found matching libxcb-ewmh-dev:arm64
dpkg-query: no packages found matching libxcb-res0-dev:arm64
ERROR: xorg/system: Error in system_requirements() method, line 29
apt.install(["libx11-dev", "libx11-xcb-dev", "libfontenc-dev", "libice-dev", "libsm-dev", "libxau-dev", "libxaw7-dev",
ConanException: System requirements: 'libx11-dev, libx11-xcb-dev, libfontenc-dev, libice-dev, libsm-dev, libxau-dev, libxaw7-dev, libxcomposite-dev, libxcursor-dev, libxdamage-dev, libxdmcp-dev, libxext-dev, libxfixes-dev, libxi-dev, libxinerama-dev, libxkbfile-dev, libxmu-dev, libxmuu-dev, libxpm-dev, libxrandr-dev, libxrender-dev, libxres-dev, libxss-dev, libxt-dev, libxtst-dev, libxv-dev, libxxf86vm-dev, libxcb-glx0-dev, libxcb-render0-dev, libxcb-render-util0-dev, libxcb-xkb-dev, libxcb-icccm4-dev, libxcb-image0-dev, libxcb-keysyms1-dev, libxcb-randr0-dev, libxcb-shape0-dev, libxcb-sync-dev, libxcb-xfixes0-dev, libxcb-xinerama0-dev, libxcb-dri3-dev, uuid-dev, libxcb-cursor-dev, libxcb-dri2-0-dev, libxcb-dri3-dev, libxcb-present-dev, libxcb-composite0-dev, libxcb-ewmh-dev, libxcb-res0-dev' are missing but can't install because tools.system.package_manager:mode is 'check'.Please update packages manually or set 'tools.system.package_manager:mode' to 'install' in the [conf] section of the profile, or in the command line using kiran@kirakiran@kirakiran@kirakiran@kirakiran@kirakiran@kir
I have no issues directly cross compiling opencv with Arm toolchain - I run into these issues only when using Conan 2.0.
Package and Environment Details
Conan profile
Build profile:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu17
compiler.libcxx=libstdc++11
compiler.version=13
os=Linux
[conf]
tools.system.package_manager:mode=install
Host profile:
[settings]
os=Linux
arch=armv8
compiler=gcc
compiler.cppstd=gnu14
compiler.libcxx=libstdc++11
compiler.version=13
build_type=Release
[tool_requires]
arm-toolchain/13.2
Steps to reproduce
Followed these instructions:
https://docs.conan.io/2.2/examples/cross_build/toolchain_packages.html
conan install . -pr:b=default -pr:h=../profiles/raspberry-64 -pr:h=../profiles/arm-toolchain --build missing
Logs
When building without ffmpeg:
$ conan install . -pr:b=default -pr:h=../profiles/raspberry-64 -pr:h=../profiles/arm-toolchain --build missing
$ conan install . -pr:b=default -pr:h=../profiles/raspberry-64 -pr:h=../profiles/arm-toolchain --build missing
======== Input profiles ========
Profile host:
[settings]
arch=armv8
build_type=Release
compiler=gcc
compiler.cppstd=gnu14
compiler.libcxx=libstdc++11
compiler.version=13
os=Linux
[tool_requires]
*: arm-toolchain/13.2
Profile build:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu17
compiler.libcxx=libstdc++11
compiler.version=13
os=Linux
[conf]
tools.system.package_manager:mode=install
======== Computing dependency graph ========
Graph root
conanfile.py: /home/kiran/Documents/Conan cross build package/toolchain_packages/conan opencv/conanfile.py
Requirements
ade/0.1.2d#f225d0a218a7c9fbb81746806c7de53d - Cache
autoconf/2.71#f9307992909d7fb3df459340f1932809 - Cache
automake/1.16.5#058bda3e21c36c9aa8425daf3c1faf50 - Cache
brotli/1.1.0#d56d7bb9ca722942aba17369cb5c0519 - Cache
bzip2/1.0.8#d00dac990f08d991998d624be81a9526 - Cache
dav1d/1.4.3#5e2459e132c77183bd16d23d12fd8f4a - Cache
eigen/3.4.0#2e192482a8acff96fe34766adca2b24c - Cache
expat/2.6.4#635539330b990d8543d896d34bdbfe9f - Cache
ffmpeg/4.4.4#4a8420d12e27d959e07b23c9b06c650b - Cache
flac/1.4.2#d8eef1b86bc0d286aea4d699dc51c16a - Cache
freetype/2.13.2#5d2563803c8558d4ef47271a82c73d20 - Cache
imath/3.1.9#2e7f5802b247baae47235b4c8d5642c9 - Cache
jbig/20160605#2d29fa02aacd76902e0d2cbbc24631ef - Cache
libalsa/1.2.10#e64d5e1ced869a2f676145bab4f4a181 - Cache
libaom-av1/3.6.1#a2b22c70d6fce43887881431808ab8a6 - Cache
libcap/2.69#7ef2d60864c2e58e89db957be936dc49 - Cache
libdeflate/1.19#3ea74a4549efc14d4b1202dc4bfbf602 - Cache
libfdk_aac/2.0.3#0115f6598be7303e042684e3a846b12d - Cache
libffi/3.4.4#72cccac6139293b6e97ec9cd676547ff - Cache
libiconv/1.17#73fefc1b696e069df90fd1d18aa63edd - Cache
libjpeg/9e#ebca87d1efc798db99cc9bbe2297679a - Cache
libmp3lame/3.100#44b12d19316eb2b223d98d3e75dae438 - Cache
libpng/1.6.44#9e1aa08fb46946c7c91e4ae03bd49811 - Cache
libsndfile/1.2.2#67b8fc896cc8b9bf121a51ae01f4edab - Cache
libtiff/4.6.0#1979c297d270098f5adbb0974fb818d3 - Cache
libtool/2.4.7#08316dad5c72c541ed21e039e4cf217b - Cache
libvpx/1.14.1#3b2a56aea1e29b9a8f7753030c620f38 - Cache
libwebp/1.3.2#52f69c4a31c5cf033fdd9230d77a8e38 - Cache
libx264/cci.20240224#b59786f05910017eb25a661cc79d68a3 - Cache
libx265/3.4#719e50b2b2c3fd1b9133fea12da42c62 - Cache
libxml2/2.13.4#72b3bfba0c37dfe22f20c587cc468f4c - Cache
m4/1.4.19#b38ced39a01e31fef5435bc634461fd2 - Cache
mpg123/1.31.2#ce831c936b2284e2066ab3dc58a2628e - Cache
ogg/1.3.5#062626875f5c8c59f069f76f148098ef - Cache
opencv/4.10.0#9746006daba89d1a1e674831d9bbfcff - Cache
openexr/3.2.3#9729562cfe706ed8d5a9a7f398d09eab - Cache
openh264/2.4.1#e7b055ba4fc635a6a3e0dbec088e18ea - Cache
openjpeg/2.5.2#6f7b733e151d1bbf5ed05cbabb846828 - Cache
openssl/3.3.2#9f9f130d58e7c13e76bb8a559f0a6a8b - Cache
opus/1.4#3c98a306d127dce1e74d58a0e2c850b5 - Cache
protobuf/3.21.12#d1ddaac72b361494fe277377dbfe94c7 - Cache
pulseaudio/14.2#30afeff38a7770cb9cda17a66da49a19 - Cache
quirc/1.2#92179dd521786aea0729f2c859cbbcb9 - Cache
vaapi/system#9fa40059fb979af4f9b301b84fb2dfa1 - Cache
vdpau/system#bdd7d010c4e3d8762a8f6f08a3cf6760 - Cache
vorbis/1.3.7#37e58f52e59a6232199b34ef402714a6 - Cache
wayland/1.22.0#88ba0706e8a04d2dc22b35f40417c5fe - Cache
xkbcommon/1.6.0#dababe41c183634d88ad56ef4740c045 - Cache
xkeyboard-config/system#57dd5c08e72ab06bc2ee0e756c0a2c41 - Cache
xorg/system#98f82cb669e4ebc6b4d9d8a4f3f1faf4 - Cache
xz_utils/5.4.5#b885d1d79c9d30cff3803f7f551dbe66 - Cache
zlib/1.3.1#b8bc2603263cf7eccbd6e17e66b0ed76 - Cache
zstd/1.5.5#1f239731dc45147c7fc2f54bfbde73df - Cache
Build requirements
arm-toolchain/13.2#b4bd80d83818f06f6b38de5af635c4d2 - Cache
autoconf/2.71#f9307992909d7fb3df459340f1932809 - Cache
automake/1.16.5#058bda3e21c36c9aa8425daf3c1faf50 - Cache
bison/3.8.2#ed1ba0c42d2ab7ab64fc3a62e9ecc673 - Cache
cmake/3.31.3#8733a6094cad0031a30ddbd1e6055117 - Cache
expat/2.6.4#635539330b990d8543d896d34bdbfe9f - Cache
flex/2.6.4#e35bc44b3fcbcd661e0af0dc5b5b1ad4 - Cache
gettext/0.21#a2bd3513f212013764c9040f4c70ed69 - Cache
gnu-config/cci.20210814#dc430d754f465e8c74463019672fb97b - Cache
libffi/3.4.4#72cccac6139293b6e97ec9cd676547ff - Cache
libiconv/1.17#73fefc1b696e069df90fd1d18aa63edd - Cache
libtool/2.4.7#08316dad5c72c541ed21e039e4cf217b - Cache
libxml2/2.13.4#72b3bfba0c37dfe22f20c587cc468f4c - Cache
m4/1.4.19#b38ced39a01e31fef5435bc634461fd2 - Cache
meson/1.2.2#21b73818ba96d9eea465b310b5bbc993 - Cache
meson/1.3.0#39e72c134c60664acd1368390f663f85 - Cache
meson/1.3.2#26ce8a76a36cc275cdfee1d757bc6561 - Cache
meson/1.4.0#2262941cc8fbb0099dd0c196ca2a6c01 - Cache
meson/1.4.1#43b753adf9a089cadfa17c8034f5c897 - Cache
meson/1.6.0#df190c5b0592572e6f5a1b05999e7e6d - Cache
nasm/2.16.01#d0aebbd20ccbb6ad9c9c753ab708098c - Cache
ninja/1.12.1#fd583651bf0c6a901943495d49878803 - Cache
pkgconf/2.0.3#f996677e96e61e6552d85e83756c328b - Cache
pkgconf/2.1.0#27f44583701117b571307cf5b5fe5605 - Cache
pkgconf/2.2.0#6462942a22803086372db44689ba825f - Cache
protobuf/3.21.12#d1ddaac72b361494fe277377dbfe94c7 - Cache
wayland/1.22.0#88ba0706e8a04d2dc22b35f40417c5fe - Cache
wayland-protocols/1.33#ff1b6deb00cb3ddd949261217588a4de - Cache
yasm/1.3.0#fb800a15413dca19bfaef9e4b5d50694 - Cache
zlib/1.3.1#b8bc2603263cf7eccbd6e17e66b0ed76 - Cache
Resolved version ranges
cmake/[>=3.18 <4]: cmake/3.31.3
expat/[>=2.6.2 <3]: expat/2.6.4
libpng/[>=1.6 <2]: libpng/1.6.44
libxml2/[>=2.12.5 <3]: libxml2/2.13.4
meson/[>=1.4.0 <2]: meson/1.6.0
ninja/[>=1.10.2 <2]: ninja/1.12.1
openssl/[>=1.1 <4]: openssl/3.3.2
pkgconf/[>=2.2 <3]: pkgconf/2.2.0
xz_utils/[>=5.4.5 <6]: xz_utils/5.4.5
zlib/[>=1.2.11 <2]: zlib/1.3.1
======== Computing necessary packages ========
ade/0.1.2d: Main binary package 'a1e53d799730f6aec78cdaebd3a086cd516beed8' missing
ade/0.1.2d: Checking 9 compatible configurations
ade/0.1.2d: Compatible configurations not found in cache, checking servers
ade/0.1.2d: 'e39de3a03e57da5eef2d95a4b7170f326ecf6ab6': compiler.cppstd=11
ade/0.1.2d: 'caceff1d99db0b7b2c6c07f1198a6cc7ca581b99': compiler.cppstd=gnu11
ade/0.1.2d: '144dceb1944bb033464dca66cadd095dac2bfadb': compiler.cppstd=14
ade/0.1.2d: 'f28594134c52b45dd3995901cdd2c2b5a8592622': compiler.cppstd=17
ade/0.1.2d: 'f38e7f5bf9391adbfa4d298d59831e6c59edf369': compiler.cppstd=gnu17
ade/0.1.2d: '5071b72f278bdb3b59b42d40d067176e3abc4d4a': compiler.cppstd=20
ade/0.1.2d: 'ade438d80c1b002f83fe08fb51076dc49c99394a': compiler.cppstd=gnu20
ade/0.1.2d: 'fb7755381c5a0a3132c3fc6c80966d99db3a9311': compiler.cppstd=23
ade/0.1.2d: '1328967d28f05e7bd3284547b8ad79995391ed09': compiler.cppstd=gnu23
imath/3.1.9: Main binary package 'eeecd27a94eac6bcffa5fca077c423814a05bcb4' missing
imath/3.1.9: Checking 9 compatible configurations
imath/3.1.9: Compatible configurations not found in cache, checking servers
imath/3.1.9: '3f0ac77cdbfd3a546753bf045dce86ccfdc866df': compiler.cppstd=11
imath/3.1.9: '1e4028da62b5cec5c56e57f265647d3a47fbf550': compiler.cppstd=gnu11
imath/3.1.9: '0732195e1c1694fb4279c44f6d4caa0398b843f4': compiler.cppstd=14
imath/3.1.9: 'f8ff710c7a25c6f3b897dcfdc8a32a79377279e6': compiler.cppstd=17
imath/3.1.9: '4303f728e224d9dd1c734a0b5f811a292f0c9ae5': compiler.cppstd=gnu17
imath/3.1.9: '1266df6a9fe461447fcfa36f289326e359ca9d79': compiler.cppstd=20
imath/3.1.9: 'd65ecbb0815047805bda9dbf3c1346b03f826096': compiler.cppstd=gnu20
imath/3.1.9: '21674e7e15054bd80f10ac56aa2dd52f60c17aeb': compiler.cppstd=23
imath/3.1.9: 'fd24dde1ce9b768ce4463fd3bbb41557d9a24329': compiler.cppstd=gnu23
libfdk_aac/2.0.3: Main binary package 'eeecd27a94eac6bcffa5fca077c423814a05bcb4' missing
libfdk_aac/2.0.3: Checking 11 compatible configurations
libfdk_aac/2.0.3: Compatible configurations not found in cache, checking servers
libfdk_aac/2.0.3: '3e16991c66458c82290f332c98b8abc054bbf884': compiler.cppstd=98
libfdk_aac/2.0.3: 'cf39bca7d20a5e5ca24e45c4dbeeacbe2de394e5': compiler.cppstd=gnu98
libfdk_aac/2.0.3: '3f0ac77cdbfd3a546753bf045dce86ccfdc866df': compiler.cppstd=11
libfdk_aac/2.0.3: '1e4028da62b5cec5c56e57f265647d3a47fbf550': compiler.cppstd=gnu11
libfdk_aac/2.0.3: '0732195e1c1694fb4279c44f6d4caa0398b843f4': compiler.cppstd=14
libfdk_aac/2.0.3: 'f8ff710c7a25c6f3b897dcfdc8a32a79377279e6': compiler.cppstd=17
libfdk_aac/2.0.3: '4303f728e224d9dd1c734a0b5f811a292f0c9ae5': compiler.cppstd=gnu17
libfdk_aac/2.0.3: '1266df6a9fe461447fcfa36f289326e359ca9d79': compiler.cppstd=20
libfdk_aac/2.0.3: 'd65ecbb0815047805bda9dbf3c1346b03f826096': compiler.cppstd=gnu20
libfdk_aac/2.0.3: '21674e7e15054bd80f10ac56aa2dd52f60c17aeb': compiler.cppstd=23
libfdk_aac/2.0.3: 'fd24dde1ce9b768ce4463fd3bbb41557d9a24329': compiler.cppstd=gnu23
libvpx/1.14.1: Main binary package 'eeecd27a94eac6bcffa5fca077c423814a05bcb4' missing
libvpx/1.14.1: Checking 11 compatible configurations
libvpx/1.14.1: Compatible configurations not found in cache, checking servers
libvpx/1.14.1: '3e16991c66458c82290f332c98b8abc054bbf884': compiler.cppstd=98
libvpx/1.14.1: 'cf39bca7d20a5e5ca24e45c4dbeeacbe2de394e5': compiler.cppstd=gnu98
libvpx/1.14.1: '3f0ac77cdbfd3a546753bf045dce86ccfdc866df': compiler.cppstd=11
libvpx/1.14.1: '1e4028da62b5cec5c56e57f265647d3a47fbf550': compiler.cppstd=gnu11
libvpx/1.14.1: '0732195e1c1694fb4279c44f6d4caa0398b843f4': compiler.cppstd=14
libvpx/1.14.1: 'f8ff710c7a25c6f3b897dcfdc8a32a79377279e6': compiler.cppstd=17
libvpx/1.14.1: '4303f728e224d9dd1c734a0b5f811a292f0c9ae5': compiler.cppstd=gnu17
libvpx/1.14.1: '1266df6a9fe461447fcfa36f289326e359ca9d79': compiler.cppstd=20
libvpx/1.14.1: 'd65ecbb0815047805bda9dbf3c1346b03f826096': compiler.cppstd=gnu20
libvpx/1.14.1: '21674e7e15054bd80f10ac56aa2dd52f60c17aeb': compiler.cppstd=23
libvpx/1.14.1: 'fd24dde1ce9b768ce4463fd3bbb41557d9a24329': compiler.cppstd=gnu23
libx265/3.4: Main binary package '669194d9fa73864582c294f2bef4e5177d5af9ba' missing
libx265/3.4: Checking 11 compatible configurations
libx265/3.4: Compatible configurations not found in cache, checking servers
libx265/3.4: 'e37d7cd79afdb817f46832dc5bd7d61fee70ae9c': compiler.cppstd=98
libx265/3.4: 'd768a02d7f5a7b2d65e1ceb16372e292b13db8db': compiler.cppstd=gnu98
libx265/3.4: '020ffe510e51feed7043f1753cf5bc393e7c0afb': compiler.cppstd=11
libx265/3.4: '60314366fcd9a2637cb71ef2656fbdc397fa35c7': compiler.cppstd=gnu11
libx265/3.4: '4bb9b203987cd5fca6536c291d15ac81bafefcab': compiler.cppstd=14
libx265/3.4: '5adc47d662419ee27d163137528f3c1ddd82650a': compiler.cppstd=17
libx265/3.4: 'ae4992140aaa2edb7fc7d4c00a01ed8a16bae04b': compiler.cppstd=gnu17
libx265/3.4: '82814a08f570f98d0390cf632881a45e6ed1c3c8': compiler.cppstd=20
libx265/3.4: '62675c2845456fb0c8872fdf4130c2f948eeb316': compiler.cppstd=gnu20
libx265/3.4: 'f42f835fe8a064ecc52dfbb34bb953dcd2a87f56': compiler.cppstd=23
libx265/3.4: 'f428c20c67b907322951050ede349993884fc854': compiler.cppstd=gnu23
protobuf/3.21.12: Main binary package 'c42f1248a3b63be5afcfa96cd3eae924f6154d21' missing
protobuf/3.21.12: Checking 11 compatible configurations
protobuf/3.21.12: Compatible configurations not found in cache, checking servers
protobuf/3.21.12: 'c41b9fbaee0cd7b7adf092a804eee68db54f09cc': compiler.cppstd=98
protobuf/3.21.12: 'cb038a1a79d6b9c5d141ffe40aa27a13c81d534e': compiler.cppstd=gnu98
protobuf/3.21.12: 'f9d108f88ef386fd291b7f821a45d1d31f989cc7': compiler.cppstd=11
protobuf/3.21.12: '5694116edbd99dc3f98dbfba7943b0b86ff77353': compiler.cppstd=gnu11
protobuf/3.21.12: 'f1a5f4c6e3b3041f45c663746c21a083532cbb6d': compiler.cppstd=14
protobuf/3.21.12: 'b9cef5c395683c3307d16ed8ac2718c410704cb5': compiler.cppstd=gnu14
protobuf/3.21.12: '4c6e3df9e2882db3dec7d81571088935f84a1f5b': compiler.cppstd=17
protobuf/3.21.12: '60ce2a1969adffd3dc329ccad2bf9146c7bfd0e3': compiler.cppstd=20
protobuf/3.21.12: '58898158e240be7b025d2657d44a4dc3605e1e98': compiler.cppstd=gnu20
protobuf/3.21.12: '41de7f0b932b1cb635162444da66f83d8701cc92': compiler.cppstd=23
protobuf/3.21.12: 'b87cac91dd6d787074e36f8a3c1a7be428377bc4': compiler.cppstd=gnu23
flac/1.4.2: Main binary package 'c6298ca881c701accf42db4f40f0fe952cf747ca' missing
flac/1.4.2: Checking 11 compatible configurations
flac/1.4.2: Compatible configurations not found in cache, checking servers
flac/1.4.2: 'dcd43812ad63e3aa0f9d16f28fa16fc80690e1f3': compiler.cppstd=98
flac/1.4.2: 'f0733da8222292b8dbd5be7292371d36a9215c3c': compiler.cppstd=gnu98
flac/1.4.2: '51938d5c3edfc5110f84678d0dc2fc124f97fab0': compiler.cppstd=11
flac/1.4.2: '45bc5312c246162292ca30c237adaa7955a779b8': compiler.cppstd=gnu11
flac/1.4.2: '793e9bf6c185d9de82fc86dc2b2d5c8a39747dce': compiler.cppstd=14
flac/1.4.2: 'e88f9a777d34db9b24c1c4fa59bd8ee611ce1992': compiler.cppstd=17
flac/1.4.2: 'f5a802bfdaf92afd584d39e889db34ea534b6d1d': compiler.cppstd=gnu17
flac/1.4.2: '6d6f02c5a4af9109e73a7443de41b54845f4b7e3': compiler.cppstd=20
flac/1.4.2: '52a08647715da119107ab49604345cc9475b1614': compiler.cppstd=gnu20
flac/1.4.2: 'b8d5831884c42a6425456fad01332d55c7c248ee': compiler.cppstd=23
flac/1.4.2: 'af847b93297d4801ffc982c25342e9569634201b': compiler.cppstd=gnu23
libtiff/4.6.0: Main binary package 'e1f0db0ad90f69c280a485980beeda2fd7fd1bea' missing
libtiff/4.6.0: Checking 11 compatible configurations
libtiff/4.6.0: Compatible configurations not found in cache, checking servers
libtiff/4.6.0: 'bcc0abcf880b42155e1d8471b1e4056c5fae3bd0': compiler.cppstd=98
libtiff/4.6.0: '554a44c5b4d7442ea257ce8973a5fa5bd46a14e1': compiler.cppstd=gnu98
libtiff/4.6.0: 'b99e0eacf989aa8c9af21f108a838a3e9a1fb1e3': compiler.cppstd=11
libtiff/4.6.0: 'b9cd7ff58dbd5986890c88e43cec60cc071db9e1': compiler.cppstd=gnu11
libtiff/4.6.0: '79672ce6d064f8a90ac00d104dd437dd28f37bc6': compiler.cppstd=14
libtiff/4.6.0: '0b4091428bcd3ea1a614f3b24e381b9d04297efd': compiler.cppstd=17
libtiff/4.6.0: '65ea8312ee868e4c7d816d5a0536256626b06fd5': compiler.cppstd=gnu17
libtiff/4.6.0: '88ce12c4bb19e94ad4f532706ec04134593b7660': compiler.cppstd=20
libtiff/4.6.0: 'fbf6eb38ad7eb00ef6def9926a06d862b0f083f4': compiler.cppstd=gnu20
libtiff/4.6.0: '11e5fee09d9d2839202cc62d1490587950d085f0': compiler.cppstd=23
libtiff/4.6.0: 'c6f91da25850cb9d3b2cc74393e560512e819458': compiler.cppstd=gnu23
openexr/3.2.3: Main binary package 'fec67a854084c88c97f224f476d5ee573243729a' missing
openexr/3.2.3: Checking 9 compatible configurations
openexr/3.2.3: Compatible configurations not found in cache, checking servers
openexr/3.2.3: 'c8edb9fb07af36dfeb3e706f95572a737eb44145': compiler.cppstd=11
openexr/3.2.3: '72a5428ff0cf51b3c06907043fcf23108958edcc': compiler.cppstd=gnu11
openexr/3.2.3: 'e89bd2a3a396934113767ad56891426c4ae1d7fb': compiler.cppstd=14
openexr/3.2.3: 'd9035b149b8da569dd9ddcf0b815a7895d6fb8e4': compiler.cppstd=17
openexr/3.2.3: 'a0a825265f42284163a416c9f40b8303ef13dfe2': compiler.cppstd=gnu17
openexr/3.2.3: 'a16cd1186a374502006ca97532055aa678c1b72b': compiler.cppstd=20
openexr/3.2.3: '959da5688bbbf99a15c01174c58de8986fd8abbd': compiler.cppstd=gnu20
openexr/3.2.3: '6587eb27a4d5b75e10b11b22b4678896491dcf6d': compiler.cppstd=23
openexr/3.2.3: '649246b41328a50ece6e9095bb2292d2a2a52eb2': compiler.cppstd=gnu23
protobuf/3.21.12: Main binary package 'a1f70b5a3ca35702e1fef0afa6eb5f40b9dbc4d7' missing
protobuf/3.21.12: Checking 11 compatible configurations
protobuf/3.21.12: Compatible configurations not found in cache, checking servers
protobuf/3.21.12: '197ae02c0ccf96cd9670981511977dc49a05528c': compiler.cppstd=98
protobuf/3.21.12: '920c5e5fefb7bf50034ffca111a5d8e7cfa0f8a6': compiler.cppstd=gnu98
protobuf/3.21.12: 'f9b191d2832b5c670f216e7c169b0ad7d354bbb4': compiler.cppstd=11
protobuf/3.21.12: '3b039d4bb80c21e24e094b77b7446cb72de617cb': compiler.cppstd=gnu11
protobuf/3.21.12: 'cfc451f837bbb7c1018a0c852dbfe8a812847a2d': compiler.cppstd=14
protobuf/3.21.12: 'e0f1068fd9f5cf1c082206434f8b9f1fa39a7ca9': compiler.cppstd=17
protobuf/3.21.12: '1509384f8dd84bee0131c12ac1ab892856655bdb': compiler.cppstd=gnu17
protobuf/3.21.12: '9bb98ae6c908aa21281ffc9dca7bd584938d256f': compiler.cppstd=20
protobuf/3.21.12: '5ae71049b35c90c54148d3a87a2e70e383db9a79': compiler.cppstd=gnu20
protobuf/3.21.12: '2bd3186fd3c6157480c3bc8c1db7de306f403494': compiler.cppstd=23
protobuf/3.21.12: 'dc0403526eb2c92c71139a2a6bd22a4bb7584386': compiler.cppstd=gnu23
openh264/2.4.1: Main binary package 'eeecd27a94eac6bcffa5fca077c423814a05bcb4' missing
openh264/2.4.1: Checking 11 compatible configurations
openh264/2.4.1: Compatible configurations not found in cache, checking servers
openh264/2.4.1: '3e16991c66458c82290f332c98b8abc054bbf884': compiler.cppstd=98
openh264/2.4.1: 'cf39bca7d20a5e5ca24e45c4dbeeacbe2de394e5': compiler.cppstd=gnu98
openh264/2.4.1: '3f0ac77cdbfd3a546753bf045dce86ccfdc866df': compiler.cppstd=11
openh264/2.4.1: '1e4028da62b5cec5c56e57f265647d3a47fbf550': compiler.cppstd=gnu11
openh264/2.4.1: '0732195e1c1694fb4279c44f6d4caa0398b843f4': compiler.cppstd=14
openh264/2.4.1: 'f8ff710c7a25c6f3b897dcfdc8a32a79377279e6': compiler.cppstd=17
openh264/2.4.1: '4303f728e224d9dd1c734a0b5f811a292f0c9ae5': compiler.cppstd=gnu17
openh264/2.4.1: '1266df6a9fe461447fcfa36f289326e359ca9d79': compiler.cppstd=20
openh264/2.4.1: 'd65ecbb0815047805bda9dbf3c1346b03f826096': compiler.cppstd=gnu20
openh264/2.4.1: '21674e7e15054bd80f10ac56aa2dd52f60c17aeb': compiler.cppstd=23
openh264/2.4.1: 'fd24dde1ce9b768ce4463fd3bbb41557d9a24329': compiler.cppstd=gnu23
opencv/4.10.0: Main binary package '866a8ab73f0a716fcc9952a5a56bb38e99821bfe' missing
opencv/4.10.0: Checking 9 compatible configurations
opencv/4.10.0: Compatible configurations not found in cache, checking servers
opencv/4.10.0: 'bf4bbe4c503f9a56eefd3c6f9bfc831146350de8': compiler.cppstd=11
opencv/4.10.0: 'ac0aee544563b88af7755c230830af1d78c403f1': compiler.cppstd=gnu11
opencv/4.10.0: 'a222fc8cd8c00dc1cee6032ec4de35a1bd9c7068': compiler.cppstd=14
opencv/4.10.0: '3daf4708d934b25a833879758edbcaeef0c9b047': compiler.cppstd=17
opencv/4.10.0: '408aa00ea3615d43a4ac8193c2c30bd840f2194c': compiler.cppstd=gnu17
opencv/4.10.0: '9def11c6ba5bb465eb40b0bdf7cc52f8be12399e': compiler.cppstd=20
opencv/4.10.0: '52799ec27ec34fe84d92f452cbd46ee96cd90b09': compiler.cppstd=gnu20
opencv/4.10.0: '970902c8a3b68499361ab06a33568338989679f7': compiler.cppstd=23
opencv/4.10.0: 'f7abcb671c13b7cc44de5745e3afcb166058ca36': compiler.cppstd=gnu23
Requirements
ade/0.1.2d#f225d0a218a7c9fbb81746806c7de53d:a1e53d799730f6aec78cdaebd3a086cd516beed8 - Build
autoconf/2.71#f9307992909d7fb3df459340f1932809:da39a3ee5e6b4b0d3255bfef95601890afd80709#5b77f70c17ad1741f5845d4e468a347e - Cache
automake/1.16.5#058bda3e21c36c9aa8425daf3c1faf50:9a4eb3c8701508aa9458b1a73d0633783ecc2270#9719e51a6a62041af6a63e00eef35434 - Cache
brotli/1.1.0#d56d7bb9ca722942aba17369cb5c0519:1cd63afd548b57114d9235d93b4d7553560cdb2e - Build
bzip2/1.0.8#d00dac990f08d991998d624be81a9526:b277a9e3c0957112f7f0546e2a46774fe4c584e5 - Build
dav1d/1.4.3#5e2459e132c77183bd16d23d12fd8f4a:bad8ae69ea27016458d6e28460c6d7457086ca79 - Build
eigen/3.4.0#2e192482a8acff96fe34766adca2b24c:da39a3ee5e6b4b0d3255bfef95601890afd80709#b2e7c2d86c5d1dbefc534889aa72e12c - Cache
expat/2.6.4#635539330b990d8543d896d34bdbfe9f:e037dd3f88361fa424e9c50ca7bd0216e87fa373 - Build
ffmpeg/4.4.4#4a8420d12e27d959e07b23c9b06c650b:f32713ebc94aef0673f905b290eff672dd46df11 - Build
flac/1.4.2#d8eef1b86bc0d286aea4d699dc51c16a:c6298ca881c701accf42db4f40f0fe952cf747ca - Build
freetype/2.13.2#5d2563803c8558d4ef47271a82c73d20:f59da58806b6ae01f13c575afc448cd99b1ce478 - Build
imath/3.1.9#2e7f5802b247baae47235b4c8d5642c9:eeecd27a94eac6bcffa5fca077c423814a05bcb4 - Build
jbig/20160605#2d29fa02aacd76902e0d2cbbc24631ef:640e854583e3e3a520af4a6fcb2330017b271049 - Build
libalsa/1.2.10#e64d5e1ced869a2f676145bab4f4a181:623198321702cd4a94fbbbbf79531442d9a358b7 - Build
libaom-av1/3.6.1#a2b22c70d6fce43887881431808ab8a6:258056170a5add18e564ac86c77027634e725af3 - Build
libcap/2.69#7ef2d60864c2e58e89db957be936dc49:007186ced6d0574fd04bf48216684ab91c0ff9e4 - Build
libdeflate/1.19#3ea74a4549efc14d4b1202dc4bfbf602:258056170a5add18e564ac86c77027634e725af3 - Build
libfdk_aac/2.0.3#0115f6598be7303e042684e3a846b12d:eeecd27a94eac6bcffa5fca077c423814a05bcb4 - Build
libffi/3.4.4#72cccac6139293b6e97ec9cd676547ff:258056170a5add18e564ac86c77027634e725af3 - Build
libiconv/1.17#73fefc1b696e069df90fd1d18aa63edd:258056170a5add18e564ac86c77027634e725af3 - Build
libjpeg/9e#ebca87d1efc798db99cc9bbe2297679a:258056170a5add18e564ac86c77027634e725af3 - Build
libmp3lame/3.100#44b12d19316eb2b223d98d3e75dae438:258056170a5add18e564ac86c77027634e725af3 - Build
libpng/1.6.44#9e1aa08fb46946c7c91e4ae03bd49811:2b40ba50dda07698b0f79ad88a25a3ea56a10a89 - Build
libsndfile/1.2.2#67b8fc896cc8b9bf121a51ae01f4edab:7402ef62bffa191ccd5a3423a7c546c59bd282a4 - Build
libtiff/4.6.0#1979c297d270098f5adbb0974fb818d3:e1f0db0ad90f69c280a485980beeda2fd7fd1bea - Build
libtool/2.4.7#08316dad5c72c541ed21e039e4cf217b:258056170a5add18e564ac86c77027634e725af3 - Build
libvpx/1.14.1#3b2a56aea1e29b9a8f7753030c620f38:eeecd27a94eac6bcffa5fca077c423814a05bcb4 - Build
libwebp/1.3.2#52f69c4a31c5cf033fdd9230d77a8e38:abbfe0453265bfb56e3f9ecb12f54b57650dd224 - Build
libx264/cci.20240224#b59786f05910017eb25a661cc79d68a3:896806f9b422fa6ed4c3463cdf0bb990521284ed - Build
libx265/3.4#719e50b2b2c3fd1b9133fea12da42c62:669194d9fa73864582c294f2bef4e5177d5af9ba - Build
libxml2/2.13.4#72b3bfba0c37dfe22f20c587cc468f4c:6520cc3c7a8b35da099f2db9f1e3991a291adbf9 - Build
m4/1.4.19#b38ced39a01e31fef5435bc634461fd2:85c999356992c5713d308db1a4d7bab6bf572f27 - Build
mpg123/1.31.2#ce831c936b2284e2066ab3dc58a2628e:981b192a1e33a9aa2cd5f589e271b4f70d65b878 - Build
ogg/1.3.5#062626875f5c8c59f069f76f148098ef:258056170a5add18e564ac86c77027634e725af3 - Build
opencv/4.10.0#9746006daba89d1a1e674831d9bbfcff:866a8ab73f0a716fcc9952a5a56bb38e99821bfe - Build
openexr/3.2.3#9729562cfe706ed8d5a9a7f398d09eab:fec67a854084c88c97f224f476d5ee573243729a - Build
openh264/2.4.1#e7b055ba4fc635a6a3e0dbec088e18ea:eeecd27a94eac6bcffa5fca077c423814a05bcb4 - Build
openjpeg/2.5.2#6f7b733e151d1bbf5ed05cbabb846828:258056170a5add18e564ac86c77027634e725af3 - Build
openssl/3.3.2#9f9f130d58e7c13e76bb8a559f0a6a8b:e4c14108d3b7faefe18a2bd73e4478b57cbe9b00 - Build
opus/1.4#3c98a306d127dce1e74d58a0e2c850b5:e193ac5dfa47e590c6e6d78b8e28ed7d6349a647 - Build
protobuf/3.21.12#d1ddaac72b361494fe277377dbfe94c7:a1f70b5a3ca35702e1fef0afa6eb5f40b9dbc4d7 - Build
pulseaudio/14.2#30afeff38a7770cb9cda17a66da49a19:3f6755ced3afa415c14d2a2c143640d49a2aa15f - Build
quirc/1.2#92179dd521786aea0729f2c859cbbcb9:780ae7eaaee42f3ee96655abe10112e92325e04c - Build
vaapi/system#9fa40059fb979af4f9b301b84fb2dfa1:da39a3ee5e6b4b0d3255bfef95601890afd80709#0ba8627bd47edc3a501e8f0eb9a79e5e - Cache
vdpau/system#bdd7d010c4e3d8762a8f6f08a3cf6760:da39a3ee5e6b4b0d3255bfef95601890afd80709#0ba8627bd47edc3a501e8f0eb9a79e5e - Cache
vorbis/1.3.7#37e58f52e59a6232199b34ef402714a6:a31334efcc64516c89f5f920ce5354cceb5941e6 - Build
wayland/1.22.0#88ba0706e8a04d2dc22b35f40417c5fe:a37a05db7ec7a9b2bd35b606a2c5e87d04dad512 - Build
xkbcommon/1.6.0#dababe41c183634d88ad56ef4740c045:1494eff3a2f62a9c13ce0df1ea14e17e05cb136d - Build
xkeyboard-config/system#57dd5c08e72ab06bc2ee0e756c0a2c41:da39a3ee5e6b4b0d3255bfef95601890afd80709#0ba8627bd47edc3a501e8f0eb9a79e5e - Cache
xorg/system#98f82cb669e4ebc6b4d9d8a4f3f1faf4:da39a3ee5e6b4b0d3255bfef95601890afd80709#0ba8627bd47edc3a501e8f0eb9a79e5e - Cache
xz_utils/5.4.5#b885d1d79c9d30cff3803f7f551dbe66:258056170a5add18e564ac86c77027634e725af3 - Build
zlib/1.3.1#b8bc2603263cf7eccbd6e17e66b0ed76:258056170a5add18e564ac86c77027634e725af3 - Build
zstd/1.5.5#1f239731dc45147c7fc2f54bfbde73df:a133cd1ac9d9fb524b3f948c06727da1c1bbe325 - Build
Build requirements
arm-toolchain/13.2#b4bd80d83818f06f6b38de5af635c4d2:b3e08e44e02b5b084e738758d380deac495e76cf#4d097527b2bbc34cfaa43bce1741ce06 - Cache
autoconf/2.71#f9307992909d7fb3df459340f1932809:da39a3ee5e6b4b0d3255bfef95601890afd80709#5b77f70c17ad1741f5845d4e468a347e - Cache
automake/1.16.5#058bda3e21c36c9aa8425daf3c1faf50:9a4eb3c8701508aa9458b1a73d0633783ecc2270#9719e51a6a62041af6a63e00eef35434 - Cache
bison/3.8.2#ed1ba0c42d2ab7ab64fc3a62e9ecc673:07af928291c1f5ad78b18789f049fd2f86b65bbf#95dd6dba07064abe6f66f99afb94208e - Cache
cmake/3.31.3#8733a6094cad0031a30ddbd1e6055117:63fead0844576fc02943e16909f08fcdddd6f44b#38e1d267951f186962c6ef51fd6cd6cb - Cache
expat/2.6.4#635539330b990d8543d896d34bdbfe9f:aded8fb718ce53657d2b174704f00cbccc67d052#9d5c275f04aa3b39b1b845b4d511d1db - Cache
gettext/0.21#a2bd3513f212013764c9040f4c70ed69:803486a35ea92cbc475d78a11a2771aa7f2e14a3#8f8c18e5dce52df869fc079d653c8cf9 - Cache
gnu-config/cci.20210814#dc430d754f465e8c74463019672fb97b:da39a3ee5e6b4b0d3255bfef95601890afd80709#22618e30bd9e326eb95e824dc90cc860 - Cache
libffi/3.4.4#72cccac6139293b6e97ec9cd676547ff:c81087b06d1a5beef0ad711fc32d45f7a425a8f3#8936dbd6f73eef97dafb5e822ce60ce8 - Cache
libiconv/1.17#73fefc1b696e069df90fd1d18aa63edd:c81087b06d1a5beef0ad711fc32d45f7a425a8f3#a703f4de1c1b83baf5471231e5dbc78c - Cache
libtool/2.4.7#08316dad5c72c541ed21e039e4cf217b:c81087b06d1a5beef0ad711fc32d45f7a425a8f3#7455a9a7f6f4508ccef2bd04a982f9bc - Cache
libxml2/2.13.4#72b3bfba0c37dfe22f20c587cc468f4c:5b77f0de92cd437ab9f2dd825602c1c16288340b - Build
m4/1.4.19#b38ced39a01e31fef5435bc634461fd2:3593751651824fb813502c69c971267624ced41a#cd8019a4f9b70880d548f7cc26569604 - Cache
meson/1.3.2#26ce8a76a36cc275cdfee1d757bc6561:da39a3ee5e6b4b0d3255bfef95601890afd80709#3ba677cf44c95996f4f326c668f92f00 - Cache
meson/1.4.0#2262941cc8fbb0099dd0c196ca2a6c01:da39a3ee5e6b4b0d3255bfef95601890afd80709#91b870cdcf4edb1a302a2ef7a0514791 - Cache
meson/1.4.1#43b753adf9a089cadfa17c8034f5c897:da39a3ee5e6b4b0d3255bfef95601890afd80709#4a43a051838fc016591c956c0389e89e - Cache
meson/1.6.0#df190c5b0592572e6f5a1b05999e7e6d:da39a3ee5e6b4b0d3255bfef95601890afd80709#6e4dcc10bd6989a72a3bec7c1c328cfe - Cache
nasm/2.16.01#d0aebbd20ccbb6ad9c9c753ab708098c:3593751651824fb813502c69c971267624ced41a#70b9b7478fef3df88a0c7296ba73d3fa - Cache
ninja/1.12.1#fd583651bf0c6a901943495d49878803:3593751651824fb813502c69c971267624ced41a#a46e32b2b79add597b73d8b42c415ed1 - Cache
pkgconf/2.0.3#f996677e96e61e6552d85e83756c328b:c0b621fd4b3199fe05075171573398833dba85f4#625ebc76863307827004d778d898184a - Cache
pkgconf/2.1.0#27f44583701117b571307cf5b5fe5605:c0b621fd4b3199fe05075171573398833dba85f4#74a82dec52448dda20253a19d65965c7 - Cache
pkgconf/2.2.0#6462942a22803086372db44689ba825f:c0b621fd4b3199fe05075171573398833dba85f4#35e5163b1cf42becef616e6b7873202e - Cache
protobuf/3.21.12#d1ddaac72b361494fe277377dbfe94c7:c42f1248a3b63be5afcfa96cd3eae924f6154d21 - Build
wayland-protocols/1.33#ff1b6deb00cb3ddd949261217588a4de:da39a3ee5e6b4b0d3255bfef95601890afd80709#f85f08cf8936bf98a464db0e7a468e8f - Cache
wayland/1.22.0#88ba0706e8a04d2dc22b35f40417c5fe:7fa305191196ca58974233d44010a340a65c5886 - Build
yasm/1.3.0#fb800a15413dca19bfaef9e4b5d50694:3593751651824fb813502c69c971267624ced41a#de209941eeb4029e79a7a33bfefe9a98 - Cache
zlib/1.3.1#b8bc2603263cf7eccbd6e17e66b0ed76:c81087b06d1a5beef0ad711fc32d45f7a425a8f3 - Build
Skipped binaries
flex/2.6.4, meson/1.2.2, meson/1.3.0
dpkg-query: no packages found matching libva-dev:arm64
ERROR: vaapi/system: Error in system_requirements() method, line 38
apt.install(["libva-dev"], update=True, check=True)
ConanException: System requirements: 'libva-dev' are missing but can't install because tools.system.package_manager:mode is 'check'.Please update packages manually or set 'tools.system.package_manager:mode' to 'install' in the [conf] section of the profile, or in the command line using '-c tools.system.package_manager:mode=install'
The text was updated successfully, but these errors were encountered: