| 13 Apr 2026 |
Randy Eckenrode | I’m using clang++ to relink the dylibs. Make sure you also relink libicutu.dylb against libicucore.dylib. | 15:37:32 |
Randy Eckenrode | * I’m using clang++ to relink the dylibs. Make sure you also relink libicutu.dylib against libicucore.dylib. | 15:37:45 |
Randy Eckenrode | Finished my (attempted) build against master. It also crashed. Looking at the stack trace, it’s crashing in the same place. | 23:38:39 |
| 14 Apr 2026 |
viraptor | Is swbuild available somewhere for testing already? I'm assuming you weren't using the host one in that PR. | 01:31:34 |
viraptor | * | 01:40:58 |
viraptor | * | 01:43:10 |
Randy Eckenrode | It’s in my swift-update-mk2 branch. | 02:10:26 |
| LogN changed their display name from LogN to LogN [unavailable @ CinemaCon -> 4/18]. | 04:03:07 |
eveeifyeve | Can you enable homebrew for multiple users or don't declare a user? | 09:53:07 |
eveeifyeve | Because I am writing my config using the dendritic pattern, I have a problem where I will require multiple users so I need it to be either user specific or global defination. | 09:54:18 |
eveeifyeve | * Because I am writing my config using the dendritic pattern, I have a problem where I will require multiple users so I need it to be either user specific or global definition. | 09:54:26 |
eveeifyeve | There isn't exact primaryUser in this case. | 09:54:58 |
viraptor | https://github.com/NixOS/nixpkgs/pull/509975 supports SVG now - give it a go? | 13:49:53 |
viraptor | Yet another one then: intent builder reimplemented https://github.com/NixOS/nixpkgs/pull/509997
(I'm still waiting on security to fix their alerts, so can't test it end to end with your PR, but individually it all works - may just need some PATH fun if it gets called with xcrun) | 15:11:56 |
viraptor | * | 15:14:41 |
eveeifyeve | Redacted or Malformed Event | 15:51:27 |
| 15 Apr 2026 |
Randy Eckenrode | I have made some progress on my 26.4 SDK issue. It appears that ld64 supports linking ABI-compatible dylibs of a different architecture (e.g., arm64e to your arm64 binary and x86_64 to x86_64h), but it does not appear that support extends to text-based stubs. Whether that’s something I broke or a feature that got added in a newer libtapi, I don’t know. | 01:23:24 |
Randy Eckenrode | As in, clang libarm64e.dylib foo.c -o foo works but clang libarm64e.tbd foo.c -o foo does not. | 01:26:07 |
Randy Eckenrode | Where libarm64e.tbd is generated from libarm64e.dylib. | 01:26:21 |
Randy Eckenrode | I tried updating ld64, but it’s still failing, so the issue is in libtapi. Lovely. | 01:48:28 |
Randy Eckenrode | I linked ld64 against libtapi from Xcode. It works. The fix has to be in libtapi. This sucks. | 02:11:12 |
Randy Eckenrode | Why did Apple stop releasing libtapi source? | 02:11:24 |
viraptor | Someone seems to be maintaining a fork https://github.com/tpoechtrager/apple-libtapi - not ideal, but maybe that's enough? | 03:21:04 |
Randy Eckenrode | We have a fork that links against LLVM in nixpkgs instead of yet another instance of Apple’s fork. I might be able to cherry-pick the patch. | 03:23:51 |
EsperLily [she/her] | can i get someone to approve my PR that fixes MacVim? https://github.com/NixOS/nixpkgs/pull/506844 | 04:00:35 |
axw | https://github.com/Wawona/Wawona/ there is now a successor to the owl compositor | 09:01:42 |
axw | * https://github.com/Wawona/Wawona/ there is now a successor to the owl compositor this apparently works on iOS too. | 09:47:51 |
axw | * https://github.com/Wawona/Wawona/ there is now a successor to the owl compositor this apparently works on iOS/Android too. | 09:48:05 |
bestlem | eveeifyeve: The issue is that Homebrew itself does not understand multi-user setups. All homebrew setup on one machine belongs to one user - on a multi-user machine it might be work creating a user homebrew for just homebrew. | 14:38:55 |
Randy Eckenrode | https://github.com/NixOS/nixpkgs/pull/506470#issuecomment-4252904631 | 16:51:17 |