-
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-libs/libapparmor: Disable LTO #255
base: master
Are you sure you want to change the base?
Conversation
Finally got a chance to test this. On my system it works without any linking errors. If I had to guess, this is related to the binary stripping issue mentioned in the README.md. |
@Ghost-101 is this still affecting you? |
I don't have a Gentoo installation currently, didn't have what I needed at the time. If someone else could retest it'd be appreciated. |
No issues on GCC 9.1.0. I'll close this for now, but if it needs to be reopened, just comment. |
I was forced to exclude LTO here. This is what I have in my make.conf:
|
I just revisited this override I had:
and symbols from libapparmor are still being stripped, so it is still needed; any ideas? |
@kryptt If you are still seeing issues, how about we discuss it on a ticket once you have opened it? |
It's true, this is not lto compatible: emerge -1 libapparmor
IPAPTA=0 emerge -1 libapparmor
LTO=0 emerge -1 libapparmor
|
Still can't reproduce. I'm going to need some |
Problematic when attempting to compile firejail afterwards with the
apparmor
USE flag.