unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Udyant Wig <udyant.wig@gmail.com>
Cc: 23888@debbugs.gnu.org
Subject: bug#23888: 25.1.50; Info calc -- No such node or anchor: Top
Date: Tue, 05 Jul 2016 17:40:23 +0300	[thread overview]
Message-ID: <83y45gno6g.fsf@gnu.org> (raw)
In-Reply-To: <33f55b05-3f16-0ffc-be93-2ccf0513060c@gmail.com> (message from Udyant Wig on Tue, 5 Jul 2016 11:32:23 +0530)

> Cc: Eli Zaretskii <eliz@gnu.org>, 23888@debbugs.gnu.org
> From: Udyant Wig <udyant.wig@gmail.com>
> Date: Tue, 5 Jul 2016 11:32:23 +0530
> 
>    for elt in emacs.info eintr.info elisp.info ${info_misc}; do \
>       test "yes" = "no" && test ! -f $elt && continue; \
>       for f in `ls $elt $elt-[1-9] $elt-[1-9][0-9] 2>/dev/null`; do \
>        (cd "${thisdir}"; \
>         /usr/bin/install -c -m 644 ./info/$f "/usr/local/share/info/$f"); \
>         [ -n "/bin/gzip" ] || continue ; \
>         rm -f "/usr/local/share/info/$f.gz"; \
>         /bin/gzip -9n "/usr/local/share/info/$f"; \
>       done; \
>      (cd "${thisdir}"; \
>       /usr/bin/install-info --info-dir="/usr/local/share/info" "/usr/local/share/info/$elt"); \
>    done; \
> fi
> install-info: warning: no info dir entry in `/usr/local/share/info/calc.info

Since calc.info is zero size (a.k.a. empty), this warning is expected.

The interesting question is why calc.info comes out empty.  What
version of Texinfo do you have?

>   I went into build directory and ran  make docs.  I saw this (arrow
>   mine):
> 
> make -C doc/misc html
> make[1]: Entering directory '/home/udyant/build/emacs/doc/misc'
>   GEN      ada-mode.html
>   GEN      auth.html
>   GEN      autotype.html
>   GEN      bovine.html
> ->GEN      calc.html

This is the HTML version, not relevant to the issue at hand.

What happens if you remove the empty info/calc.info, then try
rebuilding it, adding V=1 to the "make" command line?





  reply	other threads:[~2016-07-05 14:40 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-03 10:19 bug#23888: 25.1.50; Info calc -- No such node or anchor: Top Udyant Wig
2016-07-03 16:50 ` Eli Zaretskii
2016-07-03 19:24   ` Udyant Wig
2016-07-03 19:49     ` Eli Zaretskii
2016-07-04  3:25       ` Udyant Wig
2016-07-04 14:43         ` Eli Zaretskii
2016-07-04 16:37           ` Glenn Morris
2016-07-04 17:17           ` Udyant Wig
2016-07-04 17:37     ` Glenn Morris
2016-07-05  4:13       ` Udyant Wig
2016-07-05  5:27         ` Udyant Wig
2016-07-05  6:02           ` Udyant Wig
2016-07-05 14:40             ` Eli Zaretskii [this message]
2016-07-05 16:37               ` Udyant Wig
2016-07-05 17:01                 ` Eli Zaretskii
2016-07-05 17:34                   ` Udyant Wig
2016-07-05 15:49             ` Glenn Morris
2016-07-05 16:43               ` Udyant Wig

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=83y45gno6g.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=23888@debbugs.gnu.org \
    --cc=udyant.wig@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 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).