Sorry. I already figured it out by connecting my phone. Then, I tried to install new version of Python, but got the following errors:
checking for python2.7... (cached) /usr/bin/python2.7 Creating Python environment Python 2.7.3 or greater (but not Python 3) is required to build. You are running Python 2.7.1. Run |mach bootstrap| to ensure your system is up to date. If you still receive this error, your shell environment is likely detecting another Python version. Ensure a modern Python can be found in the paths defined by the $PATH environment variable and try again. ------ config.log ------ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:1197: checking host system type configure:1218: checking target system type configure:1236: checking build system type configure:1311: checking for mawk configure:1397: checking for python2.7 *** Fix above errors and then restart with "make -f client.mkbuild" make[3]: *** [configure] Error 1 make[2]: *** [/Users/khu/Mozilla/B2G/objdir-gecko/config.status] Error 2 make[1]: *** [build] Error 2 make: *** [out/target/product/peak/obj/DATA/gecko_intermediates/gecko] Error 2 real 0m46.020s user 0m25.315s sys 0m13.497s > Build failed! < Build with |./build.sh -j1| for better messages If all else fails, use |rm -rf objdir-gecko| to clobber gecko and |rm -rf out| to clobber everything else. But, when I executed "python", I got: Python 2.7.6 (v2.7.6:3a1db0d2747e, Nov 10 2013, 00:42:54) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "help", "copyright", "credits" or "license" for more information. I will try to fix it. But, if anyone has some suggestions, it would be great. On Sun, Feb 2, 2014 at 7:13 PM, Cache Heigl <[email protected]> wrote: > Hi, > > I am new to Firefox OS. Recently, I am trying to build Firefox OS, but I > keep facing error messages. I had built it successfully before. Somehow, I > don't know why, I can't build it after couple days or weeks later. It > happens again and again. Did I miss anything? The error messages are: > > build/core/combo/HOST_darwin-x86.mk:42: > *********************************************************** > build/core/combo/HOST_darwin-x86.mk:43: * No 10.6 or 10.5 SDK found, do > you have Xcode installed? * > build/core/combo/HOST_darwin-x86.mk:44: > *********************************************************** > > build/core/combo/HOST_darwin-x86.mk:42: > *********************************************************** > build/core/combo/HOST_darwin-x86.mk:43: * No 10.6 or 10.5 SDK found, do > you have Xcode installed? * > build/core/combo/HOST_darwin-x86.mk:44: > *********************************************************** > build/core/combo/HOST_darwin-x86.mk:42: > *********************************************************** > build/core/combo/HOST_darwin-x86.mk:43: * No 10.6 or 10.5 SDK found, do > you have Xcode installed? * > build/core/combo/HOST_darwin-x86.mk:44: > *********************************************************** > build/core/combo/HOST_darwin-x86.mk:42: > *********************************************************** > build/core/combo/HOST_darwin-x86.mk:43: * No 10.6 or 10.5 SDK found, do > you have Xcode installed? * > build/core/combo/HOST_darwin-x86.mk:44: > *********************************************************** > build/core/combo/HOST_darwin-x86.mk:42: > *********************************************************** > build/core/combo/HOST_darwin-x86.mk:43: * No 10.6 or 10.5 SDK found, do > you have Xcode installed? * > build/core/combo/HOST_darwin-x86.mk:44: > *********************************************************** > build/core/combo/HOST_darwin-x86.mk:42: > *********************************************************** > build/core/combo/HOST_darwin-x86.mk:43: * No 10.6 or 10.5 SDK found, do > you have Xcode installed? * > build/core/combo/HOST_darwin-x86.mk:44: > *********************************************************** > build/core/combo/HOST_darwin-x86.mk:42: > *********************************************************** > build/core/combo/HOST_darwin-x86.mk:43: * No 10.6 or 10.5 SDK found, do > you have Xcode installed? * > build/core/combo/HOST_darwin-x86.mk:44: > *********************************************************** > ============================================ > PLATFORM_VERSION_CODENAME=AOSP > PLATFORM_VERSION=4.0.4.0.4.0.4 > TARGET_PRODUCT=full_peak > TARGET_BUILD_VARIANT=eng > TARGET_BUILD_TYPE=release > TARGET_BUILD_APPS= > TARGET_ARCH=arm > TARGET_ARCH_VARIANT=armv7-a-neon > HOST_ARCH=x86 > HOST_OS=darwin > HOST_OS_EXTRA=Darwin-11.4.2-x86_64-i386-64bit > HOST_BUILD_TYPE=release > BUILD_ID=OPENMASTER > OUT_DIR=out > ============================================ > > Blob setup script has changed, re-running > Pulling files from device > error: device not found > Found firmware with build ID > Backing up system partition to backup-peak > error: device not found > cp: ../../../backup-peak/system/etc/wifi/WCN*: No such file or directory > Pulling "libaudioeq.so" > error: device not found > Failed to pull libaudioeq.so. Giving up. > > > Build failed! < > > Build with |./build.sh -j1| for better messages > If all else fails, use |rm -rf objdir-gecko| to clobber gecko and |rm -rf > out| to clobber everything else. > > _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
