Page MenuHome GnuPG
Feed Advanced Search

May 22 2013

werner added a comment to T1030: GPGME reporting End of file (7,16383) for missing CRL for users own key.

Too much changed in the last 3 years, it does not make sense to follow up on
this bug. Feel free to re-open if you can replicate it with current releases.

May 22 2013, 2:53 PM · Too Old, gpgme, Bug Report, kks, S/MIME
werner added a project to T1030: GPGME reporting End of file (7,16383) for missing CRL for users own key: Too Old.
May 22 2013, 2:53 PM · Too Old, gpgme, Bug Report, kks, S/MIME
werner added a comment to T1493: gpgme hungs in test t-verify.

Thanks. Can you please cd to the build directory gpgme/tests/gpgsm and run
this on the command line (after having canceled the make check):

GPGME_DEBUG=9:/tmp/gpgme.log GNUPGHOME=$(pwd) GPG_AGENT_INFO= ./t-verify

and post the gpgme.log file?

May 22 2013, 2:51 PM · Duplicate, gpgme, Gentoo, Bug Report

May 13 2013

alonbl set External Link to https://bugs.gentoo.org/show_bug.cgi?id=467290 on T1493: gpgme hungs in test t-verify.
May 13 2013, 9:55 PM · Duplicate, gpgme, Gentoo, Bug Report
alonbl added a comment to T1493: gpgme hungs in test t-verify.

May 13 2013, 9:55 PM · Duplicate, gpgme, Gentoo, Bug Report
alonbl added a comment to T1493: gpgme hungs in test t-verify.

Did not get an email with your comment... just happened to peek.

I am sorry, I forgot to place the link to the bug.

My system:
System uname:
Linux-3.8.6-hardened-x86_64-Intel-R-_Core-TM-_i7-3520M_CPU_@_2.90GHz-with-gentoo-2.2
sys-kernel/linux-headers: 3.7 (virtual/os-headers)
sys-libs/glibc: 2.15-r3
app-shells/bash: 4.2_p45

Attached is my config.log.

At the bug link you will find the user's details.

May 13 2013, 9:55 PM · Duplicate, gpgme, Gentoo, Bug Report

May 6 2013

werner added a comment to T1493: gpgme hungs in test t-verify.

Please provide complete bug reports. Foe example the OS you are using.

May 6 2013, 12:00 PM · Duplicate, gpgme, Gentoo, Bug Report

May 5 2013

alonbl added projects to T1493: gpgme hungs in test t-verify: Bug Report, Gentoo, gpgme.
May 5 2013, 12:06 AM · Duplicate, gpgme, Gentoo, Bug Report

May 1 2013

werner added a comment to T1464: key signing in GPGME.

We need to see whether we can re-use the code from GPA for this purpose.

May 1 2013, 2:01 PM · gpgme, Feature Request
werner added a comment to T1483: GPGME hangs during make check on Mac.

For 1.4.1 I reverted the default for to --disable-fd-passing. This should fix
the immediate problem. If you can find the actual reason for this problem,
please follow up and change the status back to chatting.

May 1 2013, 1:59 PM · gpgme, Bug Report
werner added a project to T1483: GPGME hangs during make check on Mac: Stalled.
May 1 2013, 1:59 PM · gpgme, Bug Report
werner added a comment to T1375: GPGme ignores RSA_OR_IDEA.

Given that recent versions of GnupG support IDEA and won't emit such a status
line anymore, I do not think it is justified to fix this for old gpg versions.

May 1 2013, 1:25 PM · Won't Fix, gpgme, Bug Report
werner added a project to T1375: GPGme ignores RSA_OR_IDEA: Won't Fix.
May 1 2013, 1:25 PM · Won't Fix, gpgme, Bug Report
werner closed T1375: GPGme ignores RSA_OR_IDEA as Resolved.
May 1 2013, 1:25 PM · Won't Fix, gpgme, Bug Report

Mar 23 2013

outer added a comment to T1483: GPGME hangs during make check on Mac.

