From owner-freebsd-questions@FreeBSD.ORG Wed Jun 9 06:55:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2050516A4CE for ; Wed, 9 Jun 2004 06:55:43 +0000 (GMT) Received: from mailservice.tudelft.nl (mailservice.tudelft.nl [130.161.131.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B76CF43D41 for ; Wed, 9 Jun 2004 06:55:42 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from localhost (localhost [127.0.0.1]) by rav.antivirus (Postfix) with ESMTP id 8D0DCDC for ; Wed, 9 Jun 2004 08:55:39 +0200 (MEST) Received: from listserv.tudelft.nl (listserv.tudelft.nl [130.161.180.33]) by mx1.tudelft.nl (Postfix) with ESMTP id 45579DA for ; Wed, 9 Jun 2004 08:55:39 +0200 (MEST) Received: from bzerk.org (pc-groot.dto.tudelft.nl [130.161.225.36]) by listserv.tudelft.nl (8.12.10/8.12.8) with ESMTP id i596tcnw010705 for ; Wed, 9 Jun 2004 08:55:39 +0200 (MEST) Message-ID: <40C6B469.9040205@bzerk.org> Date: Wed, 09 Jun 2004 08:55:37 +0200 From: Ruben de Groot User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5 X-Accept-Language: nl, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20040606122836.GA99977_ei.bzerk.org@ns.sol.net> In-Reply-To: <20040606122836.GA99977_ei.bzerk.org@ns.sol.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at tudelft.nl Subject: Re: Crossbuilding 4-stable release on 5.x: perl missing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jun 2004 06:55:43 -0000 Following up on myself to get an answer into the archives... I finally managed to finish the release build by adding the LOCAL_SCRIPT variable. This script, run inside the chrooted environment, does the following 3 things: - create a working /etc/resolv.conf - pkg_add -r perl - mount devfs (another show-stopper I bumped into later) Ruben de Groot wrote: > Hi there, > > I'm trying to build releases of releng_4 on a 5.2.1 system. > Unfortunately, the build fails because there's no perl installed in > the chrooted environment. > > Any tips or examples would be greatly appreciated as I'm a bit > stuck here. Thanks > > Ruben > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"