Hello,

On 2019-07-03 1:58 p.m., tkoe...@gcc.gnu.org wrote:
contrib/download_prerequisites[238]: sha512sum: not found

Could you also install that?

I installed coreutils version 8.31, but the OpenBSD package
includes a "g" prefix for all programs (e.g. "gsha512sum" and "gsort"
instead of "sha512sum" and "sort") to ensure they don't conflict
with the native OpenBSD programs.

To make the coreutils binaries the default programs,
run the following command on your shell:

   export PATH=/opt/coreutils-binaries-override/

(that directory contains symlinks without the "g" prefix.)


If you just want one program, use something like:

    $ mkdir $HOME/bin
    $ ln -s /usr/local/bin/gsha512sum $HOME/bin/sha512sum
    $ export PATH=$HOME/bin:$PATH


_______________________________________________
cfarm-users mailing list
cfarm-users@lists.tetaneutral.net
https://lists.tetaneutral.net/listinfo/cfarm-users

Reply via email to