[MacPorts] #69075: shared-mime-info @2.3 configure failure on 10.7
MacPorts
noreply at macports.org
Tue Jan 9 04:57:32 UTC 2024
#69075: shared-mime-info @2.3 configure failure on 10.7
-------------------------------+----------------------
Reporter: isaacsnewaccount | Owner: mascguy
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: | Keywords:
Port: shared-mime-info |
-------------------------------+----------------------
Comment (by ryandesign):
Hmm, main.log says:
{{{
:debug:configure Using compiler 'MacPorts Clang 16'
}}}
and:
{{{
meson.build:2:0: ERROR: Unknown compiler(s): [['/opt/local/bin/clang-
mp-16']]
}}}
and meson-log.txt says:
{{{
xcodebuild: error: '/opt/local/libexec/llvm-16/bin/clang' not found.
}}}
If MacPorts has selected clang 16 for this port, it should have added
clang-16 as a dependency, so it should be installed and it should have
those files. So let's sanity-check. Is clang-16 installed? Run:
{{{
port -v installed clang-16
}}}
Are those files installed? Run:
{{{
ls -l /opt/local/bin/clang-mp-16 /opt/local/libexec/llvm-16/bin/clang
}}}
--
Ticket URL: <https://trac.macports.org/ticket/69075#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list