From owner-freebsd-questions@FreeBSD.ORG Mon Jul 26 04:20:32 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 932D316A4CE for ; Mon, 26 Jul 2004 04:20:32 +0000 (GMT) Received: from usenet.ath.cx (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC00C43D2D for ; Mon, 26 Jul 2004 04:20:31 +0000 (GMT) (envelope-from bernt@bah.homeip.net) Received: from [10.0.0.3] (reader.usenet.ath.cx [10.0.0.3]) by usenet.ath.cx (8.12.11/8.12.9) with ESMTP id i6Q4KhJE070132; Mon, 26 Jul 2004 06:20:44 +0200 (CEST) (envelope-from bernt@bah.homeip.net) Message-ID: <410488B1.8050702@bah.homeip.net> Date: Mon, 26 Jul 2004 06:29:37 +0200 From: "Bernt. H" User-Agent: Thunderbird 0.4 (FreeBSD 4.8) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matt Emmerton References: <41045F44.4030703@bah.homeip.net> <001a01c472bb$d6e94880$1200a8c0@gsicomp.on.ca> In-Reply-To: <001a01c472bb$d6e94880$1200a8c0@gsicomp.on.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd questions Subject: Re: make installworld trouble - - - Solved 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: Mon, 26 Jul 2004 04:20:32 -0000 Matt Emmerton wrote: >>Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph. >>*** Error code 1 > > > Looks like this is failing in the installation of Perl -- the part where it > generates a perl-ized version of every system header. > > Are you following the procedure outlined here? > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html#AEN26900 > > -- > Matt Emmerton > Yes i'm following that. But when i look in > /usr/src/gnu/usr.bin/perl/utils/ > There is only empty dirs. So I changed the makefile from: > beforedepend all: links > SUBDIR= c2ph h2ph h2xs perlbug perlcc perldoc pl2pm splain > .include > .PATH: ${PERL5SRC} > To this. > beforedepend all: links > SUBDIR= > .include > .PATH: ${PERL5SRC} > And now it manage to get passed that bit. Now it's working as it should. Even color in midnight commander.