Do you have external/gtest in your tree? That's where the sources to build libgtest come from.
Did you run: ./config.sh galaxy-s2 That should have populated external/gtest Try running "repo sync" from the top of your B2G tree and rerun it until you just get a few lines of output with no errors: 898 >repo sync Fetching projects: 100% (79/79), done. Syncing work tree: 100% (79/79), done. Unfortunately, I no longer have a galaxy-s2 so I can't build for it. Dave Hylands ----- Original Message ----- > From: "Techno Buddha" <[email protected]> > To: [email protected] > Sent: Friday, February 7, 2014 3:12:06 PM > Subject: Re: [b2g] didn't build fully, now where do I look? > > Finished: Generating extensions > run-js-command settings > # create a clean folder to store data for B2G, this folder will copy to b2g > output folder. > rm -rf profile/defaults > mkdir -p profile/defaults/pref > # rename user_pref() to pref() in user.js > sed s/user_pref\(/pref\(/ profile/user.js > profile/defaults/pref/user.js > cp profile/settings.json profile/defaults/settings.json > Profile Ready: please run [b2g|firefox] -profile /andfox/B2G/gaia/profile > make[1]: Leaving directory `/andfox/B2G/gaia' > target Prebuilt: gaia > (out/target/product/galaxys2/obj/DATA/gaia_intermediates/gaia) > Gaia install path: out/target/product/galaxys2/data/local/webapps > mkdir -p out/target/product/galaxys2/data/local > out/target/product/galaxys2/data/local > rm -rf out/target/product/galaxys2/data/local/webapps > cd out/target/product/galaxys2/data/local && tar xfz > /andfox/B2G/out/target/product/galaxys2/obj/DATA/gaia_intermediates/gaia > mkdir -p out/target/product/galaxys2/system/b2g > cp /andfox/B2G/gaia/profile/user.js > out/target/product/galaxys2/system/b2g/user.js > make: *** No rule to make target > `out/target/product/galaxys2/obj/STATIC_LIBRARIES/libgtest_intermediates/libgtest.a', > needed by > `out/target/product/galaxys2/obj/EXECUTABLES/binderAddInts_intermediates/LINKED/binderAddInts'. > Stop. > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g > _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
