Compiling 1.2.1 on BSDI 4.1 and 4.3 and I get the same failures on gmake test

Booker booker@lava.net
Sat Nov 9 09:44:02 2002


This is a multi-part message in MIME format.

------=_NextPart_000_004A_01C28778.8951F430
Content-Type: text/plain;
	charset="US-ASCII"
Content-Transfer-Encoding: 7bit

When I'm doing a 'gmake test' i fail on mds.test and sigs.test on 2
machines running BSDI, one is 4.1 and the other is 4.3.  I couldn't find
any docs on what to look for if there are failures for those 2 tests.
Here's my output when doing a gmake test
 
Any suggestions?
 
Booker
 
bash-2.02$ gmake check
Making check in intl
gmake[1]: Entering directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/intl'
gmake[1]: Nothing to be done for `check'.
gmake[1]: Leaving directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/intl'
Making check in zlib
gmake[1]: Entering directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/zlib'
gmake[1]: Nothing to be done for `check'.
gmake[1]: Leaving directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/zlib'
Making check in util
gmake[1]: Entering directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/util'
gmake[1]: Nothing to be done for `check'.
gmake[1]: Leaving directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/util'
Making check in mpi
gmake[1]: Entering directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/mpi'
gmake[1]: Nothing to be done for `check'.
gmake[1]: Leaving directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/mpi'
Making check in cipher
gmake[1]: Entering directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/cipher'
gmake[1]: Nothing to be done for `check'.
gmake[1]: Leaving directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/cipher'
Making check in tools
gmake[1]: Entering directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/tools'
gmake[1]: Nothing to be done for `check'.
gmake[1]: Leaving directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/tools'
Making check in g10
gmake[1]: Entering directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/g10'
gmake[1]: Nothing to be done for `check'.
gmake[1]: Leaving directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/g10'
Making check in keyserver
gmake[1]: Entering directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/keyserver'
gmake[1]: Nothing to be done for `check'.
gmake[1]: Leaving directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/keyserver'
Making check in po
gmake[1]: Entering directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/po'
gmake[1]: Nothing to be done for `check'.
gmake[1]: Leaving directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/po'
Making check in doc
gmake[1]: Entering directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/doc'
gmake[1]: Nothing to be done for `check'.
gmake[1]: Leaving directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/doc'
Making check in checks
gmake[1]: Entering directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/checks'
gmake  check-TESTS
gmake[2]: Entering directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/checks'
gpg (GnuPG) 1.2.1
Copyright (C) 2002 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.
 
Home: .
Supported algorithms:
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA, ELG
Cipher: 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH
Hash: MD5, SHA1, RIPEMD160
Compress: Uncompressed, ZIP, ZLIB
PASS: version.test
FAIL: mds.test
PASS: decrypt.test
PASS: decrypt-dsa.test
FAIL: sigs.test
PASS: sigs-dsa.test
PASS: encrypt.test
PASS: encrypt-dsa.test
PASS: seat.test
PASS: clearsig.test
PASS: encryptp.test
PASS: detach.test
PASS: armsigs.test
PASS: armencrypt.test
PASS: armencryptp.test
PASS: signencrypt.test
PASS: signencrypt-dsa.test
PASS: armsignencrypt.test
PASS: armdetach.test
PASS: armdetachm.test
PASS: detachm.test
PASS: genkey1024.test
PASS: conventional.test
PASS: conventional-mdc.test
PASS: multisig.test
====================
2 of 25 tests failed
====================
gmake[2]: *** [check-TESTS] Error 1
gmake[2]: Leaving directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/checks'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/checks'
gmake: *** [check-recursive] Error 1
bash-2.02$ 


------=_NextPart_000_004A_01C28778.8951F430
Content-Type: text/html;
	charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<TITLE>Message</TITLE>

<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR></HEAD>
<BODY>
<DIV><SPAN class=3D892034208-09112002><FONT face=3DArial size=3D2>When =
I'm doing a=20
'gmake test' i fail on mds.test and sigs.test on 2 machines running =
BSDI, one is=20
4.1 and the other is 4.3.&nbsp; I couldn't find any docs on what to look =
for if=20
there are failures for those 2 tests.&nbsp; Here's my output when doing =
a gmake=20
test</FONT></SPAN></DIV>
<DIV><SPAN class=3D892034208-09112002><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D892034208-09112002><FONT face=3DArial size=3D2>Any=20
suggestions?</FONT></SPAN></DIV>
<DIV><SPAN class=3D892034208-09112002><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D892034208-09112002><FONT face=3DArial=20
size=3D2>Booker</FONT></SPAN></DIV>
<DIV><SPAN class=3D892034208-09112002><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D892034208-09112002><FONT face=3DArial =
size=3D2>bash-2.02$ gmake=20
check<BR>Making check in intl<BR>gmake[1]: Entering directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/intl'<BR>gmake[1]: =
Nothing to=20
be done for `check'.<BR>gmake[1]: Leaving directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/intl'<BR>Making check =
in=20
zlib<BR>gmake[1]: Entering directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/zlib'<BR>gmake[1]: =
Nothing to=20
be done for `check'.<BR>gmake[1]: Leaving directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/zlib'<BR>Making check =
in=20
util<BR>gmake[1]: Entering directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/util'<BR>gmake[1]: =
Nothing to=20
be done for `check'.<BR>gmake[1]: Leaving directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/util'<BR>Making check =
in=20
mpi<BR>gmake[1]: Entering directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/mpi'<BR>gmake[1]: =
Nothing to=20
be done for `check'.<BR>gmake[1]: Leaving directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/mpi'<BR>Making check =
in=20
cipher<BR>gmake[1]: Entering directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/cipher'<BR>gmake[1]: =
Nothing=20
to be done for `check'.<BR>gmake[1]: Leaving directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/cipher'<BR>Making =
check in=20
tools<BR>gmake[1]: Entering directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/tools'<BR>gmake[1]: =
Nothing=20
to be done for `check'.<BR>gmake[1]: Leaving directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/tools'<BR>Making =
check in=20
g10<BR>gmake[1]: Entering directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/g10'<BR>gmake[1]: =
Nothing to=20
be done for `check'.<BR>gmake[1]: Leaving directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/g10'<BR>Making check =
in=20
keyserver<BR>gmake[1]: Entering directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/keyserver'<BR>gmake[1]=
:=20
Nothing to be done for `check'.<BR>gmake[1]: Leaving directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/keyserver'<BR>Making =
check in=20
po<BR>gmake[1]: Entering directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/po'<BR>gmake[1]: =
Nothing to=20
be done for `check'.<BR>gmake[1]: Leaving directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/po'<BR>Making check =
in=20
doc<BR>gmake[1]: Entering directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/doc'<BR>gmake[1]: =
Nothing to=20
be done for `check'.<BR>gmake[1]: Leaving directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/doc'<BR>Making check =
in=20
checks<BR>gmake[1]: Entering directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/checks'<BR>gmake&nbsp;=
=20
check-TESTS<BR>gmake[2]: Entering directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/checks'<BR>gpg =
(GnuPG)=20
1.2.1<BR>Copyright (C) 2002 Free Software Foundation, Inc.<BR>This =
program comes=20
with ABSOLUTELY NO WARRANTY.<BR>This is free software, and you are =
welcome to=20
redistribute it<BR>under certain conditions. See the file COPYING for=20
details.</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D892034208-09112002><FONT face=3DArial size=3D2>Home: =
.<BR>Supported=20
algorithms:<BR>Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA, ELG<BR>Cipher: =
3DES,=20
CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH<BR>Hash: MD5, SHA1,=20
RIPEMD160<BR>Compress: Uncompressed, ZIP, ZLIB<BR>PASS: =
version.test<BR>FAIL:=20
mds.test<BR>PASS: decrypt.test<BR>PASS: decrypt-dsa.test<BR>FAIL:=20
sigs.test<BR>PASS: sigs-dsa.test<BR>PASS: encrypt.test<BR>PASS:=20
encrypt-dsa.test<BR>PASS: seat.test<BR>PASS: clearsig.test<BR>PASS:=20
encryptp.test<BR>PASS: detach.test<BR>PASS: armsigs.test<BR>PASS:=20
armencrypt.test<BR>PASS: armencryptp.test<BR>PASS: =
signencrypt.test<BR>PASS:=20
signencrypt-dsa.test<BR>PASS: armsignencrypt.test<BR>PASS:=20
armdetach.test<BR>PASS: armdetachm.test<BR>PASS: detachm.test<BR>PASS:=20
genkey1024.test<BR>PASS: conventional.test<BR>PASS:=20
conventional-mdc.test<BR>PASS: =
multisig.test<BR>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D<BR>2 of 25=20
tests =
failed<BR>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<BR=
>gmake[2]: *** [check-TESTS] Error=20
1<BR>gmake[2]: Leaving directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/checks'<BR>gmake[1]: =
***=20
[check-am] Error 2<BR>gmake[1]: Leaving directory=20
`/usr/local/packages/in-progress/gnupg/gnupg-1.2.1/checks'<BR>gmake: *** =

[check-recursive] Error 1<BR>bash-2.02$ =
<BR></FONT></SPAN></DIV></BODY></HTML>

------=_NextPart_000_004A_01C28778.8951F430--