Re: [b2g] Getting Build error in B2G (optimus-l5) code

2014-01-29 Thread Jose Vidal
Hi, I have the same error. In this case I get the next messages: -- Blob setup script has changed, re-running ./extract-files.sh: line 29: adb: command not found Pulling files from device ./extract-files.sh: line 42: adb: command not found Found GB firmware with build ID Backing up system

Re: [b2g] Getting Build error in B2G (optimus-l5) code

2014-01-29 Thread Jose Vidal
El miércoles, 28 de noviembre de 2012 08:36:31 UTC-5, jyotidee...@gmail.com escribió: Hello All, I am trying to build the code for optimus-l5 . I have downloaded the code from git using the below commands. $git clone git://github.com/mozilla-b2g/B2G.git $cd B2G/

Re: [b2g] Getting Build error in B2G (optimus-l5) code

2014-01-29 Thread Naoki Hirata
I can think of 2 things that might be result in what you are seeing: 1) when you run a script, the environment might not be the same as the user environment that you are using. ie, if you're using a different shell, or set the environment path but not the bashrc pathing. More details can be

Re: [b2g] Getting Build error in B2G (optimus-l5) code

2014-01-29 Thread Jose Vidal
Hi, Thanks for your help. The problem was fixed. I'm working with Ubuntu 12.04 64bits, I put inside the .bashrc file the next lines: - #add for me: jvidalsm export PATH=/path-to-adt/sdk/platform-tools:$PATH --- And, finally I restart the terminal. It's all. Now (in the same build)

Re: [b2g] Getting Build error in B2G (optimus-l5) code

2014-01-29 Thread Naoki Hirata
You will have to have the device that you are building for plugged into the machine w/ adb enabled. What it's trying to do is pull the system files off the device as it utilizes some of those files to build the gonk/gecko layer. Regards, Naoki On Jan 29, 2014, at 6:20 PM, Jose Vidal

Re: [b2g] Getting Build error in B2G (optimus-l5) code

2014-01-29 Thread Jose Vidal
Hi Naoki, Is possible that the libauth.so file there is not inside my HW device ? In this case, I should edit the extract-files.sh file. Right ? Thanks in advance. Regards. jvidalsm ___ dev-b2g mailing list dev-b2g@lists.mozilla.org

Re: [b2g] Getting Build error in B2G (optimus-l5) code

2014-01-29 Thread Naoki Hirata
It is possible. I am not sure and cannot guarantee what will occur if the libauth.so is missing. Which device are you building for if you don't mind me asking? It's worth a try, and you could edit the file: It's located in project folder/device/qcom/device name/extract-files.sh You can

Re: [b2g] Getting Build error in B2G (optimus-l5) code

2014-01-29 Thread Naoki Hirata
I do want to caution that if some files are missing the operating system image flashed on the device might not necessarily work. To note, you could manually check for the file doing an adb shell and searching for it just to verify. I'm not sure if there's a way to backup a recovery version of

[b2g] Getting Build error in B2G (optimus-l5) code

2012-11-28 Thread jyotideep . bhuyan
Hello All, I am trying to build the code for optimus-l5 . I have downloaded the code from git using the below commands. $git clone git://github.com/mozilla-b2g/B2G.git $cd B2G/ $./config.sh optimus-l5 $git pull $./repo sync After that I built it with the below command. But I was facing build

Re: [b2g] Getting Build error in B2G (optimus-l5) code

2012-11-28 Thread fredy
As the log says you miss the adb command. Check this link for more information: https://developer.mozilla.org/en-US/docs/Mozilla/Boot_to_Gecko/Firefox_OS_build_prerequisites#Install_adb On 11/28/2012 03:36 PM, jyotideep.bhu...@gmail.com wrote: Hello All, I am trying to build the code for

Re: [b2g] Getting Build error in B2G (optimus-l5) code

2012-11-28 Thread Sasidharan, Anil
-b2g-bounces+anil.sasidharan=ap.sony@lists.mozilla.org] On Behalf Of jyotideep.bhu...@gmail.com Sent: Wednesday, November 28, 2012 7:07 PM To: mozilla-dev-...@lists.mozilla.org Subject: [b2g] Getting Build error in B2G (optimus-l5) code Hello All, I am trying to build the code for optimus-l5