delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin-apps/2002/03/28/07:34:48

Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm
Sender: cygwin-apps-owner AT cygwin DOT com
List-Subscribe: <mailto:cygwin-apps-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin-apps/>
List-Post: <mailto:cygwin-apps AT cygwin DOT com>
List-Help: <mailto:cygwin-apps-help AT cygwin DOT com>, <http://sources.redhat.com/lists.html#faqs>
Mail-Followup-To: cygwin-apps AT cygwin DOT com
Delivered-To: mailing list cygwin-apps AT cygwin DOT com
Message-ID: <3CA30DDC.D828F259@hack.kampbjorn.com>
Date: Thu, 28 Mar 2002 13:34:36 +0100
From: Hack =?iso-8859-1?Q?Kampbj=F8rn?= <cygwin-apps AT hack DOT kampbjorn DOT com>
Reply-To: cygwin-apps AT cygwin DOT com
X-Accept-Language: en,da,es,ca
MIME-Version: 1.0
To: cygwin-apps AT cygwin DOT com
CC: cygwin AT cygwin DOT com
Subject: Re: "Install-Info" not found during installing CYGIN
References: <FC169E059D1A0442A04C40F86D9BA76008ABE3 AT itdomain003 DOT itdomain DOT net DOT au>

Robert Collins wrote:
> 
> > -----Original Message-----
> > From: Gerrit P. Haase [mailto:freeweb AT nyckelpiga DOT de]
> > Sent: Thursday, March 28, 2002 10:10 PM
> > To: Torsten Giebl
> > Cc: cygwin-apps AT cygwin DOT com; cygwin AT cygwin DOT com
> > Subject: Re: "Install-Info" not found during installing CYGIN
> >
> >
> >  Torsten,
> >
> > > I install CYGWIN with the following packages :
> >
> > [long list w/o texinfo]

Among them wget.

> >
> > > First the Setup.exe untgz and unbz2 the selected Packages into the
> > > install dir, then it starts some SH Window. In that window
> > i see often
> > > the message "Install-Info" not found. Is there a package i
> > forgott to
> > > install ??

Note this doesn't happen for wget. I've just checked.

> >
> > texinfo.
> > Should be in base (IMHO).
> 
> No! Anything that has info pages should depend on texinfo. That's what
> dependencies ARE FOR.
> 
> Rob

We had a discussion about this months ago IIRC the conclusion was for
each package to install their own info files. And for texinfo to
reinstall all the info files. (Or something similar, I'm a lazy guy and
I wouldn't have done alle the postinstall thing if someone hadn't
pointed it out).

As you can see in /etc/postinstall/wget.sh.done when wget is
installed/updated it will install the info files only if texinfo is
already installed (wget does not depend/require texinfo). Otherwise it's
texinfo's postinstall job to update the dir info.

#!/bin/sh

VERSION=1.8.1-1
INFODIR=/usr/info
INSTALLINFO=/usr/bin/install-info

if [ -x ${INSTALLINFO} -a -f ${INFODIR}/wget.info ] ; then
    ${INSTALLINFO} --dir-file=${INFODIR}/dir ${INFODIR}/wget.info
fi

if [ ! -f /etc/wgetrc ] ; then
    cp /usr/doc/wget-${VERSION}/sample.wgetrc /etc/wgetrc
fi

-- 
Med venlig hilsen / Kind regards

Hack Kampbjørn

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019