monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] [PATCH] Broken migration code? (Merging branch to a


From: Stephen Leake
Subject: Re: [Monotone-devel] [PATCH] Broken migration code? (Merging branch to allow duplicate key names, have certs use key hash)
Date: Mon, 24 Aug 2009 04:38:28 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt)

Zack Weinberg <address@hidden> writes:

> On Sun, Aug 23, 2009 at 7:08 PM, Stephen
> Leake<address@hidden> wrote:
>>> [1] Makefile:897: *** Recursive variable `V_bcxx_' references itself 
>>> (eventually).  Stop.
>>
>> I get that same error on Debian, but not on Windows.
>>
>> I think the problem is that AM_DEFAULT_VERBOSITY is not being set
>> anywhere in the Makefile on Debian. But I don't know why; it is set on
>> Windows.
>
> Is it possibly that you have automake 1.11 on Windows but an older
> version on Debian?  I should have tested with older versions.

Yes, I have 1.11 on Windows, 1.10.1 on Debian

> Possible proper fix:
>
> -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
> +m4_ifdef([AM_SILENT_RULES],
> +  [AM_SILENT_RULES],
> +  [AM_DEFAULT_VERBOSITY=1
> +   AC_SUBST([AM_DEFAULT_VERBOSITY])])
>
> in configure.ac.

Yes, that fixes it.

Another fix is to delete the lines labeled "verbosity goo" in
Makefile.am. Do we really need them? At one point in investigating
this, I deleted them, and 'make check' succeeded.

-- 
-- Stephe




reply via email to

[Prev in Thread] Current Thread [Next in Thread]