conan-io / conan-center-index

Recipes for the ConanCenter repository
https://conan.io/center
MIT License
966 stars 1.78k forks source link

[bug] gtk fails to install because ERROR: gdk-pixbuf/2.42.2: Invalid configuration: This package does not support Macos currently #5193

Open SamuelMarks opened 3 years ago

SamuelMarks commented 3 years ago

Environment Details (include every applicable attribute)

Steps to reproduce (Include if Applicable)

$ conan install --remote='conan-center' 'gtk'

Logs (Executed commands with output) (Include/Attach if Applicable)

Configuration:
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=apple-clang
compiler.libcxx=libc++
compiler.version=12.0
os=Macos
os_build=Macos
[options]
[build_requires]
[env]

gtk/4.1.2: Not found in local cache, looking in remotes...
gtk/4.1.2: Trying with 'conan-center'...
Downloading conanmanifest.txt completed [0.10k]                                          
Downloading conanfile.py completed [8.29k]                                               
Downloading conan_export.tgz completed [0.24k]                                           
Decompressing conan_export.tgz completed [0.00k]                                         
gtk/4.1.2: Downloaded recipe revision 0
gdk-pixbuf/2.42.2: Not found in local cache, looking in remotes...
gdk-pixbuf/2.42.2: Trying with 'conan-center'...
Downloading conanmanifest.txt completed [0.10k]                                          
Downloading conanfile.py completed [4.98k]                                               
Downloading conan_export.tgz completed [0.25k]                                           
Decompressing conan_export.tgz completed [0.00k]                                         
gdk-pixbuf/2.42.2: Downloaded recipe revision 0
ERROR: gdk-pixbuf/2.42.2: Invalid configuration: This package does not support Macos currently

Related: https://github.com/conan-io/conan-center-index/pull/2749

memsharded commented 3 years ago

Hi @SamuelMarks

Why is this a Conan issue, and not a ConanCenter issue? I think this should be moved to https://github.com/conan-io/conan-center-index repo. This repo is intended for Conan client issues, if it is a package issue, lets move it to the other repo.

SamuelMarks commented 3 years ago

Ok is it moveable or should I close and repost?

ericLemanissier commented 3 years ago

as https://github.com/conan-io/conan-center-index/blob/0705e3fbafb3e9379d37afcea88eaf6ebd106074/recipes/gdk-pixbuf/all/conanfile.py#L51-L52 mentions, the error we used to have happened when running gdk-pixbuf-query-loaders: dyld: malformed mach-o: load commands size (97560) > 32768 @SamuelMarks Would you have any chance to do some investigations on this error ? (I don't have access to macos)

SSE4 commented 3 years ago

@ericLemanissier is it related to the -Wl,-headerpad_max_install_names?

ericLemanissier commented 3 years ago

I have no idea !

SamuelMarks commented 3 years ago

(tempted to give you remote SSH access… what's the worst that can happen? - xDDD)