| 14 Apr 2025 |
dramforever | but that's also, like, a year ago, so maybe it's just an old bug | 12:23:06 |
dramforever | does anyone else want to make a issue report for the SIGSYS/"Bad system call" bug | 12:27:45 |
dramforever | i can't repro this so i'm going to assume this is just an old bug | 12:45:00 |
dramforever | or maybe wsl specific | 12:45:17 |
dramforever | at least it's not this sigsys one | 12:45:22 |
dramforever | * or maybe wsl specific or single user specific | 12:45:34 |
| zorzem changed their profile picture. | 17:05:34 |
| 15 Apr 2025 |
| @noskcaj:matrix.org left the room. | 21:30:51 |
| 16 Apr 2025 |
Martin Schwaighofer | I have a couple of things that I'd like to bring up, which I am not sure if the triage meeting is the appropriate place for.
Is that even happening today?
The issues in question are
https://github.com/NixOS/nix/issues/13037
https://github.com/NixOS/nix/issues/13036
and https://github.com/mschwaig/laut/issues/5#issuecomment-2809751534.
The third one is not even in the Nix repo, but it's something I would like to implement and eventually upstream if it ends up actually working. | 16:59:28 |
| Deus_YI_∞ changed their display name from dev_el_∞ to deus_el_∞. | 22:49:38 |
| Deus_YI_∞ changed their display name from deus_el_∞ to Deus_YI_∞. | 22:52:09 |
| 17 Apr 2025 |
| skynet joined the room. | 00:16:14 |
dramforever | was going through my stuff and discovered that afaict the cross from x86_64 to x86 with tests SIGSYS bug hasn't been filed. here it is: https://github.com/NixOS/nix/issues/13042 | 04:02:22 |
| @mmkaram:matrix.org left the room. | 04:34:40 |
John Ericson | https://github.com/joshlf/gherrit my friend just open sourced this, CC Mic92 | 17:57:31 |
John Ericson | it would be very nice to replace that "depends on" bot with something more sophisticated | 17:58:15 |
Mic92 | John Ericson: I suppose it depends on the someone restacking pull requests once something is merged manually? | 18:07:42 |
John Ericson | Mic92: just was told it is a client-side-only thing, so yes I think you are right | 18:08:22 |
Mic92 | I don't think anyone is opposed if you would use that. It can probably still be combined with the CI statuses from dpulls | 18:10:51 |
| 18 Apr 2025 |
| void joined the room. | 02:16:31 |
| Winter joined the room. | 08:57:54 |
Winter | anyone know if the docs to build locally w/ Meson are still accurate? the prefix env stuff doesn’t seem to work properly — --prefix gets properly passed to meson setup but ninja’s install phase is still trying to install into $PREFIX | 08:58:53 |
allrealmsoflife | In reply to @winter:catgirl.cloud anyone know if the docs to build locally w/ Meson are still accurate? the prefix env stuff doesn’t seem to work properly — --prefix gets properly passed to meson setup but ninja’s install phase is still trying to install into $PREFIX Are you trying to build Nix from source? Which docs are you following, the official ones building from source dont say much, and last time I failed building Nix from source too. | 09:10:44 |
@trofi:matrix.org | New json-3.12.0 exposed a bug in how nix deserializes integers: https://github.com/NixOS/nix/issues/13046 | 15:54:09 |
John Ericson | thanks trofi | 16:59:23 |
John Ericson | I didn't know we had a $PREFIX defined? | 16:59:54 |
Winter | In reply to @Ericson2314:matrix.org I didn't know we had a $PREFIX defined? in the default nix-shell $PREFIX points to nix-util’s $out ;) | 17:00:16 |
John Ericson | Winter: oh hmm that might be an artifact of how we made the dev shell? | 17:01:27 |
Winter | yeah. but i guess that begs the question: has nobody tested the dev shell/does nobody use it? | 17:02:23 |
Winter | like should a shell hook be added to just unset $prefix/$out? that seems simplest but shrug | 17:02:53 |