amd64/122920: Cannot compile kernel with nooptions INET6
Scot Hetzel
swhetzel at gmail.com
Sun Apr 20 11:50:09 UTC 2008
The following reply was made to PR amd64/122920; it has been noted by GNATS.
From: "Scot Hetzel" <swhetzel at gmail.com>
To: "Joe Kelsey" <joe at zircon.seattle.wa.us>
Cc: FreeBSD-gnats-submit at 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 at 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
More information about the freebsd-amd64
mailing list