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 19:11:19 +0100	[thread overview]
Message-ID: <CAPM58ojdpF5e2YWLtnsvRbH3ocxt8U1b1DE-x-uhkhbOM5ES4A@mail.gmail.com> (raw)
In-Reply-To: <CAPM58oi5Cawi1JBa5WH0JE-9WASkZKubXGepzqZC0tssRdeedQ@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 512 bytes --]

On 2 June 2013 18:58, Richard Copley <rcopley@gmail.com> wrote:

> On 2 June 2013 18:23, Eli Zaretskii <eliz@gnu.org> wrote:
>  If so, does "make autoloads" in the Lisp
>
>> directory solve the problem?
>>
> Possibly, I will check. But make should still make, right?
>

"make autoloads" in the lisp directory succeeds, but there
are errors from some of the commands (this is perhaps
nearer the root cause of the error). Subsequent "make"
still fails as before. I've attached the output of
"make autoloads 2>&1".

[-- Attachment #1.2: Type: text/html, Size: 1314 bytes --]

[-- Attachment #2: make-autoloads.log --]
[-- Type: application/octet-stream, Size: 3191 bytes --]

EMACSLOADPATH=g:/emacs/trunk/lisp LC_ALL=C /g/emacs/build/src/emacs -batch --no-site-file --no-site-lisp -l autoload \
   --eval "(setq generate-autoload-cookie \";;;###cal-autoload\")" \
   --eval "(setq generated-autoload-file (unmsys--file-name \"g:/emacs/trunk/lisp/calendar/cal-loaddefs.el\"))" \
   --eval "(setq make-backup-files nil)" \
   -f batch-update-autoloads g:/emacs/trunk/lisp/calendar
Invalid escape character syntax
EMACSLOADPATH=g:/emacs/trunk/lisp LC_ALL=C /g/emacs/build/src/emacs -batch --no-site-file --no-site-lisp -l autoload \
   --eval "(setq generate-autoload-cookie \";;;###diary-autoload\")" \
   --eval "(setq generated-autoload-file (unmsys--file-name \"g:/emacs/trunk/lisp/calendar/diary-loaddefs.el\"))" \
   --eval "(setq make-backup-files nil)" \
   -f batch-update-autoloads g:/emacs/trunk/lisp/calendar
Invalid escape character syntax
EMACSLOADPATH=g:/emacs/trunk/lisp LC_ALL=C /g/emacs/build/src/emacs -batch --no-site-file --no-site-lisp -l autoload \
   --eval "(setq generate-autoload-cookie \";;;###holiday-autoload\")" \
   --eval "(setq generated-autoload-file (unmsys--file-name \"g:/emacs/trunk/lisp/calendar/hol-loaddefs.el\"))" \
   --eval "(setq make-backup-files nil)" \
   -f batch-update-autoloads g:/emacs/trunk/lisp/calendar
Invalid escape character syntax
EMACSLOADPATH=g:/emacs/trunk/lisp LC_ALL=C /g/emacs/build/src/emacs -batch --no-site-file --no-site-lisp -l autoload \
   --eval "(setq generate-autoload-cookie \";;;###mh-autoload\")" \
   --eval "(setq generated-autoload-file (unmsys--file-name \"g:/emacs/trunk/lisp/mh-e/mh-loaddefs.el\"))" \
   --eval "(setq make-backup-files nil)" \
   -f batch-update-autoloads g:/emacs/trunk/lisp/mh-e
Invalid escape character syntax
EMACSLOADPATH=g:/emacs/trunk/lisp LC_ALL=C /g/emacs/build/src/emacs -batch --no-site-file --no-site-lisp -l autoload \
   --eval "(setq generate-autoload-cookie \";;;###tramp-autoload\")" \
   --eval "(setq generated-autoload-file (unmsys--file-name \"g:/emacs/trunk/lisp/net/tramp-loaddefs.el\"))" \
   --eval "(setq make-backup-files nil)" \
   -f batch-update-autoloads g:/emacs/trunk/lisp/net
Invalid escape character syntax
cd g:/emacs/trunk/lisp && chmod +w ps-print.el  emulation/tpu-edt.el  emacs-lisp/cl-loaddefs.el  mail/rmail.el  dired.el  ibuffer.el  htmlfontify.el  emacs-lisp/eieio.el
cd g:/emacs/trunk/lisp; subdirs=`find . -type d -print`;  for file in $subdirs; do  case $file in */.* | */.*/* | */=* | */obsolete | */term ) ;;  *) wins="$wins $file" ;;  esac;  done; \
echo Directories: $wins; \
EMACSLOADPATH=g:/emacs/trunk/lisp LC_ALL=C /g/emacs/build/src/emacs -batch --no-site-file --no-site-lisp -l autoload --eval '(setq generated-autoload-file (unmsys--file-name "g:/emacs/trunk/lisp/loaddefs.el"))' -f batch-update-autoloads $wins
Directories: . ./calc ./calendar ./cedet ./cedet/ede ./cedet/semantic ./cedet/semantic/analyze ./cedet/semantic/bovine ./cedet/semantic/decorate ./cedet/semantic/symref ./cedet/semantic/wisent ./cedet/srecode ./emacs-lisp ./emulation ./erc ./eshell ./gnus ./international ./language ./mail ./mh-e ./net ./nxml ./org ./play ./progmodes ./textmodes ./url ./vc
Invalid escape character syntax

  reply	other threads:[~2013-06-02 18:11 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
2013-06-02 17:23       ` Eli Zaretskii
2013-06-02 17:58         ` Richard Copley
2013-06-02 18:11           ` Richard Copley [this message]
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=CAPM58ojdpF5e2YWLtnsvRbH3ocxt8U1b1DE-x-uhkhbOM5ES4A@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.