bug-gsrc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gsrc] Attempting to build/install gsrc undert Mac OS X El Capit


From: Brandon Invergo
Subject: Re: [bug-gsrc] Attempting to build/install gsrc undert Mac OS X El Capitan (10.11.6)
Date: Sat, 03 Sep 2016 11:47:30 +0100

On Sat, 2016-09-03 at 00:51 -0400, Samuel Dupree wrote:
> /bin/sh: sha256sum: command not found
> [checksum] hello-2.10.tar.gz failed checksum test!
> make: *** [checksum-hello-2.10.tar.gz] Error 1
> 
> The problem appears to be with the command sha256sum. Mac OS X uses 
> shasum and not sha256sum. I haven't found where the sha256sum appears in 
> the makefiles that generated.
> 
> Any thoughts?

In the file "gar/config.mk", add the following line:

    CHECKSUM_CMD = shasum

That should do the trick.  If not, let us know.

-brandon

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]