#37692: tor-devel to 0.2.4.9-alpha (released Jan 2013) --------------------------------------+-------------------------- Reporter: rjt-macports-20081108@… | Owner: ryandesign@… Type: update | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: haspatch Port: tor-devel | --------------------------------------+-------------------------- Comment (by rjt-macports-20081108@…): Replying to [comment:2 ryandesign@…]:
I'm unable to build it; clang (from Xcode 4.5.2) crashes.
I have successful builds on 10.7.8 and 10.8.2 systems using Xcode 4.5.2. curve25519-donna-c64.c should be attempted on my 64bit 10.8.2 system for sure, and probably also on the 10.7.8 system, given the target spec. System particulars follow for each, in case a comparison helps ID crucial differences: {{{ 1) Xcode and command line tools on a MacBook Pro (MacBookPro2,2) running OS X 10.7.5. $ sw_vers ProductName: Mac OS X ProductVersion: 10.7.5 BuildVersion: 11G63 $ system_profiler | grep 64-bit 64-bit Kernel and Extensions: No $ uname -a Darwin hostname1.local 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23 16:26:45 PDT 2012; root:xnu-1699.32.7~1/RELEASE_I386 i386 $ xcodebuild -version Xcode 4.5.2 Build version 4G2008a $ gcc --version i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) $ clang --version Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) Target: x86_64-apple-darwin11.4.2 Thread model: posix 2) Xcode and command line tools on a MacBook Air (MacBookAir3,1) running OS X 10.8.2. $ sw_vers ProductName: Mac OS X ProductVersion: 10.8.2 BuildVersion: 12C60 $ uname -a Darwin hostname2.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64 $ xcodebuild -version Xcode 4.5.2 Build version 4G2008a $ gcc --version i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) $ clang --version Apple clang version 4.1 (tags/Apple/clang-421.11.65) (based on LLVM 3.1svn) Target: x86_64-apple-darwin12.2.0 Thread model: posix }}} -- Ticket URL: <https://trac.macports.org/ticket/37692#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS