From owner-svn-src-stable-8@FreeBSD.ORG Tue Jan 4 23:51:13 2011 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2470C106566B; Tue, 4 Jan 2011 23:51:12 +0000 (UTC) (envelope-from gnn@freebsd.org) Received: from vps.hungerhost.com (vps.hungerhost.com [216.38.53.176]) by mx1.freebsd.org (Postfix) with ESMTP id ADE288FC15; Tue, 4 Jan 2011 23:51:12 +0000 (UTC) Received: from smtp.hudson-trading.com ([209.249.190.9] helo=[10.16.241.134]) by vps.hungerhost.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1PaEsZ-00024i-I0; Tue, 04 Jan 2011 16:57:19 -0500 Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: George Neville-Neil In-Reply-To: <394C0FD2-E197-4899-8868-DC761D3AFB03@jnielsen.net> Date: Tue, 4 Jan 2011 16:57:18 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <2EDDA230-13BE-45E0-A786-7376124E9626@freebsd.org> References: <201101041651.p04GpO15046054@svn.freebsd.org> <394C0FD2-E197-4899-8868-DC761D3AFB03@jnielsen.net> To: John Nielsen X-Mailer: Apple Mail (2.1082) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.hungerhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - freebsd.org Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org, Dan Allen Subject: Re: svn commit: r216964 - stable/8/usr.bin/netstat X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2011 23:51:13 -0000 On Jan 4, 2011, at 16:21 , John Nielsen wrote: > The build on -STABLE is broken for me at at least one other person = today and my guess is that this commit is to blame. My buildworld = output: >=20 > =3D=3D=3D> usr.bin/netstat (all) > cc -O2 -pipe -march=3Dk6-3 -fno-strict-aliasing -DIPSEC -DSCTP = -DNETGRAPH -DNDEBUG -std=3Dgnu99 -fstack-protector -Wsystem-headers = -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes = -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized = -Wno-pointer-sign -c /usr/src/usr.bin/netstat/if.c > cc -O2 -pipe -march=3Dk6-3 -fno-strict-aliasing -DIPSEC -DSCTP = -DNETGRAPH -DNDEBUG -std=3Dgnu99 -fstack-protector -Wsystem-headers = -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes = -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized = -Wno-pointer-sign -c /usr/src/usr.bin/netstat/inet.c > /usr/src/usr.bin/netstat/inet.c: In function 'protopr': > /usr/src/usr.bin/netstat/inet.c:462: error: 'struct tcpcb' has no = member named 't_sndrexmitpack' > /usr/src/usr.bin/netstat/inet.c:463: error: 'struct tcpcb' has no = member named 't_rcvoopack' > /usr/src/usr.bin/netstat/inet.c:463: error: 'struct tcpcb' has no = member named 't_sndzerowin' > *** Error code 1 >=20 > Stop in /usr/src/usr.bin/netstat. > *** Error code 1 >=20 > Stop in /usr/src/usr.bin. > *** Error code 1 >=20 > Stop in /usr/src. > *** Error code 1 >=20 > Stop in /usr/src. > *** Error code 1 >=20 > Stop in /usr/src. I am fixing this at the moment. Apologies. Dunce Cap To, George