| 6 Sep 2025 |
| SomeoneSerge (matrix works sometimes) 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 |