From owner-freebsd-current@FreeBSD.ORG Wed Dec 17 09:17:47 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DB9D16A4CE for ; Wed, 17 Dec 2003 09:17:47 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77A1343D67 for ; Wed, 17 Dec 2003 09:17:45 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 616CF72DB5; Wed, 17 Dec 2003 09:17:45 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 5FF3372DAD; Wed, 17 Dec 2003 09:17:45 -0800 (PST) Date: Wed, 17 Dec 2003 09:17:45 -0800 (PST) From: Doug White To: Dan Hulme In-Reply-To: <3FDEBDC4.5090409@diefree.com> Message-ID: <20031217091554.J14934@carver.gumbysoft.com> References: <3FDEBDC4.5090409@diefree.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: Problem with make buildworld with existing terminfo database X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 17:17:47 -0000 On Tue, 16 Dec 2003, Dan Hulme wrote: > I happen to have a terminfo database installed in > [/usr/share/misc/terminfo]. It really is just a symlink to > [/usr/compat/linux/usr/share/terminfo]. Therefore, my build failed, and > didn't give me any helpful information when it did so. After tracking > down the culprit scripts, I still didn't know what was wrong, because I > didn't understand how ncurses deals with terminfo/termcap. Now that I > understand it, I think that something should be changed to deal with > this possibility. Did you put this there yourself? Why not just move it in to /usr/compat/linux, if linux is the only thing using terminfo? Linux apps will still find it by the /compat/linux redirection and it stays safely hidden from everything else. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org