From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7OvD-0006bk-Rn for qemu-devel@nongnu.org; Thu, 17 Nov 2016 10:48:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c7OvC-0002WO-Sz for qemu-devel@nongnu.org; Thu, 17 Nov 2016 10:48:19 -0500 Date: Thu, 17 Nov 2016 16:48:09 +0100 From: "Edgar E. Iglesias" Message-ID: <20161117154809.GS9606@toto> References: <11EEA13A-2C25-4034-BEB2-FBC3BB400E40@gmail.com> <5f56622d-f4d1-cb98-725d-afb845008f03@redhat.com> <7BFCE201-83A2-4FED-A7A9-894205863FA6@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7BFCE201-83A2-4FED-A7A9-894205863FA6@gmail.com> Subject: Re: [Qemu-devel] [Qemu-ppc] Problem with QEMU PPC test image List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: G 3 Cc: Thomas Huth , qemu-ppc@nongnu.org, David Gibson , qemu-devel@nongnu.org On Thu, Nov 17, 2016 at 10:44:15AM -0500, G 3 wrote: > > On Nov 17, 2016, at 8:39 AM, Thomas Huth wrote: > > >On 17.11.2016 03:25, Programmingkid wrote: > >>When I run this test disk image: http://wiki.qemu.org/download/ppc-virtexml507-linux-2_6_34.tgz > >> > >>I see these error messages: > >>/selftest.sh: line 6: /usr/bin/sha1test: not found > >>/selftest.sh: line 7: /usr/bin/hmactest: not found > >> > >>Maybe /usr/bin/sha1sum is what the first test should be. I don't see > >>anything that looked like hmactest in the image file. > > > >I guess these were test programs from the OpenSSL suite: > > > >https://github.com/openssl/openssl/blob/master/test/sha1test.c > >https://github.com/openssl/openssl/blob/master/test/hmactest.c > > > >... but apparently have not been included in the image anymore. So I'd > >suggest that you simply disable them in the selftest.sh script. > > > > Thomas > > Thanks for the help. Hi, Yes, I think I copied the /selftest.sh script from another rootfs for another target that had all the openssl tests. Cheers, Edgar > > >PS: Why is the qemu-ppc list called "list@suse.de:PowerPC list:PowerPC" > >in the "To:" field of your mail? > > I have no idea.