-
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
glib: Bump libmount to 2.39.2 to avoid conflicts with libsystemd #23030
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
bf8c6c7
to
8a788fd
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I'm a bit confused as to why this one broke. |
This comment has been minimized.
This comment has been minimized.
Also avoids conflicts with libwebsockets.
ce502fe
to
f92320e
Compare
This comment has been minimized.
This comment has been minimized.
I think something breaks when |
It is used by conan's PkgConfig helper https://github.com/conan-io/conan/blob/59029095e86eacd402083fca7c308b06889f6301/conan/tools/gnu/pkgconfig.py#L25 unblocks conan-io#23030
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.
Conan v1 pipeline ✔️All green in build 12 (
Conan v2 pipeline ✔️
All green in build 12 ( |
Hooks produced the following warnings for commit 32d42d1glib/2.81.0@#9cf9484c51dfbc19f1a7cc7734112f80
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jwillikers sorry that this took so long to get addressed, I've now launched this PR on the new pipeline, let's merge this :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. All other recipes are using the newest version available in Conan Center:
../glib/all/conanfile.py: self.requires("libmount/2.39")
../libsystemd/all/conanfile.py: self.requires("libmount/2.39.2")
../libwebsockets/all/conanfile.py: self.requires("libmount/2.39.2")
../eudev/all/conanfile.py: self.requires("libmount/2.39.2")
…an-io#23030) Co-authored-by: ericLemanissier <[email protected]> Co-authored-by: Abril Rincón Blanco <[email protected]> Co-authored-by: Abril Rincón Blanco <[email protected]>
…an-io#23030) Co-authored-by: ericLemanissier <[email protected]> Co-authored-by: Abril Rincón Blanco <[email protected]> Co-authored-by: Abril Rincón Blanco <[email protected]>
Also avoids conflicts with libwebsockets and eudev.