Nix Zürich | 119 Members | |
| https://zurich.nix.ug/ - Next ZHF event 23-24 November 2024 | 27 Servers |
| Sender | Message | Time |
|---|---|---|
| 23 Nov 2024 | ||
| Hm it seems like they are checking the redis database connection ? Questionable If the database tests failing if the thing itself works. | 12:00:41 | |
| Kerstin (she/her): All the tests in If you disable the | 12:08:32 | |
| https://github.com/NixOS/nixpkgs/pull/296088 Koen (SynQ) de Jonge | 12:12:25 | |
Anyone looking at Rippled? Cannot figure out why fatal: detected dubious ownership in repository at '/nix/store/hds6r54l7n6mp65gbpys50568dz52s22-NuDB/.git' | 12:24:30 | |
In reply to @apeioo:matrix.orgWhy is there a .git in the nix store? | 12:25:01 | |
That is the root of the issue. Does the derivation create a .git with git init during its build? Does it have git in the nativeBuildInputs? | 12:25:21 | |
The package specifies leaveDotGit = true; I do not know why. But the error does not change if I remove that line. | 12:26:02 | |
* The package specifies leaveDotGit = true; in fetchgit. I do not know why. But the error does not change if I remove that line. | 12:26:30 | |
For some reason I think the package requires a Git repository during build: git config --global url."file://${nudb}".insteadOf "${nudb.url}" | 12:29:52 | |
* I think for some reason the package requires a Git repository during build: git config --global url."file://${nudb}".insteadOf "${nudb.url}" | 12:30:09 | |
* It seems the build step clones some Git repositories and these are "prefetched" and configured to point to the store: git config --global url."file://${nudb}".insteadOf "${nudb.url}" | 12:33:27 | |
| 13:17:25 | ||
| 13:21:54 | ||
| 13:27:26 | |
In reply to @apeioo:matrix.org leaveDotGit is generally an issue anyway, as it can cause fetching to be non-deterministic | 13:28:34 | |
| if it still works without it, might be a good idea to remove it | 13:28:41 | |
No it does not work without. It seems Git got stricter or something changed how permissions are handled in the Nix sandbox. It of course works with --add safe.directory, but I do not know why it broke. | 13:31:13 | |
| Can someone add the labes to https://github.com/NixOS/nixpkgs/pull/358431 ? Thanks! | 13:38:13 | |
| I am setting up 'test vm' there is one available at: 95.215.187.101 you can login as alice password is the same as the wifi password | 13:45:14 | |
| * I am setting up 'test vm' there is one available at: 95.215.187.102 you can login as alice password is the same as the wifi password | 13:45:46 | |
| * I am setting up 'test vm' there is one available at: nix1: 95.215.187.101 nix2: 95.215.187.102 you can login as alice password is the same as the wifi password | 13:46:26 | |
| there is tons of cpu and ram in there, and it is a 24.11 install | 13:46:50 | |
| have a go | 13:46:53 | |
| Oh and please claim the use by saying here 'I am using this one'. | 13:47:16 | |
| another fix to my remote builders in case it was someone here was able to merge my previous one 🙏 | 13:48:13 | |
| Can someone add the labels to https://github.com/NixOS/nixpkgs/pull/358427 and https://github.com/NixOS/nixpkgs/pull/358417 please? Thanks 😇 | 14:13:45 | |
| Can someone also add labels to mine? https://github.com/NixOS/nixpkgs/pull/358445 | 14:14:28 | |
| Could somebody add the relevant labels here? :) https://github.com/NixOS/nixpkgs/pull/358446 | 14:18:22 | |
| 14:46:16 | |
| Could someone add labels to https://github.com/NixOS/nixpkgs/pull/358455 as well? Thanks :) | 14:49:24 | |