unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Dan Nicolaescu <dann@ics.uci.edu>
To: Angelo Graziosi <angelo.graziosi@alice.it>
Cc: emacs-devel@gnu.org
Subject: Re: The bootstrap of Emacs on Cygwin is broken [Is also: unicode branch is merged to trunk]
Date: Sat, 02 Feb 2008 10:03:54 -0800	[thread overview]
Message-ID: <200802021804.m12I42MI022249@sallyv1.ics.uci.edu> (raw)
In-Reply-To: <47A381C7.3000003@alice.it> (Angelo Graziosi's message of "Fri, 01 Feb 2008 21:32:07 +0100")

Angelo Graziosi <angelo.graziosi@alice.it> writes:

  > After the unicode branch is merged to trunk, bootstrapping Emacs on
  > Cygwin fails as reported below. The bootstrap was configured as follow:
  > 
  > 
  >     LDFLAGS='-Wl,--enable-auto-import -Wl,--enable-auto-image-base' \
  >     ../configure --prefix=${prefix_dir} \
  >                  --with-x-toolkit=lucid
  > 
  > (I have used the same build scrip with which I bootstrap Emacs since
  > an year and more).
[snip]
  > 
  > Emacs-CVS of less than 24 hours ago bootstraps just fine!
  > RUNEMACS="`/bin/pwd`/temacs"; cd /tmp/emacs/src/../admin/unidata; make
  > -w --jobserver-fds=3,4 - --jobserver-fds=3,4 - --jobserver-fds=3,4 - 
  > --jobserver-fds=3,4 -j RUNEMACS="${RUNEMACS}"

Are you using make -j? Can you try not to use parallel make? Make
there's still a bug in the makefiles...

  > DSTDIR=/tmp/emacs/src/../lisp/international
  > make[3]: Entering directory `/tmp/emacs/admin/unidata'
  > /tmp/emacs/build/src/temacs -batch -f batch-byte-compile unidata-gen.el
  > Loading loadup.el (source)...
  > Using load-path (/tmp/emacs/lisp /tmp/emacs/lisp/emacs-lisp
  > /tmp/emacs/lisp/language /tmp/emacs/lisp/international
  > /tmp/emacs/lisp/textmodes)
  > Loading emacs-lisp/byte-run (source)...
  > Loading emacs-lisp/backquote (source)...
  > Loading subr (source)...
  > Loading version.el (source)...
  > Loading widget (source)...
  > Loading custom (source)...
  > Loading emacs-lisp/map-ynp (source)...
  > Loading cus-start (source)...
  > Note, built-in variable `selection-coding-system' not bound
  > Loading international/mule (source)...
  > Loading international/mule-conf.el (source)...
  > ELC=`/bin/pwd`/unidata-gen.elc; \
  > 	DATA=`/bin/pwd`/unidata.txt; \
  > 	cd /tmp/emacs/src/../lisp/international; \
  > 	/tmp/emacs/build/src/temacs -batch --load ${ELC} -f
  > unidata-gen-files ${DATA}
  > Loading loadup.el (source)...
  > Using load-path (/tmp/emacs/lisp /tmp/emacs/lisp/emacs-lisp
  > /tmp/emacs/lisp/language /tmp/emacs/lisp/international
  > /tmp/emacs/lisp/textmodes)
  > Loading emacs-lisp/byte-run (source)...
  > Loading emacs-lisp/backquote (source)...
  > Loading subr (source)...
  > Loading version.el (source)...
  > Loading widget (source)...
  > Loading custom (source)...
  > Loading emacs-lisp/map-ynp (source)...
  > Loading cus-start (source)...
  > Note, built-in variable `selection-coding-system' not bound
  > Loading international/mule (source)...
  > Loading international/mule-conf.el (source)...
  > make[3]: Leaving directory `/tmp/emacs/admin/unidata'
  > `/bin/pwd`/temacs --batch --load loadup bootstrap
  > Loading loadup.el (source)...
  > Using load-path (/tmp/emacs/lisp /tmp/emacs/lisp/emacs-lisp
  > /tmp/emacs/lisp/language /tmp/emacs/lisp/international
  > /tmp/emacs/lisp/textmodes)
  > Loading emacs-lisp/byte-run (source)...
  > Loading emacs-lisp/backquote (source)...
  > Loading subr (source)...
  > Loading version.el (source)...
  > Loading widget (source)...
  > Loading custom (source)...
  > Loading emacs-lisp/map-ynp (source)...
  > Loading cus-start (source)...
  > Note, built-in variable `selection-coding-system' not bound
  > Loading international/mule (source)...
  > Loading international/mule-conf.el (source)...
The next line here should be:
Loading env...

So somehow this exited early, that's probably why things fail later.

Not many people use cygwin here, so if you can find out what is going
wrong it would be great.

  > mv -f emacs.exe bootstrap-emacs.exe
  > mv: cannot stat `emacs.exe': No such file or directory
  > make[2]: *** [bootstrap-emacs.exe] Error 1
  > make[2]: Leaving directory `/tmp/emacs/build/src'
  > make[1]: *** [bootstrap-build] Error 2
  > make[1]: Leaving directory `/tmp/emacs/build'
  > make: *** [bootstrap] Error 2





  parent reply	other threads:[~2008-02-02 18:03 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-01 20:32 The bootstrap of Emacs on Cygwin is broken [Is also: unicode branch is merged to trunk] Angelo Graziosi
2008-02-02 18:03 ` Eli Zaretskii
2008-02-02 19:32   ` Angelo Graziosi
2008-02-02 19:43     ` Eli Zaretskii
2008-02-02 21:21       ` Angelo Graziosi
2008-02-03  4:10         ` Eli Zaretskii
2008-02-03  9:19           ` Angelo Graziosi
2008-02-03 19:40             ` Eli Zaretskii
2008-02-03 21:02               ` Angelo Graziosi
2008-02-03 21:02             ` Jason Rumney
2008-02-03 21:14               ` Angelo Graziosi
2008-02-04  4:19                 ` Eli Zaretskii
2008-02-04  8:39                   ` Angelo Graziosi
2008-02-04  9:00                     ` YAMAMOTO Mitsuharu
2008-02-04 10:35                       ` Angelo Graziosi
2008-02-04 11:01                         ` YAMAMOTO Mitsuharu
2008-02-04 11:11                           ` Jason Rumney
2008-02-04 20:55                         ` Eli Zaretskii
2008-02-04 22:07                           ` Angelo Graziosi
2008-02-05  4:17                             ` Eli Zaretskii
2008-02-05  2:10                           ` Angelo Graziosi
2008-02-05  4:17                             ` Eli Zaretskii
2008-02-05 10:12                               ` Angelo Graziosi
2008-02-05 10:19                                 ` Jason Rumney
2008-02-05 10:52                                   ` Angelo Graziosi
2008-02-05 11:10                                     ` Jason Rumney
2008-02-05 12:03                                       ` Angelo Graziosi
2008-02-05 20:17                                 ` Eli Zaretskii
2008-02-05 20:49                                   ` Angelo Graziosi
2008-02-06  4:10                                     ` Eli Zaretskii
2008-02-06 15:27                                       ` Angelo Graziosi
2008-05-28  2:15                                 ` Jashy
2008-05-28  3:06                                   ` Stefan Monnier
2008-05-28  3:21                                   ` YAMAMOTO Mitsuharu
2008-02-05 17:22                               ` Angelo Graziosi
2008-02-04  4:16               ` Eli Zaretskii
2008-02-04  8:58                 ` Jason Rumney
2008-02-02 18:03 ` Dan Nicolaescu [this message]
2008-02-02 18:32   ` Eli Zaretskii
2008-05-28  7:42 ` Angelo Graziosi
2008-05-28 10:20   ` Jashy
2008-05-28 10:30     ` YAMAMOTO Mitsuharu
2008-05-28 11:36       ` Jashy
2008-05-28 12:06         ` YAMAMOTO Mitsuharu
2008-05-28 13:16           ` Jashy
2008-05-28 17:21             ` Angelo Graziosi
2008-05-29  0:38               ` YAMAMOTO Mitsuharu

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=200802021804.m12I42MI022249@sallyv1.ics.uci.edu \
    --to=dann@ics.uci.edu \
    --cc=angelo.graziosi@alice.it \
    --cc=emacs-devel@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).