unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Alan Mackenzie <acm@muc.de>
To: Glenn Morris <rgm@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Yet another bootstrap failure: Required feature `esh-groups' was not provided
Date: Fri, 6 Jun 2008 20:35:41 +0000	[thread overview]
Message-ID: <20080606203541.GA1741@muc.de> (raw)
In-Reply-To: <ejtzg6mqbi.fsf@fencepost.gnu.org>

'Evening, Glenn!

On Fri, Jun 06, 2008 at 01:22:09PM -0400, Glenn Morris wrote:
> Alan Mackenzie wrote:

> > eshell/em-alias.el:96:1:Error: Required feature `esh-groups' was not provided
> [...]
> > Am I doing something wrong?

> Yes. Please read INSTALL.CVS, or search the list archives.

Did that over 5 years ago.  It says:

    Therefore, to build from CVS you must run "make bootstrap"
    instead of just "make":

      $ ./configure
      $ make bootstrap

    The bootstrap process makes sure all necessary files are rebuilt
    before it builds the final Emacs binary.

ALL NECESSARY FILES is what it says.  Oops, my mistake, that's the Emacs
22 version of INSTALL.CVS.

NO, it is NOT my mistake.  It's an incompatible change, and the person
who made that change should be strung up, even if that person is you,
Glenn.  ;-)   It's a gratuitous, unnecessary, incompatible change, since
the documented meaning of "make bootstrap", i.e. "rebuild everything
needed" could quite easily have been kept.  Would it be possible to bring
back that meaning?

> (make autogen-clean; make autoloads _may_ help you in this case)

Thanks, but it didn't.  :-(  The makefile couldn't find the target
autogen-clean.  So I followed the instructions in the new INSTALL.CVS
and first did % make maintainer-clean; ./configure .... ; make
bootstrap.

This failed as follows:

    make[3]: *** No rule to make target `/home/acm/emacs/emacs/lisp/nxml/nxml-enc.elc', needed by `compile-main'.  Stop.
    make[3]: Leaving directory `/home/acm/emacs/emacs/lisp'

<rant>
Our makefile system is broken.  The whole point of the make utility is to
build software automatically, so that hackers don't need to waste their
time messing with arcane minutiae.  Is it really to much to expect to be
able to type

    % ./configure <params>; make some-target

and have the software build (modulo errors in the files.{c,el}?

> > This constant brokenness of the CVS head saps infinite energy from me.

> The constant reporting of the same non-bugs saps my energy (but
> fortunately not an "infinite" amount).

Forgive my sarcasm, but am I supposed to read through (or diff) the
entire Emacs process documentation every time I update Emacs, just in
case some crazed lunatic, er sorry, I mean some conscientious hacker, has
"enhanced" it?

If a "non-bug" is reported often enough by enough people, then it is an
actual bug; it's a UI bug, or a documentation bug, or a process bug, or
whatever, but it's unmistakably a bug.

Just as a matter of interest, in the last few months on emacs-devel
there have been approximately these numbers of threads complaining about
Emacs CVS not building:

May:       7
April:     9
March:     9
February:  2

Whatever the reason, this is a horrendous time sink.  Failure to build
the CVS head should essentially _never_ happen - possibly once or twice
a year at most.  Our process is badly broken.
</rant>

Recently, I proposed installing a tool on savannah which would trigger a
test build every time source files were committed.  The proposal didn't
meet with much enthusiasm.

> > There was some talk a while ago of commissions triggering an automatic
> > build.  This would be nice.

> It wouldn't help all the people who persist in building Emacs by a
> shortcut, then getting confused when it breaks.

Since when has "./configure; make bootstrap" been a shortcut?  (That's
both a rhetorical and a real question.)

-- 
Alan Mackenzie (Nuremberg, Germany).




  parent reply	other threads:[~2008-06-06 20:35 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-06 15:59 Yet another bootstrap failure: Required feature `esh-groups' was not provided Alan Mackenzie
2008-06-06 17:22 ` Glenn Morris
2008-06-06 18:23   ` Dan Nicolaescu
2008-06-06 19:27     ` Stefan Monnier
2008-06-06 20:35   ` Alan Mackenzie [this message]
2008-06-06 20:41     ` Eli Zaretskii
2008-06-07  2:53       ` Glenn Morris
2008-06-07  9:07         ` Alan Mackenzie
2008-06-07 19:49           ` Glenn Morris
2008-06-07  9:50       ` Alan Mackenzie
2008-06-07 12:19         ` Eli Zaretskii
2008-06-07 20:08           ` Alan Mackenzie
2008-06-07 22:17             ` Stephen J. Turnbull
2008-06-07 22:29               ` Romain Francoise
2008-06-08  2:58                 ` Stefan Monnier
2008-06-08  2:56             ` Build-time dependencies Stefan Monnier
2008-06-08 19:03               ` Glenn Morris
2008-06-08 19:25                 ` Eli Zaretskii
2008-06-08 19:31                   ` David Kastrup
2008-06-09  1:44                   ` Glenn Morris
2008-06-09  1:49                     ` Glenn Morris
2008-06-09  8:26                       ` Eli Zaretskii
2008-06-09 15:32                         ` Ted Zlatanov
2008-06-09 15:32                           ` David Kastrup
2008-06-09 10:30                       ` Robert J. Chassell
2008-06-09 17:22                       ` Richard M Stallman
2008-06-09 18:15                         ` Glenn Morris
2008-06-09 19:47                           ` Miles Bader
2008-06-09 19:53                             ` Glenn Morris
2008-06-10 18:22                               ` Ted Zlatanov
2008-06-10 18:54                                 ` Stefan Monnier
2008-06-09  4:37                     ` Stephen J. Turnbull
2008-06-09  1:51                   ` Stefan Monnier
2008-06-09 16:41                   ` Alan Mackenzie
2008-06-07 22:32           ` Yet another bootstrap failure: Required feature `esh-groups' was not provided Stephen J. Turnbull
2008-06-07  2:51     ` Glenn Morris
2008-06-07  8:58       ` Alan Mackenzie
2008-06-06 23:51 ` Vinicius Jose Latorre

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080606203541.GA1741@muc.de \
    --to=acm@muc.de \
    --cc=emacs-devel@gnu.org \
    --cc=rgm@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).