💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-07-15.txt captured on 2023-01-29 at 04:01:45.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

-=-=-=-=-=-=-

2020-07-15T02:57:52 #kisslinux <micr0> himmalerin: nice post-install for your metapackage
2020-07-15T03:00:51 #kisslinux <himmalerin> ty lmao, got to write that stuff down somewhere so I don't forget
2020-07-15T03:01:09 #kisslinux <micr0> also, are you in NY or is that just as an example?
2020-07-15T03:01:23 #kisslinux <himmalerin> originally I had everything in the blocks like the wiki has it but that got long /quick/
2020-07-15T03:01:34 #kisslinux <himmalerin> nah, NY is just EST
2020-07-15T03:01:45 #kisslinux <himmalerin> or EDT, as it happens right now
2020-07-15T03:01:48 #kisslinux <micr0> (im nearby and would be happy so socially distancely have a coffee or whatevs)
2020-07-15T03:01:50 #kisslinux <micr0> ahh k
2020-07-15T03:02:00 #kisslinux <himmalerin> alas
2020-07-15T03:02:09 #kisslinux <himmalerin> that does sound like a good time though :D
2020-07-15T03:02:35 #kisslinux <micr0> yeah i love ascii/ansi art and introz but for docs its nice to be able to triple-click copy-and-paste
2020-07-15T03:02:41 #kisslinux <micr0> especially multiline
2020-07-15T03:03:15 #kisslinux <micr0> that said, i had come across text editors for the c64 (during some of my museum work) that made it easier to create banners and stuff
2020-07-15T03:04:14 #kisslinux <micr0> huh, weird. firefox cannot find gtk+2
2020-07-15T03:04:30 #kisslinux <himmalerin> why do you have so many issues, firefox?
2020-07-15T03:04:33 #kisslinux <micr0> i'll rebuild and reinstall and see if that fixes it
2020-07-15T03:04:49 #kisslinux <micr0> honestly at one point it was working fine then i dont remember what i did
2020-07-15T03:05:09 #kisslinux <himmalerin> sounds like a plan, it really shouldn't ask about that at all since it's rm'd in the build file
2020-07-15T03:09:03 #kisslinux <micr0> the downsides of sticking with defaults that add stuff it finds. likely i installed something like mpv which required x, then gtk or firefox tried to build with X when i didnt wanna
2020-07-15T03:12:06 #kisslinux <micr0> xzcvczx did you ever figure out your segfaults?
2020-07-15T04:26:06 #kisslinux <xzcvczx> which ones?
2020-07-15T09:00:27 #kisslinux <djt3[m]> <konimex "djt3: i'm planning to reduce som"> ah cool
2020-07-15T10:39:26 #kisslinux <xzcvczx> don't ya hate it whne you accidentally draw a penis
2020-07-15T14:44:47 #kisslinux <claudia2000> o/
2020-07-15T14:45:25 #kisslinux <claudia2000> icu: 'c compiler cannot create execuables'. Can somebody reproduce?
2020-07-15T14:46:57 #kisslinux <claudia2000> Icu requires clang.. (:
2020-07-15T15:33:16 #kisslinux <xzcvczx> something something c++?
2020-07-15T15:54:58 #kisslinux <konimex> really? it requires clang or some cflags shenanigans or gcc have some faulty linked libraries?
2020-07-15T15:55:51 #kisslinux <konimex> because that's probably the first time I've seen something refuses to compile with gcc (aside of firefox, but even CC=gcc can override it), usually it's the other way around
2020-07-15T16:01:04 #kisslinux <claudia2000> Gcc builds many other stuff just fine right now.
2020-07-15T16:01:46 #kisslinux <claudia2000> Icu has no additionaly depends, so its easy to reproduce.
2020-07-15T16:12:30 #kisslinux <E5ten> mcf: is the %o NINJA_STATUS specifier literally just the number of finished jobs divided by the seconds the build has been running?
2020-07-15T16:14:26 #kisslinux <E5ten> seems like it
2020-07-15T16:31:37 #kisslinux <E5ten> I can add a PR for that pretty easily, but I think it'd be better to add a PR adding both %o and %c, but I don't really understand how works?
2020-07-15T17:14:09 #kisslinux <claudia02> Re icu does not build with gcc: Ccache was messing this up. Icu errored out because it was looking for clang and it was not there. Disabeling ccache fixed this.
2020-07-15T18:21:00 #kisslinux <mcf> E5ten: yeah, i think %o is finished jobs / total build time, and %c is N / (time last job finished - time Nth previous job finished), where N is parallelism level
2020-07-15T18:22:11 #kisslinux <mcf> i think %c requires keeping a queue of the last N build times
2020-07-15T18:27:52 #kisslinux <E5ten> So for example if -j 8 and %c was used, and the last job was the 50th, it'd be 8 / (time 50th job finished - time 42nd job finished)?
2020-07-15T18:35:52 #kisslinux <mcf> yes, i believe so
2020-07-15T18:36:24 #kisslinux <mcf> or possibly 50th - 43rd
2020-07-15T18:37:26 #kisslinux <mcf> feel free to add just %o if you want. we could always add %c later
2020-07-15T18:40:10 #kisslinux <tankf33der> hi all
2020-07-15T18:40:20 #kisslinux <himmalerin> o/
2020-07-15T18:41:27 #kisslinux <E5ten> alright
2020-07-15T18:55:11 #kisslinux <xzcvczx> micr0: segfaults?
2020-07-15T20:30:34 #kisslinux <micr0> xzcvczx I read the backlog and there was mention of any gtk+3 apps segfaulting
2020-07-15T20:31:55 #kisslinux <xzcvczx> ummm unfortunately i can't rmeember which app it was now
2020-07-15T20:32:00 #kisslinux <xzcvczx> and whether i got it resolved or not
2020-07-15T20:33:21 #kisslinux <xzcvczx> oh i was having issues with gtk+3 app but it was tuitube that was segfaulting
2020-07-15T20:33:22 #kisslinux <xzcvczx> iirc
2020-07-15T20:34:02 #kisslinux <xzcvczx> and i *think* the gtk issue was a coding issue in the program
2020-07-15T20:34:22 #kisslinux <xzcvczx> the save dialog doesn't like set_current_name with utf-8 strings
2020-07-15T20:41:49 #kisslinux <micr0> got it