| 3 Nov 2025 |
Grimmauld (any/all) | i haven't looked at it, but isn't now the absolute last chance to get it in 25.11? | 13:14:45 |
Alyssa Ross | I just wanted it in if we were restarting because we'd already built past it | 13:14:52 |
K900 | Aight | 13:15:09 |
K900 | Technically yes | 13:15:09 |
Grimmauld (any/all) | then imo we should... | 13:15:40 |
winston | are there any other packages i should try building other than the ones i've commented on rust 1.91 (fd, rustc, cargo, tests.buildRustCrate) | 13:16:33 |
Alyssa Ross | traditionally we do Firefox | 13:16:51 |
Alyssa Ross | I'm running a build of that now but still stuck on deps | 13:16:57 |
Alyssa Ross | (on aarch64-linux and x86_64-linux) | 13:17:08 |
winston | dont think i'll manage a full firefox since i still get other failures on like man-db and wasi32 stdenv | 13:17:13 |
winston | on darwin | 13:17:20 |
Alyssa Ross | wasi32 was already fixed | 13:17:22 |
Alyssa Ross | assuming it's the same issue | 13:17:28 |
winston | ah nice yeah i think it would be | 13:17:44 |
Alyssa Ross | but tbh if we've built fd on all important architectures that's probably good enough | 13:18:16 |
Alyssa Ross | testing cross is usually worthwhile | 13:18:35 |
Grimmauld (any/all) | did you know ripgrep just workis on mingwW64 cross? | 13:19:04 |
Alyssa Ross | doesn't surprise me | 13:19:13 |
Grimmauld (any/all) | it did surprise me, but i guess its just all rust | 13:19:31 |
winston | for specific architectures or just aarch64 on x86_64 etc? | 13:19:42 |
Alyssa Ross | usually the cross bugs are not arch-specific | 13:20:23 |
winston | should have pkgsCross.aarch64-multiplatform.fd in a bit, just noticed that doxygen-1.15.0 is failing on aarch64-darwin with
> [ 97%] Building CXX object src/CMakeFiles/doxymain.dir/vhdldocgen.cpp.o
> [ 97%] Building CXX object src/CMakeFiles/doxymain.dir/vhdljjparser.cpp.o
> [ 97%] Building CXX object src/CMakeFiles/doxymain.dir/xmldocvisitor.cpp.o
> [ 98%] Building CXX object src/CMakeFiles/doxymain.dir/xmlgen.cpp.o
> [ 98%] Linking CXX static library ../lib/libdoxymain.a
> Error running link command: no such file or directorymake[2]: *** [src/CMakeFiles/doxymain.dir/build.make:2516: lib/libdoxymain.a] Error 2
> make[1]: *** [CMakeFiles/Makefile2:709: src/CMakeFiles/doxymain.dir/all] Error 2
> make: *** [Makefile:166: all] Error 2
am i missing a recent fix? | 15:22:40 |
raitobezarius | Hi there, the Lix project will need an updated curl soon, is there any opposition to us to go ahead and and use an overridden curl for the Lix package set while staging cruises as usual? (and then we will remove it from Lix once it's landed for everyone in nixpkgs) | 15:26:49 |
raitobezarius | (ref: https://github.com/curl/curl/issues/19334#issuecomment-3481040878) | 15:26:52 |
Grimmauld (any/all) | Can't see any new changes on staging-next that would affect doxygen. But that package needs a cleanup overall, like building against qt6....
Also i wonder, might https://github.com/doxygen/doxygen/commit/4309517173fdbc7e45d52da78c250b0abed31159 be the issue? Did you check whether non-darwin llvm packages reproduce? | 15:33:41 |
K900 | We can sneak in a curl | 15:34:14 |
K900 | If there's a patch that we can apply in the next like hour | 15:34:21 |
winston | currently adding a breakpointhook and stuff to look at the build, i'll see if i can figure it out | 15:34:26 |
K900 | And presumably it affects more than lix? | 15:34:29 |
raitobezarius | this is the commit https://github.com/curl/curl/commit/7e91f24c73256af59ac9061c41b73a184c4690aa | 15:34:45 |