make buildworld broken ... CVS from today ...

2000-11-26 Thread The Hermit Hacker


Just tried to do a buildworld, got as far as netstat before it barf'd
with:

=== usr.bin/netstat
cc -O -pipe -Wall -DIPSEC -DINET6 -DIPSEC   
-I/usr/obj/usr/local/base/src/i386/usr/include -c 
/usr/local/base/src/usr.bin/netstat/if.c
In file included from /usr/obj/usr/local/base/src/i386/usr/include/net/if_var.h:78,
 from /usr/local/base/src/usr.bin/netstat/if.c:49:
/usr/obj/usr/local/base/src/i386/usr/include/sys/mbuf.h:120: `MSIZE' undeclared here 
(not in a function)
/usr/obj/usr/local/base/src/i386/usr/include/sys/mbuf.h:120: size of array 
`MH_databuf' has non-integer type
/usr/obj/usr/local/base/src/i386/usr/include/sys/mbuf.h:123: `MSIZE' undeclared here 
(not in a function)
/usr/obj/usr/local/base/src/i386/usr/include/sys/mbuf.h:123: size of array `M_databuf' 
has non-integer type
/usr/obj/usr/local/base/src/i386/usr/include/sys/mbuf.h:239: `MCLBYTES' undeclared 
here (not in a function)
*** Error code 1

Stop in /usr/local/base/src/usr.bin/netstat.
*** Error code 1


Marc G. Fournier   ICQ#7615664   IRC Nick: Scrappy
Systems Administrator @ hub.org 
primary: [EMAIL PROTECTED]   secondary: scrappy@{freebsd|postgresql}.org 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld broken ... CVS from today ...

2000-11-26 Thread Jonathan Lemon

In article 
local.mail.freebsd-current/[EMAIL PROTECTED] you 
write:

Just tried to do a buildworld, got as far as netstat before it barf'd
with:

=== usr.bin/netstat
cc -O -pipe -Wall -DIPSEC -DINET6 -DIPSEC  
-I/usr/obj/usr/local/base/src/i386/usr/include -c
/usr/local/base/src/usr.bin/netstat/if.c
In file included from
/usr/obj/usr/local/base/src/i386/usr/include/net/if_var.h:78,
 from /usr/local/base/src/usr.bin/netstat/if.c:49:
/usr/obj/usr/local/base/src/i386/usr/include/sys/mbuf.h:120: `MSIZE'
undeclared here (not in a function)

Already fixed.
--
Joanthan



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld broken ... CVS from today ...

2000-11-26 Thread The Hermit Hacker

On Sun, 26 Nov 2000, Jonathan Lemon wrote:

 In article 
local.mail.freebsd-current/[EMAIL PROTECTED] 
you write:
 
 Just tried to do a buildworld, got as far as netstat before it barf'd
 with:
 
 === usr.bin/netstat
 cc -O -pipe -Wall -DIPSEC -DINET6 -DIPSEC  
 -I/usr/obj/usr/local/base/src/i386/usr/include -c
 /usr/local/base/src/usr.bin/netstat/if.c
 In file included from
 /usr/obj/usr/local/base/src/i386/usr/include/net/if_var.h:78,
  from /usr/local/base/src/usr.bin/netstat/if.c:49:
 /usr/obj/usr/local/base/src/i386/usr/include/sys/mbuf.h:120: `MSIZE'
 undeclared here (not in a function)
 
 Already fixed.

great, grabbing a new copy now, thanks ...




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message