From owner-freebsd-questions@FreeBSD.ORG Mon Jul 26 02:58:14 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 8421916A4CE for ; Mon, 26 Jul 2004 02:58:14 +0000 (GMT) Received: from skippyii.compar.com (test.compar.com [216.208.38.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15CB643D45 for ; Mon, 26 Jul 2004 02:58:14 +0000 (GMT) (envelope-from matt@gsicomp.on.ca) Received: from hermes (CPE00062566c7bb-CM000039c69a66.cpe.net.cable.rogers.com [69.193.82.185])i6Q30RvB013649; Sun, 25 Jul 2004 23:00:28 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <001a01c472bb$d6e94880$1200a8c0@gsicomp.on.ca> From: "Matt Emmerton" To: "Bernt. H" , "freebsd questions" References: <41045F44.4030703@bah.homeip.net> Date: Sun, 25 Jul 2004 22:54:14 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 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 02:58:14 -0000 > 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