'make test' fails

Raju K V rajukv@wipinfo.soft.net
Thu, 16 Sep 1999 18:23:01 +0530


hi all,

I compiled gnupg-1.0.0 for NCR SVR4. 'configure' and 'make' went on
successfully. But when I do a 'make test' I get the foll.

/home/rajukv/work/gnupg-1.0.0> make check
Making check in intl
make[1]: Entering directory `/home/rajukv/work/gnupg-1.0.0/intl'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/rajukv/work/gnupg-1.0.0/intl'
Making check in zlib
make[1]: Entering directory `/home/rajukv/work/gnupg-1.0.0/zlib'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/rajukv/work/gnupg-1.0.0/zlib'
Making check in util
make[1]: Entering directory `/home/rajukv/work/gnupg-1.0.0/util'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/rajukv/work/gnupg-1.0.0/util'
Making check in mpi
make[1]: Entering directory `/home/rajukv/work/gnupg-1.0.0/mpi'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/rajukv/work/gnupg-1.0.0/mpi'
Making check in cipher
make[1]: Entering directory `/home/rajukv/work/gnupg-1.0.0/cipher'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/rajukv/work/gnupg-1.0.0/cipher'
Making check in tools
make[1]: Entering directory `/home/rajukv/work/gnupg-1.0.0/tools'
make[1]: Nothing to be done for `check'.
Making check in g10
make[1]: Entering directory `/home/rajukv/work/gnupg-1.0.0/g10'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/rajukv/work/gnupg-1.0.0/g10'
Making check in po
make[1]: Entering directory `/home/rajukv/work/gnupg-1.0.0/po'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/rajukv/work/gnupg-1.0.0/po'
Making check in doc
make[1]: Entering directory `/home/rajukv/work/gnupg-1.0.0/doc'
Making check in gph
make[2]: Entering directory `/home/rajukv/work/gnupg-1.0.0/doc/gph'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/rajukv/work/gnupg-1.0.0/doc/gph'
make[2]: Entering directory `/home/rajukv/work/gnupg-1.0.0/doc'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/rajukv/work/gnupg-1.0.0/doc'
make[1]: Leaving directory `/home/rajukv/work/gnupg-1.0.0/doc'
Making check in checks
make[1]: Entering directory `/home/rajukv/work/gnupg-1.0.0/checks'
make  check-TESTS
make[2]: Entering directory `/home/rajukv/work/gnupg-1.0.0/checks'
gpg (GnuPG) 1.0.0
Copyright (C) 1999 Free Software Foundation, Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See the file COPYING for details.

Supported algorithms:
Cipher: 3DES, CAST5, BLOWFISH, TWOFISH
Pubkey: ELG-E, DSA, ELG
Hash: MD5, SHA1, RIPEMD160, TIGER
PASS: version.test
PASS: mds.test
PASS: decrypt.test
PASS: decrypt-dsa.test
(../g10/gpg --homedir . -o y --yes x) failed
gpg: gpg: Test one (pp=def) <one@test.nowhere.nil
gpg: signal 11 caught ... exiting
FAIL: sigs.test
Segmentation Fault
(../g10/gpg --homedir . --keyring ./pubring.pkr --secret-keyring
./secring.skr -o y --yes x) failed
gpg: gpg: FAIL: sigs-dsa.test

then it hangs. So I have to kill the make processes. Is it a problem if
some of the test cases fail? And does anybody have any idea as to what
the problem might be?

Also when I run 'gpg -gen-key' I answer all the questions, enter the
passphrase twice and then the it hangs. Any comments on this?

Please feel free to contact me for any other info that you may require.

Thanks in advance,
Raju