From owner-freebsd-bugs Sun Aug 26 23:50: 4 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C423637B405 for ; Sun, 26 Aug 2001 23:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7R6o1J78795; Sun, 26 Aug 2001 23:50:01 -0700 (PDT) (envelope-from gnats) Date: Sun, 26 Aug 2001 23:50:01 -0700 (PDT) Message-Id: <200108270650.f7R6o1J78795@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dima Dorfman Subject: Re: kern/30117: make depend fails if IP6 is not included in conf file Reply-To: Dima Dorfman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30117; it has been noted by GNATS. From: Dima Dorfman To: "J.A. Terranson" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/30117: make depend fails if IP6 is not included in conf file Date: Sun, 26 Aug 2001 23:46:48 -0700 "J.A. Terranson" wrote: Please wrap lines at 80 characters or less. thanks. > Have tried roughly 15 different configs: make depend always dies > (not necessarily at the same place) if the conf file > (/sys/i386/conf/xxx) does not include > > #options INET6 > > > cc: Internal compiler error: program cpp0 got fatal signal 11 > mkdep: compile failed > *** Error code 1 > > Stop in /usr/src/sys/modules/vinum. > *** Error code 1 This is almost certainly a local fault. Rationale: (1) this is failing with a sig11, which often indicates hardware trouble[1]; (2) this is failing in vinum, which has nothing at all to do with inet, let alone inet6; (3) I just compiled an -RC1 kernel without INET6 and it builds and works just fine. [1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#SIGNAL11 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message