Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Dec 1999 17:31:54 +0800
From:      Peter Wemm <peter@netplex.com.au>
To:        Greg Lehey <grog@lemis.com>
Cc:        "Russell L. Carter" <rcarter@pinyon.org>, current@FreeBSD.ORG
Subject:   Re: -current buildworld dies, retch. 
Message-ID:  <19991230093154.565291CA0@overcee.netplex.com.au>
In-Reply-To: Message from Greg Lehey <grog@lemis.com>  of "Thu, 30 Dec 1999 16:56:35 %2B1030." <19991230165635.E1316@freebie.lemis.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991230093154.565291CA0>