💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-09-28.txt captured on 2024-05-12 at 16:07:31.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

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

2020-09-28T01:31:25 #kisslinux <micr0> eudaldgr: any reason you forked pango from extra?
2020-09-28T06:08:14 #kisslinux <bjoernfan> Has anybody had any luck compiling autofs? I got stuck on some rpc stuff missing. Don't have it in front of me right now tho...
2020-09-28T06:08:35 #kisslinux <dylanaraps> Send log
2020-09-28T06:08:46 #kisslinux <dylanaraps> Ah
2020-09-28T06:08:50 #kisslinux <dylanaraps> Send log later :P
2020-09-28T06:09:13 #kisslinux <bjoernfan> Sure. :)
2020-09-28T06:09:18 #kisslinux <dylanaraps> Sounds like you're missing rpcsvc-proto
2020-09-28T06:09:40 #kisslinux <dylanaraps> --without-libtirpc might work
2020-09-28T06:09:48 #kisslinux <dylanaraps> You will also likely need --without-systemd
2020-09-28T06:10:00 #kisslinux <dylanaraps> --without-hesiod may be handy if this is default to on
2020-09-28T06:11:55 #kisslinux <dylanaraps> I'm assuming this is the error?: configure: error: required program RPCGEN not found
2020-09-28T06:12:07 #kisslinux <bjoernfan> IIRC I installed both libtirpc and rpcsvc-proto, which made the build
2020-09-28T06:12:09 #kisslinux <bjoernfan> Exactly
2020-09-28T06:12:47 #kisslinux <bjoernfan> I'll try your configure flags tonight (or tomorrow..) :)
2020-09-28T06:13:16 #kisslinux <dylanaraps> The former should be optional with --without-libtirpc
2020-09-28T06:13:23 #kisslinux <dylanaraps> The latter is required (build time)
2020-09-28T06:14:32 #kisslinux <dylanaraps> Actually. Seems like the former is required regardless:  fatal error: rpc/rpc.h: No such file or directory
2020-09-28T06:16:39 #kisslinux <dylanaraps> Seems as though rpc/rpc.h is a glibc thing?
2020-09-28T06:17:34 #kisslinux <dylanaraps> There's a patch needed for musl: https://cgit.gentoo.org/proj/musl.git/tree/net-fs/autofs/files/autofs-musl.patch?id=4775f05d57650709d2760c03a55efa88467ebcd5
2020-09-28T06:19:11 #kisslinux <dylanaraps> This doesn't fix the headers issue though
2020-09-28T06:20:42 #kisslinux <dylanaraps> Needs: <rpc/rpc.h> <rpc/pmap_prot.h> <nfs/nfs.h>
2020-09-28T06:22:19 #kisslinux <dylanaraps> Alpine fix the nfs header with: sed -i 's,nfs/nfs.h,linux/nfs.h,g' */*.[ch]
2020-09-28T06:24:14 #kisslinux <dylanaraps> So you also need libtirpc
2020-09-28T06:25:49 #kisslinux <dylanaraps> It'd look something like this: https://termbin.com/ulxf
2020-09-28T06:29:14 #kisslinux <bjoernfan> Thanks. Then I know what to try next. :)
2020-09-28T06:30:15 #kisslinux <dylanaraps> Both dependencies are in community too
2020-09-28T06:30:40 #kisslinux <dylanaraps> Build seems to still fail though (same error, missing headers)
2020-09-28T06:36:38 #kisslinux <dylanaraps> OK. Progress.
2020-09-28T06:38:25 #kisslinux <dylanaraps> OK. Builds now. :)
2020-09-28T06:39:10 #kisslinux <dylanaraps> Package is here: https://u.teknik.io/NC9p2.tar
2020-09-28T15:13:16 #kisslinux <mateardanaz> hello :)
2020-09-28T15:14:43 #kisslinux <mcpcpc[m]> o/
2020-09-28T15:23:48 #kisslinux <eudaldgr> hola
2020-09-28T15:24:17 #kisslinux <mate> hola
2020-09-28T19:44:14 #kisslinux <claudia02> Hey, anyone problems to build webkit2gtk? I cannot clearly determine whats wrong, I hope thats the right part. http://ix.io/2z4D
2020-09-28T20:00:56 #kisslinux <mcpcpc[m]> claudia02: i did. just removed it. lol.
2020-09-28T20:04:53 #kisslinux <sh4rm4^bnc> claudia02, look for setGenericCueAPIEnabled in sources and see whether it's in some #ifdef'd-out part
2020-09-28T20:21:10 #kisslinux <claudia02> Thats the part in the file of the error: http://ix.io/2z4N
2020-09-28T20:22:24 #kisslinux <claudia02> I mostly understand 'trainstation' when interpreting ccode :D
2020-09-28T20:23:08 #kisslinux <muevoid> I've always wondered why gettext is excluded from kiss? I don't find it per say bloated and allows for programs to be more accessible to people who speak other languages.
2020-09-28T20:29:39 #kisslinux <claudia02> muevoid:  dont you run webkit at the moment? Any problems while building?
2020-09-28T20:31:36 #kisslinux <muevoid> Yeah I had some problems building yesterday.
2020-09-28T20:31:40 #kisslinux <muevoid> Investigating more right now
2020-09-28T20:32:17 #kisslinux <muevoid> Thought it may just be me. Don't have a working browser right now because of it.
2020-09-28T20:33:00 #kisslinux <claudia02> I have posted my issue right befor you joined in.
2020-09-28T20:35:16 #kisslinux <muevoid> I still have the log
2020-09-28T20:35:40 #kisslinux <muevoid> No member named setGenericCueAPIEnabled
2020-09-28T20:35:48 #kisslinux <muevoid> Have you checked upstream bugzilla?
2020-09-28T20:41:56 #kisslinux <claudia02> Yes thats the same error. No not yet checken
2020-09-28T20:42:01 #kisslinux <claudia02> *checked
2020-09-28T20:42:47 #kisslinux <muevoid> I'm going to try setting the default value to false then compiling it manually to see if that works
2020-09-28T20:42:54 #kisslinux <muevoid> If so a simple sed could fix it
2020-09-28T20:44:06 #kisslinux <muevoid> Trying it now
2020-09-28T20:44:55 #kisslinux <claudia02> Searching 'setGenericCueAPIEnabled' does not reveal anything :2020-09-28T20:46:00 #kisslinux <muevoid> In Source/WebKit/Shared/WebPreferences.yaml there is an option called GenericCueAPIEnabled
2020-09-28T21:28:19 #kisslinux <muevoid> I found it in the sources
2020-09-28T21:31:44 #kisslinux <merakor> That's weird
2020-09-28T21:31:51 #kisslinux <merakor> I have the latest version
2020-09-28T21:32:42 #kisslinux <merakor> Are you using wayland?
2020-09-28T21:39:24 #kisslinux <claudia02> yes..
2020-09-28T21:39:46 #kisslinux <claudia02> Dont say its related (:
2020-09-28T21:39:53 #kisslinux <muevoid> I'm on wayland as well
2020-09-28T21:39:54 #kisslinux <muevoid> ...
2020-09-28T21:40:01 #kisslinux <merakor> I am rebuilding right now
2020-09-28T21:40:20 #kisslinux <merakor> It will take a while, but I'll let you know
2020-09-28T22:03:20 #kisslinux <merakor> Failed here too
2020-09-28T22:03:39 #kisslinux <muevoid> Dang
2020-09-28T22:03:41 #kisslinux <muevoid> Hmmm
2020-09-28T22:05:36 #kisslinux <merakor> So it's not wayland
2020-09-28T22:05:49 #kisslinux <merakor> Also my error messages are different
2020-09-28T22:05:59 #kisslinux <muevoid> Post a log?
2020-09-28T22:06:09 #kisslinux <merakor> https://termbin.com/xugq
2020-09-28T22:07:12 #kisslinux <muevoid> Hmmm theres a warning that show's up for that aswell for me but does not fail.
2020-09-28T22:08:25 #kisslinux <merakor> I don't even know what change could have caused this
2020-09-28T22:09:04 #kisslinux <merakor> Glib-networking recently changed, but I doubt that
2020-09-28T22:09:39 #kisslinux <merakor> I'll check the commits after 2.30.1
2020-09-28T22:09:49 #kisslinux <muevoid> I don't believe so I had the newest version before I beleive and it worked fine
2020-09-28T22:10:40 #kisslinux <merakor> Yeah, I have the latest version installed, so it must be another program that changed after the update
2020-09-28T22:11:34 #kisslinux <merakor> But it can be the headers
2020-09-28T22:11:53 #kisslinux <muevoid> I don't think many of the other deps have changed either so perhaps an update in the build system?
2020-09-28T22:11:59 #kisslinux <merakor> Cause my previous build works fine even though I can't build right now
2020-09-28T22:12:03 #kisslinux <muevoid> I tried changing a line of code and so far it hasn't failed
2020-09-28T22:14:17 #kisslinux <merakor> I'll create an issue and take a look at this tomorrow
2020-09-28T22:15:51 #kisslinux <muevoid> So far I think It is working for the issue claudia02 and i were having
2020-09-28T22:20:52 #kisslinux <merakor> I am tagging you in the issue, can you notify if the build succeeds?
2020-09-28T22:21:25 #kisslinux <muevoid> Yes I can
2020-09-28T22:21:44 #kisslinux <muevoid> Where did you create the issue?
2020-09-28T22:21:48 #kisslinux <merakor> Thanks
2020-09-28T22:21:53 #kisslinux <merakor> Community
2020-09-28T22:21:57 #kisslinux <muevoid> Kk
2020-09-28T22:22:22 #kisslinux <muevoid> It is further then where is failed last time I believe so I think this will work unless their are runtime errors
2020-09-28T22:22:53 #kisslinux <muevoid> Last time it failed at 4159/4494 now it is at 4299/4494
2020-09-28T22:23:15 #kisslinux <merakor> Oh nice
2020-09-28T22:24:23 #kisslinux <muevoid> If this does work it should be a simple sed command
2020-09-28T22:28:18 #kisslinux <muevoid> At first when I had this issue I thought for some reason it was due t o the prefix being set to /
2020-09-28T22:28:46 #kisslinux <merakor> It seems my build failed because of low memory :)
2020-09-28T22:28:55 #kisslinux <muevoid> Do you have a swap?
2020-09-28T22:29:30 #kisslinux <merakor> No, I usually don't need to but I forgot to limit zfs ram usage
2020-09-28T22:30:06 #kisslinux <muevoid> Gotcha
2020-09-28T22:30:42 #kisslinux <muevoid> it compiled succesfully now just need to try a browser
2020-09-28T22:30:59 #kisslinux <merakor> Nice
2020-09-28T22:31:58 #kisslinux <muevoid> Also may i suggest trying to build webkit2gtk with MinSizeRel instead of Release. I've noticed it at least for me gets rid of some weirdness
2020-09-28T22:32:14 #kisslinux <merakor> I have an early lecture tomorrow so I will do the build tomorrow to actually understand whether it is a wayland issue or not
2020-09-28T22:32:21 #kisslinux <muevoid> Kk
2020-09-28T22:32:24 #kisslinux <merakor> Sure, I can do that
2020-09-28T22:32:46 #kisslinux <merakor> Cya
2020-09-28T22:33:05 #kisslinux <muevoid> Kk I haven't tested anywhere else so it may cause issues on other pc's but for me it works and is used on voidlinux and alpine linux builds
2020-09-28T22:33:08 #kisslinux <muevoid> o/
2020-09-28T22:33:30 #kisslinux <muevoid> It does indeed work
2020-09-28T22:33:34 #kisslinux <muevoid> I'll post fix on github
2020-09-28T22:55:03 #kisslinux <dilynm> Turns out KDE never required elogind to begin with
2020-09-28T22:55:18 #kisslinux <dilynm> UNLESS you want to use sddm or something
2020-09-28T22:55:20 #kisslinux <dilynm> So that's fun
2020-09-28T23:40:27 #kisslinux <claudia02> muevoid: trying out your fix.
2020-09-28T23:41:45 #kisslinux <claudia02> dilynm: That sound like the right time to drop it!
2020-09-28T23:42:17 #kisslinux <dilynm> Very much so
2020-09-28T23:42:57 #kisslinux <dilynm> Ideally we could just use seatd/greetd instead of elogind/sddm but polkit defaults to consolekiit without liblogind
2020-09-28T23:43:16 #kisslinux <dilynm> So I have to figure that one out before totally dropping it
2020-09-28T23:45:34 #kisslinux <soliwilos> mcpcpc[m]: Thank you for sasl external support in kirc, though I have some trouble connecting. Could you give an example?