From owner-freebsd-stable@FreeBSD.ORG Fri Aug 29 09:33:27 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 4314016A4BF for ; Fri, 29 Aug 2003 09:33:27 -0700 (PDT) Received: from smtp1.netcologne.de (smtp1.netcologne.de [194.8.194.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEBF344011 for ; Fri, 29 Aug 2003 09:33:25 -0700 (PDT) (envelope-from tmseck-usenet@netcologne.de) Received: from laurel.tmseck.homedns.org (xdsl-213-168-110-112.netcologne.de [213.168.110.112]) by smtp1.netcologne.de (Postfix) with SMTP id AE0CE38BEB for ; Fri, 29 Aug 2003 18:33:22 +0200 (MEST) Received: (qmail 11504 invoked by uid 1001); 29 Aug 2003 16:33:40 -0000 Date: 29 Aug 2003 16:33:40 -0000 Message-ID: <20030829163340.11503.qmail@laurel.tmseck.homedns.org> From: tmseck-lists@netcologne.de (Thomas Seck) To: Dmitry Sukhodoev Organization: private site In-Reply-To: <01025033734.20030829113732@sputnik.chel.su> X-Newsgroups: gmane.os.freebsd.stable X-Attribution: tms cc: freebsd-stable@freebsd.org Subject: Re: cannot make release 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: Fri, 29 Aug 2003 16:33:27 -0000 * Dmitry Sukhodoev (raven@sputnik.chel.su): > sudo make release CHROOTDIR=/usr/RELEASE BUILDNAME=4.8-20030814_STABLE > > ... > > ===> sys/modules/agp > @ -> /usr/src/sys > machine -> /usr/src/sys/i386/include > perl @/kern/makeops.pl -c @/pci/agp_if.m > perl:No such file or directory > *** Error code 1 Did you replace the base system's Perl with Perl from ports and ran 'use.perl port' or did you define "NO_PERL" in /etc/make.conf? If so, run 'use.perl system' before running 'make release' or unset NO_PERL. Reason: You cannot build a STABLE-release when "NO_PERL" is defined in /etc/make.conf (or somewhere else in make(1)'s environment) because the initial 'make install' that populates the release chroot must be allowed to install it there for the kernel build to succeed. (This might be something to add to release(7)) --Thomas