From owner-freebsd-current  Sat Jul 15  7:51:31 2000
Delivered-To: freebsd-current@freebsd.org
Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20])
	by hub.freebsd.org (Postfix) with ESMTP id E029A37B593
	for <freebsd-current@FreeBSD.ORG>; Sat, 15 Jul 2000 07:51:28 -0700 (PDT)
	(envelope-from bright@fw.wintelcom.net)
Received: (from bright@localhost)
	by fw.wintelcom.net (8.10.0/8.10.0) id e6FEpRR15687;
	Sat, 15 Jul 2000 07:51:27 -0700 (PDT)
Date: Sat, 15 Jul 2000 07:51:27 -0700
From: Alfred Perlstein <bright@wintelcom.net>
To: Mike Meyer <mwm@mired.org>
Cc: freebsd-current@FreeBSD.ORG, iedowse@maths.tcd.ie
Subject: Re: Build broken?
Message-ID: <20000715075127.A25571@fw.wintelcom.net>
References: <14704.29974.878920.494001@guru.mired.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2i
In-Reply-To: <14704.29974.878920.494001@guru.mired.org>; from mwm@mired.org on Sat, Jul 15, 2000 at 09:28:38AM -0500
Sender: owner-freebsd-current@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

* Mike Meyer <mwm@mired.org> [000715 07:29] wrote:
> The build broke this morning, and is still broken as of a few moments
> ago. The problem is that systat tries to use the (apparently now
> missing) m_mtypes element of the mbstat structure:
> 
> su-2.04# pwd
> /usr/src/usr.bin/systat
> su-2.04# make
> cc -O -pipe -march=pentium -I/usr/src/usr.bin/systat/../../sys   -c /usr/src/usr.bin/systat/mbufs.c
> /usr/src/usr.bin/systat/mbufs.c: In function `showmbufs':
> /usr/src/usr.bin/systat/mbufs.c:111: structure has no member named `m_mtypes'
> /usr/src/usr.bin/systat/mbufs.c:112: structure has no member named `m_mtypes'
> /usr/src/usr.bin/systat/mbufs.c:133: structure has no member named `m_mtypes'
> /usr/src/usr.bin/systat/mbufs.c:134: structure has no member named `m_mtypes'
> *** Error code 1
> 
> Stop in /usr/src/usr.bin/systat.
> 
> And yes, "make buildworld" stops with the same set of error messages.
> 
> /usr/src/usr.bin/netstat handles this correctly. It does leave one
> wondering why this the mbuf type names aren't shared in some way -
> though these seem to be the only places that it's used.

oops, I just applied a patch assuming the submitter had actually checked
his delta thoroughly.

I should have a fix asap unless Ian can supply one faster.

sorry,
-Alfred


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message