Changes between Initial Version and Version 4 of Ticket #43157


Ignore:
Timestamp:
Apr 2, 2014, 12:27:59 PM (10 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43157

    • Property Summary changed from perl5.14 @5.14.2_2: missing ExtUtils/Typemaps.pm to perl5.14/p5.14-extutils-xspp: missing ExtUtils/Typemaps.pm
    • Property Port p5.14-extutils-xspp added
  • Ticket #43157 – Description

    initial v4  
    33/opt/local/lib/perl5/5.16.1/ExtUtils/Typemaps.pm
    44}}}
    5 but Perl 5.14 lacks the same file. As a consequence some ports fail to build with
     5for example, but Perl 5.14 lacks the same file.
     6
     7However the file
     8{{{
     9/opt/local/lib/perl5/vendor_perl/5.14.4/ExtUtils/XSpp/Typemap.pm
     10}}}
     11uses
     12{{{
     13use ExtUtils::Typemaps;
     14}}}
     15
     16As a consequence some ports fail to build with
    617{{{
    718Can't locate ExtUtils/Typemaps.pm in @INC
    819}}}
     20
    921See also #43150.
    10 
    11 There is a newer version of Perl 5.14 available though, so maybe that one fixes the problem.