#36564: graphviz: /opt/local/lib/libpng15.la: No such file or directory -----------------------+-------------------------- Reporter: hajons@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: graphviz | -----------------------+-------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => ryandesign@… * port: py-graph-tool => graphviz Comment: graphviz builds fine on Mountain Lion. Your log shows graphviz failing to build with this error: {{{ :info:build grep: /opt/local/lib/libpng15.la: No such file or directory :info:build sed: /opt/local/lib/libpng15.la: No such file or directory }}} Does that file really not exist? It should have been provided by the libpng port. Verify the libpng port is installed and active: {{{ port -v installed libpng }}} If it is installed and active but does not provide that file, rebuild it: {{{ sudo port clean libpng sudo port -n upgrade --force libpng }}} Finally, clean graphviz and try again: {{{ sudo prot clean graphviz sudo port install graphviz }}} -- Ticket URL: <https://trac.macports.org/ticket/36564#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS