💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-05-27.txt captured on 2024-06-16 at 13:49:43.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

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

2020-05-27T04:42:31 #kisslinux <dilyn> alright, well. qt 5.15 now builds with libressl support. just waiting to see if webengine will build and then community will see a nice pull request
2020-05-27T04:43:44 #kisslinux <dilyn> dylan02: qt5-declarative has a similar issue as qt5; the error happens almost immediately. it works with 1.9.0; it fails with 1.13+. logs:
2020-05-27T04:43:45 #kisslinux <dilyn> http://ix.io/2nst
2020-05-27T04:43:52 #kisslinux <dilyn> http://ix.io/2nsu
2020-05-27T04:44:03 #kisslinux <dilyn> first fails, second succeeds (only a partial log)
2020-05-27T08:23:29 #kisslinux <illiliti> what's the purpose of '-v' flag in unset command ? i don't see any difference with/without -v
2020-05-27T08:24:03 #kisslinux <dylan02> '-v' is to operate strictly on a variable
2020-05-27T08:24:05 #kisslinux <dylan02> And not functions
2020-05-27T08:28:04 #kisslinux <illiliti> ah
2020-05-27T08:28:06 #kisslinux <illiliti> thanks
2020-05-27T10:20:34 #kisslinux <djt3[m]> dylan02: i'm really liking the new website design, really unique yet functional
2020-05-27T15:49:31 #kisslinux <tobykisslnx> Hey
2020-05-27T15:49:44 #kisslinux <tobykisslnx> Saw in the logs someone else had a elftoolchain download failure
2020-05-27T15:49:58 #kisslinux <tobykisslnx> I have retried a couple times now with no luck
2020-05-27T16:07:42 #kisslinux <tobykisslnx> Got it working after 7 retries
2020-05-27T17:37:44 #kisslinux <dylan02> djt3[m]: Thanks
2020-05-27T17:37:55 #kisslinux <djt3[m]> :)
2020-05-27T17:39:13 #kisslinux <dylan02> dilyn: That error still stumps me...
2020-05-27T17:39:17 #kisslinux <dylan02> No idea how to solve it.
2020-05-27T17:39:26 #kisslinux <dylan02> Nothing on the web about it either.
2020-05-27T18:07:29 #kisslinux <raph_ael> hi, is there a way round this ? https://ghostbin.co/paste/n928z (ie util-linux conflicting with busybox)
2020-05-27T19:39:42 #kisslinux <dylan02> raph_ael: Send me the output of: tar tf /root/.cache/kiss/bin/util-linux#2.35.1-1.tar.gz
2020-05-27T20:23:28 #kisslinux <dilynm> Dylan: yeah if nobody can reproduce this issue then... I dunno. In the mean time, I'm just going to keep around an old version of kiss to use
2020-05-27T20:23:41 #kisslinux <dilynm> And probably also just release tarballs of qt*
2020-05-27T20:57:02 #kisslinux <raph_ael> dylan02: https://ghostbin.co/paste/h5zga
2020-05-27T20:57:04 #kisslinux <raph_ael> thanks
2020-05-27T21:10:11 #kisslinux <himmalerin> Anyone know if there's a bug to follow for the removal of the gtk2 dep for Firefox?
2020-05-27T21:40:37 #kisslinux <claudia> dilynm: I dont understand your error correctly. Is this something just you encounter?
2020-05-27T21:41:35 #kisslinux <claudia> I have just started building your qt5 5.15 without problems (qt5-base done)
2020-05-27T21:43:54 #kisslinux <claudia> himmalerin: gtk+2 should be listed as a orphan after the instalation of firefox
2020-05-27T21:45:56 #kisslinux <dilynm> Yeah, nobody else seems to have the issue
2020-05-27T21:46:07 #kisslinux <dilynm> I just got a similar error building viper-browser
2020-05-27T21:48:55 #kisslinux <claudia> odd
2020-05-27T21:49:16 #kisslinux <claudia> did you develop qt5 and kde all in a chroot envoriment?
2020-05-27T21:49:54 #kisslinux <dilynm> The error occurs both on my system and via chroot
2020-05-27T21:50:17 #kisslinux <dilynm> But ONLY when using kiss to build them
2020-05-27T21:50:32 #kisslinux <dilynm> And only for versions of kiss after 1.9.0
2020-05-27T21:51:34 #kisslinux <claudia> damn computers
2020-05-27T21:51:40 #kisslinux <claudia>  : D
2020-05-27T21:53:39 #kisslinux <dilynm> They're wonderful aren't they
2020-05-27T21:54:07 #kisslinux <dilynm> For some reason qt5 built without xcb so now I get to go fix that -.-
2020-05-27T21:54:18 #kisslinux <dilynm> Hope that doesn't impact webengine. I spent ten hours building it smh
2020-05-27T22:00:40 #kisslinux <claudia> oh that obviously means no webengine for me tonight :2020-05-27T22:01:02 #kisslinux <claudia> 10h...
2020-05-27T22:01:24 #kisslinux <claudia> I was about 5h for 5.14 and about 15mins with ccache (:
2020-05-27T22:01:29 #kisslinux <E5ten> changelog for 5.15 says openssl minimum is increased to 1.1, does that mean the openssl component won't work with libressl anymore?
2020-05-27T22:01:38 #kisslinux <E5ten> or is libressl API compatible with 1.1?
2020-05-27T22:02:32 #kisslinux <himmalerin> According to https://github.com/libressl-portable/portable it  "does not yet include all new APIs from OpenSSL 1.0.2 and later"
2020-05-27T22:03:23 #kisslinux <dilynm> That's what I'm currently trying to figure out :X
2020-05-27T22:03:38 #kisslinux <dilynm> The patches apply and it builds cleanly, the real question is if it works or not
2020-05-27T22:03:52 #kisslinux <dilynm> My money's on no but I've been surprised before
2020-05-27T22:04:52 #kisslinux <E5ten> what patches do you need to apply?
2020-05-27T22:06:22 #kisslinux <dilynm> A lot of them were previously adding ifdefs for openssl versions
2020-05-27T22:07:33 #kisslinux <dilynm> https://github.com/dilyn-corner/community/tree/qt-bump/community/qt5/patches these are the patches for 5.15 (5.14.2 can be found on my kde repo)
2020-05-27T22:08:08 #kisslinux <dilynm> Since nobody else has any patches yet (5.25 released yesterday afternoon), and I'm not a talented person, it's unclear what won't work
2020-05-27T22:10:44 #kisslinux <dilynm> s/5.25/5.15/
2020-05-27T22:10:55 #kisslinux <E5ten> ughhhh qt removed its bundled versions of xcb-util-*
2020-05-27T22:13:29 #kisslinux <claudia> dilynm: I have spied to ataraxia, they have bumped their qt5 version and seem to use old patches
2020-05-27T22:13:39 #kisslinux <dilynm> Sweet
2020-05-27T22:14:26 #kisslinux <claudia> https://github.com/ataraxialinux/ataraxia/blob/master/packages/qt5/KagamiBuild
2020-05-27T22:14:38 #kisslinux <claudia> https://github.com/ataraxialinux/ataraxia/blob/master/stuff/qt5/main.patch
2020-05-27T22:17:01 #kisslinux <dilynm> Those can't be the most recent patches
2020-05-27T22:17:21 #kisslinux <dilynm> E5ten presumably Dylan covered our bases with xcb and we were using system ones anyways
2020-05-27T22:19:38 #kisslinux <E5ten> I'm talking about for me lol, I intentionally used the bundled ones to avoid having to install them
2020-05-27T22:19:55 #kisslinux <dilynm> Oh haha