#46612: Error: org.macports.build for port graphviz returned: command execution failed ---------------------------+-------------------------- Reporter: tanertekin@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: graphviz | ---------------------------+-------------------------- Comment (by mta@…): This is happening because of a version skew between the automake and libtool ports. The libtool port installs /opt/local/share/libtool/Makefile.in which seems to be used to create the makefile for libltdl in graphviz. Macports contains version 1.15 of automake and version 2.4.4 of libtool which is compatible with version 1.14.1 of automake. I'm not sure exactly how this all works (Gnu autotools is not easy to understand) but upgrading libtool to version 2.4.5 fixes the problem. The patch to do this is {{{ --- /Users/mta/macports/macports-trunk/dports/devel/libtool/Portfile 2014-12-08 17:21:47.000000000 -0500 +++ /Volumes/Gravenhurst/Users/mta/macports/macports- trunk/dports/devel/libtool/Portfile 2015-02-03 00:40:04.000000000 -0500 @@ -4,7 +4,7 @@ PortSystem 1.0 name libtool -version 2.4.4 +version 2.4.5 categories devel sysutils platforms darwin freebsd # Scripts are GPL-2+, libltdl is LGPL-2+, but all parts that tend to be @@ -27,8 +27,8 @@ depends_run bin:gm4:m4 master_sites gnu -checksums rmd160 5dd509e9815171cbef1c8496976d0db6bef68f63 \ - sha256 159d4e20c201f929e3562536d3ae6b5e605403fa4bb4e72ef197a4e162c3fedf +checksums rmd160 fc319ae4cd5ea8da28b46448b501b4533b9c143e \ + sha256 509cb49c7de14ce7eaf88993cf09fd4071882699dfd874c2e95b31ab107d6987 platform darwin { configure.env GREP=/usr/bin/grep \ }}} -- Ticket URL: <https://trac.macports.org/ticket/46612#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X