From owner-svn-src-stable@FreeBSD.ORG Wed Jan 5 00:09:46 2011 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24CE7106566B; Wed, 5 Jan 2011 00:09:46 +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 030328FC18; Wed, 5 Jan 2011 00:09:44 +0000 (UTC) Received: by fxm16 with SMTP id 16so14465018fxm.13 for ; Tue, 04 Jan 2011 16:09:44 -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=zzxPz3GvcjrY8SnFD+eTrV6bhcjAdUX+jDC/yFHpkcU=; b=jDW3Iztg9qgJIpB4KUBqc774IHzoHv34eMv1/KnbrJRE7BltNyEEa56DRjQc2haTn/ ckggaYwQxUoTYXp2oSP6RDMOnuw4bMcrnSw8RRq5LKAVcCUWXZPfP3qDLQ2sLc3rbP/r /DzCuXz5xVzWDxOoslzjHlyzQe9tILw50lgCA= 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=pnSIZxJU5BnKa1+7soxZrNc3QOEkNwvN9iY9p5oX4fZtZ8zTgYmltuys6gRhMQQW1k PyXNwI/83CNp+2Rb1rs6DzczomQvrf3nN82yryN1eSs1/BdjCyswfD3uIWsHGXqQGF6X pPzv5vqc6+ngjpTSPn1moDLlFr1pJbG8i3YfE= Received: by 10.223.104.145 with SMTP id p17mr731816fao.105.1294186183914; Tue, 04 Jan 2011 16:09:43 -0800 (PST) Received: from [79.124.93.41] ([79.124.93.41]) by mx.google.com with ESMTPS id 5sm5331883fak.47.2011.01.04.16.09.42 (version=SSLv3 cipher=RC4-MD5); Tue, 04 Jan 2011 16:09:43 -0800 (PST) Message-ID: <4D23B6C5.7000808@gmail.com> Date: Wed, 05 Jan 2011 02:09:41 +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: George Neville-Neil References: <201101041651.p04GpO15046054@svn.freebsd.org> <394C0FD2-E197-4899-8868-DC761D3AFB03@jnielsen.net> <2EDDA230-13BE-45E0-A786-7376124E9626@freebsd.org> In-Reply-To: <2EDDA230-13BE-45E0-A786-7376124E9626@freebsd.org> 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, John Nielsen , svn-src-stable@freebsd.org, Dan Allen , svn-src-stable-8@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r216964 - stable/8/usr.bin/netstat X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2011 00:09:46 -0000 On 01/04/11 23:57, George Neville-Neil wrote: > > 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: >> >> ===> 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. > > I am fixing this at the moment. > > Apologies. > > Dunce Cap To, > George Just to confirm that stable/8 builds fine at r216974. Thanks, Luchesar P.S. Sorry for my previous attempt to explain the problem, but for some reason I got this mail just a few minutes ago.