-
Notifications
You must be signed in to change notification settings - Fork 994
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] in Ubuntu, clang, Ninja enviornment. ERROR: pulseaudio/14.2: Error in build() method, line 131 #16905
Comments
Hi @wbfw109 Thanks for your feedback. This might not be an issue of Conan itself, but instead an issue of ConanCenter recipes from the The thing is that it is possible that some recipes do not build with some different configuration, ConanCenter builds and test a bunch of them but not all. I am trying to reproduce, but I got a different error in one of the dependencies that builds first,
Can you please share your full output? |
Thank @memsharded for comment . After creating this post, I discovered the existence of the conan-center-index repository, and I believe the issue may be related to that repository. Therefore, I have posted the problem in the issue there. All the relevant environment details and content are clearly specified, so please refer to it there for more information. Since I have already posted more specific details in that repository, I will monitor the situation and close this issue here myself soon. Thank you for your response and for testing. : ) |
Thanks for the details there, I have now been able to pass that |
I have successfully built it with my clang 14 in my Ubuntu 22.04
Is it possible that such modern clang 18 version might have removed support for the (relative) old gnu11?
|
Hi @wbfw109 Did you get any further insight about the clang 18 possible issue with |
Describe the bug
OS:Ubuntu 22.04 or 24.04 LTS
profile
conanfile.py
How to reproduce it
when use 'conan install . --build=missing' with the profile,
The text was updated successfully, but these errors were encountered: