SpaceIm
SpaceIm
https://github.com/conan-io/conan-center-index/pull/21242 fixes issue you see here, and dependencies are bumped in the meantime.
``` [100%] Linking CXX executable msdfgen /opt/conan/binutils/bin/ld: warning: libbrotlienc.so.1, needed by /home/conan/w/prod-v2/bsr/40266/bddbb/p/freetf759ac655ea20/p/lib/libfreetype.so.6, not found (try using -rpath or -rpath-link) /opt/conan/binutils/bin/ld: warning: libbrotlidec.so.1, needed by /home/conan/w/prod-v2/bsr/40266/bddbb/p/freetf759ac655ea20/p/lib/libfreetype.so.6, not found (try using -rpath...
related to https://github.com/mesonbuild/meson/issues/7378
> It could be moved to pre_export, as you are actually checking system_libs only. Early failure is better than needing to wait all build step first. It can't work, cpp_info.system_libs...
Number of recipes is reasonable. They can be fixed quickly. I've already submited a PR to fix baical-p7 & glu.
I've submitted PRs for recipes you've listed. There are 3 other recipes to fix: `c-client`, `ffmpeg`, `cyclonedds`. I've also submitted PRs for them.
@uilianries @RubenRBS I think that now, the impact on existing CCI recipes is quite limited, most of them have been fixed. There is still qt & sentry-native, and I have...
similar issue as https://github.com/conan-io/conan/issues/12012
I can test with dcmtk.
It doesn't seem to work. I've tested in dcmtk recipe: - I've removed current workaround for this issue in dcmtk recipe: https://github.com/conan-io/conan-center-index/blob/master/recipes/dcmtk/all/conanfile.py#L164-L229 - And added `tc.cache_variables["CMAKE_TRY_COMPILE_CONFIGURATION"] = str(self.settings.build_type)` But still...