Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2002 19:15:30 +1000
From:      Ben Short <bshort@shortboy.net>
To:        freebsd-questions@freebsd.org
Subject:   Make buildworld/most fails after CVSUP
Message-ID:  <3133246245.20020531191530@shortboy.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3133246245.20020531191530>