From joe@zircon.seattle.wa.us  Sat Apr 19 23:35:01 2008
Return-Path: <joe@zircon.seattle.wa.us>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6CCC0106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Apr 2008 23:35:01 +0000 (UTC)
	(envelope-from joe@zircon.seattle.wa.us)
Received: from dsl254-019-221.sea1.dsl.speakeasy.net (dsl254-019-221.sea1.dsl.speakeasy.net [216.254.19.221])
	by mx1.freebsd.org (Postfix) with ESMTP id 325B88FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Apr 2008 23:35:01 +0000 (UTC)
	(envelope-from joe@zircon.seattle.wa.us)
Received: (qmail 61695 invoked by uid 1001); 19 Apr 2008 23:35:00 -0000
Message-Id: <20080419233500.61694.qmail@zircon.seattle.wa.us>
Date: 19 Apr 2008 23:35:00 -0000
From: Joe Kelsey <joe@zircon.seattle.wa.us>
Reply-To: Joe Kelsey <joe@zircon.seattle.wa.us>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Cannot compile kernel with nooptions INET6
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         122920
>Category:       kern
>Synopsis:       [build] Cannot compile kernel with nooptions INET6
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gavin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 19 23:40:04 UTC 2008
>Closed-Date:    Sat Oct 04 17:38:24 UTC 2008
>Last-Modified:  Sat Oct 04 17:38:24 UTC 2008
>Originator:     Joe Kelsey
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
Joseph M. Kelsey
>Environment:
System: FreeBSD zircon.zircon.seattle.wa.us 7.0-STABLE FreeBSD 7.0-STABLE #9: Tue Mar 18 19:52:56 PDT 2008 root@zircon.zircon.seattle.wa.us:/usr/obj/usr/src/sys/ZIRCON amd64

>Description:
	When you remove INET6 from RELENG_7, the kernel does not link.
>How-To-Repeat:
	My kernel configuration is

include GENERIC

ident	ZIRCON

nomakeoption DEBUG

nooptions INET6

When I attempt to `make kernel', I get link errors.

>Fix:
>Release-Note:
>Audit-Trail:

From: Steve Kargl <sgk@troutmask.apl.washington.edu>
To: Joe Kelsey <joe@zircon.seattle.wa.us>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: amd64/122920: Cannot compile kernel with nooptions INET6
Date: Sat, 19 Apr 2008 18:02:39 -0700

 On Sat, Apr 19, 2008 at 11:35:00PM -0000, Joe Kelsey wrote:
 > 	My kernel configuration is
 > 
 > include GENERIC
 > 
 > ident	ZIRCON
 > 
 > nomakeoption DEBUG
 > 
 > nooptions INET6
 > 
 > When I attempt to `make kernel', I get link errors.
 > 
 
 What link errors?  Do you have stp in your config file?
 
 -- 
 Steve

From: "Scot Hetzel" <swhetzel@gmail.com>
To: "Joe Kelsey" <joe@zircon.seattle.wa.us>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: amd64/122920: Cannot compile kernel with nooptions INET6
Date: Sun, 20 Apr 2008 06:18:17 -0500

 On Sat, Apr 19, 2008 at 6:35 PM, Joe Kelsey <joe@zircon.seattle.wa.us> wrote:
 > >Description:
 >        When you remove INET6 from RELENG_7, the kernel does not link.
 > >How-To-Repeat:
 >        My kernel configuration is
 >
 > include GENERIC
 >
 > ident   ZIRCON
 >
 > nomakeoption DEBUG
 >
 > nooptions INET6
 >
 Add the following to your kernel config file, as SCTP depends on INET6
 in RELENG_7.
 
 nooptions 	SCTP			# Stream Control Transmission Protocol
 
 > When I attempt to `make kernel', I get link errors.
 >
 When posting a PR, it is important to post those errors also.  If
 "nooptions SCTP" doesn't fix the problem, please post the errors.
 
 Scot
State-Changed-From-To: open->feedback 
State-Changed-By: gavin 
State-Changed-When: Tue Apr 22 15:41:56 UTC 2008 
State-Changed-Why:  
Submitter has been asked for feedback on whether adding "nooptions SCTP" 
to his custom kernel config fixes the problem 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122920 
Responsible-Changed-From-To: freebsd-amd64->gavin 
Responsible-Changed-By: gavin 
Responsible-Changed-When: Tue Apr 22 15:43:48 UTC 2008 
Responsible-Changed-Why:  
Track 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122920 
State-Changed-From-To: feedback->closed 
State-Changed-By: gavin 
State-Changed-When: Sat Oct 4 17:29:23 UTC 2008 
State-Changed-Why:  
Feedback timeout (3 months).  I believe this is fixed in HEAD at least. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122920 
>Unformatted:
