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

Re: Subversion test results.

From: Gavin Baumanis <gavinb_at_thespidernet.com>
Date: Sun, 15 Nov 2009 15:58:17 +1100

OK,

I think I have a problem because of Macports.

I uninstalled all the macports, ports and redid;
 ./configure;make;make test

I still get a lot of failures but the diff one that was failing originally no longer does.

So I have downloaded the latest DEPS archive from s.t.o

I have successfully compiled neon / serf zlib and sqlite-amalgamation
but have an issue with apr and apr-util compiling from source.

I assume that the following errors are all linked (well am hoping they are, actually)

for apr;
I get the following after ./buildconf
Copying libtool helper files ...
$_prefix/share/aclocal/libtool.m4 not found

and during a ./configure;
performing libtool configuration...
./configure: line 8485: AC_PROG_LIBTOOL: command not found

and thus it refuses to make at all.

If anyone has ideas, I'd be much appreciative.

Gavin.

On 15/11/2009, at 10:09 , Gavin Baumanis wrote:

> Hi Philip,
> Soprry I missed that in your original mail;
>
> (gdb) up
> #1 0x0000000100519594 in apr_vformatter ()
> (gdb) up
> #2 0x000000010052343c in apr_pvsprintf ()
> (gdb) up
> #3 0x00000001005236db in apr_psprintf ()
> (gdb) up
> #4 0x00000001001e94ae in representation_string (rep=0x1008858b8, format=4, mutable_rep_truncated=1, pool=0x100883e28) at subversion/libsvn_fs_fs/fs_fs.c:2163
> 2163 return apr_psprintf(pool, "%ld %" APR_OFF_T_FMT " %" SVN_FILESIZE_T_FMT
> (gdb) p rep->md5_checksum[0]
> $1 = {
> digest = 0x100885908 "-)w??oHz?J\036 -?;N/",
> kind = svn_checksum_md5
> }
>
>
>
> On 14/11/2009, at 19:55 , Philip Martin wrote:
>
>> Gavin Baumanis <gavinb_at_thespidernet.com> writes:
>>
>>> (gdb) up
>>> #1 0x0000000100519594 in apr_vformatter ()
>>> (gdb) up
>>> #2 0x000000010052343c in apr_pvsprintf ()
>>> (gdb) up
>>> #3 0x00000001005236db in apr_psprintf ()
>>> (gdb) up
>>> #4 0x00000001001e94ae in representation_string (rep=0x1008858b8, format=4, mutable_rep_truncated=1, pool=0x100883e28) at subversion/libsvn_fs_fs/fs_fs.c:2163
>>> 2163 return apr_psprintf(pool, "%ld %" APR_OFF_T_FMT " %" SVN_FILESIZE_T_FMT
>>> (gdb) p *rep
>>> $1 = {
>>> md5_checksum = 0x1008858f8,
>>> sha1_checksum = 0x0,
>>> revision = 0,
>>> offset = 0,
>>> size = 4,
>>> expanded_size = 4,
>>> txn_id = 0x0,
>>> uniquifier = 0x0
>>> }
>>
>> Please do:
>> (gdb) p rep->md5_checksum[0]
>>
>> --
>> Philip
>>
>> ------------------------------------------------------
>> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2417882
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2418035

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2418067
Received on 2009-11-15 05:58:50 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.