-
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
[cpython] Use util-linux-libuuid instead of deprecated libuuid #18558
[cpython] Use util-linux-libuuid instead of deprecated libuuid #18558
Conversation
This is blocked by #18550, which is pulled in via the |
This comment has been minimized.
This comment has been minimized.
I detected other pull requests that are modifying cpython/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.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Relaunched the build jobs for this PR now that fontconfig has been updated - that should resolve the conflict, but will monitor this. |
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ❌Failure in build 4 (
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. Conan v2 pipeline ❌
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future. See details:Failure in build 4 (
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. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is still necessary, but it looks like there's more broken with the cpython recipe that's blocking this issue. This might have to be incorporated into a conan 2 migration when the recipe is in a better state. |
@valgur and I are working on the cpython recipe migration, but I've separated the dependency changes into a separate PR: #21426 |
yes, this is why i tagged this PR in that issue - my observation above was that changes beyond just changing the dependency were required to enable the CI to pass, hence my suggestion that this should be incorporated into a conan 2 migration rather than segmented out on its own. I might be wrong about that, but conan staff are slow enough to respond that it became intractable for me to troubleshoot in a reasonable amount of time which is why i closed it. Feel free to continue to attempt to resolve this issue with the same approach I took here (hopefully you're more successful than I was!), but my opinion is that your energy is probably better spent just getting the migration working. |
Transition from deprecated libuuid recipe to util-linux-libuuid, which is actively maintained. See #17664 for discussion
The util-linux-libuuid package relies on an actively maintained project, see #17664.
The libuuid package uses a stale project. Use the active project instead to fix conflicts.
This should be part of a group of packages merged rapidly. See #17995 (comment) for discussion on challenges involved in a previous migration attempt.