From owner-freebsd-questions@FreeBSD.ORG Fri Sep 23 06:20:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9955416A41F for ; Fri, 23 Sep 2005 06:20:58 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from esemetz.metz.supelec.fr (esemetz.metz.supelec.fr [193.48.224.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5D9143D46 for ; Fri, 23 Sep 2005 06:20:57 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from smtp.metz.supelec.fr (smtp.metz.supelec.fr [193.48.224.205]) by esemetz.metz.supelec.fr (8.11.6/8.9.3) with ESMTP id j8N6KtI10952 for ; Fri, 23 Sep 2005 08:20:56 +0200 Received: from [193.48.225.2] (nou.rez-metz.supelec.fr [193.48.225.2]) by smtp.metz.supelec.fr (8.11.6/8.11.6) with ESMTP id j8N6G2K18392; Fri, 23 Sep 2005 08:16:02 +0200 Message-ID: <43339EC3.8040605@altern.org> Date: Fri, 23 Sep 2005 08:20:51 +0200 From: Gregory Nou User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050904) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Clutton References: <200509212203.35549.dfarmour@myrealbox.com> <57416b300509222218697a524b@mail.gmail.com> In-Reply-To: <57416b300509222218697a524b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: David Armour , freebsd-questions@freebsd.org Subject: Re: NEWBIE: how-to for feeding file to gnomealyzer.sh? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2005 06:20:58 -0000 Peter Clutton wrote: >On 9/22/05, David Armour wrote: > > >>i was trying to install the plugger-plugins-hubbe port as a way to get >>plugins to work with firefox. . . >> >>checking whether gmake sets $(MAKE)... yes >>checking for intltool >= 0.30... 0.33 found >>checking for perl... /usr/bin/perl >>checking for XML::Parser... ===> Script "configure" failed >>unexpectedly. >> >>i have the directed output file (make_failure_file), gnomelogalyzer.sh, >>and pages of non-helpful googled info. where would i find out how to >>feed a file to a script? >> >>thanks in advance, both for your patience, and for any info. >> >>When you've run it, would you let us know the outcome? I had *exactly* the >> >> >same error messages multiple times trying to installing gnome, stuff bout >XML Parser script configure failed unexpextedly. I haven't had a chance to >feed it to gnomealyzer, but will post if i get something good from it. >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > Seems that it's not a gnome related problem. You should install port textproc/p5-XML-Parser, and if already installed, verify that the link are well done in your /usr/local/bin (eg : not something like using perl5.8 and having perl pointing on perl5.6.2) Cheers -- Grégory