Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jul 2004 06:08:01 +0200
From:      "Bernt. H" <bernt@bah.homeip.net>
To:        Matt Emmerton <matt@gsicomp.on.ca>
Cc:        freebsd questions <freebsd-questions@freebsd.org>
Subject:   Re: make installworld trouble
Message-ID:  <410483A1.7000405@bah.homeip.net>
In-Reply-To: <001a01c472bb$d6e94880$1200a8c0@gsicomp.on.ca>
References:  <41045F44.4030703@bah.homeip.net> <001a01c472bb$d6e94880$1200a8c0@gsicomp.on.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.prog.mk>

.PATH:  ${PERL5SRC}

To this.

beforedepend all:       links

SUBDIR=

.include <bsd.prog.mk>

.PATH:  ${PERL5SRC}

And now it manage to get passed that bit.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?410483A1.7000405>