[MacPorts] #53078: openmpi-llvm fails to configure
MacPorts
noreply at macports.org
Fri Dec 16 15:07:28 CET 2016
#53078: openmpi-llvm fails to configure
---------------------------+------------------------
Reporter: ksze | Owner: seanfarley
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.3.5
Resolution: | Keywords:
Port: openmpi-llvm |
---------------------------+------------------------
Comment (by ksze):
{{{
$ sudo xcode-select --install
xcode-select: error: command line tools are already installed, use
"Software Update" to install updates
}}}
{{{
$ sudo softwareupdate --list
Software Update Tool
Copyright 2002-2015 Apple Inc.
Finding available software
No new software available.
}}}
To go back to the error: the configure stage was looking for
`/Applications/Xcode.app/Contents/Developer/usr/bin/llvm-gcc-4.2`. A quick
search on Google suggests that `llvm-gcc-4.2` is quite outdated. So I
don't know why configure was looking for it. On my system, I have these
`gcc` as part of the command line tools, but no `llvm-gcc-4.2`:
{{{
$ /Applications/Xcode.app/Contents/Developer/usr/bin/gcc
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr
--with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 8.0.0 (clang-800.0.42.1)
Target: x86_64-apple-darwin16.3.0
Thread model: posix
InstalledDir:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
}}}
And `g++` in the same directory is just a symlink to `gcc`
--
Ticket URL: <https://trac.macports.org/ticket/53078#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list