31 Aug 2025 |
| @alper-celik:matrix.org left the room. | 16:00:10 |
| sinan changed their profile picture. | 16:25:25 |
2 Sep 2025 |
Robert Hensing (roberth) | @Mic92 fyi https://github.com/NixOS/nix/issues/13898 | 14:12:20 |
Robert Hensing (roberth) | also tagged it and the linked one for triage | 14:13:02 |
Mic92 | Robert Hensing (roberth): nix-eval-jobs also has --apply but this is per derivation i.e. to compute additional values for the json output | 14:35:53 |
Mic92 | For nix --apply might be a good name itself. | 14:39:32 |
Philip Taron (UTC-8) | Opened https://github.com/NixOS/nixpkgs/pull/439645 for packaging Nix 2.28.5 (update to stable) | 17:25:00 |
3 Sep 2025 |
| ghpzin joined the room. | 09:29:47 |
4 Sep 2025 |
Vladimír Čunát | FYI, a nix test regressed on master apparently about one day ago:
https://hydra.nixos.org/job/nix/master/tests.nix-copy | 09:39:44 |
Vladimír Čunát | (no idea why jobsets with flakes won't show commits) | 09:40:42 |
Sergei Zimmerman (xokdvium) | Hm: more like it’s been flaky. Concerning | 10:03:08 |
Vladimír Čunát | No. The red circles are cancellations. | 10:24:11 |
Vladimír Čunát | Because running 600 jobs on every commit in the Nix repo would be lots of work. | 10:25:07 |
Vladimír Čunát | Ah, though I see some red crosses further back in August, too. | 10:26:12 |
Sergei Zimmerman (xokdvium) | In reply to @vcunat:matrix.org Ah, though I see some red crosses further back in August, too. Yeah that’s what I meant | 10:59:50 |
| atagen set a profile picture. | 12:04:16 |
| atagen changed their profile picture. | 12:04:40 |
| atagen changed their profile picture. | 12:04:51 |
| connor (he/him) (UTC-7) changed their display name from connor (he/him) (UTC+1) to connor (he/him) (UTC+2). | 17:03:27 |
5 Sep 2025 |
fzakaria | I hope you all have fun at NixCon | 01:56:08 |
fzakaria | drink an extra pint for me | 01:56:11 |
| z13 changed their display name from toot to z13. | 15:15:45 |
| @jollywater:matrix.org left the room. | 19:07:51 |
6 Sep 2025 |
| ironmoon joined the room. | 06:27:31 |
| SomeoneSerge (back on matrix) changed their display name from SomeoneSerge (Ever OOMed by Element) to SomeoneSerge (@nixcon & back on matrix). | 09:19:55 |
| matthewcroughan changed their display name from matthewcroughan @ nix.camp to matthewcroughan @ nixcon. | 09:37:04 |
| ironmoon changed their display name from IRONM00N to ironmoon. | 17:50:07 |
| timschumi joined the room. | 18:47:26 |
timschumi | I'm currently on a very fun trip into ca-derivations, currently fighting with a package that appears to try to build/install into the nix store even if it already exists. Are there any tips as to figure out why Nix decides to rebuild that package? | 18:48:00 |
timschumi | error: builder for '/nix/store/jvhilihvvhpp06fwld4hcbd0mh23lvvq-file-5.45.drv' failed with exit code 2;
last 25 log lines:
> make[1]: Entering directory '/build/file-5.45/python'
> make[1]: Nothing to be done for 'check'.
> make[1]: Leaving directory '/build/file-5.45/python'
> make[1]: Entering directory '/build/file-5.45'
> make[1]: Leaving directory '/build/file-5.45'
> Running phase: installPhase
> install flags: -j4 SHELL=/nix/store/x2851i2wapwmbr4gaq2g7ybnz1sms0kr-bash-5.3p3/bin/bash pkgconfigdir=/nix/store/xblakyv8z3hvdzvd2ng1dyiab92l474d-file-5.45-dev/lib/pkgconfig m4datadir=/nix/store/xblakyv8z3hvdzvd2ng1dyiab92l474d-file-5.45-dev/share/aclocal aclocaldir=/nix/store/xblakyv8z3hvdzvd2ng1dyiab92l474d-file-5.45-dev/share/aclocal install
> Making install in src
> make[1]: Entering directory '/build/file-5.45/src'
> make install-am
> make[2]: Entering directory '/build/file-5.45/src'
> make[3]: Entering directory '/build/file-5.45/src'
> /nix/store/05wpyv2imar5xwyjmigc4c060d359zpc-coreutils-9.7/bin/mkdir -p '/nix/store/dr62dbw08z1ff3y423zw6xh8pff12n3p-file-5.45/lib'
> /nix/store/05wpyv2imar5xwyjmigc4c060d359zpc-coreutils-9.7/bin/mkdir -p '/nix/store/xblakyv8z3hvdzvd2ng1dyiab92l474d-file-5.45-dev/include'
> /nix/store/x2851i2wapwmbr4gaq2g7ybnz1sms0kr-bash-5.3p3/bin/bash ../libtool --mode=install /nix/store/05wpyv2imar5xwyjmigc4c060d359zpc-coreutils-9.7/bin/install -c libmagic.la '/nix/store/dr62dbw08z1ff3y423zw6xh8pff12n3p-file-5.45/lib'
> /nix/store/05wpyv2imar5xwyjmigc4c060d359zpc-coreutils-9.7/bin/install -c -m 644 magic.h '/nix/store/xblakyv8z3hvdzvd2ng1dyiab92l474d-file-5.45-dev/include'
> libtool: install: /nix/store/05wpyv2imar5xwyjmigc4c060d359zpc-coreutils-9.7/bin/install -c .libs/libmagic.so.1.0.0 /nix/store/dr62dbw08z1ff3y423zw6xh8pff12n3p-file-5.45/lib/libmagic.so.1.0.0
> install: cannot remove '/nix/store/dr62dbw08z1ff3y423zw6xh8pff12n3p-file-5.45/lib/libmagic.so.1.0.0': Permission denied
> make[3]: *** [Makefile:467: install-libLTLIBRARIES] Error 1
> make[3]: Leaving directory '/build/file-5.45/src'
> make[2]: *** [Makefile:709: install-am] Error 2
> make[2]: Leaving directory '/build/file-5.45/src'
> make[1]: *** [Makefile:702: install] Error 2
> make[1]: Leaving directory '/build/file-5.45/src'
> make: *** [Makefile:464: install-recursive] Error 1
For full logs, run:
nix log /nix/store/jvhilihvvhpp06fwld4hcbd0mh23lvvq-file-5.45.drv
| 18:48:10 |