zsh-workers
 help / color / mirror / code / Atom feed
From: Pierre Albarede <pa.news@free.fr>
To: zsh-workers@sunsite.dk
Subject: Re: report after installing zsh-4.3.2
Date: Tue, 11 Apr 2006 18:33:21 +0200	[thread overview]
Message-ID: <810b97290f782648db22432a61a8a478@free.fr> (raw)

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



             reply	other threads:[~2006-04-11 16:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-11 16:33 Pierre Albarede [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-04-11 17:49 Wayne Davison
2006-04-11 15:46 Wayne Davison
2006-04-11 13:42 Pierre Albarede

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=810b97290f782648db22432a61a8a478@free.fr \
    --to=pa.news@free.fr \
    --cc=zsh-workers@sunsite.dk \
    /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).