Go 1.8 now only supports OS X 10.8 or later. This is likely the last Go release to support 10.8. Compiling Go or running binaries on older OS X versions is untested.
See also #21709 (moved) for Go 1.7.5. I'm going to test a 1.7.5 patch before working on 1.8.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
Go 1.8 now only supports OS X 10.8 or later. This is likely the last Go release to support 10.8. Compiling Go or running binaries on older OS X versions is untested.
Ticket about dropping support for OS X 10.6, 10.7, 10.8 in Tor Browser: #18530 (moved).
Go 1.8 now only supports OS X 10.8 or later. This is likely the last Go release to support 10.8. Compiling Go or running binaries on older OS X versions is untested.
See also #21709 (moved) for Go 1.7.5. I'm going to test a 1.7.5 patch before working on 1.8.
Go 1.8 now only supports OS X 10.8 or later. This is likely the last Go release to support 10.8. Compiling Go or running binaries on older OS X versions is untested.
See also #21709 (moved) for Go 1.7.5. I'm going to test a 1.7.5 patch before working on 1.8. Summary: Upgrade Go to 1.8 to Upgrade Go to 1.8.1
There's no tag of sandboxed-tor-browser that has the Go 1.8 fix yet (the first patch). I don't know if you want to wait for a new tag before merging this.
I tested this with make alpha on top of bug_21753_v3 from #21753 (moved). I only tested running it on linux-amd64 (bootstrapping with obfs4).
Trac: Status: new to needs_review Keywords: tbb-gitian deleted, tbb-gitian TorBrowserTeam201704R added
/tmp/go-build417206360/plugin/_obj/plugin_dlopen.cgo2.o: In function `_cgo_e64586f1776f_Cfunc_pluginLookup':/tmp/go-build417206360/plugin/_obj/plugin_dlopen.cgo2.c:(.text+0x2f): undefined reference to `dlsym'/tmp/go-build417206360/plugin/_obj/plugin_dlopen.cgo2.c:(.text+0x3c): undefined reference to `dlerror'/tmp/go-build417206360/plugin/_obj/plugin_dlopen.cgo2.o: In function `_cgo_e64586f1776f_Cfunc_pluginOpen':/tmp/go-build417206360/plugin/_obj/plugin_dlopen.cgo2.c:(.text+0x80): undefined reference to `dlopen'/tmp/go-build417206360/plugin/_obj/plugin_dlopen.cgo2.c:(.text+0x8d): undefined reference to `dlerror'clang: error: linker command failed with exit code 1 (use -v to see invocation)
sandboxed-tor-browser has a 0.0.5 patch now, and I was able to do a complete build for all platforms and test obfs4 bootstrap on linux-amd64. I applied these patches on top of 1942f7b2f6. I additionally applied 0001-Ignore-dump_syms_regtest.o.patch:ticket:21954 (which has already been merged to master) to fix the webrtc error of #21954 (moved).
Thanks. FWIW: I picked patch.2 as I had trouble to get patch.3 to apply. While reviewing the differences it seemed to me they were Go unrelated and thus picking patch.2 should be fine. This is commit 9d546f20ae711e7df9c574d9bdfccf34ddf1b650 on master.
Trac: Status: needs_review to closed Resolution: N/Ato fixed