From owner-freebsd-current Mon Jan 29 17:53:32 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA06049 for current-outgoing; Mon, 29 Jan 1996 17:53:32 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA06027 for ; Mon, 29 Jan 1996 17:53:23 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id MAA12255; Tue, 30 Jan 1996 12:49:20 +1100 Date: Tue, 30 Jan 1996 12:49:20 +1100 From: Bruce Evans Message-Id: <199601300149.MAA12255@godzilla.zeta.org.au> To: current@FreeBSD.ORG, jkh@time.cdrom.com Subject: Re: I'm rather annoyed with -current. Sender: owner-current@FreeBSD.ORG Precedence: bulk >Not only has the thread_init race problem still NOT been fixed (try a >make world in -current using a 2.1-RELEASE system as the base - it >will fall over!) but today we have this new problem: >===> lib/librpcsvc >cc -O -pipe -I/usr/include/rpcsvc -c klm_prot_xdr.c -o klm_prot_xdr.o >In file included from klm_prot_xdr.c:6: >/usr/include/rpcsvc/klm_prot.h:10: parse error before `xdr_klm_stats' >/usr/include/rpcsvc/klm_prot.h:10: warning: data definition has no type or storage class >/usr/include/rpcsvc/klm_prot.h:15: parse error before `netobj' >/usr/include/rpcsvc/klm_prot.h:15: warning: no semicolon at end of struct or union >I'm not even particularly sure how to fix this one, either. The I think it's just the old Makefile ordering problem. Your line numbers don't match the ones in a working klm_prot.h. >header file that's generated here certainly doesn't include the >required header files itself, and blowing away /usr/include/rpcsvc >and trying to repopulate it from scratch didn't help. Build and install the new rpcgen first. >I haven't been able to build -stable for several weeks now - is it >just me, managing to try it on every single day that the tree is >broken? I'm about to give up on the whole idea of a 2.2-SNAP, to be >honest! :-( -current rebuilds itself OK on most days. Only bootstrapping is broken. Bruce