Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , 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?= 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: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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