From owner-freebsd-current@FreeBSD.ORG Mon Feb 9 19:19: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 E37491065674; Mon, 9 Feb 2009 19:19:01 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7BB1D8FC21; Mon, 9 Feb 2009 19:19:01 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by wa-out-1112.google.com with SMTP id k34so980851wah.27 for ; Mon, 09 Feb 2009 11:19:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=IUTcyDPKBfq7S+xhRat7voNSKti1J41rPubV1E/7I0Y=; b=VFYk9whRIExI6HFFQFXa6GSiM78HswYRRgx/9Knwj84D3KrgI6KkyCLqz2Ua82MF/G SbtvuO/uZvtUFj0goDlwY3c6vW0L/moIy2qpJ8seeSXNCIXnYYEcaIvK1aMCrahWoiH3 JmseQQZT0AuGqLlAQip0Sw7h1Ym7EsTwQ93qg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=V51CDA8OX5FdFoJ0ljJZmA2AoBqjj2WI99IuT+eLm8cZB5HVB62fviJhsMbpOjGEls IZDGjaTnwPQziengHiCSwIFmNdI4eoVBV7O9tGKNcIjUcni8HMs1TWZs89yS1G3Gj9YV kB/28SNI8Ijl9m9Sh3K9AGhSAvD9QDjrXIsgY= MIME-Version: 1.0 Received: by 10.114.122.9 with SMTP id u9mr3872473wac.129.1234207141061; Mon, 09 Feb 2009 11:19:01 -0800 (PST) In-Reply-To: References: <7d6fde3d0902081659i7cb86al921ea109d17e1a3c@mail.gmail.com> Date: Mon, 9 Feb 2009 11:19:01 -0800 Message-ID: <7d6fde3d0902091119i4cb35db2ua61e7b5420b3518@mail.gmail.com> From: Garrett Cooper To: Randall Stewart Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: rrs@freebsd.org, FreeBSD Current Subject: Re: 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 19:19:02 -0000 On Mon, Feb 9, 2009 at 3:20 AM, Randall Stewart wrote: > Garrett: > > Pointy hat to me :-) > > I will be committing a fix within the next few minutes (also adding the > no-v6 option to > my build list :-D) > > Thanks > > R > On Feb 8, 2009, at 7:59 PM, Garrett Cooper wrote: > >> 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 Thanks a million Randall ;). -Garrett