Open kadaan opened 1 day ago
Nix Development environment fails to build bmake on MacOS due to this bug causing the export test to fail.
--- /private/tmp/nix-build-bmake-20240301.drv-4/bmake/unit-tests/export.exp 2022-02-18 19:29:15.000000000 +0000 +++ export.out 2024-12-03 08:20:45.742412632 +0000 @@ -5,4 +5,5 @@ UT_FU=fubar UT_TEST=export UT_ZOO=hoopie +__CF_USER_TEXT_ENCODING=0x1F5:0:0 exit status 0 Failed tests: export *** Error code 1 Stop. bmake[1]: stopped in /private/tmp/nix-build-bmake-20240301.drv-4/bmake/unit-tests *** Error code 1 Stop. bmake: stopped in /private/tmp/nix-build-bmake-20240301.drv-4/bmake
Updating to nix 24.11 fixes this issue.
Nix Development environment fails to build bmake on MacOS due to this bug causing the export test to fail.