| 3 Nov 2025 |
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 |
raitobezarius | well anyone pausing h2 transfers probably | 15:35:18 |
raitobezarius | should I consider that you will take care of it or do you need help on my end? | 15:35:46 |
winston | oh i forgot thats not a thing on darwin, any other way i can look at the intermediate build files | 15:36:02 |
winston | * oh i forgot thats not a thing on darwin, any other way i can look at the intermediate build files? | 15:36:05 |
K900 | I am videogames and have a friend coming over for more videogames later | 15:36:07 |
K900 | So it would be nice if someone submitted a PR for this | 15:36:08 |
raitobezarius | target staging? | 15:37:14 |
Grimmauld (any/all) | i mean its failing, you can probably just do --keep-failed ? | 15:37:44 |
Grimmauld (any/all) | but can you get me a full log maybe? | 15:37:54 |
Grimmauld (any/all) | staging-next | 15:38:21 |
Grimmauld (any/all) | we just merged a coreutils rebuild, we aren't very far... | 15:38:42 |
winston | https://gist.github.com/nekowinston/8773bfb1b09c3ece22a7cc7354ad4e1a | 15:40:53 |
raitobezarius | ack | 15:41:02 |
winston | oh sorry colors in the logs | 15:41:08 |
Grimmauld (any/all) | is okay, its readable enough | 15:41:24 |
winston | seems that its missing things in deps/ maybe? | 15:42:09 |
Grimmauld (any/all) | What happens if you add a dontDisableStatic = true; ? | 15:43:29 |
Grimmauld (any/all) | just a shot in the dark before i start digging | 15:43:58 |
winston | i'll give it a go | 15:45:13 |
winston | also seeing this https://gist.github.com/nekowinston/f2c1ddf22169f021c96b735a166d403c on aarch64-unknown-linux-gnu-rustc-1.91.0 with pkgsCross | 15:46:06 |