From owner-freebsd-current Thu Dec 30 1:32: 4 1999 Delivered-To: freebsd-current@freebsd.org Received: from overcee.netplex.com.au (overcee.netplex.com.au [202.12.86.7]) by hub.freebsd.org (Postfix) with ESMTP id 5D57A14D0E for ; Thu, 30 Dec 1999 01:32:01 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 565291CA0; Thu, 30 Dec 1999 17:31:54 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.1.1 10/15/1999 To: Greg Lehey Cc: "Russell L. Carter" , current@FreeBSD.ORG Subject: Re: -current buildworld dies, retch. In-Reply-To: Message from Greg Lehey of "Thu, 30 Dec 1999 16:56:35 +1030." <19991230165635.E1316@freebie.lemis.com> Date: Thu, 30 Dec 1999 17:31:54 +0800 From: Peter Wemm Message-Id: <19991230093154.565291CA0@overcee.netplex.com.au> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greg Lehey wrote: > On Wednesday, 29 December 1999 at 21:54:42 -0700, Russell L. Carter wrote: > > > > Otay, please tell me how to fix: > > > > ===> usr.sbin/ifmcstat > > cc -O -pipe -DINET6 -I/usr/obj/usr/src/i386/usr/include -c > > /usr/src/usr.sbin/ifmcstat/ifmcstat.c > > gzip -cn /usr/src/usr.sbin/ifmcstat/ifmcstat.8 > ifmcstat.8.gz > > /usr/src/usr.sbin/ifmcstat/ifmcstat.c: In function `main': > > /usr/src/usr.sbin/ifmcstat/ifmcstat.c:109: storage size of `arpcom' isn't k nown > > I think for this one you need to find who broke it and make him > unbreak it. You may supply a pointy hat. Heh, there was a crossover of commits. I did my sweep about 36 hours before the commit and was cvs updating it as I went. It seems ifmcstat got added after the sweep, but wasn't connected to the makefile. I did actually do a 'make world' immediately prior to the commit, and ifmcstat was added to usr.sbin/Makefile after the conversion which broke the build. date: 1999/12/28 02:37:05; author: shin; state: Exp; Getaddrinfo(), getnameinfo(), and etc support in libc/net. Several udp and raw apps IPv6 support. date: 1999/12/29 04:24:49; author: peter; state: Exp; lines: +7 -7 Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. date: 1999/12/29 07:11:50; author: shin; state: Exp; lines: +9 -1 Forgot to add newly added udp and raw IPv6 apps to usr.sbin SUBDIR. They are confirmed to be buildable and seems to be working. This is an example of the pitfalls of parallel development. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message