You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Alexander Dreweke <al...@dreweke.net> on 2015/08/06 13:03:58 UTC

Can't build subversion 1.9 or master without gpg-agent

Hi

when trying to build subversion without gpg-agent support the build fails.

All code in subversion/libsvn_subr/gpg_agent.c is encapsulated in #ifdef 
SVN_HAVE_GPG_AGENT, but the call to 
svn_auth__get_gpg_agent_simple_provider in 
subversion/libsvn_subr/deprecated.c is missing this check.

With this patch I'm able to compile subversion without errors.

cu
     Alex

Re: Can't build subversion 1.9 or master without gpg-agent

Posted by Stefan Fuhrmann <st...@wandisco.com>.
On Thu, Aug 6, 2015 at 12:03 PM, Alexander Dreweke <al...@dreweke.net>
wrote:

> Hi
>
> when trying to build subversion without gpg-agent support the build fails.
>
> All code in subversion/libsvn_subr/gpg_agent.c is encapsulated in #ifdef
> SVN_HAVE_GPG_AGENT, but the call to svn_auth__get_gpg_agent_simple_provider
> in subversion/libsvn_subr/deprecated.c is missing this check.
>
> With this patch I'm able to compile subversion without errors.
>
> cu
>     Alex
>

Hi Alex,

Thank you for the patch!
Committed as r1694481 and proposed for backport into 1.9.x.

-- Stefan^2.