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

meson build system: ERROR: Program 'coreutils' not found or not executable #11975

Closed
2 tasks done
trofi opened this issue Nov 26, 2024 · 1 comment · Fixed by #11976
Closed
2 tasks done

meson build system: ERROR: Program 'coreutils' not found or not executable #11975

trofi opened this issue Nov 26, 2024 · 1 comment · Fixed by #11976
Labels

Comments

@trofi
Copy link
Contributor

trofi commented Nov 26, 2024

Describe the bug

On non-NixOS distributuions coreutils binary is not always present (Gentoo is an example).

Steps To Reproduce

As a result meson setup fails as:

$ meson setup ..
...
Executing subproject nix-functional-tests

...
nix-functional-tests| Program coreutils found: NO

../src/nix-functional-tests/meson.build:24:14: ERROR: Program 'coreutils' not found or not executable

As an example lix fixes it as https://git.lix.systems/lix-project/lix/commit/fb1b21103733a2800aede0ffead2f0e91573c0c8

Initial lix issue with some extra context: https://git.lix.systems/lix-project/lix/issues/376

Steps To Reproduce

Expected behavior

Metadata

Additional context

Checklist


Add 👍 to issues you find important.

@trofi
Copy link
Contributor Author

trofi commented Nov 26, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant