unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Keith David Bershatsky <esq@lawlist.com>
Cc: 21582@debbugs.gnu.org
Subject: bug#21582: 25.0.50; WindowsXP GEN ../../info/elisp.info in @synindex.Uninown index `cp'	and/or `fn
Date: Tue, 29 Sep 2015 08:32:47 +0300	[thread overview]
Message-ID: <83mvw5dc3k.fsf@gnu.org> (raw)
In-Reply-To: <m2pp129x46.wl%esq@lawlist.com>

> Date: Mon, 28 Sep 2015 12:12:25 -0700
> From: Keith David Bershatsky <esq@lawlist.com>
> 
> I am learning how to build Emacs on WindowsXP and have encountered the following error when trying to build the most recent master branch / trunk:
> 
> The first problem I had was with `./autogen.sh`, which was fixed by running:
> 
> dos2unix configure.ac

Did you install Git for Windows with EOL conversion option set to
_anything_ but "checkout as-is, commit as-is"?  If so, please
reconfigure your Git to use that.  To that effect, please _remove_
from your .gitconfig files (there might be more than one) _any_
settings of the following variables:

  core.eol
  core.safecrlf
  core.autocrlf

Then remove your Emacs Git repository and re-clone it again.

The upshot of all that is to have the EOL format of each file in the
repository exactly as it is on a Unix system.  That is the only sane
way of using Git on Windows for a project that supports multiple
platforms and includes files with both Unix-style and DOS-style EOLs
in the repository.

> Then, I configured with just the basic:
> 
> ./configure --prefix=/c/docume~1/lawlist/desktop/trunk
> 
> Everything appeared to be going well and I though I was near the end of the `make` process, but then I received the following error:
> 
> ***
> Scanning ./url for finder
> Scanning ./vc for finder
> make[1]: Leaving directory `/c/docume~1/lawlist/desktop/emacs/lisp'
> make info-real info-dir
> make[1]: Entering directory `/c/docume~1/lawlist/desktop/emacs'
> make -C doc/lispref info
> make[2]: Entering directory `/c/docume~1/lalwist/desktop/emacs/doc/lispref'
> /bin/mkdir -p ../../info
> GEN ../../info/elisp.info
> ' in @synindex.Uninown index `cp' and/or `fn
> ' in @synindex.Uninown index `vr' and/or `fn
> ' in @synindex.Uninown index `ky' and/or `fn
> ' in @synindex.Uninown index `pg' and/or `fn
> make[2]: *** [../../info/elisp.info] Error 1
> make[2]: Leaving directory `/c/docume~1/lawlist/desktop/emacs/doc/lispref'
> make[1]: *** [lispref-info] Error 2
> make[1]: Leaving directory `/c/docume~1/lawlist/desktop/emacs'
> make:  *** [info] Error 2

I'm guessing this is the result of the same problem with EOL format:
the Texinfo source files in doc/lispref/*.texi have DOS CRLF EOL
format, but your 'makeinfo' utility is from MSYS and expects Unix
EOLs.  Note how the closing ' character is displayed at the beginning
of the line, instead of being after `fn -- that's because there's a CR
character after `fn.





  reply	other threads:[~2015-09-29  5:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-28 19:12 bug#21582: 25.0.50; WindowsXP GEN ../../info/elisp.info in @synindex.Uninown index `cp' and/or `fn Keith David Bershatsky
2015-09-29  5:32 ` Eli Zaretskii [this message]
2015-09-29  6:34 ` bug#21582: Reply to correspondence dated September 28, 2015 Keith David Bershatsky
2015-09-29  6:49   ` Eli Zaretskii
2015-09-29  7:23 ` bug#21582: 25.0.50; WindowsXP GEN ../../info/elisp.info in @synindex.Uninown index `cp' and/or `fn martin rudalics
2015-09-29 16:19 ` Keith David Bershatsky

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=83mvw5dc3k.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=21582@debbugs.gnu.org \
    --cc=esq@lawlist.com \
    /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).