jaeger changed the topic of #crux-devel to: CRUX (https://crux.nu/) development channel | Logs: https://libera.irclog.whitequark.org/crux-devel/
braewoods has quit [Quit: WeeChat 3.5]
ivandi has quit [Quit: WeeChat 3.7.1]
ivandi has joined #crux-devel
braewoods has joined #crux-devel
ivandi has quit [Quit: WeeChat 3.7.1]
ivandi has joined #crux-devel
sandman187[m] has quit [Quit: You have been kicked for being idle]
farkuhar has left #crux-devel [#crux-devel]
<beerman> jue: while updating libsdl2, any chance you would've considered adding that one line fix for distcc+ccache use cases?
jue has joined #crux-devel
<jue> beerman: sure, what fix?
<beerman> ccache will get called recursively if you use it with export CCACHE_PREFIX='distcc'
<jue> hmm, looks not right for me, because it removes /usr/lib/ccache from $PATH
<jue> that's what I use
<beerman> thanks for sharing your concern 😉
<jue> maybe you should test for distcc?
<beerman> i am already looking into another solution
<beerman> i never cared if ccache wasn't used for that one project, in that case
<beerman> [[ -z $CCACHE_PREFIX ]] || unset CCACHE_PREFIX
<beerman> that should already do the job
<beerman> or do you use CCACHE_PREFIX for something else?
<jue> no
<beerman> i don't really see a use case at first glance
<beerman> but this makes it not use distcc for that build, which is fine
<jue> ok, will add that
<beerman> cool
farkuhar has joined #crux-devel
jue has quit [Ping timeout: 268 seconds]
chrcav has quit [Ping timeout: 248 seconds]
chrcav has joined #crux-devel
<ivandi> beerman: ladspa: Signature mismatch found
<farkuhar> ivandi: the ladspa tarball must have changed upstream. I don't get a signature mismatch for the tarball downloaded back in September. Downloading a fresh copy gets me a tarball only one byte larger, and recursive diff on the unpacked directories returns nothing.
<beerman> fix already commited, thanks. no idea what happend but yeah..
<jaeger> "byte added to annoy packagers"
<beerman> pretty much, heh