Following the calling chain, we eventually call the OS itself using select(2).
This happens twice. The first call works. The 2nd call hangs in a loop, with
select(2) returning <0 and errno set to EINTR (call was interrupted).

Mar 23 2013, 2:04 PM · gpgme, Bug Report

Mar 21 2013

outer added projects to T1483: GPGME hangs during make check on Mac: Bug Report, gpgme.
Mar 21 2013, 4:29 PM · gpgme, Bug Report

Mar 19 2013

werner closed T1414: Please add pkg-config support as Resolved.
Mar 19 2013, 12:44 PM · Won't Fix, gpgme, Debian, Feature Request

Jan 14 2013

flok added projects to T1464: key signing in GPGME: Feature Request, gpgme.
Jan 14 2013, 2:52 PM · gpgme, Feature Request

Dec 3 2012

werner added a comment to T1454: APPCRASH of gpgme-w32spawn.exe on Windows 7 64 bit.

That is actually a gpg*sm*.log. However, I am not sure whether a gpgme log will
be helpful. I need to replicate the problem first.

Dec 3 2012, 2:06 PM · Too Old, gpgme, Bug Report

Nov 28 2012

Ron2Lee added projects to T1454: APPCRASH of gpgme-w32spawn.exe on Windows 7 64 bit: Bug Report, gpgme.
Nov 28 2012, 7:08 PM · Too Old, gpgme, Bug Report

Nov 8 2012

me closed T1451: Compile gpgme-1.3.2 under cygwin (crippled paths when calling configure) as Resolved.
Nov 8 2012, 2:44 PM · gpgme, Bug Report
me added a comment to T1451: Compile gpgme-1.3.2 under cygwin (crippled paths when calling configure).

Thank You werner for the explanations.

As a workaround I copied to C:\GNU\GnuPG\ and this helped.
Now I have other issues but this one is solved.

Thanks again and bye.
me.

Nov 8 2012, 2:44 PM · gpgme, Bug Report

Nov 7 2012

werner added a comment to T1451: Compile gpgme-1.3.2 under cygwin (crippled paths when calling configure).

Some autoconf tests may choke on spaces in file names. Of course it is
possible to avoid this problem, but for development tools, it is not really
justified. Hacker's don't have spaces in there file names - they lead to all
kind of problems. Sometimes there is even a check for this problem:

  1. Reject unsafe characters in $HOME, $tsdir and cwd. We consider spaces
  2. as unsafe because it is too easy to get scripts wrong in this regard.

am_lf='
'
case pwd in

