zsh-workers
 help / color / mirror / code / Atom feed
* install.info failure
@ 2021-05-22 13:11 Vin Shelton
  2021-05-22 13:23 ` Daniel Shahaf
  0 siblings, 1 reply; 19+ messages in thread
From: Vin Shelton @ 2021-05-22 13:11 UTC (permalink / raw)
  To: Zsh Hackers' List

[-- 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 --]

^ permalink raw reply	[flat|nested] 19+ messages in thread
* Re: install.info failure
@ 2021-06-05 10:47 Thomas Paulsen
  0 siblings, 0 replies; 19+ messages in thread
From: Thomas Paulsen @ 2021-06-05 10:47 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/html, Size: 888 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2021-06-13 18:23 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-22 13:11 install.info failure Vin Shelton
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

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