| 29 Sep 2025 |
samasaur | I had over-conditionalized when I didn't need to | 20:11:52 |
samasaur | I'm testing with a package upgrade that was blocked on swift 5.9 and if this works it's PR time | 20:14:38 |
samasaur | https://github.com/NixOS/nixpkgs/pull/447292 | 20:22:49 |
samasaur | hmm this might need to go to staging i suppose | 20:22:56 |
samasaur | how do I check the number of rebuilds a PR will generate? | 20:23:06 |
toonn | Maybe there's a maintainer script? | 20:23:26 |
samasaur | there is! | 20:24:28 |
samasaur | thanks | 20:24:33 |
toonn | If not there's no harm in having ofBorg report with tags on the PR. | 20:24:42 |
samasaur | well the script gives me an error so ofborg it is i suppose | 20:25:29 |
| 30 Sep 2025 |
Randy Eckenrode | Redacted or Malformed Event | 01:05:13 |
Randy Eckenrode | Current status of the commit splitting for the SDK update: | 01:05:14 |
Randy Eckenrode |  Download IMG_2078.jpeg | 01:06:09 |
Randy Eckenrode | https://github.com/NixOS/nixpkgs/pull/447364 | 01:45:02 |
Randy Eckenrode | There’s the SDK update PR. | 01:45:08 |
Randy Eckenrode | I built most of the packages that were updated. Some failed due to Rust stuff. | 01:45:23 |
Randy Eckenrode | I didn’t bother fixing that because it seems to be a Rust or crate version issue. | 01:45:33 |
Randy Eckenrode | I’m almost done building x86_64-darwin up through Wine. I should know in the morning whether it worked (but it should). | 01:46:08 |
WeetHet | There are some ofborg failures with swift-system on Linux | 07:57:22 |
Randy Eckenrode | I think I took care of the eval and formatting failures.. | 11:48:25 |
Alyssa Ross | KosmicKrisp talk is about to start https://live.video.tuwien.ac.at/watch?l=hsJNWfHvxZPnonNLxYNU5Z | 12:53:12 |
eveeifyeve | Is there an issue with element desktop on macos with signing in? I seem to not be able to sign in the desktop version of element. But I can via web. | 12:56:38 |
| coosis invited CoosisMoz. | 14:19:18 |
| CoosisMoz joined the room. | 14:20:06 |
samasaur | In reply to @weethet:catgirl.cloud There are some ofborg failures with swift-system on Linux I won't be able to take a look until tonight but what are you seeing/where are you seeing it? | 14:38:55 |
WeetHet | https://github.com/NixOS/nixpkgs/pull/447292/checks?check_run_id=51559403391 | 14:39:36 |
samasaur | gotcha, thx. at a first glance on my phone it looks like it's just missing libdispatch as a dependency | 15:08:20 |
samasaur | but I'll look in more detail tonight | 15:08:33 |
Tristan Ross | emily: I saw you've touched rsync to fix tests on Darwin, I have this problem where this one test fails because the timestamp of a directory is off by 1 second only on x86_64-darwin.
check how the directory listings compare with diff:
--- /nix/var/nix/builds/nix-build-rsync-3.4.1.drv-1499-2764669103/rsync-3.4.1/testtmp/hardlinks/ls-from 2025-09-30 22:15:33.952363853 +0000
+++ /nix/var/nix/builds/nix-build-rsync-3.4.1.drv-1499-2764669103/rsync-3.4.1/testtmp/hardlinks/ls-to 2025-09-30 22:15:35.361628004 +0000
@@ -1,2 +1,2 @@
-drwxr-xr-x 0 355.350 3 2025-09-30 22:15:31 .
+drwxr-xr-x 0 355.350 3 2025-09-30 22:15:32 .
drwxr-xr-x 0 355.350 2 2025-09-30 22:15:31 ./sym
-------------
check how the files compare with diff:
-------------
Failed: dir-diff
----- hardlinks log ends
Would you happen to know how to disable this test?
| 22:52:33 |
| 1 Oct 2025 |
samasaur | should be fixed now! i forgot to test all the swift components on linux | 06:22:04 |