GnuPG 2.0.27 fails tests on Solaris 10 sparc
Laurent Blume
laurent at elanor.org
Thu Feb 19 15:53:07 CET 2015
Hello,
I'm having issues packaging 2.0.27 on Solaris 10 sparc: some tests are
failing, for no clear reason.
Here's the quick output:
gmake[3]: Entering directory
'/home/laurent/opencsw/gnupg2/trunk/work/solaris10-sparc/build-isa-sparcv8plus/gnupg-2.0.27/common'
/bin/bash: line 5: 17724 Abort (core dumped) ${dir}$tst
FAIL: t-convert
PASS: t-percent
PASS: t-gettime
PASS: t-sysutils
PASS: t-sexputil
max. file descriptors: 65536
open file descriptors: 3
PASS: t-exechelp
Known envvars: GPG_TTY(ttyname) TERM(ttytype) DISPLAY(display)
XAUTHORITY(xauthority) XMODIFIERS GTK_IM_MODULE QT_IM_MODULE
PINENTRY_USER_DATA(pinentry-user-data)
PASS: t-session-env
/bin/bash: line 5: 17785 Abort (core dumped) ${dir}$tst
FAIL: t-ssh-utils
======================================
2 of 8 tests failed
Please report to http://bugs.gnupg.org
======================================
Here's what I could gather:
$ ../../g10/gpg2 --homedir . --quiet --yes --no-permission-warning
--import ./pubdemo.asc
Warning: using insecure memory!
Abort
The bottom of a truss on the same command:
3206: llseek(5, 0, SEEK_SET) = 0
3206: read(5, "9901A204 ?F2 5\b1104\0BF".., 8192) = 8192
3206: read(5, "D8839901A204 6E3A2E21104".., 8192) = 8192
3206: read(5, " pB9EF8899D68C ZFC\r x |".., 8192) = 8192
3206: read(5, "96 &E8EDE297\r I12BD ?97".., 8192) = 8192
3206: llseek(4, 0, SEEK_SET) = 0
3206: llseek(4, 25746, SEEK_SET) = 25746
3206: read(4, "9901A204 6E3B5CB1104\081".., 8192) = 8192
3206: llseek(4, 0, SEEK_SET) = 0
3206: read(4, "9901A204 ?F2 5\b1104\0BF".., 8192) = 8192
3206: read(4, "D8839901A204 6E3A2E21104".., 8192) = 8192
3206: read(4, " pB9EF8899D68C ZFC\r x |".., 8192) = 8192
3206: read(4, "96 &E8EDE297\r I12BD ?97".., 8192) = 8192
3206: llseek(5, 0, SEEK_SET) = 0
3206: llseek(5, 25746, SEEK_SET) = 25746
3206: read(5, "9901A204 6E3B5CB1104\081".., 8192) = 8192
3206: close(3) = 0
3206: munmap(0xFF030000, 32768) = 0
3206: sigaction(SIGABRT, 0x00000000, 0xFFBFF2B0) = 0
3206: sigaction(SIGABRT, 0xFFBFF160, 0xFFBFF200) = 0
3206: sigfillset(0xFF35B3BC) = 0
3206: lwp_sigmask(SIG_SETMASK, 0x00000000, 0x00000000) = 0xFFBFFEFF
[0x0000FFFF]
3206: lwp_kill(1, SIGABRT) = 0
3206: Received signal #6, SIGABRT [default]
3206: siginfo: SIGABRT pid=3206 uid=17160 code=-1
I'm not having issue with the same on Solaris 10 x86.
Anything else I can do to diagnose this?
Laurent
More information about the Gnupg-devel
mailing list