11 Jun 2025 |
Las | src/perl/meson.build:111:17: ERROR: Command /nix/store/lgvq7plkm7wflaqclr54n2npiapwmbm3-perl-5.40.0/bin/perl -e 'use DBI; use DBD::SQLite;' -I/usr -I/usr failed with status 2. | 13:54:37 |
Las | * src/perl/meson.build:111:17: ERROR: Command `/nix/store/lgvq7plkm7wflaqclr54n2npiapwmbm3-perl-5.40.0/bin/perl -e 'use DBI; use DBD::SQLite;' -I/usr -I/usr` failed with status 2.
[in log]
Can't locate DBI.pm in @INC (you may need to install the DBI module) (@INC entries checked:
| 13:55:06 |
Las | John Ericson: | 13:55:13 |
Las | * John Ericson | 13:55:19 |
Las | nvm... I forgot to do configurePhase , but I don't see why it's necessary | 13:55:51 |
Las | I really feel like meson build alone should do everything | 13:55:58 |
John Ericson | In reply to @Las:matrix.org nvm... I forgot to do configurePhase , but I don't see why it's necessary Because of extra arguments in the command line | 16:06:08 |
John Ericson | Because perl is non-standard | 16:06:25 |
John Ericson | Maybe it can be changed | 16:06:31 |
Las | What PR moved headers to a separate dir? Before they were next to the source files, right? | 17:36:16 |
Las | https://github.com/NixOS/nix/pull/12836 I assume | 17:43:23 |
| mt joined the room. | 19:42:59 |
12 Jun 2025 |
| weriomat joined the room. | 09:03:51 |
| sinan changed their profile picture. | 12:33:40 |
| sinan changed their profile picture. | 12:36:01 |
| sinan | 12:36:03 |
| sinan | 12:36:04 |
| sinan | 12:36:07 |
13 Jun 2025 |
| Jeremy joined the room. | 03:57:18 |
15 Jun 2025 |
| sinan changed their profile picture. | 05:48:13 |
| @c3r5b8:matrix.org left the room. | 13:32:26 |
| debtquity joined the room. | 14:03:20 |
16 Jun 2025 |
| lignus joined the room. | 08:39:14 |
| hollowhh joined the room. | 10:57:50 |
| @ygt:matrix.org left the room. | 21:51:55 |
17 Jun 2025 |
h0nig2k | Hi, does someone know how to properly export and import signatures from a local store. I need a way without network (no substitutor), as i would like to import signatures into a docker container which i build | 14:27:22 |
h0nig2k | specifying the source store path as the substitutor does not work apparently:
nix store copy-sigs --all -s /path/to/nix-store | 14:32:45 |
19 Jun 2025 |
| andiandi 🦆 changed their display name from andiandi to andiandi ☎️ 2634@GPN23. | 05:32:32 |
20 Jun 2025 |
tomberek | When using the filter in builtins.path, we are given a string type, but it seems to be of the underlying physical path, not the logical path. Is this correct/expected/depended on? https://github.com/NixOS/nix/blob/b9b510d692722da077c9aeb60b35ce6d29e5fdf5/src/libexpr/primops.cc#L2500C5-L2500C36 ( infinisil perhaps?) | 22:36:18 |
emily | see https://github.com/NixOS/nix/issues/11503, https://github.com/NixOS/nixpkgs/pull/369694 | 22:37:32 |