From owner-freebsd-stable@FreeBSD.ORG Thu Oct 4 21:26:36 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C87116A418 for ; Thu, 4 Oct 2007 21:26:36 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id B351313C4A6 for ; Thu, 4 Oct 2007 21:26:35 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id B20B6EB4192; Fri, 5 Oct 2007 05:26:34 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id UoTv16fYKGMr; Fri, 5 Oct 2007 05:26:22 +0800 (CST) Received: from LI-Xins-MacBook.local (71.5.7.139.ptr.us.xo.net [71.5.7.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id C0F0BEB19AE; Fri, 5 Oct 2007 05:26:21 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type; b=MQAA6NWJi6jNFNYJWgi3f8V3ZOLK0BZoF50Zkt+XX0A3a3oGjcHsnbF4II6XJolKc 2xlym9tf0DR8uFAO9NNzQ== Message-ID: <47055A78.2080800@delphij.net> Date: Thu, 04 Oct 2007 14:26:16 -0700 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Carlos Fernando Assis Paniago References: <4705557F.5050809@cnptia.embrapa.br> In-Reply-To: <4705557F.5050809@cnptia.embrapa.br> X-Enigmail-Version: 0.95.3 OpenPGP: url=http://www.delphij.net/delphij.asc Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigC8AA6A14743F415BB2A771C5" Cc: freebsd-stable@freebsd.org Subject: Re: STABLE is not compiling X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 21:26:36 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC8AA6A14743F415BB2A771C5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Carlos Fernando Assis Paniago wrote: > plutao# make > cc -O2 -fno-strict-aliasing -pipe -DIPSEC -DINET6 -DFAST_IPSEC > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter= > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Wno-uninitialized -c /usr/src/usr.bin/netstat/inet.c > /usr/src/usr.bin/netstat/inet.c: In function `pim_stats': > /usr/src/usr.bin/netstat/inet.c:1032: warning: long long unsigned int > format, u_quad_t arg (arg 2) > /usr/src/usr.bin/netstat/inet.c:1033: warning: long long unsigned int > format, u_quad_t arg (arg 2) > /usr/src/usr.bin/netstat/inet.c:1034: warning: long long unsigned int > format, u_quad_t arg (arg 2) > /usr/src/usr.bin/netstat/inet.c:1035: warning: long long unsigned int > format, u_quad_t arg (arg 2) > /usr/src/usr.bin/netstat/inet.c:1036: warning: long long unsigned int > format, u_quad_t arg (arg 2) > /usr/src/usr.bin/netstat/inet.c:1037: warning: long long unsigned int > format, u_quad_t arg (arg 2) > /usr/src/usr.bin/netstat/inet.c:1038: warning: long long unsigned int > format, u_quad_t arg (arg 2) > /usr/src/usr.bin/netstat/inet.c:1039: warning: long long unsigned int > format, u_quad_t arg (arg 2) > /usr/src/usr.bin/netstat/inet.c:1040: warning: long long unsigned int > format, u_quad_t arg (arg 2) > /usr/src/usr.bin/netstat/inet.c:1041: warning: long long unsigned int > format, u_quad_t arg (arg 2) > /usr/src/usr.bin/netstat/inet.c:1042: warning: long long unsigned int > format, u_quad_t arg (arg 2) > *** Error code 1 >=20 > Stop in /usr/src/usr.bin/netstat. > plutao# >=20 > I cvsup'ed the RELENG_6 and try in 2 diffent machines. The stable is > broken (The thinderbox is showing the same). This is the stable version= , > people, please solve this ASAP.... I think David has committed a fix 2 hours ago. Could you please take a look at file revisions and make sure if you have these revisions: Revision Changes Path 1.24.8.2 +1 -0 src/usr.bin/netstat/atalk.c 1.5.2.4 +1 -0 src/usr.bin/netstat/bpf.c 1.70.2.4 +29 -28 src/usr.bin/netstat/inet.c 1.25.8.3 +161 -160 src/usr.bin/netstat/inet6.c 1.12.8.3 +27 -26 src/usr.bin/netstat/ipsec.c 1.23.2.3 +1 -0 src/usr.bin/netstat/ipx.c 1.72.2.10 +4 -4 src/usr.bin/netstat/main.c 1.42.8.8 +24 -23 src/usr.bin/netstat/mbuf.c 1.22.8.3 +15 -10 src/usr.bin/netstat/mroute.c 1.15.8.1 +19 -18 src/usr.bin/netstat/mroute6.c 1.10.8.3 +1 -0 src/usr.bin/netstat/netgraph.c 1.41.2.7 +3 -3 src/usr.bin/netstat/netstat.h 1.1.2.3 +23 -22 src/usr.bin/netstat/pfkey.c 1.76.2.4 +1 -0 src/usr.bin/netstat/route.c 1.18.8.2 +1 -0 src/usr.bin/netstat/unix.c Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enigC8AA6A14743F415BB2A771C5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHBVp4OfuToMruuMARCqtQAJ4/3xVPRW1vdYI4Fb3wkPVdoICE9QCdH3Xf Sxmp+K+MbdH47dzhun19/hk= =OkR2 -----END PGP SIGNATURE----- --------------enigC8AA6A14743F415BB2A771C5--