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> In-Reply-To: <14704.29974.878920.494001@guru.mired.org>; from mwm@mired.org on Sat, Jul 15, 2000 at 09:28:38AM -0500 References: <14704.29974.878920.494001@guru.mired.org>
next in thread | previous in thread | raw e-mail | index | archive | help
* 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000715075127.A25571>