Opened 12 years ago
Closed 12 years ago
#37692 closed update (fixed)
tor-devel to 0.2.4.9-alpha (released Jan 2013)
Reported by: | rjt-macports-20081108@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | haspatch | Cc: | |
Port: | tor-devel |
Description
The attached patch updates the tor-devel Portfile to build tor alpha release 0.2.4.9-alpha (released on 15 Jan 2013)
Attachments (3)
Change History (7)
Changed 12 years ago by rjt-macports-20081108@…
Attachment: | patch-tor-devel-0.2.4.9-alpha-Portfile.diff added |
---|
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Status: | new → assigned |
comment:2 follow-up: 3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
I'm unable to build it; clang (from Xcode 4.5.2) crashes.
Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | clang_2013-01-19-000604_poppins.crash added |
---|
comment:3 Changed 12 years ago by rjt-macports-20081108@…
Replying to 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
comment:4 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Looks like the problem only occurs when building universal. I updated the port in r102737 and filed a bug with the llvm team.
Note: See
TracTickets for help on using
tickets.
Thanks.