*[\;\\\"\#\$\&\'\`$am_lf\ \	]*)
  echo "unsafe working directory name"; DIE=yes;;

esac

But most packages don't have these checks, yet.

You should try to install into another directory - without strange characters
like spaces or parentheses.

Nov 7 2012, 3:20 PM · gpgme, Bug Report

Nov 6 2012

me added projects to T1451: Compile gpgme-1.3.2 under cygwin (crippled paths when calling configure): Bug Report, gpgme.
Nov 6 2012, 11:46 PM · gpgme, Bug Report

Sep 17 2012

werner set Due Date to Sep 30 2012, 2:00 AM on T1440: gpgme_op_encrypt_sign fails with GPG_ERR_INV_VALUE when doing symmetric encryption.
Sep 17 2012, 3:02 PM · gpgme, Bug Report

Sep 1 2012

kylehuff added projects to T1440: gpgme_op_encrypt_sign fails with GPG_ERR_INV_VALUE when doing symmetric encryption: Bug Report, gpgme.
Sep 1 2012, 8:47 PM · gpgme, Bug Report
kylehuff set Version to 1.3.2 on T1440: gpgme_op_encrypt_sign fails with GPG_ERR_INV_VALUE when doing symmetric encryption.
Sep 1 2012, 8:47 PM · gpgme, Bug Report
kylehuff added a comment to T1440: gpgme_op_encrypt_sign fails with GPG_ERR_INV_VALUE when doing symmetric encryption.

D159: 359_gpgme_op_encrypt_sign-symmetric.patch

Sep 1 2012, 8:47 PM · gpgme, Bug Report

Aug 14 2012

werner closed T1412: src/engine-uiserver.c:52:#include "status-table.h" - status-table.h doesn't exist as Resolved.
Aug 14 2012, 8:38 PM · gpgme, Bug Report
werner removed a project from T1412: src/engine-uiserver.c:52:#include "status-table.h" - status-table.h doesn't exist: Restricted Project.
Aug 14 2012, 8:38 PM · gpgme, Bug Report

Aug 13 2012

werner closed T1437: GPGME always return GPG_ERR_INV_ENGINE, with GPG4WIN as Resolved.
Aug 13 2012, 8:57 AM · gpgme, Bug Report, gpg4win, Not A Bug

Aug 11 2012

Canalian added a comment to T1437: GPGME always return GPG_ERR_INV_ENGINE, with GPG4WIN.

I discover patch for gpgme in gpg4win source. (patches/gpgme/01-gpg2.patch)
Claws-mail uses libgpgme-11.dll in gpg4win binary, which includes string
'gpg2.exe'.

I recognize gpgme in gpg4win is official version (on Windows).
We will use this version. Thank you.

  1. Claws-mail is based on Sylpheed. but, it doesn't work my environment.
Aug 11 2012, 11:33 AM · gpgme, Bug Report, gpg4win, Not A Bug

Aug 10 2012

werner added a project to T1437: GPGME always return GPG_ERR_INV_ENGINE, with GPG4WIN: Not A Bug.
Aug 10 2012, 7:02 PM · gpgme, Bug Report, gpg4win, Not A Bug
werner added a comment to T1437: GPGME always return GPG_ERR_INV_ENGINE, with GPG4WIN.

gpgme comes with gpg4win - use this version only.

You should also consider to use Claws-mail because CM has a better GnuPG
integration and best of all is part of gpg4win.

Aug 10 2012, 7:02 PM · gpgme, Bug Report, gpg4win, Not A Bug

Aug 9 2012

Canalian added projects to T1437: GPGME always return GPG_ERR_INV_ENGINE, with GPG4WIN: gpg4win, Bug Report, gpgme.
Aug 9 2012, 5:42 PM · gpgme, Bug Report, gpg4win, Not A Bug
Canalian set Version to 1.1.8 and later on T1437: GPGME always return GPG_ERR_INV_ENGINE, with GPG4WIN.
Aug 9 2012, 5:42 PM · gpgme, Bug Report, gpg4win, Not A Bug
werner added a project to T1435: duplicate syms in libmpi: libgcrypt.
Aug 9 2012, 3:26 PM · clang, gnupg, Bug Report
werner added a comment to T1435: duplicate syms in libmpi.

Hi, I changed your role from Provisional User to User - you may now update other
reports.

Aug 9 2012, 3:25 PM · clang, gnupg, Bug Report

Aug 2 2012

jaromil added projects to T1435: duplicate syms in libmpi: Bug Report, gpgme.
Aug 2 2012, 9:26 PM · clang, gnupg, Bug Report
jaromil set Version to 1.5 on T1435: duplicate syms in libmpi.
Aug 2 2012, 9:26 PM · clang, gnupg, Bug Report

Jul 18 2012

werner added a project to T1414: Please add pkg-config support: Won't Fix.
Jul 18 2012, 2:37 PM · Won't Fix, gpgme, Debian, Feature Request
werner added a comment to T1414: Please add pkg-config support.

The gpgme-config scripts goes along with the gpgme.m4 code. A .pc file won't be
able to do what we can do with this combination.

Please disregard my stupid comments about GPA. I was on the wrong track.

Jul 18 2012, 2:37 PM · Won't Fix, gpgme, Debian, Feature Request
werner added a comment to T1415: gpgme_cancel() does not stop gpg process from finishing asynchronous call.

You mean there is a useless process running which should better be killed, right?

Jul 18 2012, 12:31 PM · gpgme, Bug Report, Debian

Jul 13 2012

dleidert added projects to T1415: gpgme_cancel() does not stop gpg process from finishing asynchronous call: Debian, Bug Report, gpgme.
Jul 13 2012, 10:10 PM · gpgme, Bug Report, Debian
dleidert added a comment to T1414: Please add pkg-config support.

This won't add a dependency on pkg-config. The reporter requests, that you
ship a .pc file, so packages dependening on gpgme can use pkg-config to
determine compiler and linker flags when building against gpgme. There is no
request to make gpa use pkg-config.

Jul 13 2012, 2:39 PM · Won't Fix, gpgme, Debian, Feature Request
werner added a project to T1412: src/engine-uiserver.c:52:#include "status-table.h" - status-table.h doesn't exist: Restricted Project.
Jul 13 2012, 2:04 PM · gpgme, Bug Report
werner added a comment to T1412: src/engine-uiserver.c:52:#include "status-table.h" - status-table.h doesn't exist.

Right. Commit e7aeaeb.

I have another work item for gpgme and plan to do a new release next week.

Jul 13 2012, 2:04 PM · gpgme, Bug Report
werner added a comment to T1414: Please add pkg-config support.

In general I don't like pkg-config because it adds an extra dependecy above the
required libraries and introduces other problems. However, for GPA we already
have lot of dependencies and thus I would accept a patch.

Jul 13 2012, 1:53 PM · Won't Fix, gpgme, Debian, Feature Request

Jul 8 2012

dleidert added projects to T1414: Please add pkg-config support: Feature Request, Debian, gpgme.
Jul 8 2012, 7:55 PM · Won't Fix, gpgme, Debian, Feature Request
dleidert added projects to T1412: src/engine-uiserver.c:52:#include "status-table.h" - status-table.h doesn't exist: Bug Report, gpgme.
Jul 8 2012, 5:33 PM · gpgme, Bug Report
dleidert set Version to 1.3.2 on T1412: src/engine-uiserver.c:52:#include "status-table.h" - status-table.h doesn't exist.
Jul 8 2012, 5:33 PM · gpgme, Bug Report

May 2 2012

werner closed T1271: SIGABRT - EXC_BAD_ACCESS on mac as Resolved.
May 2 2012, 10:38 AM · Info Needed, gpgme, Bug Report
werner added a comment to T1404: Error in gpgme_decrypt_result_t structure description (documentation issue).

Fixed in master will go into 1.3.2. Thanks.

May 2 2012, 10:36 AM · gpgme, Bug Report
werner closed T1404: Error in gpgme_decrypt_result_t structure description (documentation issue) as Resolved.
May 2 2012, 10:36 AM · gpgme, Bug Report

Apr 28 2012

cancel added projects to T1404: Error in gpgme_decrypt_result_t structure description (documentation issue): Bug Report, gpgme.
Apr 28 2012, 9:26 PM · gpgme, Bug Report

Feb 4 2012

razzzu added projects to T1387: Interesting Thing: Bug Report, gpgme.
Feb 4 2012, 3:58 AM · gpgol

Jan 27 2012

marcus added a comment to T776: Obsolete version of ttyname_r() used under Darwin, not detected by ./configure.

We did some work on ttyname_r portability and close this report. If there are
still issues, please create a new report. Thanks!

Jan 27 2012, 3:23 PM · gpgme, Bug Report
marcus removed a project from T776: Obsolete version of ttyname_r() used under Darwin, not detected by ./configure: Info Needed.
Jan 27 2012, 3:23 PM · gpgme, Bug Report
marcus closed T776: Obsolete version of ttyname_r() used under Darwin, not detected by ./configure as Resolved.
Jan 27 2012, 3:23 PM · gpgme, Bug Report

Nov 6 2011

werner added a comment to T1375: GPGme ignores RSA_OR_IDEA.

IDEA warnings pop up ofthe enough, so that a special treatmeant is justified.

Nov 6 2011, 5:38 PM · Won't Fix, gpgme, Bug Report
werner assigned T1375: GPGme ignores RSA_OR_IDEA to marcus.
Nov 6 2011, 5:38 PM · Won't Fix, gpgme, Bug Report
werner updated subscribers of T1375: GPGme ignores RSA_OR_IDEA.
Nov 6 2011, 5:38 PM · Won't Fix, gpgme, Bug Report

Oct 14 2011

wiml set Version to 1.3.1 on T1375: GPGme ignores RSA_OR_IDEA.
Oct 14 2011, 5:40 AM · Won't Fix, gpgme, Bug Report
wiml added projects to T1375: GPGme ignores RSA_OR_IDEA: Bug Report, gpgme.
Oct 14 2011, 5:40 AM · Won't Fix, gpgme, Bug Report

May 30 2011

werner placed T706: gpgme does not report errors from gpg up for grabs.
May 30 2011, 4:45 PM · Too Old, gpgme, Bug Report
werner added a comment to T706: gpgme does not report errors from gpg.

The exit code alone is not sufficient to return a useful error status. Thus
Marcus is right that we can't do much and gpgconf should be used to validate the
configuration.

May 30 2011, 4:45 PM · Too Old, gpgme, Bug Report
marcus reassigned T1151: gpgme op_verify gpg1 no data error from marcus to werner.
May 30 2011, 3:37 PM · Too Old, gnupg, Info Needed, Bug Report
marcus added a comment to T1151: gpgme op_verify gpg1 no data error.

I reassign this to gnupg, because this does not seem to be related to gpgme at
all. Maybe it can be closed due to age, don't know.

May 30 2011, 3:37 PM · Too Old, gnupg, Info Needed, Bug Report
marcus reassigned T706: gpgme does not report errors from gpg from marcus to werner.
May 30 2011, 3:07 PM · Too Old, gpgme, Bug Report
marcus updated subscribers of T706: gpgme does not report errors from gpg.
May 30 2011, 3:07 PM · Too Old, gpgme, Bug Report

May 27 2011

marcus added a comment to T1195: gpgme: accepts NULL ctx, crashes.

Fixed in repository.

May 27 2011, 1:45 PM · gpgme, Bug Report
marcus closed T1195: gpgme: accepts NULL ctx, crashes as Resolved.
May 27 2011, 1:45 PM · gpgme, Bug Report

May 12 2011

marcus closed T1193: gpgme.texi: i/o callback example doesn't compile as Resolved.
May 12 2011, 2:46 PM · gpgme, Bug Report, patch
marcus added a comment to T1193: gpgme.texi: i/o callback example doesn't compile.

Fixed today, thanks.

May 12 2011, 2:46 PM · gpgme, Bug Report, patch
marcus added a comment to T1191: incomplete gpgme docs for key generation.

Fixed today, thanks.

May 12 2011, 2:46 PM · gpgme, Bug Report
marcus closed T1191: incomplete gpgme docs for key generation as Resolved.
May 12 2011, 2:46 PM · gpgme, Bug Report

Apr 8 2011

werner closed T1329: pkg-config support for gpgme as Resolved.
Apr 8 2011, 9:18 AM · Won't Fix, gpgme, Feature Request
werner added a comment to T1329: pkg-config support for gpgme.

Actually I recently changed it to detect misconfigured cross-platform build
systems. All the m4 files are chnage from time to time; it is the same as with
libtool or config.guess.

Apr 8 2011, 9:18 AM · Won't Fix, gpgme, Feature Request

Apr 4 2011

hyperair reopened T1329: pkg-config support for gpgme as "Open".
Apr 4 2011, 7:52 PM · Won't Fix, gpgme, Feature Request
hyperair added a comment to T1329: pkg-config support for gpgme.

Well, so be it then. I can't say I understand the decision (have you considered those
who don't need that unnecessary flexibility?), but I guess I'll just have to continue
shipping gpgme.m4 within the geany-plugins autofoo buildsys. The waf buildsys will just
have to reimplement the check. I don't look forward to the day that you guys decide to
change gpgme.m4 though, assuming that ever happens.

Apr 4 2011, 7:52 PM · Won't Fix, gpgme, Feature Request
werner added a project to T1329: pkg-config support for gpgme: Won't Fix.
Apr 4 2011, 4:46 PM · Won't Fix, gpgme, Feature Request
werner closed T1329: pkg-config support for gpgme as Resolved.
Apr 4 2011, 4:46 PM · Won't Fix, gpgme, Feature Request
werner added a comment to T1329: pkg-config support for gpgme.

If you use CMAKE, you need to write your own test. gpgme-config provides all
what you need.

Apr 4 2011, 4:46 PM · Won't Fix, gpgme, Feature Request

Mar 30 2011

hyperair added a comment to T1329: pkg-config support for gpgme.

That's the current approach I'm using, but like I said in the first message, it
feels ugly and hackish.

Mar 30 2011, 12:05 PM · Won't Fix, gpgme, Feature Request
werner added a comment to T1329: pkg-config support for gpgme.

Okay, I now see what you mean.
autoconf.sh is a mainatiner tool and not a distribution. If your application
uses gpgme, I suggest to distribute the gpgme.m4 in the m4 directory.

Mar 30 2011, 11:12 AM · Won't Fix, gpgme, Feature Request
werner added a comment to T1329: pkg-config support for gpgme.

I don't understand what you mean. gpgme.m4 gets installed my gpgme and thus the
AM_PATH_GPGME macro is available. There will be no pkg-config support, becuase
cusom config files are more flexible.

Mar 30 2011, 11:10 AM · Won't Fix, gpgme, Feature Request

Mar 29 2011

hyperair added projects to T1329: pkg-config support for gpgme: Feature Request, gpgme.
Mar 29 2011, 5:02 PM · Won't Fix, gpgme, Feature Request
hyperair set Version to git master on T1329: pkg-config support for gpgme.
Mar 29 2011, 5:02 PM · Won't Fix, gpgme, Feature Request

Feb 21 2011

werner added a project to T1271: SIGABRT - EXC_BAD_ACCESS on mac: Info Needed.
Feb 21 2011, 5:41 PM · Info Needed, gpgme, Bug Report
werner added a comment to T1271: SIGABRT - EXC_BAD_ACCESS on mac.

Please try a decent version of GPGME before entering an entry into the BTS.

Feb 21 2011, 5:41 PM · Info Needed, gpgme, Bug Report
werner set Due Date to Mar 15 2011, 1:00 AM on T1271: SIGABRT - EXC_BAD_ACCESS on mac.
Feb 21 2011, 5:41 PM · Info Needed, gpgme, Bug Report

Jan 7 2011

werner added a comment to T1309: typo in gpgme_op_{keylist,trustlist}_end doc.

Fixed in 3a7058c

Jan 7 2011, 2:03 PM · gpgme, Bug Report
werner closed T1309: typo in gpgme_op_{keylist,trustlist}_end doc as Resolved.
Jan 7 2011, 2:03 PM · gpgme, Bug Report
werner changed Version from svn to git on T1309: typo in gpgme_op_{keylist,trustlist}_end doc.
Jan 7 2011, 2:03 PM · gpgme, Bug Report

Dec 27 2010

ueno set Version to svn on T1309: typo in gpgme_op_{keylist,trustlist}_end doc.
Dec 27 2010, 3:21 AM · gpgme, Bug Report
ueno added a comment to T1309: typo in gpgme_op_{keylist,trustlist}_end doc.

D146: 322_gpgme-list-end-doc.patch

Dec 27 2010, 3:21 AM · gpgme, Bug Report
ueno added projects to T1309: typo in gpgme_op_{keylist,trustlist}_end doc: Bug Report, gpgme.
Dec 27 2010, 3:21 AM · gpgme, Bug Report

Aug 19 2010

werner added a project to T1270: (this is a duplicate, please ignore / delete): Mistaken.
Aug 19 2010, 2:09 PM · Mistaken, gpgme, Bug Report
werner closed T1270: (this is a duplicate, please ignore / delete) as Resolved.
Aug 19 2010, 2:09 PM · Mistaken, gpgme, Bug Report

Aug 17 2010

jjmocko renamed T1270: (this is a duplicate, please ignore / delete) from SIGABRT - EXC_BAD_ACCESS on mac to (this is a duplicate, please ignore / delete).
Aug 17 2010, 4:47 PM · Mistaken, gpgme, Bug Report