-
Notifications
You must be signed in to change notification settings - Fork 98
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
make: arch: Command not found #92
Comments
Even though it's been around for awhile, Also, out of curiosity, what system are you running? |
ArchLinux, up-to-date. I don't have the
Output of
Edit: I just checked how ArchLinux builds coreutils and it seems fairly standard,
|
Ah, here's what's going on:
It needs to be explicitly enabled using |
Ahhhhhhh... That makes sense. I guess I'll send in a patch to the man pages then. This seems like the type of thing that should be mentioned. |
Should be fixed in 7442ff1, please reopen if for some reason it isn't. |
`arch` command is not installed at default. see coreutils document: > arch is not installed by default, so portable scripts should > not rely on its existence. https://www.gnu.org/software/coreutils/manual/html_node/arch-invocation.html ref: google/fscrypt#92 (comment)
During build I am now seeing the following error:
The build succeeds nonetheless. Is this expected? It might be related to commit 3326520
The text was updated successfully, but these errors were encountered: