2020-11-25T01:11:28 #kisslinux google is going to be blocking google logins on webkit browsers 2020-11-25T01:11:29 #kisslinux rip webkit 2020-11-25T01:11:45 #kisslinux hhheccks: what's your problem with falkon 2020-11-25T01:13:39 #kisslinux CMake can't find qt5-webengine. 2020-11-25T01:15:48 #kisslinux I'm actually trying to get qutebrowser (pyqtwebengine) to work but get a similar error. qmake project ERROR: unknown module(s) in QT: webengine. 2020-11-25T01:17:31 #kisslinux can you post the log? that's really strange 2020-11-25T01:17:42 #kisslinux also what does kiss-manifest qt5-webengine output? 2020-11-25T01:18:05 #kisslinux Where should I post them? 2020-11-25T01:18:33 #kisslinux you can pipe the outputs of the log and the manifest to curl -F 'f:1=<-' ix.io 2020-11-25T01:18:42 #kisslinux and then paste the link 2020-11-25T01:19:51 #kisslinux manifest: http://ix.io/2FnA 2020-11-25T01:21:17 #kisslinux kiss b log: http://ix.io/2FnC 2020-11-25T01:21:43 #kisslinux your manifest tells me that qt5-webengine core wasn't built 2020-11-25T01:22:00 #kisslinux if you run kiss b qt5-webengine you'll see after it prints all the things it's going to build that qt5-webengine won't be built 2020-11-25T01:22:10 #kisslinux I'm assuming it took you less than an hour to build it xD dead giveaway 2020-11-25T01:22:50 #kisslinux Ah, yeah I should've caught that. Any way I can ensure it builds properly? 2020-11-25T01:23:40 #kisslinux not really :X just pay attention for the first few minutes of building and double check that it's going to build the engine 2020-11-25T01:23:53 #kisslinux sometimes it just... won't build it? it's unclear to me why. usually rebuilding qt5 and rebooting fixes the issue 2020-11-25T01:26:35 #kisslinux Very reassuring. Well thanks for the help! I guess we'll see if it works in a couple hours... 2020-11-25T01:27:59 #kisslinux you'll want to use ccache; sometimes the build will crap out due to an 'unexpected EOF' and that problem is... unresolveable, it seems 2020-11-25T01:28:07 #kisslinux ccache will protect you from wasting eight hours xD 2020-11-25T01:28:15 #kisslinux I should start hosting binaries again :X 2020-11-25T01:32:00 #kisslinux So qt5-webengine just 'successfully build'. 2020-11-25T01:32:44 #kisslinux yeah you'll have to rebuild qt5 probably :S 2020-11-25T01:33:15 #kisslinux i've been plagued by this issue and i've never been able to figure it out, and i've only heard one other person report it in the last year of maintaining it. it's a hard problem to solve 2020-11-25T01:37:19 #kisslinux :-O can't wait to go through that again 2020-11-25T01:37:54 #kisslinux I've already rebuilt once, so third time's the charm I guess... 2020-11-25T01:37:55 #kisslinux imagine maintaining it (: 2020-11-25T01:38:18 #kisslinux I had 15.5.2 read to push immediately after release, except i kept having the same issue with qt5-webengine you're having 2020-11-25T01:40:57 #kisslinux I was honestly surprised someone was even bothering. But thank you for the work! This would the difference between being able to daily-drive KISS or not for me. 2020-11-25T01:41:21 #kisslinux well if you want it working right out-of-the-box you could use KISS-kde :o 2020-11-25T01:41:21 #kisslinux would make the* 2020-11-25T01:41:35 #kisslinux Are those binaries though? 2020-11-25T01:41:54 #kisslinux I have a binary rootfs tarball and then binaries of qt5{-declarative,webengine} as well 2020-11-25T01:42:49 #kisslinux OH, didn't realise you were also behind KISS-kde 2020-11-25T01:42:57 #kisslinux you technically wouldn't have to use KDE; I suspect you could even install it and then remove the KDE bits and be left with a KISS install with qt5-webengine... 2020-11-25T01:43:04 #kisslinux Yeah I'm a glutton for punishment :) 2020-11-25T01:43:54 #kisslinux Do you actually run plasma as your setup? 2020-11-25T01:44:40 #kisslinux yeah my qt5-webengine tarball doesn't link against any kde stuff so if you really wanted to you could install the rootfs like you do KISS and then just slowly uninstall the KDE components, install qt5-webengine's deps, and then install the tarball. lots of work but it would save you basically all the time as the process would take less than an hour... 2020-11-25T01:44:50 #kisslinux I'm running KDE right now! 2020-11-25T01:45:19 #kisslinux mostly troubleshooting some stuff. i can't tell if plasmashell crashes because of partial qt5 upgrades or *because OF* qt5 upgrades 2020-11-25T01:45:28 #kisslinux (5.15.2 release broke my install, basically) 2020-11-25T01:46:18 #kisslinux Cool! Well, minus the breaking part. 2020-11-25T01:46:49 #kisslinux yeah rebuilding the entire qt5 stack seemed to resolve the problem (but didn't answer the question), but now i'm experiencing segfaults with qt apps so I'm still exploring :X 2020-11-25T01:47:05 #kisslinux I think god invented beer for exactly me and these occassions tbh 2020-11-25T01:49:07 #kisslinux Yeah it's not really fixed until you find the problem. 2020-11-25T01:49:40 #kisslinux Or you could just, live with random crashes. 2020-11-25T01:49:48 #kisslinux and qt has been a problem since... i took over lmao 2020-11-25T01:50:08 #kisslinux it's good, just finicky. such is the way with complex software 2020-11-25T01:52:38 #kisslinux actually wait; since qt5-webengine doesn't link against any KDE stuff you could actually just straight up use that binary if you wanted 2020-11-25T01:52:41 #kisslinux i'ma n diiot 2020-11-25T01:53:14 #kisslinux it just needs qt5-tools, but you can install that in less than thirty minutes (it's in KISS-kde/extra) 2020-11-25T01:53:22 #kisslinux i'm an idiot* wtf hands 2020-11-25T01:54:14 #kisslinux Nice, I'll try it out if this next build fails. 2020-11-25T01:54:22 #kisslinux PLUS, if you install this binary and then attempt to build/launch falkon and run into issues, that could reveal what the problem is:o 2020-11-25T01:54:26 #kisslinux i'll have to keep this in mind for later... 2020-11-25T01:56:45 #kisslinux Cool, it would be nice to get to the bottom of this. 2020-11-25T01:57:06 #kisslinux who knows, maybe we'll get lucky at the end of the year and qt6 will solve all of these problems and more... 2020-11-25T01:57:12 #kisslinux not holding my breath tho :X 2020-11-25T01:57:33 #kisslinux It's good to be optimistic. 2020-11-25T01:57:47 #kisslinux i'd drop qt if i weren't 2020-11-25T01:58:32 #kisslinux If I wanted to build binaries on another computer and install them here, would it just be a matter of syncing .cache/kiss/bin? 2020-11-25T02:00:02 #kisslinux you don't even have to do that; you can just kiss i /path/to/kisspackage 2020-11-25T02:00:07 #kisslinux If I and my webkitbrowser gets blocked by google, I block them out of my life. burn fire with fire. 2020-11-25T02:00:16 #kisslinux but if you put them in .cache/kiss/bin it's just a matter of kiss i $pkg 2020-11-25T02:00:34 #kisslinux lmao cuadia 2020-11-25T02:00:39 #kisslinux claudia*** ;asdf;asdf 2020-11-25T02:00:42 #kisslinux too MUCH beer 2020-11-25T02:00:53 #kisslinux with a tear in my eye :*( 2020-11-25T02:00:59 #kisslinux Ooh, so I can specify a remote path, awesome! 2020-11-25T02:01:07 #kisslinux firefox or bust i guess 2020-11-25T02:01:31 #kisslinux I mean, I dropped qt5 because of segfaults while video playing 2020-11-25T02:01:34 #kisslinux all kiss really needs is a KISS_PATH-like variable for tarballs and I'll be satisfied 2020-11-25T02:01:47 #kisslinux qt5 segfaults everywhere all the time for everything constantly 2020-11-25T02:01:47 #kisslinux Now our webkit works with google and youtube and stuff pretty nicely 2020-11-25T02:02:57 #kisslinux Lukckily I use my google account just for youtube. I can manage this elsewhere. I partially already do. 2020-11-25T02:03:47 #kisslinux same 2020-11-25T02:03:57 #kisslinux floatpoint needs to get finished soon so i can drop youtube 2020-11-25T02:04:21 #kisslinux So they will loose 0.1% of there marketshare..probably totaly worth it. 2020-11-25T02:04:43 #kisslinux Floatpoint? 2020-11-25T02:04:58 #kisslinux the linus media group is behind the project 2020-11-25T02:05:04 #kisslinux think... youtube + twitch, in a way? 2020-11-25T02:05:10 #kisslinux Isn't that floatplane? 2020-11-25T02:05:12 #kisslinux like if patreon merged with youtube 2020-11-25T02:05:15 #kisslinux FLOATPLANE yes 2020-11-25T02:05:16 #kisslinux tyty 2020-11-25T02:05:33 #kisslinux i'm reading a paper of homomorphic encryption and have floating point arithmetic on the brain 2020-11-25T02:08:19 #kisslinux You could also just youtube-dl everything you watch for the low cost of a few terabytes of storage... 2020-11-25T02:08:56 #kisslinux yeah but then i'd have to ping google's servers! 2020-11-25T02:09:07 #kisslinux This floatplane looks like they want money. I dont pay for services on the internet. 2020-11-25T02:09:19 #kisslinux mfw google and amazon control 98% of webhosting 2020-11-25T02:09:34 #kisslinux floatplane asks that you directly support content creators, as i understand it 2020-11-25T02:09:48 #kisslinux which i don't technically mind, but i understand the objection 2020-11-25T02:10:33 #kisslinux It's not intended to be an alternative to youtube though, it's more like patreon. 2020-11-25T02:11:03 #kisslinux it basically assumes that you regularly watch fewer than five creators and don't mind not being led to others via an algorithm 2020-11-25T02:11:19 #kisslinux it's good for people invested in certain content types and bad for people wishing to find out more, basically 2020-11-25T02:11:20 #kisslinux The internet needs just needs other big players to force google to dont block webkit. 2020-11-25T02:11:44 #kisslinux that's never gonna happen xD 2020-11-25T02:11:59 #kisslinux we lost that battle in like, 2008 2020-11-25T02:14:03 #kisslinux The good old times 2020-11-25T02:14:15 #kisslinux back when sopa was our only concern... 2020-11-25T02:15:13 #kisslinux hah 2020-11-25T02:16:13 #kisslinux I got to know edonkey in its last strokes 2020-11-25T02:16:23 #kisslinux That was so awesome. 2020-11-25T02:16:45 #kisslinux f 2020-11-25T02:17:07 #kisslinux I had a dedicated p2 under my bed with vnc to download stuff day and knight. Just because it was possible. 2020-11-25T02:17:28 #kisslinux we just need to convince a large enough portion of the population to go back to sneakernet and then we can really scare google into stopping their tyranny 2020-11-25T02:19:32 #kisslinux People just pay money... 2020-11-25T02:20:35 #kisslinux I have to sleep now. 2020-11-25T02:20:50 #kisslinux byebye 2020-11-25T02:21:05 #kisslinux bai 2020-11-25T02:23:47 #kisslinux ps: Imagin having broadband cable available and not using its 1mb/s upload to share your media. Sick 2020-11-25T03:35:28 #kisslinux Can anyone update dhcpcd? 2020-11-25T03:36:15 #kisslinux I'm on 9.3.2-1 and it's trying to update to 9.3.3-1 but after the "Generating etcsums" kiss u just exists 2020-11-25T03:36:37 #kisslinux I can't `kiss b dhcpcd`, `kiss i dhcpcd` either, same issue 2020-11-25T04:08:51 #kisslinux Same 2020-11-25T04:09:58 #kisslinux https://freenode.logbot.info/kisslinux/20201123#c5935150 2020-11-25T04:10:39 #kisslinux himmalerin 2020-11-25T04:32:20 #kisslinux How weird 2020-11-25T04:32:31 #kisslinux At least it's not just me :p 2020-11-25T04:32:57 #kisslinux I'm using the default busybox shell, ash I think? 2020-11-25T04:44:51 #kisslinux I think its related to the commit dylan made to fix issue #193 2020-11-25T04:45:15 #kisslinux Weird that this is only the case with dhcpcd and works fine with other packages that do similar stuff in builds 2020-11-25T06:04:21 #kisslinux o/ 2020-11-25T06:07:00 #kisslinux yeah I can reproduce the dhcpcd issue 2020-11-25T06:07:41 #kisslinux I can't reproduce it as always 2020-11-25T06:07:42 #kisslinux :P 2020-11-25T06:08:23 #kisslinux Can someone affected open an issue on GitHub with logs, etc? 2020-11-25T06:09:08 #kisslinux I'd much prefer this to messages randomly left in IRC 2020-11-25T06:18:19 #kisslinux I'll make an issue for tracking purposes but there aren't any errors or anything, it just... exits after the etcsums step 2020-11-25T06:18:57 #kisslinux The kiss package manager repo? 2020-11-25T06:21:19 #kisslinux just open it there, if it's wrong it'll probably be moved somewhere else 2020-11-25T06:21:25 #kisslinux Yes 2020-11-25T06:21:31 #kisslinux It affects the package manager 2020-11-25T06:22:01 #kisslinux Include as much information as you can (whatever seems relevant) 2020-11-25T06:32:17 #kisslinux here it is: https://github.com/kisslinux/kiss/issues/204 2020-11-25T06:32:42 #kisslinux Thanks 2020-11-25T06:32:50 #kisslinux I included everything I could think of, unfortunately that wasn't much :p 2020-11-25T06:38:23 #kisslinux Heh. I can't reproduce at all. 2020-11-25T06:40:10 #kisslinux That's so weird 2020-11-25T06:40:13 #kisslinux dylanaraps: https://github.com/kisslinux/kiss/issues/176 2020-11-25T06:40:53 #kisslinux Yes 2020-11-25T06:41:00 #kisslinux That change is in the latest kiss 2020-11-25T06:41:03 #kisslinux What's the etcsums step actually doing? Maybe one of the util-linux programs i'm using instead of busybox's is messing something up? 2020-11-25T06:41:10 #kisslinux Or was this the cause? 2020-11-25T06:41:55 #kisslinux I'll push a possible fix in a second. 2020-11-25T06:42:28 #kisslinux Try the latest master 2020-11-25T06:42:58 #kisslinux If it fixes the issue I'll fix the test to only include broken symlinks (if these are indeed the cause) 2020-11-25T06:43:42 #kisslinux That did it! 2020-11-25T06:44:01 #kisslinux -> Run 'kiss i dhcpcd' to install the package(s) 2020-11-25T06:44:03 #kisslinux Nice 2020-11-25T06:44:10 #kisslinux Will push a fuller fix then make a release. 2020-11-25T06:44:43 #kisslinux s/fuller/complete/ 2020-11-25T06:45:24 #kisslinux awesome! Wonder why it didn't fail for you though 2020-11-25T06:49:09 #kisslinux In any case, it's getting pretty late where I am so I'm logging off for now, thanks again for the fix! 2020-11-25T06:50:35 #kisslinux Pushed a fix :) 2020-11-25T06:51:10 #kisslinux oops 2020-11-25T10:25:17 #kisslinux Any of you guys XCOM fans? 2020-11-25T11:04:50 #kisslinux dylanaraps: what's up with kiss PR #202, been sitting unanswered for 5 days now :< 2020-11-25T13:34:41 #kisslinux midfavila, been playing openxcom recently 2020-11-25T15:40:03 #kisslinux Hello 2020-11-25T17:02:40 #kisslinux Hello 2020-11-25T17:12:35 #kisslinux hola! 2020-11-25T23:57:54 #kisslinux Hey, any of you guys having trouble accessing invidious instances? 2020-11-25T23:58:05 #kisslinux None of my searches have been bringing up results for a few hours now 2020-11-25T23:58:35 #kisslinux Oh, wait, never mind... just checked the github bugtracker. It's a known issue gemini://gemini.ctrl-c.club/~phoebos/logs/freenode-kisslinux-2020-11-25.txt

-- Leo's gemini proxy

-- Connecting to gemini.ctrl-c.club:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/plain; charset=utf-8

-- Response ended

-- Page fetched on Sun Jun 2 10:48:52 2024