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

Re: SVN Update throws error.

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 16 Apr 2011 12:59:29 +0300

On Sat, 16 Apr 2011 17:43 +1000, "Gavin Beau Baumanis" <gavin.baumanis_at_palcare.com.au> wrote:
> It is amazing what you can find if you read the release notes....
> Who knew there was a get-deps.sh script?
>

Feel free to send a patch that enhances the documentation (eg, INSTALL) :-)

> However, make complains about a few things like;
> subversion/libsvn_subr/svn_string.c:778: warning: format ‘%lld’ expects
> type ‘long long int’, but argument 6 has type ‘apr_int64_t’
>

That's mac-specific. Have a look on dev@ archives --- APR is getting
some typedef wrong. (IIRC, macports' build have a patch that works
around that.)

> So I don't know if I need to include a switch specific for the mac - or
> of these sorts of errors can be safely ignored?
>
> and make finally ends up reporting;
> Undefined symbols:
> "_apr_file_info_get$INODE64", referenced from:
> _close_file in dump_editor.o
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> make: *** [subversion/svnrdump/svnrdump] Error 1
>

Hmm.
Received on 2011-04-16 12:00:08 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.