From owner-freebsd-ports Mon Nov 4 1:40:44 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A8E537B401 for ; Mon, 4 Nov 2002 01:40:42 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5E8D43E75 for ; Mon, 4 Nov 2002 01:40:41 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gA49eUcr092281; Mon, 4 Nov 2002 04:40:30 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gA49eTAc092280; Mon, 4 Nov 2002 04:40:29 -0500 (EST) (envelope-from alane) Date: Mon, 4 Nov 2002 04:40:29 -0500 From: AlanE To: Anders Andersson Cc: alexis georges , FreeBSD Ports List , Trevor Johnson Subject: Re: XML Parsing error with Phoenix 0.4.2 Message-ID: <20021104094028.GA85758@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: Anders Andersson , alexis georges , FreeBSD Ports List , Trevor Johnson References: <20021103221052.GA77729@wwweasel.geeksrus.net> <20021104061300.GB9569@sushi.sanyusan.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021104061300.GB9569@sushi.sanyusan.se> X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Nov 04, 2002 at 07:13:00AM +0100, Anders Andersson wrote: >On Sun, Nov 03, 2002 at 05:10:52PM -0500, AlanE wrote: >> On Sun, Nov 03, 2002 at 07:59:31PM +0000, alexis georges wrote: >> >Hello >> >i am trying to get phoenix working..i installed fine from the port..no >> >glitches at all..so it is installed but when i try to launch it, i get this: >> > >> >XML Parsing Error: Undefined Entity >> >Location:chrome://broswer/content/browser.xul >> >Line Number 447, Column 34 >> > >> So far, you are the second person to report this. The rest of us have >> no clue whatsoever it's about. >> >> I wonder if it could be related to perl version or File::Spec version >> used when building the port. Otherwise I've got no idea at all. Have you >> checked mozilla.org's website to see if there's any mention of it? > >Alan, I just sent you directly a report just like this one, first now I found >discussion in here. > >I think it is related to the File::Spec, since it works fine on a box with >perl5.8 installed in /usr/local but still the system perl in /usr. But with >the latest changes perl5.8 is not required (nor should it be, since its not >required on Linux and such) and it doesnt run. That depends entirely whether or not the "use.perl" script has been run, and with arg. If "use.perl port" is run, /usr/bin/perl becomes a symlink pointing to /usr/local/bin/perl. > >Alan, do you have perl5.8 installed on the box you are testing on? >Since the configure part of phoenix finds that you got a hidden dependency. Yes, I use 5.8. However, I have gotten reports that the problems with perl versioning really lie with File::Spec; that is, that it won't configure and build with File::Spec < 0.82. This is why I have added the conditional dependency on the File::Spec port at the bottom of the port Makefile. I have seen two reports of the XML Parsing Error in the chrome file, but no one who had also had a successful build was able to find a way to reproduce them. Changing Perl versions isn't that simple a job, either, as I am sure you realize. To truly do it requires close to a full ports build of whatever you have locally installed; here, I have 345 ports installed and a full build of those takes several days. Arrrgh. Do you have any constructive suggestions on diagnosing this error? -- Alan Eldridge Unix/C(++) IT Pro for 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message