sys-libs/libapparmor: Disable LTO - #255
Conversation
InBetweenNames
commented
Mar 8, 2019
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. |
InBetweenNames
commented
Apr 2, 2019
@Ghost-101 is this still affecting you? |
felikcat
commented
Apr 8, 2019
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. |
InBetweenNames
commented
May 3, 2019
No issues on GCC 9.1.0. I'll close this for now, but if it needs to be reopened, just comment. |
kryptt
commented
Aug 6, 2019
I was forced to exclude LTO here. This is what I have in my make.conf: |
kryptt
commented
Jan 12, 2020
I just revisited this override I had:
and symbols from libapparmor are still being stripped, so it is still needed; any ideas? |
elsandosgrande
commented
Jan 12, 2020
@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 |
InBetweenNames
commented
Apr 18, 2020
Still can't reproduce. I'm going to need some |
Problematic when attempting to compile firejail afterwards with the
apparmorUSE flag.