| 4 Oct 2025 |
K900 | That I completely forgor | 07:25:28 |
Grimmauld (any/all) | ah nvm found your old messages | 07:27:22 |
K900 | Actually | 07:28:31 |
K900 | @vcunat what do you think about eating a qtdeclarative rebuild on next | 07:28:39 |
K900 | It's something like 3k jobs | 07:28:43 |
K900 | (total) | 07:28:49 |
Grimmauld (any/all) | because darwin shenanigans? | 07:29:24 |
K900 | No | 07:29:43 |
K900 | Because there's an annoying crasher | 07:29:50 |
Grimmauld (any/all) | If we are considering eating rebuilds, we might also want to do https://github.com/NixOS/nixpkgs/pull/448259 Because it is now cached, but a source build fails. ~1.2k rebuilds. | 07:30:58 |
K900 | OK I guess scratch that | 07:40:28 |
K900 | The crasher fix does not apply cleanly to 6.9.2 | 07:40:34 |
Grimmauld (any/all) | Okay, three more fixes and i'll have a system running on -next | 08:27:22 |
Grimmauld (any/all) | 2/3 already done, leaves ghostscriptX | 08:27:52 |
Grimmauld (any/all) | which is cached but somehow i get a rebuild and that fails, so i am confused | 08:30:02 |
Grimmauld (any/all) | ohhh its pkgsi686Linux.ghostscriptX that is broken | 09:20:52 |
Grimmauld (any/all) | yikes | 09:20:54 |
Grimmauld (any/all) | its because size_t and int64_t are incompatible types | 09:23:46 |
Grimmauld (any/all) | on 32 bit | 09:23:52 |
K900 | Why the fuck are you building ghostscript on i686 | 09:24:41 |
Grimmauld (any/all) |  Download image.png | 09:25:05 |
Grimmauld (any/all) | bottles pulls i686 stuff via dosbox | 09:25:19 |
K900 | Jesus | 09:25:29 |
K900 | We really need multilib stdenv huh | 09:25:41 |
Grimmauld (any/all) | YES PLEASE | 09:25:50 |
Grimmauld (any/all) | in the meantime, you mind me patching ghostscript to replace that size_t cast with an int64_t cast? | 09:26:09 |
Grimmauld (any/all) | (conditional on i686 as to not cause rebuilds) | 09:26:28 |
Grimmauld (any/all) | * (conditional on 43 bit as to not cause rebuilds) | 09:26:34 |
K900 | I mean I don't care | 09:26:38 |
Grimmauld (any/all) | * (conditional on 32 bit as to not cause rebuilds) | 09:26:38 |