This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: "Install-Info" not found during installing CYGIN


Robert Collins wrote:
> 
> > -----Original Message-----
> > From: Gerrit P. Haase [mailto:freeweb@nyckelpiga.de]
> > Sent: Thursday, March 28, 2002 10:10 PM
> > To: Torsten Giebl
> > Cc: cygwin-apps@cygwin.com; cygwin@cygwin.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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]