Opened 11 years ago

Closed 11 years ago

#39861 closed defect (fixed)

subversion: error: 'SVN_AUTH_PARAM_GNOME_KEYRING_UNLOCK_PROMPT_FUNC' undeclared

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: danielluke (Daniel J. Luke)
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: Cc: blair (Blair Zajac)
Port: subversion

Description

Building subversion 1.8.1 fails on Leopard:

subversion/libsvn_subr/cmdline.c: In function 'svn_cmdline_create_auth_baton':
subversion/libsvn_subr/cmdline.c:630: error: 'SVN_AUTH_PARAM_GNOME_KEYRING_UNLOCK_PROMPT_FUNC' undeclared (first use in this function)
subversion/libsvn_subr/cmdline.c:630: error: (Each undeclared identifier is reported only once
subversion/libsvn_subr/cmdline.c:630: error: for each function it appears in.)
make: *** [subversion/libsvn_subr/cmdline.lo] Error 1

1.7.10 installed ok.

Attachments (1)

subversion.main.log (50.3 KB) - added by ryandesign (Ryan Carsten Schmidt) 11 years ago.

Download all attachments as: .zip

Change History (8)

Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: subversion.main.log added

comment:1 Changed 11 years ago by danielluke (Daniel J. Luke)

FYI -, it builds fine on my Leopard/ppc box.

comment:2 Changed 11 years ago by danielluke (Daniel J. Luke)

Do you have gnome-keyring installed? Maybe we need to set up or patch things so it doesn't go out and look for gnome-keyring?

comment:3 Changed 11 years ago by danielluke (Daniel J. Luke)

(from the configure log, it does appear that that's the difference between my build and yours).

patches welcome ;-)

comment:4 in reply to:  2 Changed 11 years ago by jwhowse4

Replying to dluke@…:

Do you have gnome-keyring installed? Maybe we need to set up or patch things so it doesn't go out and look for gnome-keyring?

I am having the same problem under Lion 10.7.5 and Xcode 4.6.3. Deactivating the port libgnome-keyring allowed me to successfully build subversion. However the +tools variant no longer builds...

comment:5 Changed 11 years ago by eborisch (Eric A. Borisch)

Adding --without-gnome-keyring to configure.args fixes it for me.

comment:6 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: leopard removed

comment:7 Changed 11 years ago by danielluke (Daniel J. Luke)

Resolution: fixed
Status: newclosed

Thanks - r108556

Note: See TracTickets for help on using tickets.