Page MenuHome GnuPG
Feed Advanced Search

Mar 2 2017

justus removed a project from T2847: ssh.scm fails to import ecdsa key on macOS: Restricted Project.
Mar 2 2017, 10:19 AM · MacOS, Bug Report, gnupg
ilovezfs added a comment to T2980: ssh-import.scm fails during "make check" with gnupg 2.1.19.

mkdir /run/user/YOURUID

/run is not a thing on macOS. /var/run is but requires root access. The default
socket location on macOS is

iMac-TMP:~ joe$ ls -al /tmp/com.apple.launchd.OWt2QNcw7V
total 0
drwx------   2 joe   wheel   102 Mar  1 21:13 .
drwxrwxrwt  76 root  wheel  2686 Mar  2 00:44 ..
srw-rw-rw-   1 joe   admin     0 Mar  1 21:13 Listeners

One such directory and socket are created for each user when using ssh.

Note that I had tried hacking in /usr/local/var/run in place of your /run, and
creating the directory, etc., which the test did proceed to use but it didn't
resolve the problem. (I had done that before reporting here.)

Mar 2 2017, 10:16 AM · MacOS, Bug Report, gnupg
ilovezfs added a comment to T2980: ssh-import.scm fails during "make check" with gnupg 2.1.19.

Yup! And remember, that was only a <= 10.10 issue, whereas the new "fun" is
across the board, 10.10, 10.11, and 10.12 (probably <= 10.9 too but we don't
test those).

Mar 2 2017, 10:11 AM · MacOS, Bug Report, gnupg
justus added a comment to T2980: ssh-import.scm fails during "make check" with gnupg 2.1.19.

Oh cool, so that patch was effective :)

Mar 2 2017, 10:09 AM · MacOS, Bug Report, gnupg
ilovezfs added a comment to T2980: ssh-import.scm fails during "make check" with gnupg 2.1.19.

Your T2947 says otherwise. So does T2847. Can you please clarify that?

Sure. I'm referring to 2.1.18 with your subsequent fixes. See
https://github.com/Homebrew/homebrew-versions/commit/8243792932da5b7746bf229d4b63abd7592b21b3
which has the relevant patches (thank you) on the left side of the diff.

Mar 2 2017, 9:54 AM · MacOS, Bug Report, gnupg
justus added a project to T2980: ssh-import.scm fails during "make check" with gnupg 2.1.19: MacOS.
Mar 2 2017, 9:50 AM · MacOS, Bug Report, gnupg
justus added a comment to T2980: ssh-import.scm fails during "make check" with gnupg 2.1.19.

2.1.18 did not have this problem, and the tests completed successfully within
the sandboxed Homebrew build environment.

Your T2947 says otherwise. So does T2847. Can you please clarify that?

This is the interesting part of the log:

Importing ssh keys...

> dsa Executing: '/usr/bin/ssh-add' '-'

Identity added: (stdin) ((stdin))
Executing: '/usr/bin/ssh-add' '-l' '-E' 'md5'
rsa Executing: '/usr/bin/ssh-add' '-'
Identity added: (stdin) ((stdin))
Executing: '/usr/bin/ssh-add' '-l' '-E' 'md5'
ecdsa Executing: '/usr/bin/ssh-add' '-'
Identity added: (stdin) ((stdin))
Executing: '/usr/bin/ssh-add' '-l' '-E' 'md5'
error fetching identities for protocol 1: agent refused operation
error fetching identities for protocol 2: agent refused operation

So, what happens for 'dsa', 'rsa', 'ecdsa' is that first the key is added, then
with ssh-add -l we check that it is in fact added. This works for dsa and rsa,
but fails for ecdsa.

Can you please give us ssh -V, and describe the sandbox environment? Does it
affect which ssh version is used?

Mar 2 2017, 9:50 AM · MacOS, Bug Report, gnupg
justus claimed T2980: ssh-import.scm fails during "make check" with gnupg 2.1.19.
Mar 2 2017, 9:50 AM · MacOS, Bug Report, gnupg

