| 24 Apr 2025 |
K900 | Those are absolutely not in scope for people-that-actually-care-about-kernels-and-not-rice team | 10:23:52 |
Grimmauld (migrated to @grimmauld:m.grimmauld.de) | i found qtsvg is broken on cross, and seems that is known: https://github.com/NixOS/nixpkgs/pull/314724
The PR is there, but it was never merged and now has merge conflicts. How does one go about these things? Do i make a superseeding PR? | 18:44:45 |
K900 | qt cross is completely fucked | 18:54:30 |
K900 | I want to say don't even bother with qt5 it's not worth it | 18:54:49 |
K900 | qt6 should be doable but needs someone to put time into it | 18:54:59 |
Grimmauld (migrated to @grimmauld:m.grimmauld.de) | problem is, this goes into fctix5 -> sdl3 -> literally everything | 19:04:19 |
Grimmauld (migrated to @grimmauld:m.grimmauld.de) | * problem is, this goes into fctix5 -> sdl3 -> literally everything gui | 19:04:30 |
Grimmauld (migrated to @grimmauld:m.grimmauld.de) | unless you want to give up on having cross gui, fixing that is mandatory i am afraid | 19:04:51 |
Grimmauld (migrated to @grimmauld:m.grimmauld.de) | And, fwiw, with that patch i did get past the little Qt stuff on the way to sdl3 | 19:05:24 |
Grimmauld (migrated to @grimmauld:m.grimmauld.de) | Ah wait nvm | 19:05:36 |
Grimmauld (migrated to @grimmauld:m.grimmauld.de) | it still is fucked | 19:05:39 |
Grimmauld (migrated to @grimmauld:m.grimmauld.de) | HUH. It seems we build sdl3 twice, but why?? | 19:06:25 |
Grimmauld (migrated to @grimmauld:m.grimmauld.de) | * HUH. It seems we build sdl3 twice, but why?? one pulls the qt, one doesn't... | 19:06:42 |
K900 | Do we really need fcitx5 in SDL3 | 19:08:28 |
Grimmauld (migrated to @grimmauld:m.grimmauld.de) | it is an optional dep, we could drop it | 19:14:27 |
Grimmauld (migrated to @grimmauld:m.grimmauld.de) | https://github.com/libsdl-org/SDL/blob/release-3.2.10/src/core/linux/SDL_fcitx.h
the header exists, but neither https://wiki.libsdl.org/SDL3/CategoryAPI nor https://wiki.libsdl.org/SDL3/Libraries list it.
And fedora doesn't build with it either. | 19:16:33 |
Grimmauld (migrated to @grimmauld:m.grimmauld.de) | seems some ibus support is attached to that? But fedora builds ibus, yet lacks fcitx | 19:20:27 |
Grimmauld (migrated to @grimmauld:m.grimmauld.de) | now i am confused | 19:20:33 |
K900 | I feel like that's fine for now | 19:22:28 |
K900 | Unfucking Qt cross is a lot more work | 19:22:36 |
Grimmauld (migrated to @grimmauld:m.grimmauld.de) | do we drop fcitx from sdl3 on cross or in general? | 19:22:58 |
Grimmauld (migrated to @grimmauld:m.grimmauld.de) | https://github.com/NixOS/nixpkgs/pull/401534
there, should help a bit | 19:38:51 |
K900 | @Grimmauld (any/all) ofborg basically tries to build the entire stdenv on staging PRs | 19:46:12 |
K900 | And times out | 19:46:13 |
K900 | It's fun | 19:46:15 |
Grimmauld (migrated to @grimmauld:m.grimmauld.de) | hm alright then | 19:46:29 |
K900 | It's got something like 3 hours of timeout | 19:46:45 |
K900 | Per job | 19:46:46 |
K900 | And "job" means "the entire closure" | 19:46:51 |
emily | I don't knwo why the limit hasn't been raised. | 19:50:33 |