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
ERROR: Feature 'system-freetype' was enabled, but the pre-condition 'features.freetype && libs.freetype' failed.
As I see, the freetype test fails due to brotli, although freetype itself has been built successfully:
> ld.lld: error: unable to find library -lbrotlienc
> ld.lld: error: unable to find library -lbrotlidec
> ld.lld: error: unable to find library -lbrotlicommon
> clang++: error: linker command failed with exit code 1 (use -v to see invocation)
However, if I request static freetype, then configure succeeds. For some reason Conan doesn't inject brotli libdir for shared freetype, but does so for the static one. Here's an excerpt from the configure with static freetype (for the shared one you can see in the full log below):
Description
Qt configuration fails with error:
As I see, the freetype test fails due to brotli, although freetype itself has been built successfully:
However, if I request static freetype, then configure succeeds. For some reason Conan doesn't inject brotli libdir for shared freetype, but does so for the static one. Here's an excerpt from the configure with static freetype (for the shared one you can see in the full log below):
P.S. Haven't seen such error with Conan v1 on some previous recipe revision.
Package and Environment Details
Conan profile
Steps to reproduce
(those options are disabled to pull less deps)
Logs
The log is too large, attaching it as a file instead: log.txt
Log of the freetype test:
The text was updated successfully, but these errors were encountered: