-
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
gdk-pixbuf 2.42.0 #3623
gdk-pixbuf 2.42.0 #3623
Conversation
this is a port of https://github.com/bincrafters/conan-gdk-pixbuf
Some configurations of 'gdk-pixbuf/2.42.0' failed in build 1 (
|
Some configurations of 'gdk-pixbuf/2.42.0' failed in build 2 (
|
An unexpected error happened and has been reported. Help is on its way! 🏇 |
Some configurations of 'gdk-pixbuf/2.42.0' failed in build 5 (
|
All green in build 6 (
|
Co-authored-by: Uilian Ries <uilianries@gmail.com>
All green in build 7 (
|
All green in build 8 (
|
del self.settings.compiler.cppstd | ||
if self.settings.os == "Macos": | ||
# when running gdk-pixbuf-query-loaders | ||
# dyld: malformed mach-o: load commands size (97560) > 32768 |
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.
I think I remember this error, it happened for me during GCC build. I'll try to find out what was the compiler flag to fix it.
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.
I'm wondering if dyld is not trying to load a static library
Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
a99ddf5
An unexpected error happened and has been reported. Help is on its way! 🏇 |
retrigger CI |
All green in build 10 (
|
this blocks #3624 |
tag the reviewers #2857 |
@SSE4 the only change since you approved this PR is |
del self.options.fPIC | ||
del self.settings.compiler.libcxx | ||
del self.settings.compiler.cppstd | ||
if self.settings.os == "Macos": |
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.
if self.settings.os == "Macos": | |
if tools.is_apple_os(self.settings.os): |
|
||
|
||
|
||
class LibnameConan(ConanFile): |
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.
class LibnameConan(ConanFile): | |
class GdkPixbufConan(ConanFile): |
👋 hi there @ericLemanissier and @SSE4 I was interested in using this conan dependency for an osx project. Did you all ever figure out the issue with MacOS? Can I assist in helping fix this? (I can't find documentation on how to validate recipe changes but I'd be happy to hack on it if someone could point me in the right direction on testing). |
We'd really appreciate the help! Most of the community seems to be Windows/Linux so help on MacOS would be greatly appreciated. ❤️
If you clone this repository (or your fork) you can follow the instructions https://github.com/conan-io/conan-center-index/blob/master/docs/how_to_add_packages.md#test-the-recipe-locally. If you get stuck the best bet it to open a PR with HELP in the title, we review the PRs more than anything else |
Sorry I did not do any tests since this PR, so I have no other information than what's written in the comments of this recipe |
this is a port of https://github.com/bincrafters/conan-gdk-pixbuf
Specify library name and version: gdk-pixbuf/2.42.0
conan-center hook activated.