Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 20 Feb 2003 17:43:18 -0600 From: Joshua Daniel Franklin To: cygwin AT cygwin DOT com, eduardo_osorio_armenta AT hotmail DOT com, e_osorio AT yahoo DOT com Subject: Re: info is not loading... Message-ID: <20030220234318.GA260@world-gov> References: <1045263201 DOT 1203 DOT 44 DOT camel AT localhost> <20030220171616 DOT 43122 DOT qmail AT web11503 DOT mail DOT yahoo DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030220171616.43122.qmail@web11503.mail.yahoo.com> User-Agent: Mutt/1.4i On Thu, Feb 20, 2003 at 09:16:16AM -0800, Eduardo Osorio Armenta wrote: > > I have some troubles with > info > > a lot of packages show their information > but not the all > that i have under > /usr/info > > for example binutils.info Eduardo, This happens because some misbehaved packages overwrite the "dir" file (for cygwin, /usr/info/dir) with their own. This has come up several times and so there is now a update-info-dir package that should take care of this. See if ls /etc/postinstall/update-info-dir.sh* reports that the file is there and if it has a ".done" extension. If not you may need to re-run setup.exe, or the file directly, like this: sh /etc/postinstall/update-info-dir.sh Note that you can always run info or pinfo directly on an info file like: info -f /usr/info/binutils.info or pinfo -f /usr/info/binutils.info -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/