Perl fails to build after flake update

I’m posting here because I have no idea what these errors exactly mean or how I could fix them.

building the system configuration...
error: builder for '/nix/store/a88ppq0s3yzw6d687iwps1bkfy5b4sgf-perl5.36.0-biber-2.17.drv' failed with exit code 255;
       last 10 log lines:
       >   Parse errors: Bad plan.  You planned 217 tests but ran 0.
       > t/utils.t               (Wstat: 65280 (exited 255) Tests: 0 Failed: 0)
       >   Non-zero exit status: 255
       >   Parse errors: Bad plan.  You planned 88 tests but ran 0.
       > t/xdata.t               (Wstat: 65280 (exited 255) Tests: 0 Failed: 0)
       >   Non-zero exit status: 255
       >   Parse errors: Bad plan.  You planned 12 tests but ran 0.
       > Files=52, Tests=0, 75 wallclock secs ( 0.28 usr  0.12 sys + 34.01 cusr 35.32 csys = 69.73 CPU)
       > Result: FAIL
       > Failed 48/52 test programs. 0/0 subtests failed.
       For full logs, run 'nix log /nix/store/a88ppq0s3yzw6d687iwps1bkfy5b4sgf-perl5.36.0-biber-2.17.drv'.
error: 1 dependencies of derivation '/nix/store/6rmhasapgmbi5a79ijclgbj5grbmmd30-texlive-combined-full-2021-final.drv' failed to build
error: 1 dependencies of derivation '/nix/store/zpqsndphh84r1m4vyv75sy232ildrfx3-man-paths.drv' failed to build
error: 1 dependencies of derivation '/nix/store/hyyf0giwq9q4nb2bdkh6i9f21rwf45i8-system-path.drv' failed to build
error: 1 dependencies of derivation '/nix/store/zx549yyf2jr90k6ck7lsdd931zqwx2n6-texlive-combined-full-2021-final_fish-completions.drv' failed to build
error: 1 dependencies of derivation '/nix/store/zkwb6fg2nd98712ms512q0gnnvnbbx2b-nixos-system-nix-22.11.20220816.762b003.drv' failed to build

here is the full log (it unfortunately exceeds the character limit on nixos discourse:
https://hastebin.com/uduteyuzor.yaml

I’m not familiar enough to help you with much, except to say it’s not perl that fails to a build, but a specific perl package.

You should be able to build your system again after removing TeXlive.


As far as I understand, there is already a fix, you can see its progress on the way to unstable here: https://nixpk.gs/pr-tracker.html?pr=187039

ah, so it was a broken package in unstable
thanks