From owner-freebsd-questions@FreeBSD.ORG Wed May 25 19:16:56 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 5F69716A41C for ; Wed, 25 May 2005 19:16:56 +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 B50E643D1F for ; Wed, 25 May 2005 19:16:55 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from [193.48.225.2] (nou.rez-metz.supelec.fr [193.48.225.2]) by esemetz.metz.supelec.fr (8.11.6/8.9.3) with ESMTP id j4PJGrs18269 for ; Wed, 25 May 2005 21:16:53 +0200 Message-ID: <4294CF33.9030306@altern.org> Date: Wed, 25 May 2005 21:17:07 +0200 From: Gregory Nou User-Agent: Mozilla Thunderbird 1.0 (X11/20050206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD-Questions Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Problems with p5-XML-parser (solved, but not well) 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: Wed, 25 May 2005 19:16:56 -0000 Hi, I cvsuped yesterday and portupgraded everything, but things went wrong with a XML::Parser unfindable (since I know it was installed, because I already had to fight with, but that's another story) So I did it manually and got : ===> p5-XML-Parser-2.34_1 depends on file: /usr/local/bin/perl5.8.6 - found ===> p5-XML-Parser-2.34_1 depends on file: /usr/local/bin/perl5.8.6 - found ===> p5-XML-Parser-2.34_1 depends on shared library: expat.5 - found ===> Configuring for p5-XML-Parser-2.34_1 Checking if your kit is complete... Looks good Unable to find a perl 5 (by these names: /usr/local/bin/perl5.8.6 perl perl5 perl5.8.6 miniperl, in these dirs: /usr/local/bin /usr/local/sbin /bin /usr/bin /usr/sbin /usr/bin/X11 /usr/X11R6/bin /usr/games /sbin /root/bin /usr/local/jdk1.4.2/bin /usr/local/mupad/share/bin/ /usr/local/bin) ===> Building for p5-XML-Parser-2.34_1 0: not found *** Error code 127 Stop in /usr/ports/textproc/p5-XML-Parser/work/XML-Parser-2.34. *** Error code 1 Stop in /usr/ports/textproc/p5-XML-Parser. Seems there is a kind of contradiction... After that, I installed it with pkg_add, and know everything seems ok, but still I can't understand. There is an entry in the UPDATING file, on 20050201. Is it related ? -- Gregory