Opened 13 years ago

Closed 13 years ago

#28974 closed defect (invalid)

gnuplot @4.4.3 Library not loaded: libpng12.0.dylib

Reported by: fabio@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port:

Description

After upgrading all outdated ports (port -nufd upgrade outdated), gnuplot doesn't start up anymore. Error message:

dyld: Library not loaded: /opt/local/lib/libpng12.0.dylib

Referenced from: /opt/local/bin/gnuplot Reason: image not found

Trace/BPT trap

Change History (1)

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Resolution: invalid
Status: newclosed

Using -n will necessarily cause problems like this because it stops port from upgrading dependencies before their dependents. (Using -f in everyday operation is also a bad idea.) You'll probably need to do something like this to fix things:

sudo port -nR upgrade --force dependentof:libpng
Note: See TracTickets for help on using tickets.