Mailing List Archive

0.9.6 rpm
I'm working to build rpm files for gnupg 0.9.6.
But I've noticed a failed test:

gpg: Firma fatta ven 07 mag 1999 00:17:42 CEST usando ELG-E key ID 9D266E0F
gpg: Buona firma da "Test one (pp=def) <one@test.nowhere.nil>"
PASS: detachm.test
FAIL: genkey1024.test
PASS: conventional.test

Machine: Linux RedHat 5.2 P133 (glibc 2.0.7)

I've not released rpms due to this problem... any hint?



--
Fabio Coatti http://felix.unife.it/~cova
Ferrara Linux Users Group http://flug.unife.it
GnuPG fp:6AB9 277E 9AA7 9D20 E82C 9EE7 2D17 E351 3DCB 0CDC
Old SysOps never die... they simply forget their password.
Re: 0.9.6 rpm [ In reply to ]
Fabio Coatti <cova@felix.unife.it> writes:

> FAIL: genkey1024.test

Can you please remove the output redirection to /dev/null for expect
in genkey1924 and if needed enable expect debugging


--
Werner Koch at guug.de www.gnupg.org keyid 621CC013
Re: 0.9.6 rpm [ In reply to ]
On Fri, May 07, 1999 at 10:12:48AM +0200, Werner Koch wrote:
> Fabio Coatti <cova@felix.unife.it> writes:
>
> > FAIL: genkey1024.test
>
> Can you please remove the output redirection to /dev/null for expect
> in genkey1924 and if needed enable expect debugging

The problem seems related to internationalization. expect wants
english (default) messages, I've LANG and LC_ALL set to it.
You have to unset LANG in chacks script (at least in genkey1024.text)

I'm uploading src and i386 rpms to pgp.4net.it. Tomorrow it will be
available.
In a few days I should build linux/sparc and hopefully linux/alpha
versions.


--
Fabio Coatti http://felix.unife.it/~cova
Ferrara Linux Users Group http://flug.unife.it
GnuPG fp:6AB9 277E 9AA7 9D20 E82C 9EE7 2D17 E351 3DCB 0CDC
Old SysOps never die... they simply forget their password.
Re: 0.9.6 rpm [ In reply to ]
On Mon, May 10, 1999 at 11:08:28PM +0200, Fabio Coatti wrote:
> The problem seems related to internationalization. expect wants
> english (default) messages, I've LANG and LC_ALL set to it.
> You have to unset LANG in chacks script (at least in genkey1024.text)
Hmm.. I believe the checks stage should be rewritten to make use of
language neutral status information. (This could not be done in all
cases, though)

--
Mike
Re: 0.9.6 rpm [ In reply to ]
Fabio Coatti <cova@felix.unife.it> writes:

> The problem seems related to internationalization. expect wants
> english (default) messages, I've LANG and LC_ALL set to it.
> You have to unset LANG in chacks script (at least in genkey1024.text)

Done.

--
Werner Koch at guug.de www.gnupg.org keyid 621CC013