From: Alexander Klimov <alserkli@inbox.ru>
Cc: emacs-devel@gnu.org
Subject: bootstrap error
Date: Wed, 25 Jan 2006 15:17:33 +0200 (IST) [thread overview]
Message-ID: <TheMailAgent.2fc981321cc4626@2065d912b26ccc1a08b06> (raw)
Hi.
During bootstrap of cvs head on cygwin I got well-known
DIRENTRY_NONEMPTY error and fixed it with
-#ifdef MSDOS
+#if defined(MSDOS) || defined(CYGWIN)
Unfortunately, bootstrap still fails in a different place:
[...]
./temacs --batch --load loadup bootstrap
Loading loadup.el (source)...
[...]
Loading language/utf-8-lang (source)...
Loading language/georgian (source)...
Loading international/ucs-tables (source)...
mv -f emacs.exe bootstrap-emacs.exe
mv: cannot stat `emacs.exe': No such file or directory
make: *** [bootstrap-emacs.exe] Error 1
May be it is related to the `indian.el' bug problem you are working at...
--
Regards,
ASK
next reply other threads:[~2006-01-25 13:17 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-25 13:17 Alexander Klimov [this message]
2006-01-25 17:46 ` bootstrap error Eli Zaretskii
2006-01-26 10:21 ` Alexander Klimov
2006-01-27 13:25 ` Eli Zaretskii
2006-01-28 9:50 ` Alexander Klimov
2006-01-28 14:01 ` Eli Zaretskii
2006-01-29 8:08 ` Alexander Klimov
2006-01-29 19:37 ` Eli Zaretskii
2006-01-30 9:11 ` Alexander Klimov
2006-01-30 11:38 ` Corinna Vinschen
2006-01-29 17:51 ` Alexander Klimov
2006-01-27 20:37 ` Eli Zaretskii
-- strict thread matches above, loose matches on Subject: below --
2007-08-19 3:17 merging etc Miles Bader
[not found] ` <200708211523.l7LFNnVl000876@oogie-boogie.ics.uci.edu>
[not found] ` <buo3aycknp8.fsf@dhapc248.dev.necel.com>
[not found] ` <200708220820.l7M8KbIt026014@oogie-boogie.ics.uci.edu>
[not found] ` <fc339e4a0708220237v3b90ec6fwde90eba1ca936e91@mail.gmail.com>
2007-08-22 11:55 ` Miles Bader
2007-08-22 15:33 ` Stefan Monnier
2007-08-23 0:19 ` Juri Linkov
2007-08-23 20:58 ` Richard Stallman
2007-08-24 8:01 ` joakim
2007-08-24 8:46 ` Leo
2007-08-24 10:08 ` David Kastrup
2007-08-24 10:41 ` Bootstrap error B. Anyos
2016-10-02 19:48 bootstrap error Colin Baxter
2016-10-02 20:22 ` Philipp Stephani
2016-10-03 5:25 ` Colin Baxter
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=TheMailAgent.2fc981321cc4626@2065d912b26ccc1a08b06 \
--to=alserkli@inbox.ru \
--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 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.