khuedoan / homelab

Fully automated homelab from empty disk to running services with a single command.
https://homelab.khuedoan.com
GNU General Public License v3.0
8.26k stars 767 forks source link

Nix Development environment fails to build bmake on MacOS #176

Open kadaan opened 1 day ago

kadaan commented 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
kadaan commented 1 day ago

Updating to nix 24.11 fixes this issue.