I actually already implemented some of these things (see de3ca80aab/utils.go (L491)). Just not all. Therefore it's not…
Maybe since there is the new version, a test build couldn't hurt?
What do you think?
Probably a local build then, but yea why not. Building gcc local + trying to build an AUR package…
Added rust, llvm and xf86-video-intel to build whithout LTO.
See https://git.harting.dev/anonfunc/ALHP.GO/issues/54#issuecomment-727 for more.
@Gontier-Julien I implemented a separate LTO blacklist in
de3ca80aab.Currently on there are
rust,…
I agree. Maybe there are no benefits, but excluding them would add more complexity.
As soon as there are (general) problems we need to reevaluate this.
@Gontier-Julien I implemented a separate LTO blacklist in de3ca80aab.
Currently on there are rust, llvm and…
I added a donation section to the FAQ, see here: https://git.harting.dev/anonfunc/ALHP.GO#donations.
Ah, rust was not removed from ALHP when it failed to build. Weird. Going to remove that shortly, then you should get the newest official version.
Well, your rustc is linking to llvm12, so no suprises there. Whats your rust package version? Should be 1:1.56.1-3 from [extra]
And also, just noticed that rust shouldn't be built with LTO:…
Could be connected to that weird llvm version that is build currently. I just blacklisted it, can you try again after downgrading llvm (and its split packages) to arch's official version?…
@titaniumtown rust seems to fail currently. Not sure if a rebuild yields new result there.
@Gontier-Julien there not currently no way to blacklist a…
But llvm-libs seem to be causing some issue at compile time, maybe should we try a rebuild with lto, and if the issue seem the same on without lto ?
I agree, we need to investigate if its caused…