<ukky>
farkuhar: thanks. Removing python3-libxml2 fixed the issue.
<ukky>
I don't know where to report, but 'linux-pam' has a bug in /etc/security/namespace.init: Line 'mode=$(printf "%o" $((0777 & ~mask)))' should be 'mode=$(printf "%o" $((0777 & ~$mask)))'
Stx has quit [*.net *.split]
Stx has joined #crux
<farkuhar>
ukky: namespace.init is not distributed through the CRUX port tree, it comes from upstream. If the file in question is interpreted by bash, then inside the arithmetic expansion $(( )) you're allowed to drop the sigil from shell variables, so "not a bug" is probably how upstream will respond.
<ukky>
I need to RTFM on 'sh' variable substitution: $((0777 & ~$mask)) gives the same result as $((0777 & ~mask))
<ukky>
yes, CRUX does not change that file in any way, it has been changed by upstream sometime after 3.7 ISO release
<farkuhar>
I find it much more readable with the sigil omitted, so I employed this syntax in my revised prtrej: http://ix.io/4FcW
<SiFuh>
Actually I have no freaking idea why they did that
<r0ni>
sure am not, but that would make hella sense lol
<SiFuh>
Yeah start with ~/.config/mc/
<SiFuh>
If there is nothing you will be using the system default
<r0ni>
welp i just wiped .config/mc dir and things still don't work, i'll have to look at it later, i've used mc for decades and never had to f with a conf file for it lmao
<SiFuh>
I have used MC since 1999 and I do tweak it occasionally :-)
<SiFuh>
But the other day when I upgraded to 4.8.29 it gave me a warning message about how I am an ancient retard still using bullshit old formats. Rather than taking offence I copied the original to the the new and then it stopped insulting me.
<SiFuh>
And then everything started working as I had originally configured again.
<r0ni>
this is a fresh install, no old version to even complain about. just noticed on a vm then another, then my systems as well. they've only had .29 and .30 installed and it's all gone to the shitter
<SiFuh>
You can use my config above to test it
<SiFuh>
You might need to tweak a few things though
<SiFuh>
At least it will give you an idea of where not to look
rbnhn_ has joined #crux
<r0ni>
i'll try it out in a few, pushing updates to xfce repo
rbnhn has quit [Ping timeout: 246 seconds]
rbnhn_ is now known as rbnhn
gub has quit [Read error: Connection reset by peer]
mrms has quit [Remote host closed the connection]
z812 has quit [Write error: Connection reset by peer]
rbnhn has quit [Read error: Connection reset by peer]
mrms has joined #crux
rbnhn has joined #crux
<r0ni>
removal of gtksourceview3 broke mousepad, so i had to get a port up for that and change the deps, and whiskermenu now needs either elogind or systemd to function so i added elogind and also daemon so xfce can start things properly... now I should test it all lol
z812 has joined #crux
gub has joined #crux
<r0ni>
i've got half a distro in this repo at this point lmao
<r0ni>
really need to work out some meta-packages so it's not such a PITA to install it all
<jaeger>
I moved gtksourceview3 into the mate repo because I didn't see anything else using it but I could move it back to contrib if need be
<r0ni>
ahh it's all good, mousepad can use 3 or 4 so i put 4 into my repo
<jaeger>
Same thing with 4, both 3 and 4 are used by mate stuff, heh
<r0ni>
IIRC it has differing features and some ppl prefer one or the other, but it looks the same to me no matter which one is in use
<ivandi>
farkuhar: wrt build logs removal, imho oldfiles is a better place to implement it
<SiFuh>
ivandi: Still wonder why the changed it
<farkuhar>
ivandi: thanks for the input. samsep10l hasn't returned to tell us how the tests went, so I'll assume it's working fine until we hear otherwise.
<ivandi>
SiFuh: no idea, but the glib issue is tagged 'expected behavior' so most likely it wont change
<farkuhar>
My first reaction when samsep10l brought it up again was to advise using an external tool like oldfiles, but he went through the trouble of submitting a patch so I wanted to see if it could be done more cleanly.
<SiFuh>
I thinking I am still on an older version of glib
<SiFuh>
2.76.4
<SiFuh>
Hmm not that old
lavaball has quit [Remote host closed the connection]