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 PS: Why is the qemu-ppc list called "l...@suse.de:PowerPC list:PowerPC" in the "To:" field of your mail?