all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Copley <rcopley@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 14503@debbugs.gnu.org
Subject: bug#14503: 24.3.50; MSYS out-of-tree build fails
Date: Sun, 2 Jun 2013 18:02:07 +0100	[thread overview]
Message-ID: <CAPM58ogTPTutkrTkmSb_bcUipofdVJz=063_njzz5i8-akwj8g@mail.gmail.com> (raw)
In-Reply-To: <CAPM58ojyJOezSe4S8gLUzUZTXjqFMsaNif5suBv2QGf6ENc+mg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2958 bytes --]

On 30 May 2013 00:48, Richard Copley <rcopley@gmail.com> wrote:

> On 29 May 2013 18:12, Eli Zaretskii <eliz@gnu.org> wrote:
> >> Date: Wed, 29 May 2013 14:49:49 +0100
> >> From: Richard Copley <rcopley@gmail.com>
> >>
> >> Building Emacs on Windows according to nt/INSTALL.MSYS,
> >> outside the source tree as recommended, "make -k bootstrap"
> >> fails while processing {build_dir}/lib/Makefile, with the errors:
> >>
> >> make[2]: Entering directory `/c/emacs/build/lib'
> >> make[2]: *** No rule to make target `alloca.in.h', needed by `alloca.h'.
> >> make[2]: *** No rule to make target `errno.in.h', needed by `errno.h'.
> >> make[2]: *** No rule to make target `execinfo.in.h', needed by
> `execinfo.h'.
> >> make[2]: *** No rule to make target `getopt.in.h', needed by `getopt.h'.
> >
> > Looks like "make bootstrap" is currently broken on Windows when you do
> > that outside of the source tree.  The problem is tricky, I will fix it
> > when I have time.  (Btw, the problem I saw does not manifest itself by
> > the above error messages, it fails in a different way.)
> >
> > Anyway, you don't need "make bootstrap" on the first build with the
> > MSYS method.  In fact, you shouldn't need "make bootstrap" at all,
> > unless there are deep changes in Lisp that break a normal "make"
> > build.  And, contrary to what you say, there's no recommendation to
> > bootstrap in INSTALL.MSYS, it says to use just "make".
> >
> > I just tried a build with "make" outside of the source tree, and I
> > didn't have the above problems.  (There's a VPATH line in lib/Makefile
> > that points to the source directory and allows Make to find the
> > prerequisites.)
>
> Thanks. I tried that too after reading your reply and got the same
> errors again. Possibly there's an issue with VPATH support in the
> default MSYS Make. In any case, I don't get this problem with the
> pre-release version of Make mentioned in INSTALL.MSYS.
>

... but the out-of-tree build is still broken (even with the pre-release
make, and without bootstrap).

The failures are:

Compiling g:/emacs/trunk/lisp/calc/calc-aent.el

In toplevel form:
../../trunk/lisp/calc/calc-aent.el:29:1:Error: Cannot open load file:
calc-loaddefs.el
Makefile:247: recipe for target `calc/calc-aent.elc' failed
make[2]: *** [calc/calc-aent.elc] Error 1
make[2]: Leaving directory `/g/emacs/build/lisp'

Compiling g:/emacs/trunk/lisp/eshell/em-alias.el

In toplevel form:
../../trunk/lisp/eshell/em-alias.el:93:1:Error: Cannot open load file:
esh-groups
Makefile:247: recipe for target `eshell/em-alias.elc' failed
make[2]: *** [eshell/em-alias.elc] Error 1
make[2]: Leaving directory `/g/emacs/build/lisp'

Compiling g:/emacs/trunk/lisp/org/ob-calc.el

In toplevel form:
../../trunk/lisp/org/ob-calc.el:30:1:Error: Cannot open load file:
calc-loaddefs.el
Makefile:247: recipe for target `org/ob-calc.elc' failed
make[2]: *** [org/ob-calc.elc] Error 1
make[2]: Leaving directory `/g/emacs/build/lisp'

[-- Attachment #2: Type: text/html, Size: 3994 bytes --]

  reply	other threads:[~2013-06-02 17:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-29 13:49 bug#14503: 24.3.50; MSYS out-of-tree build fails Richard Copley
2013-05-29 17:12 ` Eli Zaretskii
2013-05-29 23:48   ` Richard Copley
2013-06-02 17:02     ` Richard Copley [this message]
2013-06-02 17:23       ` Eli Zaretskii
2013-06-02 17:58         ` Richard Copley
2013-06-02 18:11           ` Richard Copley
2013-06-02 18:16           ` Eli Zaretskii
     [not found]             ` <CAPM58og7pxE2xW3pc+4WvHoBW_9+GDEbot16pNUPbN949b4_CA@mail.gmail.com>
2013-06-02 19:28               ` Eli Zaretskii
2013-06-02 20:27                 ` Richard Copley
2013-06-03 16:59                   ` Eli Zaretskii

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

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

  git send-email \
    --in-reply-to='CAPM58ogTPTutkrTkmSb_bcUipofdVJz=063_njzz5i8-akwj8g@mail.gmail.com' \
    --to=rcopley@gmail.com \
    --cc=14503@debbugs.gnu.org \
    --cc=eliz@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 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.