[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: Mon, 16 Nov 2009 07:37:13 +1100

Hi again,

Just to be sue I downloaded libtool 1.4.3 and installed it.

yet when attempting to compile apr I still get
the following error when using make;
/bin/sh: LIBTOOL@: command not found
make[1]: *** [passwd/apr_getpass.lo] Error 127
make: *** [all-recursive] Error 1

Am I reading that right?
Is it looking for libtool in /bin/sh?
or is that something else?

because libtool certainly doesn't live at that path.

[beau_at_MacBook:~/SUBVERSION/BUILD/apr] $which libtool
/usr/local/bin/libtool

(which according to libtool's INSTALL is where the default location is if I don;t specify a prefix - which I didn't.)

Gavin

On 16/11/2009, at 03:37 , Stefan Sperling wrote:

> On Sat, Nov 14, 2009 at 11:09:44AM +1100, Gavin Baumanis wrote:
>> #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
>
> The uniquifier is allowed to be NULL, but I don't know under which
> conditions (the API docs don't say, I haven't checked the code yet).
> I don't know about the sha1 checksum, is this allowed to be NULL?
>
> Stefan
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2418169

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2418209
Received on 2009-11-15 21:37:29 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.