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: <20020514202915.96187.qmail@web10501.mail.yahoo.com> Date: Tue, 14 May 2002 13:29:15 -0700 (PDT) From: Rick Rankin Subject: Circular symlinks in terminfo-5.2-2.tar.bz2 To: Cygwin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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, 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. --Rick __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com -- 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/