unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Fran Litterio <flitterio@gmail.com>
To: 23122@debbugs.gnu.org
Subject: bug#23122: 25.1.50; Makefile target install-info tries to install deleted info files
Date: Sat, 26 Mar 2016 20:09:28 +0000 (UTC)	[thread overview]
Message-ID: <loom.20160326T210111-81@post.gmane.org> (raw)
In-Reply-To: <87fuvd5hcc.fsf@gmail.com>

Eli Zaretskii <eliz <at> gnu.org> writes:

> > From: flitterio <at> gmail.com (Francis Litterio)
...
> > This command near the end:
> > 
> >   ${INSTALL_INFO} --info-dir="$(DESTDIR)${infodir}"
"$(DESTDIR)${infodir}/$$elt")
> > 
> > refers to info file $(DESTDIR)${infodir}/$$elt, but that file has been
> > deleted by this preceding gzip command:
> > 
> >   ${GZIP_PROG} -9n "$(DESTDIR)${infodir}/$$f"
> > 
> > because the -n switch tells gzip to delete the file being compressed.
...
> The above works for me here.
> 
> Could it be that your version of the install-info program doesn't
> support compressed Info files?  What version of Texinfo do you have
> installed?

The output of "install-info --version" is:

   install-info (GNU texinfo) 4.13

> >  'configure --prefix=c:/apps/emacs --without-x --without-xpm
> >  --without-png --without-jpeg --without-tiff --without-gif'
> 
> The file nt/INSTALL recommends to use /c/apps/emacs instead of
> c:/apps/emacs as the argument to --prefix.  This could be related to
> your problem, but even if not, my advice is to do as nt/INSTALL says.

That was the cause.  Changing my configure command to use
"--prefix /c/apps/emacs" fixes the problem on my Windows machine.
It appears that version 4.13 of MinGW/MSYS install-info is confused
by the drive letter in the pathname.  I'll pursue this with the MinGW
folks.

Thanks, Eli.
--
Fran
flitterio <at> gmail.com







  reply	other threads:[~2016-03-26 20:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-26 16:17 bug#23122: 25.1.50; Makefile target install-info tries to install deleted info files Francis Litterio
2016-03-26 17:54 ` Eli Zaretskii
2016-03-26 20:09   ` Fran Litterio [this message]
2016-03-27  2:31     ` 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

  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=loom.20160326T210111-81@post.gmane.org \
    --to=flitterio@gmail.com \
    --cc=23122@debbugs.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).