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

Re: svn commit: r894053 - in /subversion/trunk/subversion/libsvn_ra_serf: auth.c ra_serf.h serf.c util.c

From: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: Tue, 29 Dec 2009 08:27:49 +0100

On Mon, Dec 28, 2009 at 11:40 PM, Hyrum K. Wright
<hyrum_wright_at_mail.utexas.edu> wrote:
>
> On Dec 27, 2009, at 4:57 AM, lgo_at_apache.org wrote:
>
>> Author: lgo
>> Date: Sun Dec 27 10:57:39 2009
>> New Revision: 894053
>>
>> URL: http://svn.apache.org/viewvc?rev=894053&view=rev
>> Log:
>> ra_serf: Use the new serf API for serf-based authentication. Remove support for
>> Basic authentication, as serf will handle that now.
>>
>> Requires serf r1289 (when building svn with serf trunk).
>
> This looks like Subversion trunk should be still buildable with serf 0.3, but when I try to do that, I get the following error:
>
> [[[
> dhcp-198-227:svn-trunk Hyrum$ make -j1
> cd subversion/svn && /opt/local/share/apr-1/build/libtool --tag=CC --silent --mode=link gcc -static  -Wold-style-definition -Wshorten-64-to-32 -Wnewline-eof -Wextra-tokens -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-long-long -g -Werror=implicit-function-declaration  -DSVN_DEBUG -DAP_DEBUG  -L/opt/local/lib/db46 -L/opt/local/lib  -rpath /usr/local/lib  -o svn  add-cmd.lo blame-cmd.lo cat-cmd.lo changelist-cmd.lo checkout-cmd.lo cleanup-cmd.lo commit-cmd.lo conflict-callbacks.lo copy-cmd.lo delete-cmd.lo diff-cmd.lo export-cmd.lo help-cmd.lo import-cmd.lo info-cmd.lo list-cmd.lo lock-cmd.lo log-cmd.lo main.lo merge-cmd.lo mergeinfo-cmd.lo mkdir-cmd.lo move-cmd.lo notify.lo obliterate-cmd.lo patch-cmd.lo propdel-cmd.lo propedit-cmd.lo propget-cmd.lo proplist-cmd.lo props.lo propset-cmd.lo resolve-cmd.lo resolved-cmd.lo revert-cmd.lo status-cmd.lo status.lo switch-cmd.lo tree-conflicts.lo unlock-cmd.lo update-cmd.lo upgrade-cmd.lo util.lo ../../subversion/libsvn_client/libsvn_client-1.la ../../subversion/libsvn_wc/libsvn_wc-1.la ../../subversion/libsvn_ra/libsvn_ra-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_diff/libsvn_diff-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la -L/opt/local/lib -laprutil-1 -L/opt/local/lib -lapr-1  -lintl  -framework Security -framework CoreFoundation -framework CoreServices
> Undefined symbols:
>  "_serf_config_credentials_callback", referenced from:
>      _load_config in libsvn_ra_serf-1.a(serf.o)
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> make: *** [subversion/svn/svn] Error 1
> ]]]
>
> Do I need serf trunk to build Subversion trunk now?

No, serf 0.3 should work fine. Fixed this issue in r894320.

thanks,

Lieven
Received on 2009-12-29 08:28:43 CET

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

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