-
Notifications
You must be signed in to change notification settings - Fork 96
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
libtool errors with -flto and -fno-common #484
Comments
Empty pipe? Like, with |
Yup, the sed error. |
Pardon me if I am mistaken because I am on my phone, but that link seems to be pointing to a file which does not exist. |
Not sure what you mean? It seems to download fine for me. Even on a phone. |
Thanks for posting this! We may need to include your bashrc.d hook or something like it in GentooLTO for GCC 10. Not sure if the upstream Gentoo devs will support us on this one. |
It seems that copying the system libtool over also works... although I know that's a hack and a half. |
I managed to do this without the bashrc.d hook with a new type of override:
It could be refactored into something a bit cleaner without much work, probably a new |
Nevermind @nivedita76, your approach is better. I will integrate it into the overlay ASAP, but make it a conditional thing per package. |
Related to GCC 10, libtool problems: #514, #484, #38, #23 Signed-off-by: Shane Peelar <[email protected]>
I think this is fixed with gcc 10 and binutils 2.34 so we don't need the hack. |
I was also bitten by this with some packages failing... And I can confirm bumping up to binutils 2.34 worked |
99-no-common.txt
I'm using this hack (value for lt_cv_sys_global_pipe copied from /usr/bin/libtool) to work around the configure failure and subsequent empty pipe error with libtool.
The text was updated successfully, but these errors were encountered: