From owner-svn-src-all@FreeBSD.ORG Tue Jan 4 23:56:27 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F33B106566B; Tue, 4 Jan 2011 23:56:27 +0000 (UTC) (envelope-from luchesar.iliev@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 204618FC0A; Tue, 4 Jan 2011 23:56:25 +0000 (UTC) Received: by fxm16 with SMTP id 16so14458021fxm.13 for ; Tue, 04 Jan 2011 15:56:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id :disposition-notification-to:date:from:organization:user-agent :mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:openpgp:content-type:content-transfer-encoding; bh=KPvl4yrW74iOWWRR0srKy9FJsXMQa3U3NJ6D8UgPzlI=; b=ZiQdWTH3QvX/zBvDc+xXuBnWtoDjJZ2kahQaPPy+nkbXDeC4urAm3zlXqOs3WO+Di6 hs1DAYDpF8pvo/lijj3kHEWQKP//hFJnUe2oFdsE4Ijw6AT4RMKNX51A46ALfCpcm6D4 +TAN6sMzNr854xl9DEz0YDemW7Ta+pre0oj20= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:disposition-notification-to:date:from:organization :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=jv7lfj9OTMm63KkEE4JsSQVTprVl/p6A/NlgzRqOXy9m1CZtHQYn0OnsYB94zrQcrd 4gDASy4pale98rDq5ZgAd/uccaKPi8tRVHXYgPNwTozxIuFtdpzX1nRBpTJacexvF7wr 9hPe5KsFUCpAH2jn3xDQ3X1QF4vQuHZXQbPS0= Received: by 10.223.72.197 with SMTP id n5mr4931253faj.8.1294183633938; Tue, 04 Jan 2011 15:27:13 -0800 (PST) Received: from [79.124.93.41] ([79.124.93.41]) by mx.google.com with ESMTPS id n1sm5300530fam.40.2011.01.04.15.27.11 (version=SSLv3 cipher=RC4-MD5); Tue, 04 Jan 2011 15:27:12 -0800 (PST) Message-ID: <4D23ACCE.6070602@gmail.com> Date: Wed, 05 Jan 2011 01:27:10 +0200 From: "Luchesar V. ILIEV" Organization: Ideaconsult Ltd. User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20101229 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: John Nielsen References: <201101041651.p04GpO15046054@svn.freebsd.org> <394C0FD2-E197-4899-8868-DC761D3AFB03@jnielsen.net> In-Reply-To: <394C0FD2-E197-4899-8868-DC761D3AFB03@jnielsen.net> X-Enigmail-Version: 1.1.2 OpenPGP: id=9A1FEEFF; url=https://cert.acad.bg/pgp-keys/ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: src-committers@freebsd.org, svn-src-stable@freebsd.org, svn-src-all@freebsd.org, "George V. Neville-Neil" , svn-src-stable-8@freebsd.org, Dan Allen Subject: Re: svn commit: r216964 - stable/8/usr.bin/netstat X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2011 23:56:27 -0000 On 01/04/11 23: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: > > ===> usr.bin/netstat (all) > cc -O2 -pipe -march=k6-3 -fno-strict-aliasing -DIPSEC -DSCTP -DNETGRAPH -DNDEBUG -std=gnu99 -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=k6-3 -fno-strict-aliasing -DIPSEC -DSCTP -DNETGRAPH -DNDEBUG -std=gnu99 -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 > > Stop in /usr/src/usr.bin/netstat. > *** Error code 1 > > Stop in /usr/src/usr.bin. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > > JN > > <...snip..> > It seems to me that you need to update your src tree, as the variables mentioned in the error message were (later) defined in r216968: http://svn.freebsd.org/viewvc/base?view=revision&revision=216968 specifically http://svn.freebsd.org/viewvc/base/stable/8/sys/netinet/tcp_var.h?r1=214860&r2=216968&pathrev=216968 Hope that helps, Luchesar