Hi Ravi,

On Sat, May 2, 2015 at 11:31 AM, Ravi Inder Singh <raviin...@gmail.com>
wrote:

> Compliaton failed for Fennec with following compilation error
>
> Machine  enviourmet :-
> ubuntu 120.04
>
>
> Here is my mozbuild file
>
> ac_add_options --enable-application=mobile/android
> ac_add_options --target=arm-linux-androideabi
>
> # With the following Android SDK and NDK:
> ac_add_options
> --with-android-sdk="/home/ravising/fennec_code/android-sdk-linux/platforms/android-21"
> ac_add_options
> --with-android-ndk="/home/ravising/fennec_code/android-ndk-r8e"
>
> export MOZILLA_OFFICIAL=1
> export MOZ_TELEMETRY_REPORTING=1
> export MOZ_ANDROID_ANR_REPOTER=1
>
>
> Build failure is below
>
> ********************************************************************
> 139:10 .69 libbrowser_components_feeds.a.desc
> 139:10.80 nsGNOMEShellService.o
> 139:17.42 libbrowser_components_shell.a.desc
> 139:17.51 libbrowser_components_migration.a.desc
> 139:17.62 nsModule.o
> 139:18.17 libbrowsercomps.so
> 139:19.57 SandboxUtil.o
> 139:19.91 TestSandboxUtil.o
> 139:19.95
> /home/ravising/fennec_code/mozilla-central/security/sandbox/linux/gtest/TestSandboxUtil.cpp:7:25:
> fatal error: gtest/gtest.h: No such file or directory
> 139:19.95 compilation terminated.
> 139:20.00
> 139:20.00 In the directory
> /home/ravising/fennec_code/mozilla-central/obj-i686-pc-linux-gnu/security/sandbox/linux/gtest
> 139:20.00 The following command failed to execute properly:
> 139:20.00 c++ -o TestSandboxUtil.o -c -I../../../../dist/stl_wrappers
> -I../../../../dist/system_wrappers -include
> /home/ravising/fennec_code/mozilla-central/config/gcc_hidden.h
> -DSTATIC_EXPORTABLE_JS_API -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL
> -DMOZ_GLUE_IN_PROGRAM -DAB_CD=en-US -DNO_NSPR_10_SUPPORT
> -I/home/ravising/fennec_code/mozilla-central/security/sandbox/linux/gtest
> -I. -I/home/ravising/fennec_code/mozilla-central/security/sandbox/linux
> -I/home/ravising/fennec_code/mozilla-central/security/sandbox/linux/common
> -I/home/ravising/fennec_code/mozilla-central/security/sandbox/chromium
> -I../../../../dist/include
> -I/home/ravising/fennec_code/mozilla-central/obj-i686-pc-linux-gnu/dist/include/nspr
> -I/home/ravising/fennec_code/mozilla-central/obj-i686-pc-linux-gnu/dist/include/nss
> -fPIC -DMOZILLA_CLIENT -include ../../../../mozilla-config.h -MD -MP -MF
> .deps/TestSandboxUtil.o.pp -Wall -Wempty-body -Woverloaded-virtual
> -Wsign-compare -Wwrite-strings -Wno-invalid-offsetof -Wcast-align
> -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions
> -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g
> -freorder-blocks -Os -fomit-frame-pointer
> /home/ravising/fennec_code/mozilla-central/security/sandbox/linux/gtest/TestSandboxUtil.cpp
> 139:20.00 make[5]: *** [TestSandboxUtil.o] Error 1
> 139:20.04 make[4]: *** [security/sandbox/linux/gtest/target] Error 2
> 139:20.13 make[3]: *** [compile] Error 2
> 139:20.26 make[2]: *** [default] Error 2
> 139:20.38 make[1]: *** [realbuild] Error 2
> 139:20.41 make: *** [build] Error 2
> 139:20.50 366 compiler warnings present.
>

I have not seen this build failure before.  What tree and revision are you
building?  The output of |hg parent| would be helpful.

Nick
_______________________________________________
dev-builds mailing list
dev-builds@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to