#archlinux32 | Logs for 2022-07-29

Back
[00:26:18] -!- drathir_tor has quit [Remote host closed the connection]
[00:41:48] -!- drathir_tor has joined #archlinux32
[01:18:55] -!- drathir_tor has quit [Remote host closed the connection]
[01:34:41] -!- drathir_tor has joined #archlinux32
[02:14:48] -!- GNUtoo has quit [Remote host closed the connection]
[02:15:29] -!- GNUtoo has joined #archlinux32
[02:56:10] -!- GNUtoo has quit [Remote host closed the connection]
[02:59:10] -!- GNUtoo has joined #archlinux32
[04:07:03] -!- drathir_tor has quit [Remote host closed the connection]
[04:07:04] -!- GNUtoo has quit [Write error: Broken pipe]
[04:12:21] -!- GNUtoo has joined #archlinux32
[04:17:22] -!- drathir_tor has joined #archlinux32
[05:52:22] -!- drathir_tor has quit [Remote host closed the connection]
[05:56:48] -!- ejjdhfjsu has joined #archlinux32
[05:57:50] -!- drathir_tor has joined #archlinux32
[05:58:27] -!- rogue_cheddar has joined #archlinux32
[06:13:40] -!- GNUtoo has quit [Remote host closed the connection]
[06:19:39] -!- GNUtoo has joined #archlinux32
[06:35:58] <rogue_cheddar> Hello, I have an issue while trying to use the Midori browser on my arch32 machine, I was hoping someone could help me figure out whats going on
[06:38:25] <rogue_cheddar> Whenever I open Midori I get an endlessly loading blank page, and trying to access any website does nothing. Running it from the terminal I get this error messages: https://pastebin.com
[06:43:13] <rogue_cheddar> It used to work just fine a few days ago, idk what happened. I tried most browsers available in pacman and I think this issue affects other browsers using WebKitGTK
[06:57:11] -!- GNUtoo has quit [Remote host closed the connection]
[06:57:29] -!- GNUtoo has joined #archlinux32
[08:52:47] -!- abaumann has joined #archlinux32
[08:52:47] <buildmaster> Hi abaumann!
[08:52:47] <buildmaster> !rq abaumann
[08:52:48] <phrik> buildmaster: <abaumann> I sometimes wonder anyway: so many Linux distros and all they to is copy build descriptions from each other :-)
[08:53:40] <abaumann> rogue_cheddar: I'll have a look..
[08:57:46] <abaumann> starting it in the shell (before updating): I get libLLVM-13.so, MESA-Loader libEGL..
[08:58:04] <abaumann> ok, that's just a missing shared library and libegl/mesa not having been rebuilt..
[08:59:07] <abaumann> I also might have to make a llvm13-libs shim package, lots of stuff is not building with llvm 14 IIRC..
[09:09:42] -!- drathir_tor has quit [Remote host closed the connection]
[09:11:36] <abaumann> ah, there is a real llvm13-libs.. but I still get vala database errors (it tries to add something to a tabs table, oh dear)
[09:12:41] <abaumann> and a glib gpointer to CairoSurface error
[09:12:55] <abaumann> Did I mention how much I like gobject-introspection?
[09:13:19] <abaumann> C is a language not designed for this kind of things, and adding it hardly makes the situation any better.
[09:13:27] <abaumann> And Vala is sort of unmaintained currently..
[09:13:57] <abaumann> I make a bug report
[09:15:01] -!- drathir_tor has joined #archlinux32
[09:16:33] <abaumann> session.vala:
[09:16:36] <abaumann> https://bugs.archlinux32.org
[09:16:37] <phrik> Title: FS#278 : [midori] doesn't work (at bugs.archlinux32.org)
[09:18:11] <abaumann> But currently the build process is stuck in the toolchain, I don't think it builds something else: gdc is broken, and rebuilding it needs the ldo plugin of gcc 11.2.0, I'll try with a shim for now. If that doesn't help, I'll drop the D-compiler..
[09:20:53] -!- abaumann has quit [Quit: leaving]
[09:23:37] <bill-auger> excellent bug report title "doesnt work"
[09:26:50] <bill-auger> expected behavior: it should work
[09:26:50] <bill-auger> actual behavior: (see the title)
[09:50:24] -!- abaumann has joined #archlinux32
[09:50:24] <buildmaster> Hi abaumann!
[09:50:24] <buildmaster> !rq abaumann
[09:50:25] <phrik> buildmaster: <abaumann> classic approach then.. add more resources to the problem :-)
[09:51:44] <abaumann> learnt is learned ;-)
[09:55:33] <abaumann> proposed solution: fix it :-)
[10:11:42] <abaumann> I switched off my build machins on purpose, I need the computing power for several toolchain experiments..
[10:23:30] <abaumann> ok, building gcc 11.2 on gcc 12 seems not to be the smartest idea:
[10:23:31] <abaumann> msgfmt: /build/gcc1120/src/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /usr/lib/libicuuc.so.71)
[10:24:08] <abaumann> though it's hard to believe that libstdc++ should actually depend on something like icu..
[10:26:34] <abaumann> already gcc11 never built..
[10:26:55] <abaumann> ..I dropped it back then, because it was needed for cuda or so, which doesn't work on 32-bit anyways..
[10:27:22] <abaumann> but I have some binary gcc-11.2.0 in the archive I can create a shim package from..
[10:44:39] -!- drathir_tor has quit [Remote host closed the connection]
[10:49:59] -!- drathir_tor has joined #archlinux32
[10:54:39] <abaumann> this looks promising. I think I can build a gdc 12 with gdc 11.2 and some stubs from gcc 11.2
[10:55:00] <abaumann> of course, I have to use binary artifacts for this, not ideal, but..
[10:55:14] <abaumann> how is programming in D noaways? ;-)
[10:58:45] <abaumann> just spotted that my build machine only has intel-ucode installed (disclaimer: it's an AMD Ryzen machine) :-)
[11:16:07] -!- rogue_cheddar has quit [Quit: WeeChat 3.6]
[11:37:25] -!- abaumann has quit [Quit: leaving]
[11:41:58] -!- drathir_tor has quit [Remote host closed the connection]
[11:47:16] -!- drathir_tor has joined #archlinux32
[12:10:06] -!- GNUtoo has quit [Remote host closed the connection]
[12:20:18] -!- GNUtoo has joined #archlinux32
[13:02:17] -!- ejjdhfjsu has quit [Read error: Connection reset by peer]
[13:10:09] -!- drathir_tor has quit [Ping timeout: 268 seconds]
[13:15:39] -!- drathir_tor has joined #archlinux32
[13:19:28] -!- drathir_tor has quit [Remote host closed the connection]
[13:20:52] -!- drathir_tor has joined #archlinux32
[14:36:24] -!- drathir_tor has quit [Write error: Connection reset by peer]
[14:36:24] -!- GNUtoo has quit [Read error: Connection reset by peer]
[14:41:48] -!- GNUtoo has joined #archlinux32
[14:46:49] -!- drathir_tor has joined #archlinux32
[19:02:58] -!- drathir_tor has quit [Remote host closed the connection]
[19:08:21] -!- drathir_tor has joined #archlinux32
[20:28:33] -!- drathir_tor has quit [Remote host closed the connection]
[20:33:53] -!- drathir_tor has joined #archlinux32
[21:22:12] -!- drathir_tor has quit [Remote host closed the connection]
[21:32:31] -!- drathir_tor has joined #archlinux32