From owner-freebsd-stable Thu Mar 7 9:40:26 2002 Delivered-To: freebsd-stable@freebsd.org Received: from melchior.cuivre.fr.eu.org (melchior.enst.fr [137.194.161.6]) by hub.freebsd.org (Postfix) with ESMTP id 57DFB37B417 for ; Thu, 7 Mar 2002 09:40:22 -0800 (PST) Received: from melusine.cuivre.fr.eu.org (melusine.enst.fr [137.194.160.34]) by melchior.cuivre.fr.eu.org (Postfix) with ESMTP id 478D7855D; Thu, 7 Mar 2002 18:40:19 +0100 (CET) Received: by melusine.cuivre.fr.eu.org (Postfix, from userid 1000) id BA0432C3D2; Thu, 7 Mar 2002 18:40:17 +0100 (CET) Date: Thu, 7 Mar 2002 18:40:17 +0100 From: Thomas Quinot To: John Reynolds~ Cc: freebsd-stable@freebsd.org Subject: Re: anybody else seeing -jN buildkernels failing? Message-ID: <20020307184017.A76941@melusine.cuivre.fr.eu.org> Reply-To: thomas@cuivre.fr.eu.org References: <15495.40839.57512.974387@chlx169.ch.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <15495.40839.57512.974387@chlx169.ch.intel.com>; from jreynold@sedona.ch.intel.com on Thu, Mar 07, 2002 at 10:12:39AM -0700 X-message-flag: WARNING! Using Outlook can damage your computer. Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Le 2002-03-07, John Reynolds~ écrivait : > This script also builds two other kernels (without -jN) and they both > succeeded while the -j4 kernel build failed. I then took out the -j4 off my > main machine's kernel build and it just succeeded. Here's a snippet of the > errors from the -j4 build: I had the same problem here. Can you try the following patch? --- sys/modules/libiconv/Makefile.dist Thu Mar 7 18:34:52 2002 +++ sys/modules/libiconv/Makefile Thu Mar 7 18:34:59 2002 @@ -9,10 +9,10 @@ SRCS+= iconv_converter_if.c iconv_converter_if.h NOMAN= true -iconv_converter_if.h: +iconv_converter_if.h: @ perl @/kern/makeobjops.pl -h @/libkern/iconv_converter_if.m -iconv_converter_if.c: +iconv_converter_if.c: @ perl @/kern/makeobjops.pl -c @/libkern/iconv_converter_if.m .include -- Thomas.Quinot@Cuivre.FR.EU.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message