-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi there,
I just tried building Tor with brew on OS X (10.6.8) using the instructions available on the TP website ( ). It fails at the last few steps complaining of a 404:
Homebrew. If formula fail to build uninstall Macports/Fink and reinstall any affected formula. Also installing dependencies: libevent ==> Downloading http://monkey.org/~provos/libevent-2.0.12-stable.tar.gz ######################################################################## 100.0% ==> ./configure --prefix=/usr/local/Cellar/libevent/2.0.12 ==> make install /usr/local/Cellar/libevent/2.0.12: 47 files, 2.0M, built in 66 seconds ==> Downloading https://www.torproject.org/dist/tor-0.2.1.30.tar.gz
curl: (22) The requested URL returned error: 404 Error: Failure while executing: /usr/bin/curl -f#LA Homebrew\ 0.8\ (Ruby\ 1.8.7-358;\ Mac\ OS\ X\ 10.6.8) https://www.torproject.org/dist/tor-0.2.1.30.tar.gz -o /Library/Caches/Homebrew/tor-0.2.1.30.tar.gz
I can confirm that https://www.torproject.org/dist/tor-0.2.1.30.tar.gz is (to me) a 404.
I know I can install TBB but I was curious if this approach also worked.
Has the location moved? Thanks.
Bernard
- -------------------------------------- Bernard / bluboxthief / ei8fdb
IO91XM / www.ei8fdb.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Apologies, I forgot to add the brew instructions link:
https://www.torproject.org/docs/tor-doc-osx.html.en
Bernard
On 11 Apr 2013, at 20:21, Bernard Tyers - ei8fdb wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi there,
I just tried building Tor with brew on OS X (10.6.8) using the instructions available on the TP website ( ). It fails at the last few steps complaining of a 404:
Homebrew. If formula fail to build uninstall Macports/Fink and reinstall any affected formula. Also installing dependencies: libevent ==> Downloading http://monkey.org/~provos/libevent-2.0.12-stable.tar.gz ######################################################################## 100.0% ==> ./configure --prefix=/usr/local/Cellar/libevent/2.0.12 ==> make install /usr/local/Cellar/libevent/2.0.12: 47 files, 2.0M, built in 66 seconds ==> Downloading https://www.torproject.org/dist/tor-0.2.1.30.tar.gz
curl: (22) The requested URL returned error: 404 Error: Failure while executing: /usr/bin/curl -f#LA Homebrew\ 0.8\ (Ruby\ 1.8.7-358;\ Mac\ OS\ X\ 10.6.8) https://www.torproject.org/dist/tor-0.2.1.30.tar.gz -o /Library/Caches/Homebrew/tor-0.2.1.30.tar.gz
I can confirm that https://www.torproject.org/dist/tor-0.2.1.30.tar.gz is (to me) a 404.
I know I can install TBB but I was curious if this approach also worked.
Has the location moved? Thanks.
Bernard
Bernard / bluboxthief / ei8fdb
IO91XM / www.ei8fdb.org
-----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGTools - http://gpgtools.org
iQEcBAEBAgAGBQJRZw0rAAoJENsz1IO7MIrrI+oH/jE6hxAeTb9SD3orihGZ0Hn4 wVxf9MkagvH4aS2Hl33FUycr0liy6JqHxxXa16NjZqAfiuUstvQiEiMWAXah1Oa9 A0qNjNOfnmi0BsxJES4E30e3+MvmGzNw4fLjos6iPk2B/+s5orqSv2cba5iVEwXp 3VsqhFOlugVatI592201K9+tQgl/a1aCXfZnW1t4GFqAIf2ApdoX89cV1l3jqMDP NYOZRaX79FGB7iF+/3SrTKtEwVifjAh/IoCx4cEuVOpGFjFt0Jmkgbd1ThlKYqwn TYLFUdKWhebl1N9v4fjow0sXrXh71g3oBuavX2XA+YFqG/ChBDSFPKzps2JyWIQ= =BiEt -----END PGP SIGNATURE----- _______________________________________________ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev
- -------------------------------------- Bernard / bluboxthief / ei8fdb
IO91XM / www.ei8fdb.org
On Thu, Apr 11, 2013 at 3:21 PM, Bernard Tyers - ei8fdb ei8fdb@ei8fdb.org wrote:
I can confirm that https://www.torproject.org/dist/tor-0.2.1.30.tar.gz is (to me) a 404.
If that's the version in their ports, their ports are horribly out of date.
The latest stable version is 0.2.3.25. Tor 0.2.1.x is no longer supported.
hope this helps,
On 11.04.2013 21:25, Nick Mathewson wrote:
On Thu, Apr 11, 2013 at 3:21 PM, Bernard Tyers - ei8fdb ei8fdb@ei8fdb.org wrote:
I can confirm that https://www.torproject.org/dist/tor-0.2.1.30.tar.gz is (to me) a 404.
If that's the version in their ports, their ports are horribly out of date.
Hm. https://github.com/mxcl/homebrew/blob/master/Library/Formula/tor.rb points to tor-0.2.3.25.tar.gz, and was last updated 5 days ago.
I don't know too much about MacOSX or brew, so I can't help. I did write the instructions on the tpo website though, so I feel kind of guilty. (see https://trac.torproject.org/projects/tor/ticket/7989 )