Closed BlueSolei closed 4 years ago
This looks like the issue solved with https://github.com/conan-io/conan/pull/6309. could you please retry when conan 1.22.0 is released?
Thanks, I will. When it is planned to be released?
4 days ago, according to https://github.com/conan-io/conan/milestone/120 ;) it should be in the coming days/weeks I guess
I update to 1.22.0, and installing GStreamer failed with the same error. Here are the logs: ConanInstallGStreamer.log
@BlueSolei it's been several month, but the log you sent starts with
conan --version
Conan version 1.21.2
So I guess there was a problem with the update. Could you retry to update conan and restart ?
Yes, it is working now. Thanks a lot for your response.
Package and Environment Details
Conan profile (as detected by CMake)
Steps to reproduce
Add
gstreamer/1.16.0@bincrafters/stable
as a requirement to a conanfile.txt IMPORTANT: Current package:gstreamer/1.16.0@bincrafters/stable
is broken, and fixed hereAffeer applying the fix, I get the link failure, which this issue is about.
Logs
build.log Start at line 431:
My findings:
The bug is in GStreamer sources. the package builds from a tarball. I found the issue and created a pull request to fix it. I don't know how the package should fix this issue, as its build from a specific GStreamer release. I can offer to patch the sources: BuildMacOSFix.patch.txt