Mar 1 2017

ballapete added a comment to T2447: macport compile failed in libassuan-2.4.3 due to undefine _POSIX_C_SOURCE.

This happens on at least PPC Mac OS X 10.4.11, Tiger. Compiler is by default Apple's
version of GCC 4.2. The error is reported as this:

libtool: compile: /opt/local/bin/gcc-apple-4.2 -DHAVE_CONFIG_H -I. -I..
-I.. -I/opt/local/include -I/opt/local/include -pipe -Os -arch ppc -Wall
-Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT
libassuan_la-assuan-socket.lo -MD -MP -MF .deps/libassuan_la-assuan-
socket.Tpo -c assuan-socket.c -fno-common -DPIC -o .libs/libassuan_la-
assuan-socket.o
assuan-socket.c: In function 'socks5_connect':
assuan-socket.c:732: error: 'INADDR_LOOPBACK' undeclared (first use in
this function)
assuan-socket.c:732: error: (Each undeclared identifier is reported only
once
assuan-socket.c:732: error: for each function it appears in.)
make[3]: * [libassuan_la-assuan-socket.lo] Error 1
make[3]: Leaving directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports.or
g_release_tarballs_ports_devel_libassuan/libassuan/work/libassuan-2.4.3/src'
make[2]:
* [all] Error 2
make[2]: Leaving directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports.or
g_release_tarballs_ports_devel_libassuan/libassuan/work/libassuan-2.4.3/src'
make[1]: * [all-recursive] Error 1
make[1]: Leaving directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports.or
g_release_tarballs_ports_devel_libassuan/libassuan/work/libassuan-2.4.3'
make:
* [all] Error 2
make: Leaving directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports.or
g_release_tarballs_ports_devel_libassuan/libassuan/work/libassuan-2.4.3'
Command failed: cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports.or
g_release_tarballs_ports_devel_libassuan/libassuan/work/libassuan-2.4.3"
&& /usr/bin/make -w all

Cause is that the declaration of 'INADDR_LOOPBACK' is hidden behind some guards. The
two external links document the situation, they also offer patches, either the attached
one or this addition for src/assuan-socket.c:

//fix missing define in MacOSX 10.4 Tiger
#ifndef INADDR_LOOPBACK

#define INADDR_LOOPBACK (u_int32_t)0x7f000001

#endif

In ten days I'll be at home again with my Apple PowerBook G4 and might have time to
check the situation in Mac OS X 10.5, Leopard.

Mar 1 2017, 8:59 PM · MacOS, Bug Report, libassuan
ballapete changed External Link from https://trac.macports.org/ticket/51708 to https://trac.macports.org/ticket/51708, https://trac.macports.org/ticket/53602 on T2447: macport compile failed in libassuan-2.4.3 due to undefine _POSIX_C_SOURCE.
Mar 1 2017, 8:59 PM · MacOS, Bug Report, libassuan
ballapete changed Version from 2.4.3 to 2.4.3, 2.4.2 on T2447: macport compile failed in libassuan-2.4.3 due to undefine _POSIX_C_SOURCE.
Mar 1 2017, 8:59 PM · MacOS, Bug Report, libassuan
ballapete added a comment to T2447: macport compile failed in libassuan-2.4.3 due to undefine _POSIX_C_SOURCE.

D380: 963_src_assuan-socket_INADDR_LOOPBACK.patch

Mar 1 2017, 8:59 PM · MacOS, Bug Report, libassuan
justus added a project to T2447: macport compile failed in libassuan-2.4.3 due to undefine _POSIX_C_SOURCE: MacOS.
Mar 1 2017, 4:54 PM · MacOS, Bug Report, libassuan
justus added a comment to T2910: gpgme 1.8 build failure: strdup undeclared on MacOSX Sierra.

