From owner-freebsd-stable@FreeBSD.ORG Sat Sep 20 14:45:29 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCEB616A4B3 for ; Sat, 20 Sep 2003 14:45:29 -0700 (PDT) Received: from smtp808.mail.sc5.yahoo.com (smtp808.mail.sc5.yahoo.com [66.163.168.187]) by mx1.FreeBSD.org (Postfix) with SMTP id B17C143FB1 for ; Sat, 20 Sep 2003 14:45:28 -0700 (PDT) (envelope-from sewall@ix.netcom.com) Received: from adsl-63-198-181-47.dsl.snfc21.pacbell.net (HELO ix.netcom.com) (sewall@pacbell.net@63.198.181.47 with plain) by smtp-sbc-v1.mail.vip.sc5.yahoo.com with SMTP; 20 Sep 2003 21:45:28 -0000 Message-ID: <3F6CCA78.1050005@ix.netcom.com> Date: Sat, 20 Sep 2003 14:45:28 -0700 From: "Scott R. Sewall" Organization: Rosetta software User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en,pdf MIME-Version: 1.0 To: freebsd-stable@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: make release failure: perl:No such file or directory X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2003 21:45:29 -0000 I'm having trouble running make release. The build fails with the following message: > perl @/kern/makeops.pl -c @/pci/agp_if.m > perl:No such file or directory > *** Error code 1 > > Stop in /usr/src/sys/modules/agp. > *** Error code 1 The failire occurs in stage 4: make dependencies When I looked for perl in the chroot environment tree, I did not find a perl executable. I'm running FreeBSD 4.9-PRERELEASE cvsup'd last Sunday 9/14. Any ideas? -- Scott