libera/#devuan/ Monday, 2020-09-14

MSComicChatBTW# Appears as ANNA00:29
ham5urgIs there a bash tool for to store variables in simple maps, vectors or multimaps. I tried jq and json but json is a pain.20:22
ranixby map do you mean an associative array20:24
ham5urgranix, yes. C++ nomenclature.20:30
tuxd3vham5urg, I believe you are talking about a hashtable, yes bash has 'associative arrays'( hashtable )20:38
tuxd3vbut you need to be running bash >=420:39
ranixham5urg:20:46
ranixranix@Asphodel:~$ declare -A array120:46
ranixranix@Asphodel:~$ array1[foo]=bar20:46
ranixranix@Asphodel:~$ array1[baz]=harbl20:46
ranixranix@Asphodel:~$ echo ${array1[baz]}20:46
ranixharbl20:46
ranixranix@Asphodel:~$ bash --version20:47
ranixGNU bash, version 5.0.3(1)-release (x86_64-pc-linux-gnu)20:47
ham5urgranix, thanks20:49
ranixnp20:50
masonNeeding a hash table is one of those things that I use as a flag to determine if I need to pick a different language.21:04
masonAlthough I've not been above writing key/value pairs to a temp file.21:05
Guest79805quit21:57
premobosshi. i doin some experiment with linux (kernel) adn i qant to recompile source of 5.7 using a. config from 5.8. i know there is a way to "import" a .config form a different version of kernel, but not find how to do also asking google.22:44
gnarfacepremoboss: well you can just manually replace the .config and it'll probably mostly work.  if you want to be prompted for all the missing fields it's "make oldconfig"22:47
premobossahhh... there it is "oldconfig" thanks!22:48
premobossthanks gnarface22:48
gnarfaceno problem premoboss22:49
golinuxgnarface . . . you are like a magic bot in this channel that answers all questions.22:53
gnarfacei'm like the oracle at delphi; i huff gas then all my prophesies come true!22:55
brocashelmi second that. hoas (mostly on the forums) is also very helpful22:55
gnarfacethanks guys, it's nice to feel appreciated22:56
gnarfacethis knowledge cost me a lot and didn't do me much good22:57
gnarfacehopefully it can help someone else22:57
brocashelmnp22:57
brocashelmi see the complaint about ceres not getting updates triggered new updates, lol22:58
golinuxSomething is funky in our infra22:58
golinuxOur infra master is just waking up in AU.22:59
brocashelmi checked the sid repo and saw there were a shit ton ahead of ceres22:59
brocashelmi see22:59
brocashelmany reason packages like meson are still a bit behind?22:59
gnarfacewell there might be expected build delays under normal operation23:00
fsmithredthat's a forked package23:01
golinuxOptimal infrastructure seems to be a moving target23:01
gnarfacewell i discovered recently 2nd hand that the arm64 builds of EFL can take >32GB23:02
brocashelmok. wanted to know which ones to watch out for. even things like openvpn i've waited for devuan to catch up on because it has lines of code calling systemd...?23:02
fsmithred!!!23:02
gnarfaceso maybe the build cluster just ran out of ram and the build scripts derailed23:02
infobotin #devuan the exclamation mark ("!"), when put as first char in a line, is the infobot attention char (a shorthand for "infobot: ..." highlight). This is on special request, in most other channels the bot uses tilde ("~") as attention char, and you'll find factoids referring to that like "also see ~<factoid>"23:02
fsmithredoops can everyone see that bot?23:03
gnarfaceyes23:03
brocashelmyes. now i know everything23:03
fsmithredanything with +devuan in the version is a forked package23:04
fsmithredso 'dpkg -l |grep devuan' will list the installed ones23:05
brocashelmi noticed some were spelled "devaun"23:05
fsmithreduh oh23:05
gnarfacehah oh shit yea it's true23:06
brocashelmon my ceres: bootlogd, initscripts, sysv-rc, and sysvinit-utils23:06
gnarfacealso sysvinit-core and sysvinit here23:07
brocashelmtrue, those would be affected in a pattern. i use runit23:07
brocashelmversion 2.96-4+devaun123:07
fsmithredfive packages?23:09
gnarfaceyes23:11
gnarfacethat's all i've got here anyway, but haven't updated for 2 days or so23:11
gnarfacemaybe 323:11
gnarfacemaybe that's what derailed the builds?23:11
fsmithredsix23:12
fsmithredno, you can put anything in the version23:12
fsmithredI made a note in #devuan-dev23:12
gnarfacei thought the typo might ruin the previous/next version logic though23:12
fsmithrednot sure whose packages those are23:12
fsmithredmight do that, yeah23:12
fsmithredit still comes after debian which is good23:13
brocashelmbtw, linux dabbler did a good video on devuan (i think someone linked it here the other day, but it helps to spam the url again): https://www.youtube.com/watch?v=rkYAMjhtqkA23:16

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!