Page MenuHome GnuPG

The quick-key-manipulation.scm test fails on 32 bit architectures
Closed, ResolvedPublic

Description

The quick-key-manipulation.scm test now fails on 32 bit architectures with:

Checking quick key generation...
Checking that we can add a user ID...
Checking that we can revoke a user ID...
Checking that we can change the expiration time.
Checking that we can add subkeys...

> () (- - -) (default default never) (rsa sign auth encr seconds=600) (rsa

auth,encr 2) (rsa sign 2105-01-01) ("/builddir/build/BUILD/gnupg-2.1.19/g10/gpg"
--no-permission-warning --quick-add-key
"19169D23563FE9682FBFD220A605EC49D6181F4D" rsa "sign" "2105-01-01") failed:
("gpg: Key generation failed: Invalid value\ngpg: Key not changed so no update
needed.\n")
0: tests.scm:133: (throw (string-append (stringify what) " failed") (:stderr
result))
1: quick-key-manipulation.scm:116: (call-check `(,@gpg --quick-add-key ,fpr ,@args))
2: #<CLOSURE>
3: tests.scm:90: (apply proc args)
4: #<CLOSURE>
5: init.scm:230: (apply proc cars)
FAIL: quick-key-manipulation.scm

This is a regression in 2.1.19, the 2.1.18 did not show this make check failure.
The test also passes fine on 64 bit architectures.

Details

Version
2.1.19