From owner-freebsd-ports@FreeBSD.ORG Sat May 12 08:31:02 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38CD1106566C for ; Sat, 12 May 2012 08:31:02 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id E27DE8FC12 for ; Sat, 12 May 2012 08:31:01 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ST7j5-0007SK-F4 for freebsd-ports@freebsd.org; Sat, 12 May 2012 10:30:55 +0200 Received: from f054123215.adsl.alicedsl.de ([78.54.123.215]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 May 2012 10:30:55 +0200 Received: from rotkap by f054123215.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 May 2012 10:30:55 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Heino Tiedemann Date: Sat, 12 May 2012 10:09:42 +0200 Organization: yes Lines: 49 Message-ID: <6fi189-k6d1.ln1@news.hansenet.de> References: <4FAA0BD1.8040005@gwdg.de> <4FAA1B02.5@gmail.com> <4FAA2ED6.3000202@gwdg.de> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: f054123215.adsl.alicedsl.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (berkeley-unix) X-Face: v6Lci{Mw=kwHf$`7C?L-U#BHn7O\wqF-1qg#Vk%}nUQv\i^mM/.p=wU+cr)yXf#Ob+foOOxW; ir"QI!|25wG3`ywF)yh~@V.kKtr.qp+v.R; w?c@ZzM#!'/7r_+)$NjMN:]qo-]`&z~KlP}|cERO'%s9":6\ZnN/O List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2012 08:31:02 -0000 Rainer Hurling wrote: >>> Can't locate XML/SAX/Exception.pm in @INC (@INC contains: >>> /usr/local/lib/perl5/5.14.2/BSDPAN >>> /usr/local/lib/perl5/site_perl/5.14.2/mach >>> /usr/local/lib/perl5/site_perl/5.14.2 /usr/local/lib/perl5/5.14.2/mach >>> /usr/local/lib/perl5/5.14.2 .) at >>> /usr/local/lib/perl5/site_perl/5.14.2/XML/SAX/ParserFactory.pm line 12. >>> BEGIN failed--compilation aborted at >>> /usr/local/lib/perl5/site_perl/5.14.2/XML/SAX/ParserFactory.pm line 12. >>> Compilation failed in require at >>> /usr/local/lib/perl5/site_perl/5.14.2/XML/SAX.pm line 18. >>> BEGIN failed--compilation aborted at >>> /usr/local/lib/perl5/site_perl/5.14.2/XML/SAX.pm line 18. >>> Compilation failed in require. >>> BEGIN failed--compilation aborted. >>> *** [install_sax_pureperl] Error code 2 >>> Stop in /usr/ports/textproc/p5-XML-SAX/work/XML-SAX-0.99. >>> *** [do-install] Error code 1 >>> Stop in /usr/ports/textproc/p5-XML-SAX. >>> ===>>> A backup package for p5-XML-SAX-0.96 should >>> be located in /usr/ports/packages/portmaster-backup >>> ===>>> Installation of p5-XML-SAX-0.99 (textproc/p5-XML-SAX) failed >>> ===>>> Aborting update >>> Terminated >>> ===>>> You can restart from the point of failure with this command line: >>> portmaster textproc/p5-XML-SAX >>> >>> >>> It seems that ParserFactory.pm (line 12) wants to use >>> XML::SAX::Exception, but there is no ParserDetails anymore (just deleted >>> before ...). >>> >>> This happens on several boxes with recent 10.0-CURRENT (amd64). Does >>> anyone else see this behaviour? >> >> >> installation of textproc/p5-XML-SAX-Base helped me > > Thanks for answering. It does not help, because > textproc/p5-XML-SAX-Base is already installed :-( Mee too! p5-XML-SAX-Base is there but p5-XML-SA fails. :( Heino