[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

dav_svn__get_inherited_props_report and NetBSD 5.2 install

From: Carl Brewer <carl_at_bl.echidna.id.au>
Date: Wed, 10 Jul 2013 03:26:05 +1000

G'day,
I'm trying to get subversion 1.8 up on a NetBSD 5.2 (amd64) box using
pkgsrc, and am seeing the following at run-time :

bash-4.2# /etc/rc.d/apache start
Starting apache.
httpd: Syntax error on line 166 of /usr/pkg/etc/httpd/httpd.conf: Cannot
load libexec/mod_dav_svn.so into server:
/usr/pkg/libexec/mod_dav_svn.so: Undefined PLT symbol
"dav_svn__get_inherited_props_report" (symnum = 421)

I've asked the pkgsrc people and they're of the opinion that this is a
subversion issue not a pkgsrc issue, so here I am. I've grepped through
the source code and found dav_svn__get_inherited_props_report in three
files :

subversion-1.8.0/subversion/mod_dav_svn/dav_svn.h
subversion-1.8.0/subversion/mod_dav_svn/reports/inherited-props.c
subversion-1.8.0/subversion/mod_dav_svn/version.c

and if I check the freshly built mod_dav_svn.so :
bash-4.2# strings /usr/pkg/libexec/mod_dav_svn.so | grep
dav_svn__get_inherited_props_report

dav_svn__get_inherited_props_report

It's there.

Any ideas as to why I'm seeing that error? Please CC to me if possible.

Thank you

Carl
Received on 2013-07-10 06:02:12 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.