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 Message-ID: <3CE1B31D.4000801@ece.gatech.edu> Date: Tue, 14 May 2002 21:00:13 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020205 X-Accept-Language: en-us MIME-Version: 1.0 To: Rick Rankin CC: cygwin AT cygwin DOT com Subject: Re: Circular symlinks in terminfo-5.2-2.tar.bz2 References: <20020514202915 DOT 96187 DOT qmail AT web10501 DOT mail DOT yahoo DOT com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Rick Rankin wrote: > In the course of doing a complete reinstall from scratch, I discovered a set of > circular symlinks in terminfo-5.2-2.tar.bz2. As distributed, > /usr/share/terminfo/n/nxterm is a symlink to ../x/xterm-color which is a > symlink to ../n/nxterm. This can be verified by running > > tar -tvjf terminfo-5.2-2.tar.bz2 | grep nxterm > > which produces > > lrwxrwxrwx cwilson/None 0 2002-05-08 11:40:45 usr/share/terminfo/n/nxterm > -> ../x/xterm-color > lrwxrwxrwx cwilson/None 0 2002-05-08 11:40:20 > usr/share/terminfo/x/xterm-color -> ../n/nxterm > > The problem can be resolved simply enough by downloading the ncurses source, No no no no no. cygwin's terminfo is forked from ncurses -- specifically so that I can fix / update these sorts of problems without forcing people to redownload all those libraries and binaries. > applying the ncurses-5.2-8.patch file, removing /usr/share/terminfo/n/nxterm > and /usr/share/terminfo/x/xterm-color, and recompiling the terminfo database. > I'd supply a patch, but there's really nothing to patch -- the tar file just > needs to be updated. Also, terminfo-5.2-2 changed in only one respect from terminfo-5.2-1: it now uses the XFree86-4.2.0 terminal definitions for xterm-*. NOT the ncurses-provided definitions. However, I still had to hand edit some stuff; it looks like I missed a cross-reference. Will fix shortly. --Chuck -- 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/