I addressed this for GPGME in 60273e8b2c11d42215a5707bc55e3e0d8f350e07 but
apparently forgot to mention that here.

I'll keep the bug open until I fixed this in all packages.

Mar 1 2017, 4:53 PM · MacOS, gpgme, Bug Report
justus added a project to T2910: gpgme 1.8 build failure: strdup undeclared on MacOSX Sierra: In Progress.
Mar 1 2017, 4:53 PM · MacOS, gpgme, Bug Report

Feb 13 2017

justus claimed T2910: gpgme 1.8 build failure: strdup undeclared on MacOSX Sierra.
Feb 13 2017, 10:33 AM · MacOS, gpgme, Bug Report

Feb 7 2017

justus added a comment to T2847: ssh.scm fails to import ecdsa key on macOS.

Addressed in 56aa85f88f6b35fb03a2dc1a95882d49a74290e3.

Feb 7 2017, 6:12 PM · MacOS, Bug Report, gnupg
justus added a project to T2847: ssh.scm fails to import ecdsa key on macOS: Restricted Project.
Feb 7 2017, 6:12 PM · MacOS, Bug Report, gnupg
ilovezfs added a comment to T2847: ssh.scm fails to import ecdsa key on macOS.

Here's the make check verbose=2 log for 2.1.18 on macOS 10.10.5 Yosemite:
https://gist.github.com/ilovezfs/d9de58955697858a1eb3c6d3a5e48bea

And ssh -V:
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011

Feb 7 2017, 12:12 PM · MacOS, Bug Report, gnupg

Jan 23 2017

werner removed a project from T2425: 2.1.14 intermittent `make check` failure on gpgtar.scm: Restricted Project.
Jan 23 2017, 11:12 PM · MacOS, gnupg, Bug Report, gnupg (gpg22)
werner added a comment to T2425: 2.1.14 intermittent `make check` failure on gpgtar.scm.

Released with 2.1.18

Jan 23 2017, 11:12 PM · MacOS, gnupg, Bug Report, gnupg (gpg22)
werner closed T2425: 2.1.14 intermittent `make check` failure on gpgtar.scm as Resolved.
Jan 23 2017, 11:12 PM · MacOS, gnupg, Bug Report, gnupg (gpg22)

Jan 18 2017

justus added a comment to T2425: 2.1.14 intermittent `make check` failure on gpgtar.scm.

Fixed in 34fa2d79a07a079be472c3ff486debfdac8c6070.

Jan 18 2017, 6:26 PM · MacOS, gnupg, Bug Report, gnupg (gpg22)
justus added a project to T2425: 2.1.14 intermittent `make check` failure on gpgtar.scm: Restricted Project.
Jan 18 2017, 6:26 PM · MacOS, gnupg, Bug Report, gnupg (gpg22)

Jan 17 2017

werner added a comment to T2910: gpgme 1.8 build failure: strdup undeclared on MacOSX Sierra.

FWIW: In GnuPG we have for example this in the configure script

*-*-hpux*)
    if test -z "$GCC" ; then
        CFLAGS="-Ae -D_HPUX_SOURCE $CFLAGS"
    fi

IF it makes things easier we may add a simlar case for macOS. But we need to do
this for many packages, I think.

Jan 17 2017, 11:02 AM · MacOS, gpgme, Bug Report

Jan 16 2017

justus added a comment to T2910: gpgme 1.8 build failure: strdup undeclared on MacOSX Sierra.

We configure the build with -D_DARWIN_C_SOURCE=900000L on our macOs box. Not
sure if this is the proper thing to do, and/or if we should just always set that
when we build on Darwin in configure.

Jan 16 2017, 11:10 AM · MacOS, gpgme, Bug Report

Jan 11 2017

aheinecke added a comment to T2885: missing prototypes in qpgme (OS X).

Thanks, applied!

Forgot to give you credit / mention this bug in the commit message. Apologies
for that.

