! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
thunar-svn-plugin doesn't build with subversion-1.6
Status:
RESOLVED: FIXED
Product:
Thunar-vcs-plugin
Component:
General

Comments

Description Sergey 2009-04-05 07:17:20 CEST
mv -f .deps/tsp_svn_helper-main.Tpo .deps/tsp_svn_helper-main.Po
cc -DHAVE_CONFIG_H -I. -I..  -DG_LOG_DOMAIN=\"tsp-svn-helper\" -I/usr/local/include -L/usr/local/lib  -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/thunar-vfs-1 -I/usr/local/include/exo-0.3 -I/usr/local/include/gtk-2.0 -I/usr/local/include/xfce4 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2   -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2   -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -g -O2 -I/usr/local/include/a
pr-1   -O2 -fno-strict-aliasing -pipe -MT tsp_svn_helper-tsh-common.o -MD -MP -MF .deps/tsp_svn_helper-tsh-common.Tpo -c -o tsp_svn_helper-tsh-common.o `test -f 'tsh-common.c' || echo './'`tsh-common.c
tsh-common.c: In function 'tsh_create_context':
tsh-common.c:168: warning: 'svn_auth_get_simple_provider' is deprecated (declared at /usr/local/include/subversion-1/svn_auth.h:778)
tsh-common.c:178: warning: 'svn_auth_get_ssl_client_cert_pw_file_provider' is deprecated (declared at /usr/local/include/subversion-1/svn_auth.h:1157)
tsh-common.c: In function 'tsh_log_func':
tsh-common.c:757: error: 'SVN_PROP_REVISION_AUTHOR' undeclared (first use in this function)
tsh-common.c:757: error: (Each undeclared identifier is reported only once
tsh-common.c:757: error: for each function it appears in.)
tsh-common.c:761: error: 'SVN_PROP_REVISION_DATE' undeclared (first use in this function)
tsh-common.c:770: error: 'SVN_PROP_REVISION_LOG' undeclared (first use in this function)
gmake[2]: *** [tsp_svn_helper-tsh-common.o] Error 1
gmake[2]: Leaving directory `/work/a/ports/devel/thunar-svn-plugin/work/thunar-svn-plugin-0.0.3/tsp-svn-helper'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/work/a/ports/devel/thunar-svn-plugin/work/thunar-svn-plugin-0.0.3'
Comment 1 marc 2009-04-21 05:54:13 CEST
Sorry, should have read this first before committing another report. Here's a fix:

Add:

#include <subversion-1/svn_props.h>

to tsh-common.c and tsh-properties-dialog.c
Comment 2 Sergey 2009-04-21 06:37:46 CEST
(In reply to comment #1)
> Sorry, should have read this first before committing another report. Here's a
> fix:
> 
> Add:
> 
> #include <subversion-1/svn_props.h>
> 
> to tsh-common.c and tsh-properties-dialog.c

thanks, fix works fine for me
Comment 3 Charles 2009-04-22 19:40:30 CEST
See also #5272.
http://bugzilla.xfce.org/show_bug.cgi?id=5272

(I don't have an option to mark duplicates or dependencies.)
Comment 4 Peter de Ridder editbugs 2009-04-30 15:10:30 CEST
*** Bug 5272 has been marked as a duplicate of this bug. ***
Comment 5 Peter de Ridder editbugs 2009-04-30 16:04:41 CEST
fixed in r7297
all svn functions are changed to the 1.6 api

Bug #5190

Reported by:
Sergey
Reported on: 2009-04-05
Last modified on: 2009-07-14
Duplicates (1):
  • 5272 Thunar SVN doesn't build with svn 1.6: a fix

People

Assignee:
Peter de Ridder
CC List:
2 users

Version

Version:
unspecified

Attachments

Additional information