[darcs-devel] [patch2063] add a test for gpg signed send/apply

Ganesh Sittampalam bugs at darcs.net
Sat Aug 1 06:51:58 UTC 2020


Ganesh Sittampalam <ganesh at earth.li> added the comment:

Failed again. 'gpgconf --create-socketdir' fails even when I run it from the
command-line with no special environment, so I agree something must be up
with my gpg installation in some sense, though I haven't done anything weird
to it deliberately.

__________________________________
Darcs bug tracker <bugs at darcs.net>
<http://bugs.darcs.net/patch2063>
__________________________________
-------------- next part --------------
send_apply_signed (Darcs2) (PatienceDiff): [Failed]
|
| gpg --version >/dev/null || exit 200
| + gpg --version
|
| if ! test -d gpghome; then
|   tar xf $TESTDATA/gpghome.tar.gz
| fi
| + test -d gpghome
| + tar xf /home/ganesh/darcs/screened/tests/data/gpghome.tar.gz
|
| export GNUPGHOME="$(/bin/pwd)/gpghome"
| ++ /bin/pwd
| + export GNUPGHOME=/c/Users/Ganesh/AppData/Local/Temp/tmp3F52/gpghome
| + GNUPGHOME=/c/Users/Ganesh/AppData/Local/Temp/tmp3F52/gpghome
|
| gpgconf --create-socketdir
| + gpgconf --create-socketdir
| gpgconf: socketdir is '/c/Users/Ganesh/AppData/Local/Temp/tmp3F52/gpghome'
| gpgconf:      no /run/user dir
| gpgconf:      using homedir as fallback
| gpgconf: error creating socket directory
| gpgconf: fatal error (exit status 1)


More information about the darcs-devel mailing list