From owner-freebsd-stable Mon Mar 17 22:39:22 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7363B37B401 for ; Mon, 17 Mar 2003 22:39:21 -0800 (PST) Received: from pemaquid.safeport.com (pemaquid.safeport.com [204.156.12.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 977B043F93 for ; Mon, 17 Mar 2003 22:39:20 -0800 (PST) (envelope-from doug@safeport.com) Received: from pemaquid.safeport.com (localhost [127.0.0.1]) by pemaquid.safeport.com (8.12.8/8.12.3) with ESMTP id h2I4mHJq050376 for ; Mon, 17 Mar 2003 23:48:17 -0500 (EST) (envelope-from doug@safeport.com) Received: from localhost (doug@localhost) by pemaquid.safeport.com (8.12.8/8.12.3/Submit) with ESMTP id h2I4mHe2050373 for ; Mon, 17 Mar 2003 23:48:17 -0500 (EST) Date: Mon, 17 Mar 2003 23:48:17 -0500 (EST) From: doug@safeport.com To: freebsd-stable@freebsd.org Subject: ncurses buildworld problem Message-ID: <20030317234451.H14340@pemaquid.safeport.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I appears there may be a spot in the buildworld where includes from the current system are being used. The module in question is: /usr/src/contrib/ncurses/ncurses/tinfo/make_keys.c It is compiled just before '>>> stage 3: cross tools' In my case that compile seems to match what happens in a successful build. In my build I get a second attempt to compile make_keys.c after gcc is built. In the good build it appears that the second reference to make_keys is to run it, not compile it again. I can not tell where the build goes off. However, it was suggested to me that I try to build and install /usr/include and /usr/share/mk. I am having network access problems to the system in question, so before I go down this path I am going to wait for access to this system to settle down. My attempt will be to install /usr/include, /usr/share/mk. Is there anything else that I should build? Also, it is not too obvious as to what is actually being built during the second reference to make_keys. Is it ncurses? And can I test the above simply by trying a make on /usr/src/contrib/ncurses? Thanks for any help and/or thoughts. _____ Douglas Denault doug@safeport.com Voice: 301-469-8766 Fax: 301-469-0601 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message