Date: Thu, 7 Mar 2002 18:40:17 +0100 From: Thomas Quinot <thomas@cuivre.fr.eu.org> To: John Reynolds~ <jreynold@sedona.ch.intel.com> Cc: freebsd-stable@freebsd.org Subject: Re: anybody else seeing -jN buildkernels failing? Message-ID: <20020307184017.A76941@melusine.cuivre.fr.eu.org> 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 References: <15495.40839.57512.974387@chlx169.ch.intel.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.kmod.mk> -- Thomas.Quinot@Cuivre.FR.EU.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020307184017.A76941>