make check w/egd.pl

Steve Nunez snunez@tibco.com
Fri, 10 Sep 1999 15:39:35 +0800 (SGT)


Hi Folks,
   gnupg is now compiling fine, and passes 'make check'. However it
only does so _without_ egd. I've got the latest version of egd (0.6)
and it install and passes its checks with no problem. I've started it
up with "egd.pl ~/.gnupg/entropy", recompiled gnupg with "configure
--enable-static-rnd=egd" and now "make check" fails on 18/23 tests!
Most of them appear to be related to not being able to find
./entropy, like so:

FAIL: detachm.test
"expect" needed but not found - test skipped
PASS: genkey1024.test
(../g10/gpg --homedir . --passphrase-fd 0 -c -o x --yes plain-2) failed
gpg: fatal: can't connect to `./entropy': No such file or directory
secmem usage: 2496/2496 bytes in 8/8 blocks of pool 2496/16384
FAIL: conventional.test
=====================
18 of 23 tests failed
=====================
gmake[2]: *** [check-TESTS] Error 1
gmake[2]: Leaving directory `/usr/local/src/gnupg-1.0.0/checks'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/usr/local/src/gnupg-1.0.0/checks'
gmake: *** [check-recursive] Error 1


Does anyone know how to get around this problem?

Cheers,
	- SteveN