From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 1 10:50:29 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9B5616A407 for ; Sat, 1 Jul 2006 10:50:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92C1943D49 for ; Sat, 1 Jul 2006 10:50:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k61AoNdt084447 for ; Sat, 1 Jul 2006 10:50:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k61AoNDZ084446; Sat, 1 Jul 2006 10:50:23 GMT (envelope-from gnats) Date: Sat, 1 Jul 2006 10:50:23 GMT Message-Id: <200607011050.k61AoNDZ084446@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: Re: kern/99473: FreeBSD Kernel 4.11 does not compile (fwd) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jul 2006 10:50:29 -0000 The following reply was made to PR kern/99473; it has been noted by GNATS. From: Maxim Konovalov To: bug-followup@freebsd.org Cc: Subject: Re: kern/99473: FreeBSD Kernel 4.11 does not compile (fwd) Date: Sat, 1 Jul 2006 14:15:32 +0400 (MSD) Adding to the audit trail. -- Maxim Konovalov ---------- Forwarded message ---------- Date: Sat, 01 Jul 2006 10:42:17 +0200 From: Thomas Schweikle To: Maxim Konovalov Subject: Re: kern/99473: FreeBSD Kernel 4.11 does not compile Maxim Konovalov wrote: > On Mon, 26 Jun 2006, 22:50-0000, Thomas Schweikle wrote: > >> The following reply was made to PR kern/99473; it has been noted by GNATS. >> >> From: Thomas Schweikle >> To: bug-followup@FreeBSD.org >> Cc: tps@vr-web.de >> Subject: Re: kern/99473: FreeBSD Kernel 4.11 does not compile >> Date: Tue, 27 Jun 2006 00:49:02 +0200 (CEST) >> >> > RELENG_4 GENERIG builds OK. >> > Could you please try again from the >> > pristine environment (updated src tree, >> > empty /usr/obj, empty /etc/make.conf)? >> >> Tried that now too. No change. Latest checkout does not compile, >> missing module subdirectory bce. > > Can't believe that :-) > > Remove the whole src tree, cvsup from the cvsup5.ru.freebsd.org, > remove obj tree, make buildworld buildkernel __MAKE_CONF=/dev/null \ > KERNCONF="your config". Please show your kernel config file also. OK, folowed your advice. This time I could compile the Kernel without problems --- looks like there was an error with one of the last checkouts not corrected by later ones :-( Next time this happens, I'll try that first, before asking...! -- Thomas