-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[bug] Pulseaudio installation fail #18951
Comments
Thanks for reporting this! |
The first step would be to try to isolate the issue. Please try to reproduce with |
Hello, Following your instruction I get the same kind of bug, it has something to do with |
After doing some digging, it's clear this issue is caused by an ABI change introduced in glibc 2.31, which removed
This itself should not have been a problem due to the functions not actually being a part of the public glibc API. However, both GCC and Clang apparently incorrectly relied on the private functions (https://reviews.llvm.org/D74712). This bug has been fixed in Clang since v10.0.0, but is still present in GCC.
This issue only affects libraries that have Of course, the root cause of this problem is the timeless issue of handling libc compatibility correctly in distributed binaries: conan-io/docs#3960 |
Sorry for the late answer. |
The simplest workaround as a consumer should be to add |
Sorry to bother you again but with the same configuration as detail above and with the command |
Environment details
Steps to reproduce
I try to install sdl 2 so my conanfile.txt is
Then I do the command
conan install . --output-folder=build --build=missing
.Sdl depends on Pulseaudio and when it comes to this library the installation bugs.
Logs
here is the end of the log where the bug seems to be. The full log is here
The text was updated successfully, but these errors were encountered: