[mod_gnutls-devel] make check

Daniel Kahn Gillmor dkg at fifthhorseman.net
Tue Jun 24 19:54:14 CEST 2014


Hi Nikos--

On 06/24/2014 12:57 PM, Nikos Mavrogiannopoulos wrote:

>  I'm trying to use the "make check" operation on a Fedora system, and
> I get the following error:
> $ make
> GNUPGHOME=server/ gpg --armor --export "$(GNUPGHOME=server/ gpg
> --with-colons --list-secret-keys --fingerprint | grep ^fpr: | cut -f
> 10 -d :)" > server/minimal.pgp
> gpg: key "" not found: malformed user id
> gpg: WARNING: nothing exported
> make: *** [server/minimal.pgp] Error 2
> rm server/minimal.pgp

do you have the monkeysphere package installed?  I think this line is
failing because the initial key creation (a line or two above?) failed.

it's possible that "make check" won't work without monkeysphere
installed, in particular, it needs at least the pem2openpgp translator.

Some of the later tests (the ones that test the MSVA validation setup)
will of course also need the monkeysphere validation agent running.

can you show the output of:

 ls -l t/server

it should look something like this:

0 dkg at alice:~/src/mod_gnutls/mod_gnutls$ ls -l t/server
total 36
-rw-r--r-- 1 dkg dkg 1503 Jun 24 13:53 cert.pgp
-rw------- 1 dkg dkg  705 Jun 24 13:53 pubring.gpg
-rw------- 1 dkg dkg  705 Jun 24 13:53 pubring.gpg~
-rw-r--r-- 1 dkg dkg 6796 Jun 24 13:53 secret.key
-rw-r--r-- 1 dkg dkg 2094 Jun 24 13:53 secret.pgp
-rw------- 1 dkg dkg 1476 Jun 24 13:53 secring.gpg
-rw------- 1 dkg dkg 1280 Jun 24 13:53 trustdb.gpg
-rw-r--r-- 1 dkg dkg 1314 Jun 24 13:53 x509.pem
0 dkg at alice:~/src/mod_gnutls/mod_gnutls$


> To be honest I don't understand the syntax used in GNUPGHOME and what
> is the intention. Is there some particular version of make or bash
> assumed?

it shouldn't depend on the version of make or bash, no.

	--dkg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 1010 bytes
Desc: OpenPGP digital signature
URL: </pipermail/attachments/20140624/d0c34306/attachment.sig>


More information about the mod_gnutls-devel mailing list