19/09/14 04:16, Kill Your TV wrote:
> I've not investigated yet but the build's currently failing with:
> ---------------------
> Install the Tor Browser
> Fetching http://www.torproject.org/dist/torbrowser/3.6.5//tor-browser-linux32-3.6.5_ar.tar.xz ...
> % Total % Received % Xferd Average Speed Time Time Time Current
> Dload Upload Total Spent Left Speed
> 100 182 100 182 0 0 35 0 0:00:05 0:00:05 --:--:-- 44
> SHA256 mismatch for tor-browser-linux32-3.6.5_ar.tar.xz
> E: config/chroot_local-hooks/10-tbb failed (exit non-zero). You should check for errors.
> P: Begin unmounting filesystems...
> ------------------------
You are using Vagrant, right? As you can see, the downloaded "tarball"
is just 182 bytes, which happens to be an error page served by
apt-cacher-ng since it cannot handle http -> https redirection, as used
by torproject.org. This is due to a bug in Wheezy's a-c-ng, so you need
to install it from Wheezy backports, which this branch actually will do
for you if you first run:
rake vm:provision
Hope that helps!
Cheers!