Jan 11 2017, 3:55 PM · Unreleased, Bug Report, MacOS
aheinecke added a project to T2885: missing prototypes in qpgme (OS X): Unreleased.
Jan 11 2017, 3:55 PM · Unreleased, Bug Report, MacOS
aheinecke closed T2885: missing prototypes in qpgme (OS X) as Resolved.
Jan 11 2017, 3:55 PM · Unreleased, Bug Report, MacOS

Jan 6 2017

werner added a project to T2910: gpgme 1.8 build failure: strdup undeclared on MacOSX Sierra: MacOS.
Jan 6 2017, 7:09 PM · MacOS, gpgme, Bug Report

Dec 21 2016

werner added a project to T2885: missing prototypes in qpgme (OS X): MacOS.
Dec 21 2016, 6:40 PM · Unreleased, Bug Report, MacOS

Dec 19 2016

werner added a project to T2425: 2.1.14 intermittent `make check` failure on gpgtar.scm: MacOS.
Dec 19 2016, 11:21 AM · MacOS, gnupg, Bug Report, gnupg (gpg22)

Dec 15 2016

werner added a project to T2056: libgcrypt: make check fails "random" test on OS X 10.11 with link error: Stalled.
Dec 15 2016, 9:19 AM · Stalled, MacOS, Bug Report, libgcrypt

Dec 9 2016

werner added a comment to T2056: libgcrypt: make check fails "random" test on OS X 10.11 with link error.

FWIW, we do not see any problem with current Libgcrypt in our CUI system running
under Sierra.

Dec 9 2016, 11:20 AM · Stalled, MacOS, Bug Report, libgcrypt

Nov 29 2016

werner closed T2389: segfault after importing key, corrupting trustdb as Resolved.
Nov 29 2016, 2:59 PM · gnupg, MacOS, Bug Report
werner removed a project from T2389: segfault after importing key, corrupting trustdb: Restricted Project.
Nov 29 2016, 2:59 PM · gnupg, MacOS, Bug Report
werner added a comment to T2389: segfault after importing key, corrupting trustdb.

FWIW, we are running build tests now on macOS Sierra w/o problems.

Nov 29 2016, 2:59 PM · gnupg, MacOS, Bug Report

Nov 28 2016

justus added a comment to T2847: ssh.scm fails to import ecdsa key on macOS.

Also:

$ ssh -V
OpenSSH_7.2p2, LibreSSL 2.4.1

Nov 28 2016, 3:05 PM · MacOS, Bug Report, gnupg
justus renamed T2847: ssh.scm fails to import ecdsa key on macOS from New "make check" failures (particularly IPC) on macOS for gnupg 2.1.16 to ssh.scm fails to import ecdsa key on macOS.
Nov 28 2016, 2:27 PM · MacOS, Bug Report, gnupg
justus added a comment to T2847: ssh.scm fails to import ecdsa key on macOS.

Thanks for the report.

I changed the title to reflect what I learned from the log.

Our test runs fine, here a recent the log:

http://jenkins.gnupg.org/job/gnupg/501/XTARGET=native,label=macos/consoleFull

I don't know how to compare the OS versions, but this is what I see:

$ uname -a
Darwin ... 16.0.0 Darwin Kernel Version 16.0.0: Mon Aug 29 17:56:20 PDT 2016;
root:xnu-3789.1.32~3/RELEASE_X86_64 x86_64
$ shasum /usr/bin/ssh-add
bdb1005292b0891edba78b3f1f00fe036c4e60f9 /usr/bin/ssh-add

Could you please arrange the tests to be called using 'make check verbose=2',
and post
the generated ssh.scm.log file? For reference, here is our log:

http://jenkins.gnupg.org/job/gnupg/XTARGET=native,label=macos/ws/obj/tests/openpgp/ssh-import.scm.log/*view*/

(Note that I just renamed the test to 'ssh-import.scm'.)

Nov 28 2016, 2:27 PM · MacOS, Bug Report, gnupg

Nov 20 2016

