all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* autogen.sh fails
@ 2017-05-10 11:38 Michael Heerdegen
  2017-05-10 15:40 ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Heerdegen @ 2017-05-10 11:38 UTC (permalink / raw)
  To: Emacs mailing list

Hi,

I wanted to switch from master to emacs-25.  I checked out the emacs-25
branch, I don't have any changes in the worktree.  Now

| micha@drachen ~/s/emacs> ./autogen.sh
| Checking whether you have the necessary tools...
| (Read INSTALL.REPO for more details on building Emacs)
| 
| Checking for autoconf (need at least version 2.65)...
| ok
| Checking for automake (need at least version 1.11)...
| ok
| Your system has the required tools.
| Running 'autoreconf -fi -I m4' ...
| /usr/bin/m4:aclocal.m4:9: cannot open `m4/count-leading-zeros.m4': No such file or directory
| /usr/bin/m4:aclocal.m4:27: cannot open `m4/flexmember.m4': No such file or directory
| /usr/bin/m4:aclocal.m4:43: cannot open `m4/limits-h.m4': No such file or directory
| /usr/bin/m4:aclocal.m4:44: cannot open `m4/localtime-buffer.m4': No such file or directory
| /usr/bin/m4:aclocal.m4:72: cannot open `m4/std-gnu11.m4': No such file or directory
| autom4te: /usr/bin/m4 failed with exit status: 1
| /usr/bin/m4:aclocal.m4:9: cannot open `m4/count-leading-zeros.m4': No such file or directory
| /usr/bin/m4:aclocal.m4:27: cannot open `m4/flexmember.m4': No such file or directory
| /usr/bin/m4:aclocal.m4:43: cannot open `m4/limits-h.m4': No such file or directory
| /usr/bin/m4:aclocal.m4:44: cannot open `m4/localtime-buffer.m4': No such file or directory
| /usr/bin/m4:aclocal.m4:72: cannot open `m4/std-gnu11.m4': No such file or directory
| autom4te: /usr/bin/m4 failed with exit status: 1
| autoreconf: /usr/bin/autoconf failed with exit status: 1

What's wrong here?


TIA,

Michael.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: autogen.sh fails
  2017-05-10 11:38 autogen.sh fails Michael Heerdegen
@ 2017-05-10 15:40 ` Glenn Morris
  2017-05-10 16:30   ` Michael Heerdegen
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2017-05-10 15:40 UTC (permalink / raw)
  To: Michael Heerdegen; +Cc: Emacs mailing list

Michael Heerdegen wrote:

> I wanted to switch from master to emacs-25.  I checked out the emacs-25
> branch, I don't have any changes in the worktree.

The Emacs build-tree doesn't react well to switching in-place with
existing build products between two revisions that are far apart.
You should either make maintainer-clean before you switch, or git clean
after you switch, or use a separate directory for each branch (eg git
new-workdir).



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: autogen.sh fails
  2017-05-10 15:40 ` Glenn Morris
@ 2017-05-10 16:30   ` Michael Heerdegen
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Heerdegen @ 2017-05-10 16:30 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Emacs mailing list

Glenn Morris <rgm@gnu.org> writes:

> > I wanted to switch from master to emacs-25.  I checked out the emacs-25
> > branch, I don't have any changes in the worktree.
>
> The Emacs build-tree doesn't react well to switching in-place with
> existing build products between two revisions that are far apart.
> You should either make maintainer-clean before you switch, or git clean
> after you switch, or use a separate directory for each branch (eg git
> new-workdir).

Ah, ok, I thought this is what "make distclean" is for.  So many ways to
clean...

"git clean -xf" did it.


Thanks,

Michael.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-10 16:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-10 11:38 autogen.sh fails Michael Heerdegen
2017-05-10 15:40 ` Glenn Morris
2017-05-10 16:30   ` Michael Heerdegen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.