From owner-freebsd-questions@FreeBSD.ORG Mon Jul 26 03:59:07 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 C16E916A4CE for ; Mon, 26 Jul 2004 03:59:07 +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 EE54943D48 for ; Mon, 26 Jul 2004 03:59:06 +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 i6Q3x7bE069870; Mon, 26 Jul 2004 05:59:08 +0200 (CEST) (envelope-from bernt@bah.homeip.net) Message-ID: <410483A1.7000405@bah.homeip.net> Date: Mon, 26 Jul 2004 06:08:01 +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 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 03:59:07 -0000 Matt Emmerton wrote: >>Trying to install world on this machine but it does not like >>make installworld. >>I have not much of a clue. is it perl? vm? >> >>help! >> >>uname -a >>FreeBSD usenet2.ath.cx 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Thu Jul 15 >>13:44:12 CEST 2004 xyz@x.yz:/usr/obj/usr/src/sys/DELLFW i386 >> >>vm/vnode_pager.h -> vm/vnode_pager.ph >>*** Error code 1 >> >>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/h2ph 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.