Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jul 2000 09:28:38 -0500 (CDT)
From:      Mike Meyer <mwm@mired.org>
To:        freebsd-current@freebsd.org
Subject:   Build broken?
Message-ID:  <14704.29974.878920.494001@guru.mired.org>

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

	Thanx,
	<mike


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?14704.29974.878920.494001>