From owner-freebsd-stable Fri May 5 14:24:36 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail.goonda.org (mail.goonda.org [208.37.165.142]) by hub.freebsd.org (Postfix) with SMTP id 611EF37B7DA for ; Fri, 5 May 2000 14:24:31 -0700 (PDT) (envelope-from goonda@bastard.net) Received: (qmail 15948 invoked from network); 5 May 2000 21:24:30 -0000 Received: from unknown (HELO phat.bastard.net) (208.37.165.141) by mail.goonda.org with SMTP; 5 May 2000 21:24:30 -0000 Received: from localhost (localhost [127.0.0.1]) by phat.bastard.net (8.10.1/8.10.1) with ESMTP id e45LOUv84578 for ; Fri, 5 May 2000 17:24:30 -0400 (EDT) Date: Fri, 5 May 2000 17:24:29 -0400 (EDT) From: anindya To: freebsd-stable@freebsd.org Subject: 4.0-STABLE make buildworld problems with vi?? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey folks, I apologize if this is the wrong forum for this. Please flame me silly with the name of the correct mailing list if I am in error. So here is the deal. I have a 4.0 system, my supfile looks like so: *default host=cvsup2.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_4 *default delete use-rel-suffix *default compress src-all doc-all ports-all tag=. ports-base tag=. I want to track -STABLE. cvsup works great as usual, but I am getting an error during make buildworld (I have the entire make buildworld output if someone wants to look at it). when it is trying to build /usr/bin/vi and it just stops. My last cvsup was may 5th around 2pm or so.. Please let me know if I am doing something incorrect here, or whether someone made a boo-boo during checkin. Thanks a lot! --Anindya Here is the relevant output: ===> usr.bin/vi cc -O -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bin/vi/.. /../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -I/usr/obj/usr /src/i386/usr/include -c /usr/src/usr.bin/vi/../../contrib/nvi/cl/cl_bsd.c cc -O -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bin/vi/.. /../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -I/usr/obj/usr /src/i386/usr/include -c /usr/src/usr.bin/vi/../../contrib/nvi/cl/cl_funcs.c cc -O -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bin/vi/.. /../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -I/usr/obj/usr /src/i386/usr/include -c /usr/src/usr.bin/vi/../../contrib/nvi/cl/cl_main.c cc -O -pipe -DGTAGS -DSYSV_CURSES -I/usr/src/usr.bin/vi -I/usr/src/usr.bin/vi/.. /../contrib/nvi -I/usr/src/usr.bin/vi/../../contrib/nvi/include -I/usr/obj/usr /src/i386/usr/include -c /usr/src/usr.bin/vi/../../contrib/nvi/cl/cl_read.c In file included from /usr/obj/usr/src/i386/usr/include/sys/select.h:40, from /usr/src/usr.bin/vi/../../contrib/nvi/cl/cl_read.c:19: /usr/obj/usr/src/i386/usr/include/sys/event.h:97: warning: parameter names (with out types) in function declaration /usr/obj/usr/src/i386/usr/include/sys/event.h:97: warning: data definition has n o type or storage class In file included from /usr/src/usr.bin/vi/../../contrib/nvi/cl/cl_read.c:19: /usr/obj/usr/src/i386/usr/include/sys/select.h:48: field `si_note' has incomplet e type *** Error code 1 Stop in /usr/src/usr.bin/vi. *** Error code 1 Stop in /usr/src/usr.bin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message