Date: 01 Mar 2000 18:24:48 +0100 From: Roland Jesse <jesse@mail.CS.Uni-Magdeburg.De> To: freebsd-current@FreeBSD.ORG Subject: Re: buildworld fails at ncurses Message-ID: <0vvh36sivz.fsf@cs.uni-magdeburg.de> In-Reply-To: Roland Jesse's message of "01 Mar 2000 14:55:00 %2B0100" References: <Pine.BSF.4.21.0002291317240.63168-100000@hub.freebsd.org> <0vya82n6bv.fsf@cs.uni-magdeburg.de>
next in thread | previous in thread | raw e-mail | index | archive | help
I wrote: > I will try doing an update (using sysinstall) to one of the latest > -current snapshots and do the buildworld again from there. Ok, I did just that and it still fails at /usr/src/contrib/ncurses/ncurses/tinfo/comp_hash.c: cc -o make_hash -O -pipe -I. -I/usr/src/lib/libncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/ncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/include -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS -DMAIN_PROGRAM /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c In file included from /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c:43: /usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:107: syntax error before `GCC_PRINTFLIKE' The same happens by doing a make directly in /usr/src/lib/libncurses. The source is freshly cvsupped with TAG=. Are there by any means any header files or what not that might be too old and should be taken from inside /usr/src to their original location? The system is now: arthur# uname -a FreeBSD arthur.cs.uni-magdeburg.de 4.0-CURRENT FreeBSD 4.0-CURRENT #6: Wed Mar 1 17:41:18 CET 2000 root@arthur.cs.uni-magdeburg.de:/usr/src/sys/compile/ARTHUR i386 That's -current as of the 20000228-snapshot. The compiler is updated: arthur# cc --version 2.95.2 Does that bring us any further? Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0vvh36sivz.fsf>