gentooLTO icon indicating copy to clipboard operation
gentooLTO copied to clipboard

lto-rebuild -r does not work for me.....

Open hedmo opened this issue 4 years ago • 2 comments

as i am running bleeding edge gcc ( gcc-11+) and dont want to rebuild the world all the time when i am updating my gcc version . is there a way to find out my full lto-rebuild -r packages?

hedmo avatar Feb 27 '21 13:02 hedmo

Does lto-rebuild -l work?

InBetweenNames avatar Feb 27 '21 21:02 InBetweenNames

Does lto-rebuild -l work?

just updated gcc :

`mybox /home/hedmo # lto-rebuild -r Searching in /usr/lib /usr/lib64 /usr/lib32 for static archives that were built using a different GCC...

No problems found! mybox /home/hedmo # lto-rebuild -l Searching in /usr/lib /usr/lib64 /usr/lib32 for static archives that were built using a different GCC...

No problems found! mybox /home/hedmo #`

this is my own gcc : https://github.com/hedmo/hedmos-overlay/tree/master/sys-devel/gcc . it is based on gentoos 11.0.1_pre9999 .

the only way for me to fix lto ATM is :

revdep-rebuild --library 'libstdc++.so.6' -- --exclude gcc

hedmo avatar Apr 27 '21 15:04 hedmo