| 10 Jan 2025 |
emily | I think we can't autoreconf GCC in the bootstrap | 17:10:30 |
emily | because we don't have autoconf when we first build GCC | 17:10:36 |
emily | not sure though | 17:10:38 |
lzcunt | oh that would be a shame | 17:11:09 |
Greg Hellings | Depend on them? Not really. But the master branch still didn't have the darwin.ICU changes when I was working on this last night. Those were in staging | 17:32:37 |
emily | ah, right | 17:33:48 |
emily | then base it on staging-next | 17:33:48 |
emily | which has the Darwin ICU changes but should have more stuff cached by now | 17:33:49 |
emily | (merge-base of staging-next and staging) | 17:33:50 |
Greg Hellings | But then my local infrastructure wouldn't have this pleasure:
┏━ Dependency Graph:
┣━━━ Builds │ Downloads
┗━ ∑ ⏵ 0 │ ✔ 0 │ ⏸ 80378 │ ↓ 0 │ ↓ 0 │ ⏸ 116056 │
| 18:47:36 |
| 11 Jan 2025 |
| @orzklv:matrix.org left the room. | 04:07:39 |
Lukas(THI) | anyone here ever tried to set up a dev environment with nix for 3ds developement? | 09:34:15 |
| oak 🏳️🌈♥️ changed their profile picture. | 16:45:14 |
| 12 Jan 2025 |
| xin left the room. | 09:57:31 |
| 11 Jan 2025 |
| oak 🏳️🌈♥️ removed their profile picture. | 16:46:17 |
| oak 🏳️🌈♥️ set a profile picture. | 16:46:43 |
| 12 Jan 2025 |
lzcunt | Heyy here's an update on this: I hit a bug in mlibc hopefully soon to be fixed upstream, static musl is still broken and I don't know what to do about it | 11:09:27 |
lzcunt | It's seemingly the same issue that broke the mlibc static gcc-nolibc build but the same fix doesn't work | 11:09:54 |
lzcunt | * It's seemingly the same issue that broke the mlibc static gcc-nolibc build but the same fix doesn't work (disabling some options and autoconf | 11:10:24 |
lzcunt | during link tests for libstdcxx it tries building something simple and statically linking but there is no libc to link because it's nolibc, but that should be fixed by --disable-hosted-libstdcxx (and is fixed for mlibc but not for musl | 11:12:13 |
| tristan.a joined the room. | 14:12:34 |
Alexandros Liarokapis | I am using buildRustPackage to cross-compile a rust package. I need to use a darwin CoreFramework in the build script but adding any of the frameworks in any of the nativeBuildInputs/buildInputs/LD_LIBRARY_PATH etc doesn't seem to work | 16:27:29 |
Alexandros Liarokapis | Something weird going on probably offset related | 17:39:19 |
Artturin | We need to see the code, errors, and expression. | 18:25:05 |
Alexandros Liarokapis | Nevermind it is the fact that i use a cursed custom stdenv because i cross compile for none platform and use arm's toolchain | 19:10:21 |
| 14 Jan 2025 |
DavHau | Cross compilation of numpy 2 is broken, erroring out with Can not run test applications in this cross environment. despite mesonEmulatorHook being used.
It fails executing this instruction here: https://github.com/numpy/numpy/blob/e7a123b2d3eca9897843791dd698c1803d9a39c2/numpy/_core/meson.build#L408
Any ideas why it doesn't want to use the emulator?
| 01:44:32 |
Colin | In reply to @hsngrmpf:matrix.org
Cross compilation of numpy 2 is broken, erroring out with Can not run test applications in this cross environment. despite mesonEmulatorHook being used.
It fails executing this instruction here: https://github.com/numpy/numpy/blob/e7a123b2d3eca9897843791dd698c1803d9a39c2/numpy/_core/meson.build#L408
Any ideas why it doesn't want to use the emulator?
there was a fix for this in staging that hasn't reached master yet. take a look here? | 01:53:42 |
Colin | https://github.com/nixos/nixpkgs/pull/368479 | 01:53:45 |
DavHau | 🤦♂️Why did the previous workaround not work? Anyways, thanks for sparing me hours of debugging. I should learn how to search the issue tracker I guess. | 01:58:22 |
| 15 Jan 2025 |
| olographix joined the room. | 15:31:03 |