Hi Christopher,
On Wed, Sep 4, 2013 at 11:19 PM, Christopher Covington <c...@codeaurora.org> wrote: > To me the error looks like a git issue. You could try: > > strace -fo mytrace repo sync > > Then looking at what exactly repo is trying to exec (you can probably search > for "execve.*git.*symbolic"), and then maybe see why that's failing. > > Christopher Well I cleanup up all repo thing and restarted the instal the armv8 way. It goes ok up to bash jenkins-setup/init-and-build.sh Here I looked at that script tht is pretty short. I executed each statement one by one, all is ok up to git_clone_update This one goes to completion without any complain, asking name and email thing. then the next statement is if [[ -d openembedded-core ]]; then cd openembedded-core else cd poky fi Neither of thos dir are created at that point, so I suppose git_clone_update didn't made its job, but didn't say ainything about it. After this point all goes wild.. Since the dir where not created the oe-init-build-dev is not defined the the source of it can't work etc... Cheers, Phi _______________________________________________ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev