In epic/master branch up to commit b7e4a8e072a164a637aa3eace553bdf3d4432a4e I get this message when running Setup.sh, git rebase epic/master, git merge epic/master, and git checkout (some branch).
Stat() call for Engine/Binaries/ThirdParty/svn/Mac/build-1/mkdir.sh failed with error -1
and
ls Engine/Binaries/ThirdParty/svn
ls: cannot access Engine/Binaries/ThirdParty/svn: No such file or directory
This is on openSuse linux 13.2 and git version 2.1.2.
I’ve just submitted a new executable that should fix this. It sets executable permissions for all the executables that are in the dependency manifest, but it wasn’t filtering out all the files that aren’t downloaded for each platform. Linux doesn’t download Mac files, so it fails when it calls Stat() to get the current permissions.