Re: Compiled binaries execute but exit with "Abort"

2015-02-24 Thread Errol Casey
got a working gpg2! Thanks. Now to figure out automation. Will post a separate thread regarding my issues with removing passphrase,. On Tue, Feb 24, 2015 at 11:23 AM, Errol Casey wrote: > i will try going back to the older version of libgpg-error > > This is the order of the build I did; if ther

Re: Compiled binaries execute but exit with "Abort"

2015-02-24 Thread Errol Casey
i will try going back to the older version of libgpg-error This is the order of the build I did; if there are versions of packages that don't require pth. Let me know and I will try to rebuild with different versions 1. Build and install pth 2.07 2. Build and install libgpg-error 1.18 (due to an

Re: Compiled binaries execute but exit with "Abort"

2015-02-19 Thread Werner Koch
On Thu, 19 Feb 2015 12:01, er...@askerrol.org said: > Thanks. Now to figure out why make check fails but make works without > error. Are there dependencies besides pth for libgpg-error? Are you using a recent Pth version? I recall that older Pth versions had problems when used by programs which a

Re: Compiled binaries execute but exit with "Abort"

2015-02-19 Thread Errol Casey
Thanks. Now to figure out why make check fails but make works without error. Are there dependencies besides pth for libgpg-error? make check-TESTS bash: line 5: 11699 Abort (core dumped) ${dir}$tst FAIL: t-version Unspecified source: Success gcrypt: Invalid length specifier in S

Re: Compiled binaries execute but exit with "Abort"

2015-02-18 Thread Werner Koch
On Wed, 18 Feb 2015 14:18, er...@askerrol.org said: > #0 0xfedc28a4 in abort () from /lib/libc.so.1 > #1 0xff15367c in get_lock_object (lockhd=0xff16e3b0) at posix-lock.c:111 That is an assert() checking that the used library matches the one used for building. This is all in libgpg-error - ple

Re: Compiled binaries execute but exit with "Abort"

2015-02-18 Thread Errol Casey
gdb gpg2 GNU gdb 6.6 Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warran

Re: Compiled binaries execute but exit with "Abort"

2015-02-17 Thread Werner Koch
On Tue, 17 Feb 2015 21:12, er...@askerrol.org said: > But it fails openpgp tests, and all executable exit with an "Abort" message. Please run such an executable under a debugger and privide a stack backtrace. Using gdb you would use: gdb g10/gpg then enter "break abort", "run", and after

Re: Compiled binaries execute but exit with "Abort"

2015-02-17 Thread Doug Barton
On 2/17/15 12:12 PM, Errol Casey wrote: gpg: WARNING: unsafe ownership on homedir `.' What are the permissions on your home directory, and your ~/.gnupg directory? ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/

Compiled binaries execute but exit with "Abort"

2015-02-17 Thread Errol Casey
I have successfully compile gnupg 2.0.26 on Solaris 10 using gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) But it fails openpgp tests, and all executable exit with an "Abort" message. I cannot determine what is causing this abort, but it I can successfullyexecute programs to generate keys. De