ilovezfs added a comment to T2847: ssh.scm fails to import ecdsa key on macOS.

Ah I spoke too soon. Just got the ssh.scm:
https://bot.brew.sh/job/Homebrew%20Versions%20Pull%20Requests/1733/version=yosemite/console

Nov 20 2016, 6:49 PM · MacOS, Bug Report, gnupg
ilovezfs added a comment to T2847: ssh.scm fails to import ecdsa key on macOS.

Everything looks fine now that I removed all of the dependencies and started
from a blank slate. Sorry for the noise.

So far I'm not seeing the old "FAIL: gpgtar.scm" and "FAIL: ssh.scm"

Were those specifically fixed in some new commit(s), or am I just lucky so far?

Nov 20 2016, 6:32 PM · MacOS, Bug Report, gnupg
werner assigned T2847: ssh.scm fails to import ecdsa key on macOS to justus.
Nov 20 2016, 5:12 PM · MacOS, Bug Report, gnupg
werner updated subscribers of T2847: ssh.scm fails to import ecdsa key on macOS.
Nov 20 2016, 5:12 PM · MacOS, Bug Report, gnupg
werner added a project to T2847: ssh.scm fails to import ecdsa key on macOS: MacOS.
Nov 20 2016, 5:12 PM · MacOS, Bug Report, gnupg
werner added a project to T2848: gpg 2.1.16 throws an assertion failure when used with '--export-ssh-key': MacOS.
Nov 20 2016, 4:47 PM · Bug Report, gnupg

Aug 18 2016

werner added a project to T2389: segfault after importing key, corrupting trustdb: Restricted Project.
Aug 18 2016, 11:08 PM · gnupg, MacOS, Bug Report
cri added a comment to T2389: segfault after importing key, corrupting trustdb.

I used your workaround and haven't been running into problems since. Unfortunately, I
don't currently have the time at hand to give it a thorough test run. If I do, I will
keep you updated.

Aug 18 2016, 6:21 PM · gnupg, MacOS, Bug Report
werner added a comment to T2389: segfault after importing key, corrupting trustdb.

Could you verify that the problem has been solved (in 2.1.14)?

Aug 18 2016, 12:49 PM · gnupg, MacOS, Bug Report

Jul 14 2016

werner removed a project from T2056: libgcrypt: make check fails "random" test on OS X 10.11 with link error: Too Old.
Jul 14 2016, 11:21 PM · Stalled, MacOS, Bug Report, libgcrypt
werner added a comment to T2056: libgcrypt: make check fails "random" test on OS X 10.11 with link error.

I see. We use system() in the random test to re-execute itself. This involves
the shell and thus the problem. Need to uses fork/exec or CreateProcess calls
for that test. I guess this needs to wait until we have moved that to code to
libgpg-error as our portability layer.

Jul 14 2016, 11:21 PM · Stalled, MacOS, Bug Report, libgcrypt
chdiza reopened T2056: libgcrypt: make check fails "random" test on OS X 10.11 with link error as "Open".
Jul 14 2016, 8:05 PM · Stalled, MacOS, Bug Report, libgcrypt
chdiza added a comment to T2056: libgcrypt: make check fails "random" test on OS X 10.11 with link error.

This is still a problem on OS X 10.11.5. OS X's System Integrity Protection
"feature" is causing that test failure. If S.I.P is disabled there's no problem.

