Date: Sun, 26 Aug 2001 23:50:01 -0700 (PDT) From: Dima Dorfman <dima@unixfreak.org> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/30117: make depend fails if IP6 is not included in conf file Message-ID: <200108270650.f7R6o1J78795@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/30117; it has been noted by GNATS. From: Dima Dorfman <dima@unixfreak.org> To: "J.A. Terranson" <sysadmin@mfn.org> 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" <sysadmin@mfn.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108270650.f7R6o1J78795>