Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nix Development environment fails to build bmake on MacOS #176

Open
kadaan opened this issue Dec 3, 2024 · 1 comment
Open

Nix Development environment fails to build bmake on MacOS #176

kadaan opened this issue Dec 3, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@kadaan
Copy link

kadaan commented Dec 3, 2024

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 kadaan added the bug Something isn't working label Dec 3, 2024
@kadaan
Copy link
Author

kadaan commented Dec 3, 2024

Updating to nix 24.11 fixes this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants