Changes between Initial Version and Version 2 of Ticket #40171


Ignore:
Timestamp:
Aug 18, 2013, 4:50:52 PM (11 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

Please remember to set the port field and cc the maintainer. You don't need to cc yourself. Please try to use WikiFormatting when posting in trac.

Please provide the output of otool -L /opt/local/lib/libpng15.15.dylib on your system.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40171

    • Property Owner changed from macports-tickets@… to mojca@…
    • Property Port gnuplot added
  • Ticket #40171 – Description

    initial v2  
    11When I was trying to install the gnuplot via macports, i.e.
    22
     3{{{
    34sudo port clean gnuplot
    45sudo port install gnuplot
     6}}}
    57
    68I got the following messages:
    79
     10{{{
    811Error: org.macports.build for port gnuplot returned: command execution failed
    912Please see the log file for port gnuplot for details:
     
    1215    http://guide.macports.org/#project.tickets
    1316Error: Processing of port gnuplot failed
     17}}}
    1418
    1519After inspecting the main.log file, I found the following error message:
    1620
     21{{{
    1722:info:build dyld: Library not loaded: /opt/local/lib/libpng15.15.dylib
    1823:info:build   Referenced from: /opt/local/lib/libpangocairo-1.0.0.dylib
    1924:info:build   Reason: Incompatible library version: libpangocairo-1.0.0.dylib requires version 31.0.0 or later, but libpng15.15.dylib provides version 30.0.0
     25}}}
    2026
    2127How can I solve this problem?