Changes between Initial Version and Version 1 of Ticket #39192


Ignore:
Timestamp:
May 22, 2013, 3:14:41 PM (11 years ago)
Author:
mf2k (Frank Schima)
Comment:

Please attach the complete main.log and, in the future, use WikiFormatting and Cc the port maintainer(s). The Priority field is reserved for use by Macports maintainers only.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39192

    • Property Priority changed from High to Normal
    • Property Owner changed from macports-tickets@… to pixilla@…
    • Property Port 0.1.4 removed
    • Property Keywords librsvg Image::LibRSVG removed
  • Ticket #39192 – Description

    initial v1  
    11After doing a clean install of MacPorts 2.1.3 and some modules including librsvg, the installation of the corresponding Perl module Image::LibRSVG fails with
    22
     3{{{
    34LibRSVG.xs:28:10: fatal error: 'librsvg/rsvg.h' file not found
     5}}}
    46
    57(see below). Both for CPAN and direct installation attempts. "rsvg.h" sits correctly in
    68
     9{{{
    710/opt/local/include/librsvg-2.0/librsvg/rsvg.h
     11}}}
    812
    913Previous versions installed correctly.
     
    1519######################################################
    1620
    17 
     21{{{
    1822/opt/local/bin/perl /opt/local/lib/perl5/5.12.4/ExtUtils/xsubpp  -typemap /opt/local/lib/perl5/5.12.4/ExtUtils/typemap -typemap typemap  LibRSVG.xs > LibRSVG.xsc && mv LibRSVG.xsc LibRSVG.c
    1923/usr/bin/clang -c   -pipe -O2 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -fstack-protector -I/opt/local/include -O3   -DVERSION=\"0.07\" -DXS_VERSION=\"0.07\"  "-I/opt/local/lib/perl5/5.12.4/darwin-thread-multi-2level/CORE"   LibRSVG.c
     
    31351 warning and 1 error generated.
    3236make: *** [LibRSVG.o] Error 1
     37}}}