💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2021-10-03.txt captured on 2024-05-12 at 16:04:12.
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
[2021-10-03T00:39:39Z] <GalaxyNova> lol [2021-10-03T05:18:16Z] <testuser[m]> Hi [2021-10-03T05:18:26Z] <illiliti> hi [2021-10-03T08:00:11Z] <sad_plan> hi [2021-10-03T08:02:30Z] <sad_plan> why on earth does dwm complain about undefined refences, when the symbols it complains about, exist in the library? [2021-10-03T08:04:19Z] <sad_plan> /usr/bin/ld: /usr/lib/libX11.a(OpenDis.o): in function `OutOfMemory': [2021-10-03T08:04:29Z] <sad_plan> (.text+0x3b4): undefined reference to `xcb_disconnect' [2021-10-03T08:04:38Z] <sad_plan> as an example [2021-10-03T08:05:38Z] <sad_plan> Ive got several packages that are like this, and even though all of i.e. libX11's deps have static libs, and rebuilt libX11, it still complains about the same stuff. [2021-10-03T08:05:57Z] <sad_plan> testuser[m]: any idea? if youre here atm I mean [2021-10-03T08:06:17Z] * sad_plan shrugs [2021-10-03T08:06:31Z] <testuser[m]> You need -lxcb in flags [2021-10-03T08:06:45Z] <sad_plan> its there [2021-10-03T08:07:06Z] <sad_plan> thats the curious part :p [2021-10-03T08:07:09Z] <testuser[m]> Try adding /usr/lib/libxcb.a into ldflags aswell [2021-10-03T08:07:12Z] <testuser[m]> Weird [2021-10-03T08:07:20Z] <sad_plan> will do [2021-10-03T08:08:07Z] <sad_plan> that worked [2021-10-03T08:10:56Z] <testuser[m]> Lol [2021-10-03T08:46:21Z] <sad_plan> it takes forever to find those libs. damn. I didnt think dwm would be so timeconsuming to build statically :') [2021-10-03T09:15:13Z] <testuser[m]> Just add /usr/lib/*.a next time [2021-10-03T09:15:22Z] <testuser[m]> The linker will remove all unused sy.bols [2021-10-03T09:25:30Z] <sad_plan> oh. that worked just fine. all this work for nothing [2021-10-03T09:25:35Z] <sad_plan> felt like cheating tbh [2021-10-03T09:25:40Z] <sad_plan> but it works [2021-10-03T09:33:23Z] <sad_plan> kiss is just not having it for some reason. it worked fine in the config.mk file, but when transfering it to a buildscript, it just complained about the references again. static linking is strange at times.. [2021-10-03T09:57:58Z] <testuser[m]> Could someone send their musl Firefox binary [2021-10-03T10:07:40Z] <sad_plan> cant you use the one in bin repo? or is it too outdated? [2021-10-03T10:11:03Z] <testuser[m]> Nvm i don't need it now and yeah it has a few deps that are now removed [2021-10-03T10:11:34Z] <testuser[m]> riteo (Whenever you come online): I have nvidia working on musl wayland with hardware accel [2021-10-03T10:11:44Z] <testuser[m]> In chromium [2021-10-03T10:18:01Z] * testuser[m] uploaded an image: (131KiB) < https://libera.ems.host/_matrix/media/r0/download/testuser-synapse.duckdns.org/wntdPSIdmDXKFKuJWwxarPvC/403941e8-5148-4a1d-a287-d3530d9c2cdb.jpg > [2021-10-03T11:02:09Z] <sad_plan> has anyone tried tinyx? from tinycorelinux. Ive seen it being mentioned on the irc a couple times, aswell as in one of oasislinux's issues [2021-10-03T16:17:17Z] <testuser[m]> https://denigma.app/ [2021-10-03T19:37:46Z] <GalaxyNova> anyone here use irssi? [2021-10-03T20:33:12Z] <Guest52> testuser: Hi! I've been following your github profile for about a year. Wow. I don't know how you did it, but I'm very happy about it! I have nvidia gpu (gtx 1660s), and even on arch + wlroots-eglstreams + sway I don't have chromium hardware acceleration working :(. I hope to be able to use sway soon!