all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: flitterio@gmail.com (Francis Litterio)
Cc: 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:54:32 +0300	[thread overview]
Message-ID: <83twjtyvjb.fsf@gnu.org> (raw)
In-Reply-To: <87fuvd5hcc.fsf@gmail.com> (flitterio@gmail.com)

> From: flitterio@gmail.com (Francis Litterio)
> Date: Sat, 26 Mar 2016 12:17:07 -0400
> 
> install-info: info
> 	...
> 	if [ "`cd ${srcdir}/info && /bin/pwd`" = "$$exp_infodir" ]; then \
> 	  true; \
> 	else \
> 	   ...
> 	   for elt in ${INFO_NONMISC} $${info_misc}; do \
> 	      ...
> 	      for f in `ls $$elt $$elt-[1-9] $$elt-[1-9][0-9] 2>/dev/null`; do \
> 	       (cd "$${thisdir}"; \
> 	        ${INSTALL_DATA} ${srcdir}/info/$$f "$(DESTDIR)${infodir}/$$f"); \
> 	        ...
> 	        ${GZIP_PROG} -9n "$(DESTDIR)${infodir}/$$f"; \
> 	      done; \
> 	     (cd "$${thisdir}"; \
> 	      ${INSTALL_INFO} --info-dir="$(DESTDIR)${infodir}" "$(DESTDIR)${infodir}/$$elt"); \
> 	   done; \
> 	fi
> 
> 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.
> Both of these commands are in a for loop that processes every info file.
> This leads to a block of errors in the output of "make install-info" of
> this form, with one error for each info file being installed:
> 
>   install-info: No such file or directory for /apps/emacs/share/info/emacs.info
>   install-info: No such file or directory for /apps/emacs/share/info/eintr.info
>   install-info: No such file or directory for /apps/emacs/share/info/elisp.info
>   install-info: No such file or directory for /apps/emacs/share/info/ada-mode.info
>   ...

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?

>  '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.





  reply	other threads:[~2016-03-26 17:54 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 [this message]
2016-03-26 20:09   ` Fran Litterio
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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83twjtyvjb.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=23122@debbugs.gnu.org \
    --cc=flitterio@gmail.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 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.