!VRULIdgoKmKPzJZzjj:nixos.org

Nix Package Manager development

837 Members
For people hacking on Nix: https://github.com/NixOS/nix Nix maintainers can be reached here.180 Servers

Load older messages


SenderMessageTime
4 Sep 2025
@vcunat:matrix.orgvcunatBecause running 600 jobs on every commit in the Nix repo would be lots of work.10:25:07
@vcunat:matrix.orgvcunatAh, though I see some red crosses further back in August, too.10:26:12
@xokdvium:matrix.orgSergei 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:ch.atagen.coatagen set a profile picture.12:04:16
@atagen:ch.atagen.coatagen changed their profile picture.12:04:40
@atagen:ch.atagen.coatagen changed their profile picture.12:04:51
@connorbaker:matrix.orgconnor (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:one.ems.hostfzakariaI hope you all have fun at NixCon01:56:08
@fzakaria:one.ems.hostfzakariadrink an extra pint for me01:56:11
@tootoobeepbeep:matrix.orgz13 changed their display name from toot to z13.15:15:45
@jollywater:matrix.org@jollywater:matrix.org left the room.19:07:51
6 Sep 2025
@ironm00n:matrix.orgironmoon joined the room.06:27:31
@ss:someonex.netSomeoneSerge (back on matrix) changed their display name from SomeoneSerge (Ever OOMed by Element) to SomeoneSerge (@nixcon & back on matrix).09:19:55
@matthewcroughan:defenestrate.itmatthewcroughan changed their display name from matthewcroughan @ nix.camp to matthewcroughan @ nixcon.09:37:04
@ironm00n:matrix.orgironmoon changed their display name from IRONM00N to ironmoon.17:50:07
@timschumi:matrix.orgtimschumi joined the room.18:47:26
@timschumi:matrix.orgtimschumiI'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:matrix.orgtimschumi
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
@timschumi:matrix.orgtimschumi

The directory where file is trying to install itself into is ovbiously already existing and well-referred:

$ nix-store --query --referrers /nix/store/dr62dbw08z1ff3y423zw6xh8pff12n3p-file-5.45
/nix/store/dr62dbw08z1ff3y423zw6xh8pff12n3p-file-5.45
/nix/store/0w79a0jh56j5dwm15k5a72caizqqasli-stdenv-linux.drv
/nix/store/80jx7q4ngfgbnljbvx2g3hsx82ad4yfx-stdenv-linux
/nix/store/117p1nn1fm3ylwhfmbzjh3fly8a7vgg8-Private.SourceBuilt.Artifacts.8.0.118-servicing.25323.1.centos.9-x64
/nix/store/15mvhsvv80ikl6d5n2gsxawbf1lmggl4-stdenv-linux
/nix/store/1wcj6nwanpphksfah0z8d4f74giznpjl-stdenv-linux.drv
[...]
18:48:18
@timschumi:matrix.orgtimschumi * 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:49:11
7 Sep 2025
@bookshorse:matrix.org@bookshorse:matrix.org removed their profile picture.06:14:31
@bookshorse:matrix.org@bookshorse:matrix.org removed their display name bookshorse.06:14:40
@bookshorse:matrix.org@bookshorse:matrix.org left the room.06:15:16
@aspentropy:matrix.orgAspen Smith joined the room.09:43:20
@aspentropy:matrix.orgAspen Smith Sergei Zimmerman (xokdvium): hi! I am at the nixcon hack day, trying to get rid of null-terminated strings; John Ericson told me to reach out to you 09:45:55
@aspentropy:matrix.orgAspen Smithwhen I did pascal-strings for tvix-eval it was like a 15% improvement on evaluating pkgs.hello.outPath09:48:22
@xokdvium:matrix.orgSergei Zimmerman (xokdvium) FWIW Lix is also moving in this direction. https://git.lix.systems/lix-project/lix/issues/963 emily 09:50:17
@xokdvium:matrix.orgSergei Zimmerman (xokdvium) Aspen Smith: https://github.com/NixOS/nix/pull/13407 09:57:36
@slime90:matrix.org@slime90:matrix.org left the room.15:39:56
@desttinghim:matrix.org@desttinghim:matrix.org left the room.21:34:45

Show newer messages


Back to Room ListRoom Version: 6