-
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
Sys-config/ltoize-0.9.11 doesn't recognize clang (fails to install) #863
Comments
I can reproduce this with the default recent stage-3 tarball. I guess Clang is seen as GCC 4.1.2 |
The issue still persists, I'm using the clang profile with version 16.0.6 and get this bug. Looking around, that function seems to reside here, but I don't understand why it's activated if I don't use GCC. When I want to merge
So it is trying to use clang, but also tries to use a GCC version that doesn't exist on the system? As for the record, |
This repo is outdated in my opinion as of now. Not for just Clang. Lots of packages has changed. and the latest update on this repo was on december 2022. |
@emrakyz Do you know any alternative until this point? |
I have a plan to incorporate some ideas (like ltoize's make.conf.lto) and maybe packages from this overlay into mine, with updates, but it's a relatively new one and I wouldn't want someone's machine breaking from a mistake I'd make. I think for now you could try to have ltoize in your overlay, and update the ebuild to have an |
Looking at it, this line seems to be the issue. I think copying the ebuild to somewhere else, and entirely refactoring that section to respect other compilers, until the owner here comes back is the best option. |
The text was updated successfully, but these errors were encountered: