From owner-freebsd-amd64@FreeBSD.ORG Sun Apr 20 11:50:09 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22104106566C for ; Sun, 20 Apr 2008 11:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0F8D48FC28 for ; Sun, 20 Apr 2008 11:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m3KBo8u7070860 for ; Sun, 20 Apr 2008 11:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m3KBo85Y070859; Sun, 20 Apr 2008 11:50:08 GMT (envelope-from gnats) Date: Sun, 20 Apr 2008 11:50:08 GMT Message-Id: <200804201150.m3KBo85Y070859@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: "Scot Hetzel" Cc: Subject: Re: amd64/122920: Cannot compile kernel with nooptions INET6 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Scot Hetzel List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2008 11:50:09 -0000 The following reply was made to PR amd64/122920; it has been noted by GNATS. From: "Scot Hetzel" To: "Joe Kelsey" 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 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