Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 2008 11:50:08 GMT
From:      "Scot Hetzel" <swhetzel@gmail.com>
To:        freebsd-amd64@FreeBSD.org
Subject:   Re: amd64/122920: Cannot compile kernel with nooptions INET6
Message-ID:  <200804201150.m3KBo85Y070859@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR amd64/122920; it has been noted by GNATS.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804201150.m3KBo85Y070859>