| 23 Nov 2024 |
Koen (SynQ) de Jonge | let's start out with just upgrading my laptop to nixos-24.11
sound=true; should be removed from your configuration. | 09:50:47 |
| Georgiy Shevoroshkin joined the room. | 09:53:59 |
matthewcroughan | Robert Hensing (roberth): https://github.com/ALT-F4-LLC/vorpal | 09:56:41 |
| majfontana joined the room. | 09:57:17 |
| tfc joined the room. | 09:57:21 |
| robinha joined the room. | 09:58:09 |
| lpzimmermann joined the room. | 10:02:17 |
elikoga | https://github.com/NixOS/nixpkgs/pull/358371 | 10:39:33 |
Marc Jakobi | does someone here have a commit bit on the nix-community/infra repo?
(trying to get the community builders working)
https://github.com/nix-community/infra/pull/1581 | 10:49:04 |
tfc | please have a look at these relevant PRs:
- https://github.com/NixOS/nixpkgs/pull/358365
- https://github.com/NixOS/nixpkgs/pull/358363
| 10:57:33 |
Lorenz | Small PR for etesync-dav: https://github.com/NixOS/nixpkgs/pull/358373 | 11:14:31 |
elikoga | ON https://zh.fail/
What is up with python3.12-celery-5.4.0-dist ? As far as I can see this test is somehow flaky (not reliable) but it works on trunk | 11:14:41 |
Lorenz | * Small PR for etesync-dav: https://github.com/NixOS/nixpkgs/pull/358373 Please tell me if I did something wrong | 11:20:35 |
| maralorn joined the room. | 11:21:10 |
maralorn | 👋 If anyone has Haskell packaging related questions hit me up. | 11:22:19 |
Johannes Kirschbauer @hsjobeki | Can sb build this on darwin for me ?
https://github.com/NixOS/nixpkgs/pull/358398 | 11:23:30 |
tricktron | @Anyone with a darwin machine: https://github.com/NixOS/nixpkgs/pull/358392
Make sure to build with sandbox, e.g. nix-build -A python312Packages.amqp --option sandbox true
| 11:24:24 |
tricktron | Johannes Kirschbauer @hsjobeki: I'll have a look at it. | 11:25:21 |
infinisil | Ivan Mincik (imincik):
let
pkgs = import <nixpkgs> {};
inherit (pkgs) lib;
recurse = path: attrs:
let
isDerivation = builtins.tryEval (lib.isDerivation attrs);
in
if ! isDerivation.success then
"<failure>"
else if isDerivation.value then
path
#attrs.name or "<unknown name>"
else if lib.isAttrs attrs && (attrs.recurseForDerivations or false) then
lib.mapAttrs (n: recurse (path ++ [n])) attrs
else
null;
in lib.mapAttrs (n: recurse [n]) pkgs
| 11:28:05 |
Jeremy Stucki | https://github.com/NixOS/nixpkgs/pull/358399 | 11:30:31 |
Kerstin (she/her) | 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 |
matthewcroughan | Anyone got experience with fortran/medfile/ints ? | 11:47:17 |
matthewcroughan | 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 |
Johannes Kirschbauer @hsjobeki | In reply to @erictapen:chat.ccc-p.org 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? Did you look at the build log. Sometimes it is trivial to fix even if you dont have a builder | 11:56:26 |
Weijia | https://hydra.nixos.org/build/278421390/nixlog/2 | 11:57:52 |
Weijia | Probably shouldn't run the tests on darwin... | 11:57:56 |
Johannes Kirschbauer @hsjobeki | 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 |
tricktron | Kerstin (she/her): All the tests in test_redis_lock fail with AssertionError: Waited 2.00secs but ['ready to accept connections'] did not...
If you disable the test_redis_lock tests then it builds on darwin so I would just disable the tests on darwin if all tests pass on linux.
| 12:08:32 |
matthewcroughan | https://github.com/NixOS/nixpkgs/pull/296088 Koen (SynQ) de Jonge | 12:12:25 |
Lorenz | Anyone looking at Rippled? Cannot figure out why fatal: detected dubious ownership in repository at '/nix/store/hds6r54l7n6mp65gbpys50568dz52s22-NuDB/.git' | 12:24:30 |