tor-admin:
On Saturday 14 December 2013 19:26:41 Georg Koppen wrote:
FWIW, this is probably https://trac.torproject.org/projects/tor/ticket/10153
Georg
I am seeing the following error for the Mac bundle:
****** Starting TorBrowser Component of Mac Bundle (2/3 for Mac) ******
sha256sum: x86_64-apple-darwin10.tar.xz: No such file or directory --- Building torbrowser-mac for precise amd64 --- Stopping target if it is up Killing target since it did not shutdown within 10 seconds Making a new image copy Formatting 'target-precise-amd64.qcow2', fmt=qcow2 size=11811160064 backing_file='base-precise-amd64.qcow2' encryption=off cluster_size=65536 Starting target Checking if target is up. Preparing build environment rsync: link_stat "/home/user/make/gitian-builder/inputs/x86_64-apple- darwin10.tar.xz" failed: No such file or directory (2) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1070) [sender=3.0.9] ./bin/gbuild:21:in `system!': failed to run copy-to-target inputs/x86_64- apple-darwin10.tar.xz build/ (RuntimeError)
That is a different issue probably due to the new cross-compiler missing in your gitian-builder/inputs directory. You need to run at least
make prep-alpha
before starting the build with
make build-alpha
Georg