emacs-devel
[Top][All Lists]
Advanced

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

Re: make bootstrap on trunk fails


From: Paul Eggert
Subject: Re: make bootstrap on trunk fails
Date: Mon, 28 Feb 2011 16:58:43 -0800
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Thunderbird/3.1.7

On 02/28/2011 12:21 AM, Noorul Islam wrote:
I did "bzr update" and then ./configure&&  make bootstrap

Even then there should be no reason to run "autoconf" by hand.

Hmm, perhaps this scenario happened?

A. Somebody committed "configure.in" without
  also committing the corresponding "configure" etc. files.

B. You did a "bzr up", and then ran "configure" without
  "--enable-maintainer-mode", as shown above.

(A) happened in bzr 103411, which was around the time that
you reported the issue, so that might explain things.

Is it normal to commit configure.in without also committing
the corresponding changes to 'configure'?  That can cause
confusion, as it can cause a bzr checkout to be inconsistent
and unbuildable.  "configure --enable-maintainer-mode" works
around some of these problems, but not all, I expect.



reply via email to

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