jaeger changed the topic of #crux-devel to: CRUX (https://crux.nu/) development channel | Logs: https://libera.irclog.whitequark.org/crux-devel/
genpaku has quit [Remote host closed the connection]
genpaku has joined #crux-devel
<beerman> guess i'll be moving fmt to opt soon
<beerman> i guess you are reading this jue so if you do feel free to do so for me 😉
SiFuh has quit [Remote host closed the connection]
SiFuh has joined #crux-devel
jue has joined #crux-devel
<jue> beerman: yep, was on the way to ask you :) will do the move
<beerman> sure, i don't mind the move, you can even leave me as a maintainer 😄 was just surprised to see that you pushed the mariadb change first haha
<jue> ok, done
<beerman> thanks
<beerman> Haven't upgraded my mariadb setups yet, i was surprised to see fmt in there
<jue> me too, but it's a new hard dependency, if fmt is not installed mariadb downloads the lib at buildtime
<beerman> yeah..
<beerman> for opt/neovim its a relatively nice thing to do because it will just work anywhere you build it with just git and unzip but I tried to import all of its dependencies and list them as optional
<beerman> also interesting note: i just had to rebuild curl to make cargo (rust) work
<jue> maybe related, the latest rust update fails for me if rust is installed, a fresh install works though ...
<beerman> i didn't experience that, just noticed yesterday by chance that nothing would build if it needed to download crates (basically anything)
<beerman> now i dug around for a bit and it seemed like it can be related to curl built against nghttp2, but we do have that, so i just rebuilt curl and that worked immediately after that.. no idea
<beerman> maybe we should bump curl release just in case other stumb their toe on it
<jue> sounds like a good idea
<beerman> jue: another thing: do we need to hold on to mozjs?
<beerman> if anything we might want to update to a newer moz base but maybe we don't really need to, i am undecided and haven't looked at it myself either yet
<beerman> there is just nothing else to depend on mozjs78 anymore
<beerman> and i just rebuild rust, after rebuilding curl, and again the same problem occurs, this is super weird https://dpaste.com/72URBANJF
<beerman> rebuilding curl again fixes it 😄 something is wrong with rust but i have no idea yet what
<jue> we can just drop it, polkit works fine with duktape so we don't need it anymore
<beerman> i agree
ivandi has quit [Quit: WeeChat 3.8]
ivandi has joined #crux-devel
ivandi has quit [Quit: WeeChat 3.8]
ivandi has joined #crux-devel
jue has quit [Ping timeout: 248 seconds]
<jaeger> Haven't seen this before:
<jaeger> # git
<jaeger> Inconsistency detected by ld.so: ../sysdeps/x86_64/dl-machine.h: 487: elf_machine_rela_relative: Assertion `ELFW(R_TYPE) (reloc->r_info) == R_X86_64_RELATIVE' failed!
<jaeger> rebuilding git fixed it, just funky
<beerman> this is when you run the git command without any further arguments? I haven't seen that either
<jaeger> Any invocation of git whatsoever resulted in that
<beerman> fun 😄