From owner-freebsd-questions@FreeBSD.ORG Tue Nov 4 14:39:46 2003 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 9BD6216A4CF for ; Tue, 4 Nov 2003 14:39:46 -0800 (PST) Received: from seatle.demon.nl (seatle.demon.nl [195.173.228.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F84743FDF for ; Tue, 4 Nov 2003 14:39:42 -0800 (PST) (envelope-from rotan@seatle.demon.nl) Received: from seatle.vredesdorp.nl (localhost [127.0.0.1]) by seatle.demon.nl (8.12.9p2/8.12.9) with ESMTP id hA4MdjnG079751; Tue, 4 Nov 2003 23:39:45 +0100 (CET) (envelope-from rotan@seatle.vredesdorp.nl) Received: (from rotan@localhost) by seatle.vredesdorp.nl (8.12.9p2/8.12.9/Submit) id hA4MddCW079750; Tue, 4 Nov 2003 23:39:39 +0100 (CET) (envelope-from rotan) Date: Tue, 4 Nov 2003 23:39:39 +0100 From: "R.T.G. TAN" To: freebsd-questions@freebsd.org Message-ID: <20031104223939.GA59986@seatle.vredesdorp.nl> Mail-Followup-To: freebsd-questions@freebsd.org, Matthew Seaman 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031104120803.GB33473@happy-idiot-talk.infracaninophile.co.uk> User-Agent: Mutt/1.4.1i Subject: Re: OpenOffice build 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: Tue, 04 Nov 2003 22:39:46 -0000 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