[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 09:48:24 +1100

Thanks (again!) Brane,

I have compiled successfully apr and apr-util.

I am now trying to compile the other dependencies

at the moment I am trying to compile neon

I have run;
./autogen.sh
./configure
make

however make reports the following.
../libtool: line 647: : warning: cannot infer operation mode without MODE-ARGS: command not found
../libtool: line 5238: : you must specify a MODE: command not found

and eventually errors out.

Gavin.
(I do realise the issues I am having are not subversion issues - as such.... but I never thought it would have been this difficult!)

Oh and while I think of it, I will provide a patch to INSTALL once I get it all going for installing SVN on mac os x.

On 16/11/2009, at 08:42 , Branko Cibej wrote:

> Branko Čibej wrote:
>> Gavin 'Beau' Baumanis wrote:
>>
>>> You'll have to excuse my "newbie" questions...
>>>
>>> But is there anything I need to pass to autogen?
>>>
>>> Because I ran it in the root of the apr source files ~/SUBVERSION/BUILD/apr/
>>>
>>>
>>
>> You have to run Subversion's autogen, not APR's autogen.
>>
>
> Let me clarify ... APR does not have an autigen.sh; it has a buildconf.
> IIRC our autogen does not run APR's buildconf. So, if you have a
> checked-out APR, you have to run buildconf from APR's source directory.
> If you got APR from a released tarball -- a simple check is if APR's
> configure script exists -- then you don't have to run buildconf.
>
> Subversion's autogen.sh must be run from the top of the Subversion
> source tree,and does not require parameters (through it has some
> optional ones).
>
> -- Brane
>
>>
>>> And it has just been sitting there for the past four minutes, seemingly not doing a lot - and had provided no feedback at all.
>>> I don't know if this is normal or otherwise.
>>>
>>> Gavin.
>>>
>>>
>>> On 16/11/2009, at 07:43 , Branko Čibej wrote:
>>>
>>>
>>>
>>>> Gavin Baumanis wrote:
>>>>
>>>>
>>>>> 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
>>>>>
>>>>>
>>>>>
>>>> Did you happen do re-run autogen and configure after installing the new
>>>> libtool? The above indicated that you have an unexpanded @LIBTOOL@
>>>> placeholder in your makefile.
>>>>
>>>>
>>>>
>>>>> 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?
>>>>>
>>>>>
>>>>>
>>>> Try:
>>>>
>>>> head -1 `which libtool`
>>>>
>>>> It might surprise you.
>>>>
>>>> -- Brane
>>>>
>>>>
>>>
>>>
>>
>>
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2418230

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2418253
Received on 2009-11-15 23:49:07 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.