[MacPorts] #31041: libgsf fails to see installed XML::parser and fails to install

MacPorts noreply at macports.org
Sun Sep 4 14:02:11 PDT 2011


#31041: libgsf fails to see installed XML::parser and fails to install
--------------------------------+-------------------------------------------
 Reporter:  raramayo@…          |       Owner:  macports-tickets@…                   
     Type:  defect              |      Status:  new                                  
 Priority:  Normal              |   Milestone:                                       
Component:  ports               |     Version:  2.0.1                                
 Keywords:                      |        Port:  libgsf                               
--------------------------------+-------------------------------------------

Comment(by pixilla@…):

 In my case XML/Parser.pm is located here:
 {{{
 /opt/local/lib/perl5/vendor_perl/5.12.3/darwin-multi-2level/XML/Parser.pm
 }}}
 This path is not in perls @INC:
 {{{
 $ /usr/bin/env perl -e "require XML::Parser"
 Can't locate XML/Parser.pm in @INC (@INC contains:
   /opt/local/lib/perl5/site_perl/5.12.3/darwin-thread-multi-2level
   /opt/local/lib/perl5/site_perl/5.12.3
   /opt/local/lib/perl5/vendor_perl/5.12.3/darwin-thread-multi-2level
   /opt/local/lib/perl5/vendor_perl/5.12.3
   /opt/local/lib/perl5/5.12.3/darwin-thread-multi-2level
   /opt/local/lib/perl5/5.12.3
   /opt/local/lib/perl5/site_perl
   /opt/local/lib/perl5/vendor_perl
   .) at -e line 1.
 }}}
 perl5.12 is installed with threads:
 {{{
 $ port installed perl5*
 The following ports are currently installed:
   perl5 @5.12.3_1+perl5_12 (active)
   perl5.12 @5.12.3_1+threads
   perl5.12 @5.12.3_2+threads (active)
 }}}
 Should perl5.12 be adding this path to @INC?
 {{{
 vendor_perl/5.12.3/darwin-multi-2level
 }}}

 Should p5.12-xml-parser install to this path?
 {{{
 vendor_perl/5.12.3/darwin-thread-multi-2level
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/31041#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list