anonfunc
anonfunc pushed to master at ALHP/ALHP.GO 2021-11-13 22:30:05 +01:00
c9a8f88e25 added lastupdate for downstream mirrors to check
anonfunc commented on issue ALHP/ALHP.GO#22 2021-11-13 22:03:54 +01:00
Repository housekeeping

I actually already implemented some of these things (see de3ca80aab/utils.go (L491)). Just not all. Therefore it's not…

anonfunc commented on issue ALHP/ALHP.GO#54 2021-11-13 21:41:21 +01:00
LLVM, LLVM-Libs, Clang and lld need a rebuild

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…

anonfunc commented on issue ALHP/ALHP.GO#16 2021-11-13 21:38:33 +01:00
Blacklisted packages

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.

anonfunc commented on issue ALHP/ALHP.GO#54 2021-11-13 21:29:42 +01:00
LLVM, LLVM-Libs, Clang and lld need a rebuild

@Gontier-Julien I implemented a separate LTO blacklist in de3ca80aab.

Currently on there are rust,…

anonfunc closed issue ALHP/ALHP.GO#23 2021-11-13 21:03:19 +01:00
Maybe don't rebuild kernel modules ?
anonfunc commented on issue ALHP/ALHP.GO#23 2021-11-13 21:03:18 +01:00
Maybe don't rebuild kernel modules ?

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.

anonfunc commented on issue ALHP/ALHP.GO#54 2021-11-13 20:54:39 +01:00
LLVM, LLVM-Libs, Clang and lld need a rebuild

@Gontier-Julien I implemented a separate LTO blacklist in de3ca80aab.

Currently on there are rust, llvm and…

anonfunc commented on issue ALHP/ALHP.GO#55 2021-11-13 20:48:55 +01:00
Anyway to donate?

LiberaPay as the easiest to setup for me. I may add more options in the future.

anonfunc pushed to master at ALHP/ALHP.GO 2021-11-13 20:45:53 +01:00
de3ca80aab added LTO blacklist
anonfunc commented on issue ALHP/ALHP.GO#55 2021-11-13 20:28:09 +01:00
Anyway to donate?

I added a donation section to the FAQ, see here: https://git.harting.dev/anonfunc/ALHP.GO#donations.

anonfunc pushed to master at ALHP/ALHP.GO 2021-11-13 20:26:00 +01:00
9586bf80f6 added donation information
anonfunc commented on issue ALHP/ALHP.GO#54 2021-11-13 20:01:31 +01:00
LLVM, LLVM-Libs, Clang and lld need a rebuild

rust removed, should be fixed now.

anonfunc commented on issue ALHP/ALHP.GO#54 2021-11-13 19:51:57 +01:00
LLVM, LLVM-Libs, Clang and lld need a rebuild

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.

anonfunc commented on issue ALHP/ALHP.GO#54 2021-11-13 19:45:14 +01:00
LLVM, LLVM-Libs, Clang and lld need a rebuild

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]

anonfunc commented on issue ALHP/ALHP.GO#54 2021-11-13 19:39:07 +01:00
LLVM, LLVM-Libs, Clang and lld need a rebuild

And also, just noticed that rust shouldn't be built with LTO:…

anonfunc commented on issue ALHP/ALHP.GO#54 2021-11-13 19:37:31 +01:00
LLVM, LLVM-Libs, Clang and lld need a rebuild

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?…

anonfunc commented on issue ALHP/ALHP.GO#38 2021-11-13 19:35:25 +01:00
Mirrors

I'll see if I get that setup later today.

anonfunc commented on issue ALHP/ALHP.GO#54 2021-11-13 19:31:36 +01:00
LLVM, LLVM-Libs, Clang and lld need a rebuild

@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…

anonfunc commented on issue ALHP/ALHP.GO#54 2021-11-13 18:00:48 +01:00
LLVM, LLVM-Libs, Clang and lld need a rebuild

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…