You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you really using the vanilla qt recipe from conan-center ? because your log has qt/6.4.1 from 'ors' - Cache. also, it has no qt/6.4.1: Generator cmake_find_package, and you have the exact same error as my pr #14592
Description
I'm trying to build qt/6.4.1 and I keep getting build errors with fontconfig missing symbols.
The symbols come from expat.
I tried addiing a
self.cpp_info.requires = ["expat::expat"]
to thepackage_info
of fontconfig and rebuilding it, but it did not resolve the issue.Package and Environment Details
Conan profile
[settings]
os=Linux
os_build=Linux
arch=x86_64
arch_build=x86_64
compiler=gcc
compiler.version=10
compiler.libcxx=libstdc++
build_type=Release
[options]
[conf]
[build_requires]
[env]
Steps to reproduce
conan install -r conancenter qt/6.4.1@
I don't know how to specify version dependencies in the command line, but these are the versions that were outputted from
conan info
for my recipe:depencies for qt
And these are my build options for qt
Buid options
Click to expand log
Here's the full build log:
https://pastebin.com/XmJecmWV
The text was updated successfully, but these errors were encountered: