Re: armv8: [building from source] openembedded

2013-09-05 Thread Phi Debian
On Thu, Sep 5, 2013 at 12:22 PM, Andrew McDermott wrote: > > > If you set PATH to: > > $ export PATH=/usr/sbin:/usr/bin:/sbin:/bin:/home/phi/bin > > and try again does it make any difference? > Yes it hangs So that's lead me to add /home/phi/util in the PATH and then double checking I don't i

Re: armv8: [building from source] openembedded

2013-09-05 Thread Andrew McDermott
Phi Debian writes: > NO LD_LIBRARY_PATH > > PATH=.:/home/phi/util:/home/phi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/us > r/bin:/sbin:/bin:/usr/games:/sbin:/usr/sbin:/usr/local/bin:/usr/local/bin/X11:/d > 1/armv64/tch/bin If you set PATH to: $ export PATH=/usr/sbin:/usr/bin:/sbin:/bin:/

Re: armv8: [building from source] openembedded

2013-09-05 Thread Phi Debian
NO LD_LIBRARY_PATH PATH=.:/home/phi/util:/home/phi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/us r/bin:/sbin:/bin:/usr/games:/sbin:/usr/sbin:/usr/local/bin:/usr/local/bin/X11:/d 1/armv64/tch/bin Did the repo init in /tmp using ~/bin/repo (from armv8 clean install) then instead of doing bash j

Re: armv8: [building from source] openembedded

2013-09-05 Thread Andrew McDermott
Phi Debian writes: > On Thu, Sep 5, 2013 at 10:34 AM, Andrew McDermott > wrote: > >> Does the repo sync work outside of the Linaro scripts? >> >> What's the output from: >> >> $ PATH=$PATH:~/bin >> $ cd /tmp >> $ repo init --quiet -u git://git.linaro.org/openembedded/manifest.git -b \ >> ma

Re: armv8: [building from source] openembedded

2013-09-05 Thread Phi Debian
On Thu, Sep 5, 2013 at 10:34 AM, Andrew McDermott wrote: > Does the repo sync work outside of the Linaro scripts? > > What's the output from: > > $ PATH=$PATH:~/bin > $ cd /tmp > $ repo init --quiet -u git://git.linaro.org/openembedded/manifest.git -b \ > master -m default.xml --repo-url=git

Re: armv8: [building from source] openembedded

2013-09-05 Thread Andrew McDermott
Phi Debian writes: > On Thu, Sep 5, 2013 at 9:47 AM, Andrew McDermott >> repo get installed automatically when the >> `pre-build-root-install-dependencies.sh' is run: >> >> $ tail -5 pre-build-root-install-dependencies.sh >> >> # Get latest repo script and install it in PATH (use our mirror of re

Re: armv8: [building from source] openembedded

2013-09-05 Thread Phi Debian
On Thu, Sep 5, 2013 at 9:47 AM, Andrew McDermott > repo get installed automatically when the > `pre-build-root-install-dependencies.sh' is run: > > $ tail -5 pre-build-root-install-dependencies.sh > > # Get latest repo script and install it in PATH (use our mirror of repo) > test -d $HOME/bin || mk

Re: armv8: [building from source] openembedded

2013-09-05 Thread Andrew McDermott
Nicolas Dechesne writes: > On Wed, Sep 4, 2013 at 9:35 PM, Phi Debian wrote: > >> I found 1 rep in >> openembedded/.repo/repo/repo >> >> >> What should I do with this? >> > > 'repo' is a tool initially developed for Android development, but it is not > specific to Android. At Linaro we use repo

Re: armv8: [building from source] openembedded

2013-09-05 Thread Phi Debian
Just for the record in case it helps diagnose this I setup "set -x" into ./jenkins-setup/functions.sh::git_clone_update() It shows the 2 repo invocations repo init --quiet -u git://git.linaro.org/openembedded/manifest.git -b master -m default.xml --repo-url=git://android.git.linaro.org/tools/rep

Re: armv8: [building from source] openembedded

2013-09-04 Thread Phi Debian
Hi Chrstopher Here is the execve from mytrace CU82$ type python python is a tracked alias for /usr/bin/python CU82$ python --version Python 2.7.3 CU82$ grep execve mytrace 20735 execve("/home/phi/bin/repo", ["repo", "sync"], [/* 29 vars */]) = 0 20735 execve("./python", ["python", "/home/phi/b

Re: armv8: [building from source] openembedded

2013-09-04 Thread Phi Debian
Hi Fathi, Cleaned up all repo things. re-did the process like this mkdir openembedded cd openembedded git clone git://git.linaro.org/openembedded/jenkins-setup.git cd jenkins-setup git checkout release-13.08 # cd .. removed this then removed jenkins on the two following lines # sudo bash jenkins-

Re: armv8: [building from source] openembedded

2013-09-04 Thread Fathi Boudra
On 5 September 2013 09:00, Phi Debian wrote: > Hi Christopher, > > > On Wed, Sep 4, 2013 at 11:19 PM, Christopher Covington > 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 pr

Re: armv8: [building from source] openembedded

2013-09-04 Thread Phi Debian
Hi Christopher, On Wed, Sep 4, 2013 at 11:19 PM, Christopher Covington 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

Re: armv8: [building from source] openembedded

2013-09-04 Thread Christopher Covington
Hi Phi, On 09/04/2013 04:18 PM, Phi Debian wrote: > On Wed, Sep 4, 2013 at 9:46 PM, Nicolas Dechesne >> To install repo, you need to follow the instructions here >> http://source.android.com/source/downloading.html. >> >> I agree that this is missing from the Linaro ARMv8 release notes >> https://

Re: armv8: [building from source] openembedded

2013-09-04 Thread Nicolas Dechesne
On Wed, Sep 4, 2013 at 9:35 PM, Phi Debian wrote: > I found 1 rep in > openembedded/.repo/repo/repo > > > What should I do with this? > 'repo' is a tool initially developed for Android development, but it is not specific to Android. At Linaro we use repo to manage the OE source trees too. To in

Re: armv8: [building from source] openembedded

2013-09-04 Thread Phi Debian
Hi Nico, Read your suggestion leds me to ~/bin didn't noticed the armv8 instruction do create this and indeed I d'ont get that in my PATH Before redoing it from scratch, I give the armv8 dooc one more chance, just including ~/bin in my PATH and see what we got. Cheers, Phi _

Re: armv8: [building from source] openembedded

2013-09-04 Thread Phi Debian
On Wed, Sep 4, 2013 at 9:46 PM, Nicolas Dechesne > To install repo, you need to follow the instructions here > http://source.android.com/source/downloading.html. > > I agree that this is missing from the Linaro ARMv8 release notes > https://wiki.linaro.org/HowTo/ARMv8/OpenEmbedded, and it should be

Re: armv8: [building from source] openembedded

2013-09-04 Thread Phi Debian
> > No sign of repo(1) and I saw no docco saying where to get it. > I found 1 rep in openembedded/.repo/repo/repo What should I do with this? ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: armv8: [building from source] openembedded

2013-09-04 Thread Phi Debian
Hi Andrew, On Wed, Sep 4, 2013 at 4:41 PM, Andrew McDermott wrote: > > > I know this may not feel like help... > > I just cut+paste from the instructions, as listed, and was able to start > a build. > > What's the output from: > > $ which repo > $ lsb_release -a CU82$ /usr/bin/lsb_release -a

Re: armv8: [building from source] openembedded

2013-09-04 Thread Andrew McDermott
Phi Debian writes: > Hi All, > Today I am after the making of packages with bitbake. > I tried this > http://releases.linaro.org/13.08/openembedded/aarch64 > [Building from source tab] > > mkdir openembedded > cd openembedded > git clone git://git.linaro.org/openembedded/jenkins-setup.git > cd j

armv8: [building from source] openembedded

2013-09-04 Thread Phi Debian
Hi All, Today I am after the making of packages with bitbake. I tried this http://releases.linaro.org/13.08/openembedded/aarch64 [Building from source tab] mkdir openembedded cd openembedded git clone git://git.linaro.org/openembedded/jenkins-setup.git cd jenkins-setup git checkout release-13.08 c