Sender | Message | Time |
---|---|---|
12 Jul 2024 | ||
In reply to @trofi:matrix.orgLooked into that again yesterday but couldn't find a solution yet :( | 14:57:20 | |
There probably is no simple solution. -ggdb2 vs -ggdb3 are expected to produce different debug infos even if binaries are identical otherwise. I personally disable separateDebugInfo locally (and use --build-id=none while at it as it has identical problem for CA derivations). | 15:04:36 | |
Locally I also do some hacks, but would still love to fix it upstream somehow | 15:09:59 | |
13 Jul 2024 | ||
10:17:56 | ||
14 Jul 2024 | ||
16:38:15 | ||
22:19:04 | ||
15 Jul 2024 | ||
17:28:48 | ||
17:42:26 | ||
20:45:56 | ||
16 Jul 2024 | ||
07:25:35 | ||
12:16:17 | ||
Download image.png | 21:20:24 | |
currently packaging zipl the s390x / Z mainframe bootloader | 21:21:08 | |
but i wonder, since zipl only compiles for s390x <not x86> like the makefile ibm wrote intentionally refuses to build useful stuff for x86 ... | 21:22:39 | |
would i even get this merged into nixpkgs since it supports neither x86 nor arm | 21:22:59 | |
this matters because in order to write a bootloader module one needs s390x | 21:24:16 | |
* this matters because in order to write a bootloader module one needs zipl | 21:24:26 | |
uboot seems to be present for x86 but also there is ubootQemuRiscv64Smode in nixpkgs | 21:26:18 | |
does that mean that non supported architecture packages can make their way into nixpkgs? | 21:26:41 | |
my question is: can I get a package that only compiles for s390x yet cross compiles on x86 into nixpkgs? As in if the outputs of the drv are native to s390x but can be build on x86 will I get that into nixpkgs? since i need s390x-tools for zipl which i need for creating what grub does for nixos | 21:31:24 | |
* my question is: can I get a package that only compiles for s390x yet cross compiles on x86 into nixpkgs? As in if the outputs of the drv are native to s390x but can be build on x86 will I get that into nixpkgs? since i need s390x-tools for zipl which i need for creating what grub does on x86 nixos | 21:31:35 | |
seems like I can get it into nixpkgs | 22:13:59 | |
17 Jul 2024 | ||
In reply to @bl0v3:matrix.orgyes feel free to do so, just set meta.platforms to whatever s390x is | 05:26:18 | |
also nice username | 05:26:22 | |
nixpkgs has packages only for x86_64-freebsd, stuff for weird platforms is fine as long as it's not breaking more normal linux | 05:55:07 | |
In reply to @dramforever:matrix.orglegacy reasons, these days koishi new fav | 11:04:48 | |
In reply to @artemist:mildlyfunctional.gayno it would be an isolated package | 11:06:06 | |
In reply to @dramforever:matrix.orgi see yeah | 11:06:18 | |
currently dealing with python as they fixed a bug in 3.12 and later which issentially requires a patch for cross compilation | 11:08:38 | |
though that patch uses stdenv.hostplatform.isAarch64 isAarch32 isRiscV etc ... which is probably a bad way to go on about this issue since it explititly hardcodes the architectures which the patch is available for rather than saying whenevr this sort of cross compilation scenario is present | 11:10:31 |