From owner-freebsd-current@FreeBSD.ORG Mon Feb 9 01:00:01 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AEBE106564A for ; Mon, 9 Feb 2009 01:00:01 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-fx0-f14.google.com (mail-fx0-f14.google.com [209.85.220.14]) by mx1.freebsd.org (Postfix) with ESMTP id 49C6D8FC1D for ; Mon, 9 Feb 2009 00:59:59 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by fxm7 with SMTP id 7so697394fxm.19 for ; Sun, 08 Feb 2009 16:59:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=gwi+6cVa5kCwrQ1WSM21hehhwOHzjWAXtIxBKsHs7FM=; b=Sb3iHh9BzNnRz7ya/A5jc4cotVVeHcC3Vp+cQ/p+7y9JyGsiJrACSqKv7rEXZS3V1X STGvFQcHdpCNJFk55IUv7zOfquf8KRwUebqU5az/Hve7UMPNO7/ufSzSUyQmWz/nnedj hWK8PNI3AF/uUO5E/V6nEWSZzi8vPZGKZVJSs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=KJcRA0TE24SZhiNrj/mw75CWABE1ihFTKYH5FI3u9c6Js8LYcMXeFz2k0owSMJcZPZ Wc9/AuBP19afCR1dLjgzluKoDWZHT2mt4VyCVP8x/svZ2Gw9JxKKHYvDYgi1rrIPoFEP jujFBVn+yy1CzdEJIpwU586OVlx41c03BCuN8= MIME-Version: 1.0 Received: by 10.181.202.12 with SMTP id e12mr547419bkq.138.1234141199121; Sun, 08 Feb 2009 16:59:59 -0800 (PST) Date: Sun, 8 Feb 2009 16:59:59 -0800 Message-ID: <7d6fde3d0902081659i7cb86al921ea109d17e1a3c@mail.gmail.com> From: Garrett Cooper To: rrs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Current Subject: WITHOUT_INET6 broken on CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2009 01:00:01 -0000 Hi Randall, I recently rebuilt my sources today and I noticed that it's now breaking on a valid warning with sctp: cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=nocona -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror /usr/src/sys/netinet/sctputil.c cc1: warnings being treated as errors In file included from /usr/src/sys/netinet/sctputil.c:6553: /usr/src/sys/netinet6/sctp6_var.h:57: warning: 'struct icmp6_hdr' declared inside parameter list /usr/src/sys/netinet6/sctp6_var.h:57: warning: its scope is only this definition or declaration, which is probably not what you want *** Error code 1 Stop in /usr/obj/usr/src/sys/OPTIMUS. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I'm going to rebuild setting WITHOUT_SCTP for now, but this needs to be fixed. Thanks, -Garrett