-
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
xkbcommon: fix single-profile build #20594
Conversation
🤖 Beep Boop! This pull request is making changes to 'recipes/xkbcommon//'. 👋 @jwillikers you might be interested. 😉 |
The build is now finished. You can take a look at the results here |
Hmmm, I can't seem to cross-compile the recipe with this change.
|
I detected other pull requests that are modifying xkbcommon/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
what does |
You still need to set |
That works! 👍 |
these versions are not used on conan-center
This comment has been minimized.
This comment has been minimized.
@SpaceIm could you please try this recipe to test if it fixes the problem you face when building xkbcommon in a single profile context? |
I'll do when I have time. But I don't understand what you mean by single profile context. I don't use single profile. My issue comes from a build triggered from build context (with 2 profiles). It's a conan client issue, not a recipe issue. |
I mean "in the build context" |
I'll try, but I don't understand how it could fix anything. |
4b3205a
to
0f6b834
Compare
The build is now finished. You can take a look at the results here |
I could reproduce the error with the following conanfile.txt:
and running command meson-log.txt shows the failure to detect wayland-client:
I could fix the detection issue by patching the wayland-client.pc file name in meson.build, but then link fails with:
cf https://github.com/ericLemanissier/proof-of-conan/actions/runs/6682411361/job/18157750381#step:7:2284 |
Conan v1 pipeline ✔️All green in build 5 (
Conan v2 pipeline ❌
The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping See details:Failure in build 5 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
Specify library name and version: xkbcommon/*
fixes #20542