| 14 Oct 2025 |
Randy Eckenrode | Are you able to see in Console.app which process crashed? | 13:09:39 |
Randy Eckenrode | It’s also possible the problem is its trying to download the SwiftPM dependencies, which will fail because network access is disallowed during a build. | 13:09:46 |
Randy Eckenrode | IIRC someone else ran into that problem. | 13:10:06 |
winston | is man-db known to be a flaky build or is this an issue on staging/my machine? On my 4th build now and encountering a different checkPhase fail for the 3rd time | 14:41:30 |
winston | what's odd is that I get a full For full logs run nix log ... but it never leaves the checkPhase either | 14:42:10 |
winston | ~~what's odd is that I get a full For full logs run nix log ... but it never leaves the checkPhase either~~ nvm that was just nixpkgs-review passing in --keep-going | 15:32:08 |
winston | ended up just using an overlay to turn the checkPhase off to get the dep to build | 15:32:33 |
WeetHet | Would using osascript instead of rm fix the issue with macl what do you think?
osascript -e 'tell application "System Events" to delete file "Macintosh HD:Users:weethet:Downloads:example.txt"'
| 16:04:32 |
Randy Eckenrode | What’s the macl issue? | 19:48:28 |
Randy Eckenrode | Is that the problem with xattrs in the store? | 19:48:46 |
carlossless |  Download image.png | 19:56:36 |
carlossless | seems like xcbuild itself? | 19:57:11 |
carlossless | can't find anything else relevant | 19:58:51 |
WeetHet | Yeah | 21:22:36 |
WeetHet | It seems to occur even when doing sudo nix-collect-garbage for me | 21:22:57 |
ivy | anyone able to do staging merges? | 23:41:45 |
ivy | like merge my pr into staging | 23:41:50 |
ivy | also i have this for all that karabiner elements stuff https://github.com/nix-darwin/nix-darwin/pull/1595 | 23:42:05 |
ivy | four weeks in the making | 23:42:11 |
| 15 Oct 2025 |
| twistedttea joined the room. | 19:29:22 |
| 16 Oct 2025 |
| nya2 joined the room. | 01:24:14 |
samasaur | is this the same issue as the __sincos thing we were seeing on darwin? | 05:59:25 |
samasaur | relevant lines of the error appear to be:
> src/time.c:731:3: error: unknown type name '__sighandler_t'; did you mean 'sighandler_t'?
> 731 | __sighandler_t interrupt_signal, quit_signal;
> | ^~~~~~~~~~~~~~
> | sighandler_t
| 05:59:55 |
Randy Eckenrode | __sincos was Meson’s bad has_function logic. This is autotools. Probably something different. | 10:37:39 |
jade_ | how do you deal with stuff trying to build simple swift libs? we found that sentry-cli is broken on macOS due to them shipping some cursed build.rs crimes. https://github.com/NixOS/nixpkgs/pull/448301/files | 17:46:38 |
Randy Eckenrode | FWIW, Swift 5.10.1 should be on master now. | 17:47:58 |
jade_ | that's helpful info; is there a way to build swift without using the xcode package? | 17:50:02 |
Randy Eckenrode | xcbuild can build some Swift projects, but there’s no good support for dealing with dependencies (because of not having network access). | 17:51:10 |
samasaur | I looked at sentry-cli, it's some incredibly cursed build system | 17:51:20 |
jade_ | would we be able to tell them it sucks upstream? should we ship binaries and tell them their build system is bad? | 17:51:48 |