Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: report after installing zsh-4.3.2
- X-seq: zsh-workers 22414
- From: Pierre Albarede <pa.news@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: report after installing zsh-4.3.2
- Date: Tue, 11 Apr 2006 18:33:21 +0200
I wrote
on Mac OS X 10.3.9, installation worked well except for error messages
in
make install.info
Wayne
I assume that your version of install-info doesn't understand the
--version option?
Apparently it does:
Ordinateur-de-alba% install-info
Debian install-info 1.10.21. Copyright (C) 1994,1995
Ian Jackson. This is free software; see the GNU General Public Licence
version 2 or later for copying conditions. There is NO warranty.
usage: install-info [--version] [--help] [--debug] [--maxwidth=nnn]
[--section regexp title] [--infodir=xxx] [--align=nnn]
[--calign=nnn] [--quiet] [--menuentry=xxx] [--info-dir=xxx]
[--keep-old] [--description=xxx] [--test]
[--remove | --remove-exactly ] [--dir-file]
[--]
filename
Here is a complete output (of a second run):
Ordinateur-de-alba% sudo make install.info
Password:
/bin/sh ../mkinstalldirs /usr/local/info
rm -rf infodir
mkdir infodir
if ( \
sed '/^@setfilename/s|zsh|zsh|' \
< ./zsh.texi > infodir/tzsh.texi && \
(cd infodir && makeinfo tzsh.texi) && \
for file in infodir/zsh.info*; do \
/usr/bin/install -c -m 644 $file /usr/local/info || exit 1; \
done \
); then \
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
install-info --dir-file=/usr/local/info/dir \
/usr/local/info/zsh.info; \
else true; fi; \
rm -rf infodir; \
exit 0; \
else \
rm -rf infodir; \
exit 1; \
fi
* ZSH: (zsh). The Z Shell Manual.
install-info(/usr/local/info/zsh.info): no file
/usr/local/info/dir/dir, retrieving backup file
/var/backups/infodir.bak.
cp: /usr/local/info/dir/dir: No such file or directory
install-info(/usr/local/info/zsh.info): copying
/var/backups/infodir.bak to /usr/local/info/dir/dir failed, giving up:
No such file or directory
Messages sorted by:
Reverse Date,
Date,
Thread,
Author