| 16 Oct 2025 |
matthewcroughan | Just an older staging | 17:35:10 |
matthewcroughan | * Just an older staging, from memory | 17:35:14 |
matthewcroughan | not useful :P | 17:35:18 |
dramforever | before or after may? | 17:35:36 |
matthewcroughan | I have some repos that built.. uh sec | 17:36:03 |
matthewcroughan | https://github.com/MatthewCroughan/rk3588-falcon-experiments/tree/even-minimaler | 17:36:14 |
matthewcroughan | 2 weeks ago maybe | 17:36:22 |
matthewcroughan |  Download image.png | 17:36:36 |
matthewcroughan | my builder is faster mwuhaha | 17:36:39 |
matthewcroughan | * my builder is faster than trying to find out, mwuhaha | 17:36:45 |
matthewcroughan | Can recommend m2 ultras | 17:37:02 |
dramforever | hey 3.12 | 17:37:03 |
dramforever | the new one is 3.13 | 17:37:10 |
dramforever | that sounds like a difference | 17:37:15 |
matthewcroughan | Still looks to happen in 3.12 | 17:37:38 |
Alyssa Ross | DBI is a Nixpkgs builder bug | 17:38:37 |
matthewcroughan | What does that mean? The stdenv? | 17:38:53 |
Alyssa Ross | buildPerlPackage | 17:39:11 |
matthewcroughan | Ah okay, so ls | 17:39:27 |
matthewcroughan | * Ah okay, so is that not equivalent to "the perl stdenv" ? | 17:39:37 |
matthewcroughan | Is (buildPerlPackage {}).stdenv equivalent to the normal stdenv? | 17:40:19 |
Alyssa Ross | yes | 17:40:22 |
Alyssa Ross | I'm pretty sure this is it https://github.com/NixOS/nixpkgs/blob/fc4041932ec2f3ad8d59a6d57a8a89f700084fff/pkgs/development/perl-modules/generic/default.nix#L63 | 17:41:50 |
Alyssa Ross | if it's canExecute cross, it uses the build platform's perl, which in this case has glibc-specifics baked into it | 17:42:26 |
emily | it's the same either way, just mini vs. not, right? | 17:44:42 |
emily | but very plausible it'll be invoking the wrong one | 17:44:51 |
Alyssa Ross | It's splicing | 17:46:09 |
Alyssa Ross | we don't actually want spliced pkgsBuildHost.perl here | 17:46:17 |
Alyssa Ross | because that's the glibc one | 17:47:07 |
Alyssa Ross | since we know canExecute is true, I think we want pkgsHostTarget.perl, which will have the constants right | 17:47:24 |