From owner-freebsd-ports Mon Nov 4 5: 1:33 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 05FDF37B401 for ; Mon, 4 Nov 2002 05:01:31 -0800 (PST) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A16243E77 for ; Mon, 4 Nov 2002 05:01:30 -0800 (PST) (envelope-from monkey@vectors.cx) Received: from vectors.cx (f8fc1de3cd409861f3910cfd899319e4@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id gA4D3Jit038665; Mon, 4 Nov 2002 05:03:19 -0800 (PST) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id gA4D3JaP038664; Mon, 4 Nov 2002 05:03:19 -0800 (PST) (envelope-from monkey) Date: Mon, 4 Nov 2002 05:03:19 -0800 From: Adam Weinberger To: Trevor Johnson Cc: AlanE , Anders Andersson , Alexis Georges , ports@FreeBSD.ORG Subject: Re: XML Parsing error with Phoenix 0.4.2 Message-ID: <20021104130319.GN197@vectors.cx> Mail-Followup-To: Adam Weinberger , Trevor Johnson , AlanE , Anders Andersson , Alexis Georges , ports@FreeBSD.ORG References: <20021104113126.GL197@vectors.cx> <20021104063249.Q50593-100000@blues.jpj.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20021104063249.Q50593-100000@blues.jpj.net> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.com 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (11.04.2002 @ 0404 PST): Trevor Johnson said, in 1.0K: << > I see what you mean. I think Alan is trying to make it possible, but it > isn't quite complete yet. You probably noticed that he has set it up to > install the p5-File-Spec port for people who have an old version of Perl > that doesn't come with File/Spec.pm. Perl 5.6.1 has its own File::Spec, > which is (apparently) new enough for Phoenix's purposes, yet I had runtime > problems before after building with Perl 5.6.1 (I didn't see those error > messages) and you had runtime problems now when building after 5.005_03. > Now it's just a simple matter of finding where the problems come from. :-) >> end of "Re: XML Parsing error with Phoenix 0.4.2" from Trevor Johnson << I can't diagnose much more tonight as it's 4:45a and I'm really tired and sick of watching phoenix re-extract again and again ::P I've found a difference that may point in a useful direction: When 5.005_03 is used, XP_UNIX doesn't get defined. However, it does when 5.8.0 is used. root@smacky:/usr/ports/www/phoenix# use.perl system && make configure root@smacky:/usr/ports/www/phoenix# cd work/mozilla/browser/base && gmake chrome I then saved the work/mozilla/dist/bin/chrome dir, and redid the process with use.perl port. The differences manifested within the browser.jar included the following in browser.xul: diff -ur 5.8/content/browser/browser.xul 5.005/content/browser/browser.xul - --- 5.8/content/browser/browser.xul Mon Oct 28 16:13:49 2002 +++ 5.005/content/browser/browser.xul Mon Oct 28 16:13:49 2002 @@ -180,15 +180,6 @@ modifiers="accel"/> - - - - - - - - - - - - - - - - - - Appearing in work/mozilla/browser/base/content/browser.xul is: #ifdef XP_WIN blahblahblah #elifdef XP_UNIX #endif So, by using a lower version of perl, XP_UNIX isn't getting defined. I'm going to force this define and let it build while I sleep. But, yeah. I don't have 5.6.1 installed... I'm curious as to whether if you build the browser.jar chromelist you will see those XP_UNIX included lines or not. It's also worth pointing out that the chromelist itself is built by the perl script that File::Spec is needed for: config/make-chromelist.pl. - -Adam - -- Adam Weinberger adam@vectors.cx adamw@FreeBSD.ORG -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9xnAXo8KM2ULHQ/0RAqPOAJ46V+wmblzGUZs3b5+kSRFNd0AvtACfUBnR Q6brszFaA6EPi8RSCx/3WIQ= =zPJU -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message