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