Nix Zürich | 110 Members | |
| https://zurich.nix.ug/ - ZHF 25.11 on 15-16 November 2025 | 24 Servers |
| Sender | Message | Time |
|---|---|---|
| 15 Nov 2025 | ||
| running eval "${buildPhase:-buildPhase}" results in an entirely different error :( 2.009 × Failed to build installable wheels for some pyproject.toml based projects
| 12:05:58 | |
| okay, so the phase that fails is pytestCheckPhase, but when i run unpackPhase and pytestCheckPhase, i get a different error, too :-/ | 12:24:08 | |
| Nix gives you reproducibility they say | 12:29:24 | |
| Oh it segfaults lol | 12:31:19 | |
Yeah, the easy way to check is /nix/store/ab4v2qp7q426zrizz38d4jfx025xifdf-pytest-check-hook/nix-support/setup-hook: line 23: 541 Segmentation fault – if you look at that line, you’ll see it is the pytestCheckPhase | 12:32:01 | |
| ok, so this is failure is a known upstream issue (see https://github.com/blakeblackshear/frigate/discussions/20663), but not sure why i ran into that only this once -.- | 12:39:26 | |
| ok, i give up. there are too many unknowns for me (not familiar with python apps, frigate dev env instructions are very bare, nix debugging is a mystery) | 13:02:19 | |
| Mini-PRs Ready for review: https://github.com/NixOS/nixpkgs/pull/461902 | 13:06:46 | |
| Please vote if you haven't yet. | 13:06:47 | |
| PR ready for Review: https://github.com/NixOS/nixpkgs/pull/461918 | 13:17:37 | |
In reply to @ners:nixos.devLooks like we’ll do it today. | 13:18:56 | |
| https://www.neuhauschocolates.com/en_FI/home | 13:22:11 | |
| zekjur: I’ve reproduced the failure:
| 13:33:02 | |
| I’m not really sure what you are going to do with it though, because it is a segfault, so you will probably want to whip out gdb and then, um... get debug builds of CPython and all the packages involved that have C components? | 13:33:57 | |
Actually, you don’t even need to run any of the tests, just the collection (run pytest --co -q in the shell after going through all the phases) segfaults | 13:36:10 | |
| thank you! that gets me a core dump at least (after ulimit -c unlimited) :) | 13:38:14 | |
ok, actually, I am getting a meaningful stacktrace even with a regular build. It’s in the protobuf destruction, and the offending Python module is onnxruntime/capi/onnxruntime_pybind11_state.so | 13:38:30 | |
| yes. i’ll post the stack trace to the bug | 13:38:48 | |
| * yes. i’ll post the stack trace to the bug: https://github.com/NixOS/nixpkgs/issues/461064#issuecomment-3536499845 | 13:40:16 | |
| NixOS even already includes debug symbols for most involved packages :) i updated the stack trace with symbols. but mweinelt already commented saying the problem is multiple versions of protobuf in Nix, and it’s being addressed already | 13:43:46 | |
| PR ready for Review: https://github.com/NixOS/nixpkgs/pull/461924 | 13:52:29 | |
| Package fixed: https://github.com/NixOS/nixpkgs/pull/461886 Now working on gerbera | 13:53:43 | |
| thomas-zahner: https://github.com/NixOS/nixpkgs/blob/8a8e49ac2069bc3de799a20016d7e6ae6853a503/pkgs/tools/security/pass/extensions/update.nix#L20 (but use --replace-fail) | 14:00:22 | |
| * thomas-zahner: https://github.com/NixOS/nixpkgs/blob/8a8e49ac2069bc3de799a20016d7e6ae6853a503/pkgs/tools/security/pass/extensions/update.nix#L20 (--replace-fail /usr/share to $out/share) | 14:00:42 | |
| * thomas-zahner: https://github.com/NixOS/nixpkgs/blob/8a8e49ac2069bc3de799a20016d7e6ae6853a503/pkgs/tools/security/pass/extensions/update.nix#L20 (--replace-fail /usr/share $out/share) | 14:00:56 | |
| I found a bunch of unmaintained eclipse plugins that fail because the download side was also archived. What's the "nixpkgs" way to address this: Update the urls to the apache archive site and mark it as insecure or just drop them? | 14:18:36 | |
| The roboter video I've mentioned before. The part about the roboter I helped build is at 40:16 https://www.srf.ch/play/tv/einstein/video/einstein-bei-den-robotern?urn=urn:srf:video:9823d374-df36-440c-b632-0a3e63d649bb | 14:19:00 | |
| PR ready for Review: https://github.com/NixOS/nixpkgs/pull/461935 | 14:31:20 | |
|
https://github.com/latchset/clevis https://youtu.be/Dk6ZuydQt9I?si=2JuhfGiC08_YlVcZ | 15:32:30 | |
| Fabio Lenherr: Chasch aecht dae no review churz | 16:17:04 | |