2020-01-26T03:31:19 #kisslinux mforney: so I switched to just outputting but I found a bit of a problem, I added an error for invalid % conversion specifiers in NINJA_STATUS like ninja has, but if that error is reached than any part of the first line out output that was printed before that invalid specifier was reached will then be output 2020-01-26T03:31:46 #kisslinux should there just be like one quick initial parse of NINJA_STATUS to make sure it's valid before doing building? 2020-01-26T03:32:15 #kisslinux like just looping through it and if a % is reached making sure the following letter (or second %) is valid 2020-01-26T06:04:29 #kisslinux Does KISS ship with libusb? 2020-01-26T06:05:23 #kisslinux nvm 2020-01-26T06:25:55 #kisslinux E5ten: yeah, i think that's a good idea. better to catch it up front than in the middle of running jobs 2020-01-26T08:37:10 #kisslinux https://lobste.rs/s/5cmlwu/this_week_kiss_8 2020-01-26T08:37:16 #kisslinux First time I've posted to lobsters 2020-01-26T08:47:50 #kisslinux dylanaraps: Good morning 2020-01-26T08:48:11 #kisslinux I have found another neat falkon plugin, but I am not able to compile it 2020-01-26T08:48:13 #kisslinux https://gitlab.com/falkon-plugins/vim-plugin 2020-01-26T08:48:30 #kisslinux maybe you wanna look into it 2020-01-26T08:48:39 #kisslinux Thanks 2020-01-26T08:48:40 #kisslinux Morning 2020-01-26T08:49:16 #kisslinux Nice 2020-01-26T08:49:18 #kisslinux Vim bindings 2020-01-26T08:49:48 #kisslinux y, would be nice. Iam missing G and gg (: 2020-01-26T08:50:03 #kisslinux Heh 2020-01-26T08:50:10 #kisslinux I'd like o/O to open urls 2020-01-26T08:50:37 #kisslinux libFalkonPrivate.so is missing. I fixed this by linking to one of the other libFalkon.so* 2020-01-26T08:50:43 #kisslinux Ah 2020-01-26T08:50:58 #kisslinux Might be outdated 2020-01-26T08:52:31 #kisslinux but then there is a missing funktion at compile position of the plugin. I tried both, standalone and with falkon togehter 2020-01-26T08:56:40 #kisslinux Ah 2020-01-26T08:56:45 #kisslinux Tried opening an issue? 2020-01-26T08:59:28 #kisslinux no. I first wanted to show you because maybe its related to how our qtpackages are built or, dunno 2020-01-26T08:59:42 #kisslinux Ah 2020-01-26T08:59:48 #kisslinux I think it's because it's outdated 2020-01-26T09:04:31 #kisslinux https://gitlab.com/falkon-plugins/vim-plugin/issues/1 2020-01-26T09:04:41 #kisslinux theres allready an issue 2020-01-26T09:18:22 #kisslinux Nice 2020-01-26T10:42:45 #kisslinux samurai uses instead of ninja? 2020-01-26T10:42:52 #kisslinux is used* 2020-01-26T10:42:59 #kisslinux yes 2020-01-26T10:45:36 #kisslinux because of ninja uses python stuff in back 2020-01-26T10:45:57 #kisslinux ? 2020-01-26T10:46:13 #kisslinux also is there any case that doesn't cover? 2020-01-26T11:40:01 #kisslinux dylanaraps: falkon is not starting for me 2020-01-26T11:40:06 #kisslinux https://termbin.com/mmp7 2020-01-26T11:42:16 #kisslinux Yeah 2020-01-26T11:42:30 #kisslinux One other user (forget who) had this issue as well 2020-01-26T11:42:51 #kisslinux I wasn't able to fix this though... 2020-01-26T11:43:01 #kisslinux weird stuff, why would it look at /share/ 2020-01-26T11:43:09 #kisslinux Exactly 2020-01-26T11:43:18 #kisslinux I was trying to find if there are any env variables but no dice 2020-01-26T11:44:24 #kisslinux What do the manifests show for qt5-webengine, qt5 and falkon? 2020-01-26T11:44:42 #kisslinux (Located in /var/db/kiss/installed/{qt5-webengine,qt5,falkon}/manifest 2020-01-26T11:45:30 #kisslinux one sec 2020-01-26T11:46:12 #kisslinux hah 2020-01-26T11:46:20 #kisslinux just "/usr/" 2020-01-26T11:46:22 #kisslinux in all of them 2020-01-26T11:46:35 #kisslinux Exactly 2020-01-26T11:46:50 #kisslinux Oh, empty manifests(?) 2020-01-26T11:46:55 #kisslinux Or everything is in /usr? 2020-01-26T11:46:59 #kisslinux just one line 2020-01-26T11:47:08 #kisslinux "/usr/" 2020-01-26T11:47:25 #kisslinux That's not right 2020-01-26T11:47:40 #kisslinux scary honestly 2020-01-26T11:48:47 #kisslinux https://termbin.com/rvf1 2020-01-26T11:48:54 #kisslinux cat /var/db/kiss/installed/qt5/manifest /var/db/kiss/installed/qt5-webengine/manifest /var/db/kiss/installed/falkon/m 2020-01-26T11:48:55 #kisslinux anifest 2020-01-26T11:48:59 #kisslinux oops, was cut off 2020-01-26T11:51:18 #kisslinux head -n-0 /var/db/kiss/installed/{qt5-webengine,qt5,falkon}/manifest 2020-01-26T11:51:21 #kisslinux post me this 2020-01-26T11:51:41 #kisslinux or actually, I can see where each manifest starts in your paste I guess 2020-01-26T11:52:20 #kisslinux or maybe not 2020-01-26T11:52:50 #kisslinux head should print headers 2020-01-26T11:59:18 #kisslinux https://termbin.com/a8xp 2020-01-26T11:59:21 #kisslinux Apologies, power went out 2020-01-26T11:59:50 #kisslinux no worries 2020-01-26T12:00:12 #kisslinux the manifest gets created after extracting the tarball, right? 2020-01-26T12:01:00 #kisslinux The manifest is inside the tarball 2020-01-26T12:01:10 #kisslinux It is generated before the tarball is created 2020-01-26T12:01:23 #kisslinux ok 2020-01-26T12:01:32 #kisslinux https://github.com/kisslinux/kiss/blob/master/kiss#L381-L397 2020-01-26T12:01:44 #kisslinux It is called here: https://github.com/kisslinux/kiss/blob/master/kiss#L549 2020-01-26T12:05:50 #kisslinux my manifests are actually fine, lol 2020-01-26T12:05:57 #kisslinux turns out I'm stupid 2020-01-26T12:06:28 #kisslinux used tail -n-1 instead of head -n-0 2020-01-26T12:06:35 #kisslinux and that prints only the first line :D 2020-01-26T12:07:42 #kisslinux lol 2020-01-26T12:08:00 #kisslinux I thought it'd be something like that 2020-01-26T12:08:12 #kisslinux The code for manifests can't really break 2020-01-26T12:08:14 #kisslinux It's very simple 2020-01-26T12:08:37 #kisslinux yeah, woud be very strange 2020-01-26T12:10:40 #kisslinux sorry for the confusion 2020-01-26T12:11:13 #kisslinux will try some more googling about the issue 2020-01-26T12:13:37 #kisslinux All good 2020-01-26T12:24:11 #kisslinux o/ 2020-01-26T12:24:40 #kisslinux aarng: You'll find a lot of random posts online about that error but no real fix other than creating a symlink. 2020-01-26T12:24:54 #kisslinux The build files themselves look fine (as do the manifests) 2020-01-26T12:25:08 #kisslinux I also can't reproduce it (so it only sometimes happens) 2020-01-26T12:28:13 #kisslinux dylanaraps: Ah, you're on lobsters now :) 2020-01-26T12:28:39 #kisslinux icyphox 2020-01-26T12:29:43 #kisslinux monochromal 2020-01-26T12:30:11 #kisslinux icyphox: Yup, I received an invite yesterday 2020-01-26T12:30:12 #kisslinux I could try an entire rebuild without ccache 2020-01-26T12:30:30 #kisslinux icyphox: i played some dota yesterday, lol it was so bad 2020-01-26T12:30:41 #kisslinux might do it later, I actually have to close my browser to not run out of memory 2020-01-26T12:30:43 #kisslinux even with -j1 2020-01-26T12:31:11 #kisslinux i am (or was?) lieuxnoir btw 2020-01-26T12:31:59 #kisslinux ah! i was so confused 2020-01-26T12:32:01 #kisslinux lol 2020-01-26T12:32:09 #kisslinux did you play on kiss? 2020-01-26T12:33:13 #kisslinux icyphox: nope, i played on some cyber cafe 2020-01-26T12:33:29 #kisslinux mineski infinity? yes, i believe that was the name 2020-01-26T12:33:57 #kisslinux like team mineski? 2020-01-26T12:34:01 #kisslinux they have a cafe now? 2020-01-26T12:34:49 #kisslinux yep, and they have branches all over the Philippines, same with TNC 2020-01-26T12:39:27 #kisslinux ahh 2020-01-26T12:39:29 #kisslinux nice 2020-01-26T12:40:14 #kisslinux dylanaraps: btw, where do you fetch the maintaner name from in getkiss.org/packages? 2020-01-26T12:40:59 #kisslinux yeah, some of packages i made had a weird github email 2020-01-26T12:41:28 #kisslinux no email is fine, but one package of mine has my full name 2020-01-26T12:41:31 #kisslinux the other has just my first name 2020-01-26T12:41:33 #kisslinux haha 2020-01-26T12:48:00 #kisslinux icyphox: git log 2020-01-26T12:49:08 #kisslinux ok hmm 2020-01-26T12:49:15 #kisslinux so this discrepancy shouldn't occur 2020-01-26T12:49:23 #kisslinux wonder what causes it 2020-01-26T12:50:10 #kisslinux Your next commit to the package should fix it. 2020-01-26T12:50:16 #kisslinux ah 2020-01-26T12:50:19 #kisslinux okay 2020-01-26T13:14:24 #kisslinux dylanaraps, remember when I said I miss C-{u,d} and C-{f,b} from bb less? 2020-01-26T13:14:56 #kisslinux it has those shortcuts but just without control 2020-01-26T13:15:02 #kisslinux lol 2020-01-26T17:04:52 #kisslinux o/ 2020-01-26T17:33:27 #kisslinux I wonder how well a script to auto translate a pip package to a KISS one would work 2020-01-26T17:33:39 #kisslinux Same goes for other language package managers 2020-01-26T17:33:51 #kisslinux I'm thinking out loud here 2020-01-26T17:57:54 #kisslinux why'd you close the python2 issue? 2020-01-26T17:58:05 #kisslinux just cuz there's no timeline for it getting done cuz of firefox and webengine? 2020-01-26T18:05:32 #kisslinux dylanaraps: also did you end up trying eiwd with latest ell yet? 2020-01-26T18:06:50 #kisslinux mforney: http://ix.io/24kI what do you think so far? 2020-01-26T18:10:40 #kisslinux E5ten: Yup, no timeline. 2020-01-26T18:10:57 #kisslinux E5ten: I'm still trying to get autoshit to work. 2020-01-26T18:11:02 #kisslinux I'll try now with cmake though 2020-01-26T18:12:58 #kisslinux Oh, cmake is failing too. Hang on 2020-01-26T18:14:34 #kisslinux OK 2020-01-26T18:14:36 #kisslinux Building 2020-01-26T18:15:27 #kisslinux Testing now 2020-01-26T18:15:53 #kisslinux > ping google.com 2020-01-26T18:15:55 #kisslinux This works for me 2020-01-26T18:22:01 #kisslinux wait was cmake failing cuz of an issue on your end or do I need to fix something? 2020-01-26T18:23:01 #kisslinux My end 2020-01-26T18:26:34 #kisslinux Regardless, DNS works for me 2020-01-26T18:26:41 #kisslinux Using the latest ell release 2020-01-26T18:47:32 #kisslinux huh now I can too, maybe it somehow has to do with me being connected to a WPA enterprise network at uni? (at home right now) 2020-01-26T18:50:16 #kisslinux E5ten: looks really good 2020-01-26T18:54:25 #kisslinux I'll make a PR then I guess lol 2020-01-26T18:56:51 #kisslinux thanks. i have a couple stylistic comments, but nothing major 2020-01-26T19:01:54 #kisslinux PR made, comment away ;) 2020-01-26T19:07:57 #kisslinux mforney: I made the default NINJA_STATUS "[%f/%t] " like ninja does, but I think I should change it to "[%s/%t] " so there aren't numerous lines in a row of the number on the left being 0 and stuff, do you agree? 2020-01-26T19:08:23 #kisslinux (I mean being 0 at the beginning before any jobs have completed, still don't really understand what's going on with ninja where that isn't happening) 2020-01-26T19:18:08 #kisslinux i think the difference is that samurai is printing the status before the jobs run, and ninja is printing them after they finish (unless the job had `pool = console`) 2020-01-26T19:19:48 #kisslinux ah 2020-01-26T19:21:26 #kisslinux well if ninja is printing the amount of finished jobs when they finished by default imo it also makes sense that samurai's default output would be started jobs since it's printing jobs when they start so I'll change it 2020-01-26T19:23:43 #kisslinux lol I wanted to click on the comment box to delete the text I had typed in there but I accidentally clicked the close PR button 2020-01-26T20:46:04 #kisslinux nice new website lmao 2020-01-26T20:46:25 #kisslinux black colourscheme 2020-01-26T22:14:51 #kisslinux E5ten: made a few more tweaks: http://ix.io/28rQ does that look okay to you? 2020-01-26T22:15:47 #kisslinux whoops, sleep 1 was just for testing 2020-01-26T22:17:12 #kisslinux yeah for sure, glad I'll be able to have time in my status now :) 2020-01-26T23:12:14 #kisslinux dylanaraps: can you view pdfs in falkon?