gentooLTO icon indicating copy to clipboard operation
gentooLTO copied to clipboard

lto-rebuild always wants to rebuild dev-lang/go

Open sm-moshi opened this issue 4 years ago • 1 comments

Hey,

I noticed that, every time I'm running lto-rebuild -r oder lto-rebuild -l, it wants to rebuild dev-lang/go. Even if I do rebuild it.

Here's the print from my shell:

sudo lto-rebuild -l                                                           
Passwort: 
Searching in
        /usr/lib
        /usr/lib64
        /usr/lib32
for static archives that were built using a different GCC...

The following packages installed static archives
that were built using a different GCC:

dev-lang/go:0

sm-moshi avatar Apr 19 '21 18:04 sm-moshi

Yeah this is definitely an annoyance. I'd welcome a PR that filters dev-lang/go out from the results. Or, ideally, uses /var/db/pkg to intelligently figure out where static archives are at in the first place.

InBetweenNames avatar May 02 '21 16:05 InBetweenNames