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
I guess it's a side effect of conan-io/conan#13623 (conan 2.0.7). glib recipe has a workaround to define bindir in .pc file generated by PkgConfigDeps (because several downstream libraries use this variable in pc files of glib), but since conan-io/conan#13623 this bindir is also defined by PkgConfigDeps leading to duplicated bindir definition in pc files of glib, which might lead to your error.
So the fix would be to define bindir in pc files of glib recipe only if conan_version < 2.0.7, for these 2 lines:
Description
I'm not too familiar with Meson, so I'm not sure what the correct way to handle this error should be. Commenting out https://github.com/conan-io/conan-center-index/blob/07ebcf40e/recipes/glib/all/conanfile.py#L262 fixes the build at least.
@SpaceIm do you have any ideas?
Package and Environment Details
Conan profile
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=20
compiler.libcxx=libstdc++11
compiler.version=11
os=Linux
Steps to reproduce
conan create . --version 2.76.3
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: