From owner-freebsd-current  Wed Mar  1 10:19:22 2000
Delivered-To: freebsd-current@freebsd.org
Received: from csmd2.cs.uni-magdeburg.de (csmd2.CS.Uni-Magdeburg.De [141.44.22.2])
	by hub.freebsd.org (Postfix) with ESMTP id 740A937BC20
	for <freebsd-current@FreeBSD.ORG>; Wed,  1 Mar 2000 10:19:12 -0800 (PST)
	(envelope-from jesse@mail.CS.Uni-Magdeburg.De)
Received: from knecht.cs.uni-magdeburg.de (jesse@knecht [141.44.21.3])
	by csmd2.cs.uni-magdeburg.de (8.9.3/8.9.3) with ESMTP id TAA02052
	for <freebsd-current@FreeBSD.ORG>; Wed, 1 Mar 2000 19:19:05 +0100 (MET)
Received: (from jesse@localhost)
	by knecht.cs.uni-magdeburg.de (8.8.8+Sun/8.8.8) id TAA16274;
	Wed, 1 Mar 2000 19:17:45 +0100 (MET)
X-Authentication-Warning: knecht.cs.uni-magdeburg.de: jesse set sender to jesse@cs.uni-magdeburg.de using -f
To: freebsd-current@FreeBSD.ORG
Subject: Re: buildworld fails at ncurses
References: <Pine.BSF.4.21.0002291317240.63168-100000@hub.freebsd.org> <0vya82n6bv.fsf@cs.uni-magdeburg.de>
From: Roland Jesse <jesse@mail.CS.Uni-Magdeburg.De>
Date: 01 Mar 2000 18:24:48 +0100
In-Reply-To: Roland Jesse's message of "01 Mar 2000 14:55:00 +0100"
Message-ID: <0vvh36sivz.fsf@cs.uni-magdeburg.de>
Lines: 33
User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.4
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: owner-freebsd-current@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

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