From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <810b97290f782648db22432a61a8a478@free.fr> Content-Transfer-Encoding: 7bit From: Pierre Albarede Subject: Re: report after installing zsh-4.3.2 Date: Tue, 11 Apr 2006 18:33:21 +0200 To: zsh-workers@sunsite.dk X-Seq: zsh-workers 22414 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