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