From owner-freebsd-questions Sat Feb 2 14:11:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from kosh.etchings.com (kosh.etchings.com [216.231.38.40]) by hub.freebsd.org (Postfix) with ESMTP id 568D537B42F for ; Sat, 2 Feb 2002 14:11:00 -0800 (PST) Received: by kosh.etchings.com (Postfix, from userid 1000) id 23E85117040; Sat, 2 Feb 2002 14:10:58 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by kosh.etchings.com (Postfix) with ESMTP id E8D4811703F; Sat, 2 Feb 2002 14:10:58 -0800 (PST) Date: Sat, 2 Feb 2002 14:10:58 -0800 (PST) From: Brian Kraemer To: "Paul A. Procacci" Cc: freebsd-questions@freebsd.org Subject: Re: ERRORS COMPILING KERNEL Message-ID: <20020202140658.M84919-100000@kosh.etchings.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You've probably already found a workaround by now, but I ran into the same problem. The thing that was the problem for me was that I was doing a: make -j 4 buildkernel KERNCON=FOO I dropped the "-j 4" and it built cleanly. I did, however, use "-j 4" for the buildworld and it worked just fine. HTH -Brian Paul A. Procacci wrote: > Hi all, > I'm having problems building both a custom kernel and GENERIC > KERNEL. I just cvsupped my sources and was building a new kernel when > this happend: > > Can't open perl script "@/kern/makeobjops.pl": No such file or directory > > *** Error code 2 > @ -> /usr/src/sys > machine /usr/src/sys/i386/include > perl @/kern/makeobjops.pl -h @/libkern/iconv_converter_if.m > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > > Please help. Thanks. > > Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message