Hi, Vivek,
Good day. May I have some suggestions? I saw you were trying to solve git commit problem. If I were you, I will try to clone a new b2g project to see if I still surfer this problem. I saw you are using Mac mini to build emulator. So you can refer to the following page to build emulator. - https://developer.mozilla.org/en-US/Firefox_OS/Firefox_OS_build_prerequisites Also, listing the steps I used. FYI. Step 01: Make sure you have all related packages on OSX (prerequisites). Step 02: Switch to your workspace Step 03: Execute following command to clone B2G project $ git clone git://github.com/mozilla-b2g/B2G.git #B2G_FOLDER_NAME# Step 04: Switch to B2G project Step 05: Execute following command to get all essential files $ BRANCH=master ./config.sh emulator-jb Step 06: Execute following command to build emulator $ ./build.sh -j1 Step 07: Execute following command to launch emulator $ ./run-emulator.sh Good luck! Have a nice weekend! Cheers, William From: dev-b2g [mailto:[email protected]] On Behalf Of Vivek Joshi Sent: Saturday, September 13, 2014 3:31 PM To: [email protected] Subject: [b2g] Cannot build B2G Hello, I am trying to build B2G project but it keeps on failing at the step ./config.sh emulator-jb I think my git repository has messed up. I have tried a lot of things. Some of them have been listed here: http://pastebin.com/af9sruAL I have been trying this for more than one or two weeks but without any success. Can someone please look at this and suggest what can I do to resolve this? -- Thanks and regards, Vivek. J. Joshi.
_______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
