farkuhar has quit [Quit: leaving]
<
jaeger>
Does git build in 3.8 for anyone?
<
beerman>
worked for me just now, and earlier on arm64 too
<
jaeger>
Hrmm... I'll upload a log, this is from a fresh 3.8 install
stratofall has joined #crux-devel
pitillo has joined #crux-devel
pitillo has quit [Changing host]
<
stratofall>
Just for reference. A fresh 3.8-rc3 install gives me the exact same error log for git.
farkuhar has joined #crux-devel
<
stratofall>
I'm not sure if it will help. But I compiled the source manually using ./configure ... If I use meson I cannot get it to build.
stratofall has quit [Ping timeout: 268 seconds]
stratofall has joined #crux-devel
<
jaeger>
Interesting, thanks for the report
<
beerman>
pitillo told me he doesn't have it on a fresh arm 3.8 container ~.~ I am confused
<
cruxbridge>
<pitillo (@pitillo:crux.nu)> beerman: Fresh lxc container using 3.8-RC3
<
jaeger>
Can you post a log of the build for comparison?
<
jaeger>
[1/701] Generating hook-list.h with a custom command (wrapped by meson to set env) <-- this is the only mention of hook-list.h in that log
<
jaeger>
interestingly the same message appears in my log but at a different place, after the error. I wonder if it's just a race condition
<
jaeger>
yes, looks like that's the case. It builds fine with -j 1
<
jaeger>
So it succeeds on all builds if I specify job count. 1, 4, 8, 12, 16 all worked... but if I remove the job count (stock Pkgfile) it fails
<
jaeger>
I guess adding "-j ${JOBS}" is a simple fix
<
beerman>
well, thats fixable :)