[MacPorts] #69467: graphviz @9.0.0: libtool: Version mismatch error
MacPorts
noreply at macports.org
Mon Mar 11 23:41:26 UTC 2024
#69467: graphviz @9.0.0: libtool: Version mismatch error
------------------------+------------------------
Reporter: astrofitz | Owner: ryandesign
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.9.1
Resolution: | Keywords:
Port: graphviz |
------------------------+------------------------
Comment (by kencu):
It appears that Apple forgot to put "m4" in the CommandLineTools:
{{{
% ls /Library/Developer/CommandLineTools/usr/bin | grep m4
gm4
}}}
but did put it in Xcode:
{{{
% ls
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
| grep m4
bm4
gm4
m4
}}}
so when the DevloperDir is set to the CLTs, it triggers the installation
prompt:
{{{
% DEVELOPER_DIR=/Library/Developer/CommandLineTools m4
xcode-select: Failed to locate 'm4', requesting installation of command
line developer tools.
}}}
--
Ticket URL: <https://trac.macports.org/ticket/69467#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list