From owner-freebsd-questions Fri May 31 2:15:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from balthasar.shortboy.net (bensho.lnk.telstra.net [139.130.128.233]) by hub.freebsd.org (Postfix) with ESMTP id AB60937B409 for ; Fri, 31 May 2002 02:15:31 -0700 (PDT) Received: from melchior.shortboy.net (melchior.shortboy.net [203.39.147.193]) by balthasar.shortboy.net (8.11.6/8.11.6) with ESMTP id g4V9G0268186 for ; Fri, 31 May 2002 19:16:01 +1000 (EST) (envelope-from bshort@shortboy.net) Date: Fri, 31 May 2002 19:15:30 +1000 From: Ben Short X-Mailer: The Bat! (v1.60m) UNREG / CD5BF9353B3B7091 Reply-To: Ben Short Organization: Shortboy Productions X-Priority: 3 (Normal) Message-ID: <3133246245.20020531191530@shortboy.net> To: freebsd-questions@freebsd.org Subject: Make buildworld/most fails after CVSUP MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello All, For the last month I have been unable to recompile anything, after doing a CVSup from the 4.xstable-tree. I've always used the stable tree, and never had problems up until now. make buildworld cores when trying to compile libncurses, and a make most causes the following errors: cc -O -pipe -DCOLORLS -Wall -Wformat -c /usr/src/bin/ls/print.c /usr/src/bin/ls/print.c:53: langinfo.h: No such file or directory /usr/src/bin/ls/print.c: In function `printtime': /usr/src/bin/ls/print.c:343: warning: implicit declaration of function `nl_langinfo' /usr/src/bin/ls/print.c:343: `D_MD_ORDER' undeclared (first use in this function) /usr/src/bin/ls/print.c:343: (Each undeclared identifier is reported only once /usr/src/bin/ls/print.c:343: for each function it appears in.) /usr/src/bin/ls/print.c:343: invalid type argument of `unary *' *** Error code 1 upon moving langinfo.h from the /usr/src/include cc -O -pipe -DCOLORLS -Wall -Wformat -static -o ls cmp.o ls.o print.o util.o -lm -ltermcap print.o: In function `printtime': print.o(.text+0x722): undefined reference to `nl_langinfo' *** Error code 1 Any idea why this has happened, and how I can fix it? as I said, its only just happened after a recent cvsup Please reply off-list. Thanks -- Best regards, Ben Short IT/IS Developer. mailto:bshort@shortboy.net http://www.shortboy.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message