From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3Pjy-000784-NT for qemu-devel@nongnu.org; Wed, 15 Jan 2014 07:38:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3Pjs-0001c4-Nw for qemu-devel@nongnu.org; Wed, 15 Jan 2014 07:38:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:8507) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3Pjs-0001bv-Fj for qemu-devel@nongnu.org; Wed, 15 Jan 2014 07:38:32 -0500 Message-ID: <52D68136.1010305@redhat.com> Date: Wed, 15 Jan 2014 13:38:14 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1389775713-996-1-git-send-email-famz@redhat.com> <1389775713-996-7-git-send-email-famz@redhat.com> <20140115123446.GA17246@T430.redhat.com> In-Reply-To: <20140115123446.GA17246@T430.redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v16 6/9] module: implement module loading List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: Kevin Wolf , Peter Maydell , Stefan Hajnoczi , Michael Tokarev , QEMU Developers , Alex Bligh , Miroslav Rezanina , =?UTF-8?B?TGx1w61zIFZpbGFub3Y=?= =?UTF-8?B?YQ==?= , Richard Henderson Il 15/01/2014 13:34, Fam Zheng ha scritto: >>> > > +echo "CONFIG_STAMP=`(echo $qemu_version; echo $pkgversion; cat $0) | sha256sum - | cut -f1 -d\ `" >> $config_host_mak >> > >> > This fails to configure under MacOSX, I'm afraid -- there is >> > no sha256sum there. > Can we assume shasum [1] always present on MaxOSX? (Seems it comes with perl.) > > [1]: https://developer.apple.com/library/mac/documentation/Darwin/Reference/Manpages/man1/shasum.1.html We will document the requirement of any of shasum/sha1sum/sha1 in the release notes anyway. Paolo