-
Notifications
You must be signed in to change notification settings - Fork 90
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] Docker image GCC 11 requires binutils 2.36 #367
Comments
the right link is conan-io/conan-center-index#9164 |
fixed |
The situation is not good. Binutils 2.36 is from 1 year ago (2021) and is not available on official Ubuntu repository. Searching on Launchpad, I didn't find an updated version compatible to Ubuntu Focal (20.04). You can take a look here: https://launchpad.net/ubuntu/+ppas?name_filter=binutils We have few options:
|
okay, I think before further research on how to install it, we need to check if it helps, so let's build it once from source and try to build tbb. then, if issue disappears after binutils upgrade, we can decide to create .deb or use build from source. |
conan-io/conan-center-index#8958 Maybe this helps for the POC |
@jgsogo good catch! Thank you! |
So, upgrading binutils fixes the issue? Is it a solution we might consider? And some more general questions:
|
Yes.
Yes. As we are running
Right, that PR that I'm doing, it installs
The important thing is supporting
Good question, binutils is GNU project, but they don't release together. However, GCC manual shows some features which require binutils at some minimal version. https://gcc.gnu.org/onlinedocs/gcc-10.3.0/gcc.pdf. However, they don't ask for latest version. |
Description of Problem, Request, or Question
Related to conan-io/conan-center-index#9164
@SSE4 found that we need to update binutils. Unfortunately, it's possible to update from official apt repository, so we will need to find an external PPA or, as last option, build from sources.
Environment Details
Steps to reproduce (Include if Applicable)
Build logs (Include if Available)
The text was updated successfully, but these errors were encountered: