[MacPorts] #34495: subversion-perlbindings 1.7.5 ignores +threads for Perl

MacPorts noreply at macports.org
Thu May 17 18:16:11 PDT 2012


#34495: subversion-perlbindings 1.7.5 ignores +threads for Perl
------------------------------+---------------------------------------------
 Reporter:  cmc@…             |       Owner:  macports-tickets@…                   
     Type:  defect            |      Status:  new                                  
 Priority:  Normal            |   Milestone:                                       
Component:  ports             |     Version:  2.1.0                                
 Keywords:                    |        Port:                                       
------------------------------+---------------------------------------------
 With  perl5.12 @5.12.4_0+dtrace+shared+threads, the most recent
 subversion-perlbindings package ignores the existence of the threads
 variant on perl5.12 and installs its modules in a directory that is not
 part of Perl's path.

 {{{
 $ perl -MSVN::Core
 Can't locate SVN/Core.pm in @INC (@INC contains:
 /opt/local/lib/perl5/site_perl/5.12.4/darwin-thread-multi-2level
 /opt/local/lib/perl5/site_perl/5.12.4
 /opt/local/lib/perl5/vendor_perl/5.12.4/darwin-thread-multi-2level
 /opt/local/lib/perl5/vendor_perl/5.12.4
 /opt/local/lib/perl5/5.12.4/darwin-thread-multi-2level
 /opt/local/lib/perl5/5.12.4
 /opt/local/lib/perl5/site_perl
 /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/vendor_perl .) at (eval 2) line 2.
 }}}
 but
 {{{
 $ port contents subversion-perlbindings | grep SVN/Core.pm
   /opt/local/lib/perl5/vendor_perl/5.12.4/darwin-multi-2level/SVN/Core.pm
 }}}
 where it should be in `/opt/local/lib/perl5/site_perl/5.12.4/darwin-
 thread-multi-2level`.

 This issue breaks `git svn` along with anything else relying on
 Subversion's Perl bindings.

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


More information about the macports-tickets mailing list