Date: Sat, 26 Aug 2000 14:36:05 +1000 From: Wobbly <snorkel@telstra.com> To: freebsd-stable@FreeBSD.ORG Subject: Re: systat broken Message-ID: <39A74935.7C6EB8EF@telstra.com> References: <20000826070542.B16988@snark.ptc.spbu.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Yup, After being belted around the head by CDROM problems, buildworld now fails... cc -O -pipe -I/usr/src/usr.bin/systat/../../sys -I/usr/obj/usr/src/i386/usr/include -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. *** Error code 1 etc, etc. My whiney-ass opinion is as follows: I am now sitting here suffering from not one, but TWO botched comits to STABLE in a row. SLOW DOWN!!! It seems clear from these two incidents that comits to STABLE are being made WAY WAY too fast. Rosco. "Valeriy E. Ushakov" wrote: > > After this commit systat can't be compiled since it still refers to > m_mtypes. Revision 1.11 of src/usr.bin/systat/mbuf.c should be MFC'ed > as well, it seems. > > peter 2000/08/25 16:18:53 PDT > > Modified files: (Branch: RELENG_4) > sys/kern uipc_mbuf.c > sys/sys mbuf.h > usr.bin/netstat mbuf.c > Log: > MFC: kern/uipc_mbuf.c v1.53, sys/mbuf.h v1.52, netstat/mbuf.c v1.18 > Make mbstat.m_mtypes seperate and viewable via sysctl. Expand the > type from u_short to u_long to stop 64K wraparounds, especially on > mbtypes[MT_FREE]. Also, the MT_FREE counter was never incremented on > creation of new mbufs, so the freelist count was wrong. > > PR: kern/19809 > Submitted by: Ian Dowse <iedowse@maths.tcd.ie> > MFC forgotten by: albert > > Revision Changes Path > 1.51.2.2 +4 -0 src/sys/kern/uipc_mbuf.c > 1.44.2.6 +11 -9 src/sys/sys/mbuf.h > 1.17.2.1 +50 -26 src/usr.bin/netstat/mbuf.c > > SY, Uwe > -- > uwe@ptc.spbu.ru | Zu Grunde kommen > http://www.ptc.spbu.ru/~uwe/ | Ist zu Grunde gehen > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39A74935.7C6EB8EF>