Nix Zürich | 111 Members | |
| https://www.meetup.com/nix-zurich/ - ZHF Hackathon 25-26 May 2024 | 24 Servers |
| Sender | Message | Time |
|---|---|---|
| 23 Nov 2024 | ||
| @Anyone with a darwin machine: https://github.com/NixOS/nixpkgs/pull/358392 Make sure to build with sandbox, e.g. | 11:24:24 | |
| Johannes Kirschbauer @hsjobeki: I'll have a look at it. | 11:25:21 | |
| 11:28:05 | |
| https://github.com/NixOS/nixpkgs/pull/358399 | 11:30:31 | |
| I maintain python3Packages.python-redis-test und it fails to build on darwin. I have no access to the platform. Should I just restrict the platforms then, even though upstream doesn't explicitly not support darwin? Or should I wait until end of ZHF for it? | 11:30:36 | |
| Anyone got experience with fortran/medfile/ints ? | 11:47:17 | |
| I wanted to upstream https://github.com/MatthewCroughan/codedisaster into nixpkgs, but need some help making it happen, if anyone is interested in finite-element-analysis, but this is not related to reducing hydra failures, so only if you're interested :) | 11:48:09 | |
In reply to @erictapen:chat.ccc-p.orgDid you look at the build log. Sometimes it is trivial to fix even if you dont have a builder | 11:56:26 | |
| https://hydra.nixos.org/build/278421390/nixlog/2 | 11:57:52 | |
| Probably shouldn't run the tests on darwin... | 11:57:56 | |
| 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 | |