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.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
May 22 2013
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 13 2013
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 6 2013
Please provide complete bug reports. Foe example the OS you are using.
May 5 2013
May 1 2013
We need to see whether we can re-use the code from GPA for this purpose.
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.
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.
Mar 23 2013
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 21 2013
Mar 19 2013
Jan 14 2013
Dec 3 2012
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.
Nov 28 2012
Nov 8 2012
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 7 2012
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:
- Reject unsafe characters in $HOME, $tsdir and cwd. We consider spaces
- 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 6 2012
Sep 17 2012
Sep 1 2012
Aug 14 2012
Aug 13 2012
Aug 11 2012
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.
- Claws-mail is based on Sylpheed. but, it doesn't work my environment.
Aug 10 2012
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 9 2012
Hi, I changed your role from Provisional User to User - you may now update other
reports.
Aug 2 2012
Jul 18 2012
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.
You mean there is a useless process running which should better be killed, right?
Jul 13 2012
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.
Right. Commit e7aeaeb.
I have another work item for gpgme and plan to do a new release next week.
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 8 2012
May 2 2012
Fixed in master will go into 1.3.2. Thanks.
Apr 28 2012
Feb 4 2012
Jan 27 2012
We did some work on ttyname_r portability and close this report. If there are
still issues, please create a new report. Thanks!
Nov 6 2011
IDEA warnings pop up ofthe enough, so that a special treatmeant is justified.
Oct 14 2011
May 30 2011
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.
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 27 2011
Fixed in repository.
May 12 2011
Fixed today, thanks.
Fixed today, thanks.
Apr 8 2011
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 4 2011
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.
If you use CMAKE, you need to write your own test. gpgme-config provides all
what you need.
Mar 30 2011
That's the current approach I'm using, but like I said in the first message, it
feels ugly and hackish.
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.
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 29 2011
Feb 21 2011
Please try a decent version of GPGME before entering an entry into the BTS.
Jan 7 2011
Fixed in 3a7058c