Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Nov 2003 23:39:39 +0100
From:      "R.T.G. TAN" <rotan@seatle.demon.nl>
To:        freebsd-questions@freebsd.org
Subject:   Re: OpenOffice build
Message-ID:  <20031104223939.GA59986@seatle.vredesdorp.nl>
In-Reply-To: <20031104120803.GB33473@happy-idiot-talk.infracaninophile.co.uk>
References:  <20031102094007.GA75640@seatle.vredesdorp.nl> <20031102095849.GC73745@happy-idiot-talk.infracaninophile.co.uk> <20031104093835.GA23466@seatle.vredesdorp.nl> <20031104120803.GB33473@happy-idiot-talk.infracaninophile.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 04, 2003 at 12:08:03PM +0000, Matthew Seaman wrote:


> 
> Err -- you only needed to do one of those things.  Still, it shouldn't
> cause any problems having done both.
> 
> Did you run:
> 
>     # use.perl port
> 
> You need to do that, or the ports system will simply ignore the
> updated perl you've installed.  Now when you type 'perl -v' it should say:
> 
>     This is perl, v5.6.1
> 
> or
> 
>     This is perl, v5.8.1
> 
> depending on which perl port you installed.  You should also be able
> to run this command without errors:
> 
>     % perl -MFile::Spec -e 'print $File::Spec::VERSION, "\n";'
> 
> (which returns 0.86 on my system, but anything reasonable will do).
> 
> You should probably do a:
> 
>     # make clean
> 
> in the OpenOffice port directory and start again from scratch with the
> compilation. 
> 
> 	Cheers,
> 
> 	Matthew
> 
> -- 
> Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
>                                                       Savill Way
> PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
> Tel: +44 1628 476614                                  Bucks., SL7 1TH UK


Hi Matthew,

Got 0.86 as output from:

	% perl -MFile::Spec -e 'print $File::Spec::VERSION, "\n";'

as well as did the:

	 % use.perl port

and cleaned out the openoffice port before portinstalling it
again, still failed the openoffice install, as before.

-- 
robert tan



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