| 25 Nov 2023 |
infinisil | ZHF presentation: https://docs.google.com/presentation/d/1qwIU_qe9nTJL3csTETDhLrz3rC7EjPqxFPl_Gpsx6No/edit?usp=sharing | 09:38:44 |
Gerd Flaig | https://github.com/NixOS/nixpkgs/issues/265948 | 09:42:52 |
@delroth:delroth.net | react to this message if you're a nixpkgs committer and you're fine being pinged directly during the ZHF Hackathon with review requests / questions / ... :-) | 09:52:08 |
@delroth:delroth.net | (that way we can load balance a bit better instead of sending everyone to infinisil :) ) | 09:52:41 |
@delroth:delroth.net | suggestion: if you're looking at fixing some ZHF failure, and especially if your process is "start from the top of the list": post a message here so we can try to avoid duplicate work (and/or get people who want to work on the same failure to talk to each other)! | 10:03:03 |
zopieux | sure -- I'm having a look at the pypy2 related things, I think it's a pretty obvious fix | 10:11:02 |
| seirl joined the room. | 10:14:16 |
infinisil | tricktron: pkgs/development/lisp-modules/nix-cl.nix -> makeOverridableLispPackage | 10:24:30 |
seirl | i'm looking at fixing psutil if noone is working on this https://hydra.nixos.org/build/241925148 | 10:45:26 |
zopieux | call for help: nix-build -A tests.writers.simple.pypy2 fails because it invokes a py3 file with a py2 interpreter, but according to this bit it should use py2; so I suppose there some plumbing not working as it should? | 10:47:05 |
zopieux | looks like pypy 7.3.12 --> dep pypy_prebuilt --> dep pypy2.7, which uses py3 hook with a py2 interpreter | 10:48:51 |
zopieux | * looks like pypy 7.3.12 --> dep pypy_prebuilt --> dep pypy2.7-pycparser which uses py3 hook with a py2 interpreter | 10:49:06 |
zopieux | (the issue gets fixed if I make the py3 hook py2-compatible) | 10:50:54 |
zopieux | * (the issue gets fixed if I make the py3 hook py2-compatible, but that's not a proper fix) | 10:52:23 |
Ivan Mincik (imincik) | May I kindly as somebody with write permissions to merge this PR ? Thank you very much. | 11:00:07 |
@augustebaum:matrix.org | looking at python3Packages.pydantic-extra-types | 11:06:40 |
seirl | this should fix the darwin build of psutils but i don't have a darwin machine to test it, can i just wait for the github checks? https://github.com/NixOS/nixpkgs/pull/269845 | 11:09:08 |
Ivan Mincik (imincik) | delroth: are you here in the room ? | 11:12:43 |
@delroth:delroth.net | yes | 11:13:48 |
@delroth:delroth.net | second row second from the left | 11:13:59 |
Ivan Mincik (imincik) | Can somebody help me with this error:
error: derivation '/nix/store/vpqdfii0wxr07lllar5lzyma87kah9rf-hdf5-1.14.3.drv' may not be deterministic: output '/nix/store/s6asby9qs04vfrn6fwyymaa706hhr6ry-hdf5-1.14.3' differs
``` ?
| 11:16:29 |
infinisil | Ivan Mincik (imincik): Unless you care about making it deterministic, this error is fine :) | 11:18:01 |
Ivan Mincik (imincik) | But it breaks a build | 11:18:29 |
nebucatnetzer13 | Can someone with the right please apply the required labels? https://github.com/NixOS/nixpkgs/pull/269854 | 11:22:12 |
| Lorenz Brun joined the room. | 11:26:19 |
Lorenz Brun | Simple one-liner fix for https://hydra.nixos.org/build/241853893/nixlog/2: https://github.com/NixOS/nixpkgs/pull/269853 | 11:27:01 |
Lorenz Brun | FYI if anyone's working on the Linux 5.10 failure: This looks like it is caused by a bad backport by upstream, should be fixed by upstream, see https://lore.kernel.org/stable/87wmu6oiwe.fsf@gentoo.org/ | 11:33:42 |
zopieux | In reply to @zopieux:matrix.zopi.eu call for help: nix-build -A tests.writers.simple.pypy2 fails because it invokes a py3 file with a py2 interpreter, but according to this bit it should use py2; so I suppose there some plumbing not working as it should? (someone is helping already, thanks) | 11:42:54 |
seirl | I'm looking at a pyvoro failure: https://hydra.nixos.org/build/242068009/nixlog/1 | 11:47:36 |
@augustebaum:matrix.org | Looking at wasmer-python | 11:49:33 |