A similar-looking test failure happens in perl
(https://rt.perl.org/Public/Bug/Display.html?id=126706). Perhaps the diagnosis is
the same here.

Jul 14 2016, 8:05 PM · Stalled, MacOS, Bug Report, libgcrypt

Jun 19 2016

werner added projects to T2389: segfault after importing key, corrupting trustdb: MacOS, gnupg.
Jun 19 2016, 11:00 PM · gnupg, MacOS, Bug Report
werner added a comment to T2389: segfault after importing key, corrupting trustdb.

I am not sure about the cause for this bug. However it might be fixed either be
2.1.3 (released a few days ago) or libgpg-error 1.23.

Workaround: Use
ggp --export-ownertrust >ot.txt
rm trustdb.gpg
gpg --import-ownertrust <ot.txt

Jun 19 2016, 11:00 PM · gnupg, MacOS, Bug Report

Mar 29 2016

werner added a project to T2056: libgcrypt: make check fails "random" test on OS X 10.11 with link error: Too Old.
Mar 29 2016, 1:50 PM · Stalled, MacOS, Bug Report, libgcrypt
werner added a comment to T2056: libgcrypt: make check fails "random" test on OS X 10.11 with link error.

No updates in 8 months, thus closing.

Mar 29 2016, 1:50 PM · Stalled, MacOS, Bug Report, libgcrypt
werner closed T2056: libgcrypt: make check fails "random" test on OS X 10.11 with link error as Resolved.
Mar 29 2016, 1:50 PM · Stalled, MacOS, Bug Report, libgcrypt

Dec 10 2015

gniibe closed T2052: Segfault in gpg-agent running with --enable-ssh-support on OS X 10.10 Yosemite as Resolved.
Dec 10 2015, 1:21 AM · MacOS, Bug Report, gnupg
gniibe added a comment to T2052: Segfault in gpg-agent running with --enable-ssh-support on OS X 10.10 Yosemite.

Closing, I assume it's the same bug of 2112, which was fixed.

Dec 10 2015, 1:21 AM · MacOS, Bug Report, gnupg

Sep 29 2015

gniibe claimed T2052: Segfault in gpg-agent running with --enable-ssh-support on OS X 10.10 Yosemite.
Sep 29 2015, 7:00 AM · MacOS, Bug Report, gnupg
gniibe added a comment to T2052: Segfault in gpg-agent running with --enable-ssh-support on OS X 10.10 Yosemite.

Perhaps, this is same bug in T2112

Sep 29 2015, 7:00 AM · MacOS, Bug Report, gnupg

Sep 9 2015

werner removed a project from T1995: Error on include order: Restricted Project.
Sep 9 2015, 4:35 PM · Not A Bug, Bug Report, gnupg, MacOS
werner added a comment to T1995: Error on include order.

AFAIK, this is a bug in oner version of the OSX toolchain. Others have shown
that it is possible to build the vanilla tarball on OSX. If your problem
persists, please search the gnupg-users mailing lits and ask there for help.

Sep 9 2015, 4:35 PM · Not A Bug, Bug Report, gnupg, MacOS
werner closed T1995: Error on include order as Resolved.
Sep 9 2015, 4:35 PM · Not A Bug, Bug Report, gnupg, MacOS
werner added a project to T1995: Error on include order: Not A Bug.
Sep 9 2015, 4:35 PM · Not A Bug, Bug Report, gnupg, MacOS

Sep 8 2015

werner closed T1969: gpg-agent stops working after OSX Upgrade to Yosemite as Resolved.
Sep 8 2015, 3:00 PM · patch, Bug Report, gpgagent, gnupg, gnupg (gpg20), Won't Fix, MacOS

Sep 7 2015

werner added a project to T2056: libgcrypt: make check fails "random" test on OS X 10.11 with link error: MacOS.
Sep 7 2015, 3:26 PM · Stalled, MacOS, Bug Report, libgcrypt

Jul 21 2015

werner added a comment to T2052: Segfault in gpg-agent running with --enable-ssh-support on OS X 10.10 Yosemite.

I have no idea myself. We do not use libdispacth direclty but it may be used
indirectkly be socket or threads code. Thus I would start to look at libnpth -
but it won't be easy to find such a problem.

Jul 21 2015, 5:36 PM · MacOS, Bug Report, gnupg
epall added a comment to T2052: Segfault in gpg-agent running with --enable-ssh-support on OS X 10.10 Yosemite.

Thanks for the advice! I totally cargo-culted those flags from some tutorial on the
Internet, so I'm not surprised they're out of whack.

I can hook up a debugger and investigate myself if you give me some idea of where to
look and what to look for.

Jul 21 2015, 5:10 PM · MacOS, Bug Report, gnupg
werner added a comment to T2052: Segfault in gpg-agent running with --enable-ssh-support on OS X 10.10 Yosemite.

Thanks for the report. However I am not rigged to replicate this thus we need
to wait for someone elese to look at this.

BTW, you should not use --write-env-file and --use-standard-socket because they
are the defaults in 2.1. --scdaemon-program is only a debug option. GnuPG
knows the full names of all its modules.

Jul 21 2015, 10:27 AM · MacOS, Bug Report, gnupg
werner added a project to T2052: Segfault in gpg-agent running with --enable-ssh-support on OS X 10.10 Yosemite: MacOS.
Jul 21 2015, 10:27 AM · MacOS, Bug Report, gnupg

Jun 3 2015

dan_gpg added a project to T1995: Error on include order: Restricted Project.
Jun 3 2015, 5:30 PM · Not A Bug, Bug Report, gnupg, MacOS
dan_gpg added a comment to T1995: Error on include order.

This 1st step debugging modification on configure

  • configure 2015/06/03 14:56:54 1.1
  • configure 2015/06/03 14:57:45
  • 14873,14878 ****
  • 14873,14879 ---- else HAVE_INTTYPES_H=0 fi

+ HAVE_INTTYPES_H=0


      if test $ac_cv_header_sys_types_h = yes; then

permit a complete make && make check

Jun 3 2015, 5:08 PM · Not A Bug, Bug Report, gnupg, MacOS
werner added a project to T1995: Error on include order: MacOS.
Jun 3 2015, 4:51 PM · Not A Bug, Bug Report, gnupg, MacOS

May 11 2015

werner closed T1596: GnuPG does not work correctly with OSX MS-DOS/FAT implementation. as Resolved.
May 11 2015, 8:31 PM · Not A Bug, Bug Report, gnupg, MacOS
werner removed a project from T1596: GnuPG does not work correctly with OSX MS-DOS/FAT implementation.: Stalled.
May 11 2015, 8:31 PM · Not A Bug, Bug Report, gnupg, MacOS
werner added a project to T1596: GnuPG does not work correctly with OSX MS-DOS/FAT implementation.: Not A Bug.
May 11 2015, 8:31 PM · Not A Bug, Bug Report, gnupg, MacOS

May 6 2015

werner added a project to T1969: gpg-agent stops working after OSX Upgrade to Yosemite: Won't Fix.
May 6 2015, 9:37 AM · patch, Bug Report, gpgagent, gnupg, gnupg (gpg20), Won't Fix, MacOS
werner added a comment to T1969: gpg-agent stops working after OSX Upgrade to Yosemite.

The patch is a work for problem somewhere in the PC/SC implementaion. I am also
not sure whether a pthread_cancel for a buggy PC/SC library is a good idea.
Terminating the process seems to be a better solution.

If gpgtools wants to apply this pacth, they might of course do so but I don't
want to apply it upstream in particular not to an older version (2.1 is current).

May 6 2015, 9:37 AM · patch, Bug Report, gpgagent, gnupg, gnupg (gpg20), Won't Fix, MacOS

May 4 2015

ahin added projects to T1969: gpg-agent stops working after OSX Upgrade to Yosemite: MacOS, gnupg (gpg20), gnupg, gpgagent, Bug Report, patch.
May 4 2015, 1:21 PM · patch, Bug Report, gpgagent, gnupg, gnupg (gpg20), Won't Fix, MacOS

Jun 2 2014

werner added a project to T1596: GnuPG does not work correctly with OSX MS-DOS/FAT implementation.: Stalled.
Jun 2 2014, 7:59 PM · Not A Bug, Bug Report, gnupg, MacOS

Jan 8 2014

werner added a comment to T1596: GnuPG does not work correctly with OSX MS-DOS/FAT implementation..

That seems to be a OS/X specific bug in its file systems. I have no idea how to
fix that. Maybe this should go into the FAQ. The obvious workaround is to copy
a pubring.gpg with one key to the MSDOS directory.

Jan 8 2014, 7:57 PM · Not A Bug, Bug Report, gnupg, MacOS
werner added a project to T1596: GnuPG does not work correctly with OSX MS-DOS/FAT implementation.: MacOS.
Jan 8 2014, 7:48 PM · Not A Bug, Bug Report, gnupg, MacOS

Jun 11 2009

werner closed T1071: "Libgcrypt warning: missing initialization" on Mac OS X 10.5.7 as Resolved.
Jun 11 2009, 3:47 PM · Bug Report, libgcrypt, MacOS

Jun 9 2009

febeling added a comment to T1071: "Libgcrypt warning: missing initialization" on Mac OS X 10.5.7.

You were right, of course! Thanks for the tipp, which revealed it immediately.
Please close this ticket.

Jun 9 2009, 5:41 PM · Bug Report, libgcrypt, MacOS

Jun 4 2009

werner added a comment to T1071: "Libgcrypt warning: missing initialization" on Mac OS X 10.5.7.

That is a warning to tell you that you called a regular Libgcrypt function
before gcry_check_version. It auto-initializes Libgcrypt as a workaround.

Jun 4 2009, 1:34 PM · Bug Report, libgcrypt, MacOS

Jun 3 2009

febeling added projects to T1071: "Libgcrypt warning: missing initialization" on Mac OS X 10.5.7: MacOS, libgcrypt, Bug Report.
Jun 3 2009, 3:14 PM · Bug Report, libgcrypt, MacOS

Dec 9 2008

werner removed a project from T818: Compilation patch for Darwin 7 (a.k.a. OSX Panther): Restricted Project.
Dec 9 2008, 11:08 AM · gpgme, Bug Report, patch, MacOS
werner closed T818: Compilation patch for Darwin 7 (a.k.a. OSX Panther) as Resolved.
Dec 9 2008, 11:08 AM · gpgme, Bug Report, patch, MacOS

Dec 8 2008

werner added a comment to T818: Compilation patch for Darwin 7 (a.k.a. OSX Panther).

Trivial patch. Closing bug,.

Dec 8 2008, 11:02 AM · gpgme, Bug Report, patch, MacOS

Oct 20 2008

werner added a project to T818: Compilation patch for Darwin 7 (a.k.a. OSX Panther): Restricted Project.
Oct 20 2008, 5:00 PM · gpgme, Bug Report, patch, MacOS
werner added a comment to T818: Compilation patch for Darwin 7 (a.k.a. OSX Panther).

Applied to trunk. Unfortunately it didn't made it into 1.1.7.

Oct 20 2008, 5:00 PM · gpgme, Bug Report, patch, MacOS

Jul 25 2007

grobian set Version to 1.1.5 on T818: Compilation patch for Darwin 7 (a.k.a. OSX Panther).
Jul 25 2007, 10:10 AM · gpgme, Bug Report, patch, MacOS
grobian added projects to T818: Compilation patch for Darwin 7 (a.k.a. OSX Panther): MacOS, patch, Bug Report, gpgme.
Jul 25 2007, 10:10 AM · gpgme, Bug Report, patch, MacOS

Dec 14 2006

dshaw closed T742: libiconv as Resolved.
Dec 14 2006, 1:40 AM · MacOS, Bug Report, gnupg
dshaw added a comment to T742: libiconv.

I believe I have a fix in svn now. It works on my 10.4 box. It should
work on 10.3 and 10.2, but may not work on earlier versions.

Dec 14 2006, 1:40 AM · MacOS, Bug Report, gnupg

Dec 13 2006

werner added a project to T742: libiconv: MacOS.
Dec 13 2006, 6:12 PM · MacOS, Bug Report, gnupg