zsh-workers
 help / color / mirror / code / Atom feed
From: Vin Shelton <acs@alumni.princeton.edu>
To: "Zsh Hackers' List" <zsh-workers@zsh.org>
Subject: install.info failure
Date: Sat, 22 May 2021 09:11:28 -0400	[thread overview]
Message-ID: <CACeGjnUps9Q8AHMK-dX7jLnQdxQ3zeyJoiCz9+voMmkYLZCCzQ@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1156 bytes --]

From the latest sources on Arch linux, I am getting the following error:

make install.info
make[1]: Entering directory '/SSD-2/opt/build/zsh-2021-05-22/Doc'
/bin/sh ../../../src/zsh-2021-05-22/mkinstalldirs
/opt/zsh-2021-05-22/share/info
rm -rf infodir
mkdir infodir
if ( \
    sed '/^@setfilename/s|zsh|zsh|' \
< ../../../src/zsh-2021-05-22/Doc/zsh.texi > infodir/tzsh.texi && \
    (cd infodir && makeinfo tzsh.texi) && \
    for file in infodir/zsh.info*; do \
/usr/bin/install -c -m 644 $file /opt/zsh-2021-05-22/share/info || exit 1; \
    done \
); then \
    if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
      install-info --info-dir=/opt/zsh-2021-05-22/share/info \
        /opt/zsh-2021-05-22/share/info/zsh.info; \
    else true; fi; \
    rm -rf infodir; \
    exit 0; \
else \
    rm -rf infodir; \
    exit 1; \
fi
tzsh.texi:37730: @ref reference to nonexistent node `Manipulating Hook
Functions'
make[1]: *** [Makefile:497: install.info] Error 1
make[1]: Leaving directory '/SSD-2/opt/build/zsh-2021-05-22/Doc'
make: *** [Makefile:255: install.info] Error 2

Please let me know if you require more details.

Regards,
  Vin

[-- Attachment #2: Type: text/html, Size: 2215 bytes --]

             reply	other threads:[~2021-05-22 13:12 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-22 13:11 Vin Shelton [this message]
2021-05-22 13:23 ` Daniel Shahaf
2021-05-24 20:22   ` Daniel Shahaf
2021-05-25  4:00     ` Jun T
2021-05-25  6:48       ` Bart Schaefer
2021-05-25  8:25         ` Jun T
2021-05-25 16:00           ` Bart Schaefer
2021-05-25 16:47           ` Daniel Shahaf
2021-05-25 20:58     ` Marlon Richert
2021-05-25 21:54       ` Bart Schaefer
2021-05-25 22:16       ` dana
2021-05-27 18:26         ` Marlon Richert
2021-05-31 22:33           ` Bart Schaefer
2021-06-01 10:44             ` Marlon Richert
2021-06-02  6:33               ` Bart Schaefer
2021-06-04 21:49                 ` dana
2021-06-05 16:09                   ` Bart Schaefer
2021-06-13 18:23                     ` [PATCH] " Bart Schaefer
2021-06-05 10:47 Thomas Paulsen

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=CACeGjnUps9Q8AHMK-dX7jLnQdxQ3zeyJoiCz9+voMmkYLZCCzQ@mail.gmail.com \
    --to=acs@alumni.princeton.edu \
    --cc=zsh-workers@zsh.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.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).