[MacPorts] #40852: qt4-mac does not build on OS X 10.9 Mavericks or later
MacPorts
noreply at macports.org
Tue Nov 12 01:40:04 PST 2013
#40852: qt4-mac does not build on OS X 10.9 Mavericks or later
--------------------------+-------------------------
Reporter: kolyosick@… | Owner: michaelld@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.2.99
Resolution: fixed | Keywords: mavericks
Port: qt4-mac |
--------------------------+-------------------------
Comment (by graziosi.angelo@…):
Replying to [comment:130 michaelld@…]:
> I have no "/Library/Developer/CommandLineTools", but I do have
"/Applications/Xcode.app/Contents/Developer". I wonder if maybe the former
should be removed? /Library is generally for stuff that you install
yourself, so maybe this is some leftover from a prior OSX install?
---
The things, here, are a little confusing for me... (I have not installed
anything in /Library myself)
Leaving aside the fact that yesterday I have update Xcode to 5.0.2
(5A3005) and "sudo xcode-select --install" does not yet allow me to update
command line tools because the server is off, I have
/Library/Developer/CommandLineTools which contains, for example,
{{{
$ ls -lrt /Library/Developer/CommandLineTools/usr/bin/clang*
lrwxr-xr-x 1 root admin 5 10 Nov 10:52
/Library/Developer/CommandLineTools/usr/bin/clang++ -> clang
-rwxr-xr-x 1 root admin 29381728 10 Nov 10:52
/Library/Developer/CommandLineTools/usr/bin/clang
$ /Library/Developer/CommandLineTools/usr/bin/clang -v
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
}}}
but I have also /Applications/Xcode.app/Contents/Developer with
{{{
$ ls -lrt
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang*
lrwxr-xr-x 1 root wheel 5 18 Set 23:07
/Applications/Xcode.app//Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
-> clang
-rwxr-xr-x 1 root wheel 29381728 24 Ott 23:15
/Applications/Xcode.app//Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
$
/Applications/Xcode.app//Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
-v
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
}}}
Notice the two different timestamp for clang but it is the same compiler..
So, what is the right folder? Is my Xcode installation what is to be
expected? If not, how to "sanitize" it?
Thanks,
Angelo.
--
Ticket URL: <https://trac.macports.org/ticket/40852#comment:132>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list