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>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030317234451.H14340>