Date: Mon, 26 Jul 2004 06:29:37 +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 - - - Solved Message-ID: <410488B1.8050702@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: >>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 <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. Now it's working as it should. Even color in midnight commander.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?410488B1.8050702>