I was toying around with IPDL and now my build failed. I cloned a fresh mozilla-central and cleared ccache but still can't build (against mc/master). It ends with a bunch of errors like:
1:57.77 Warning: -Wnullability-completeness in /Volumes/repos/gecko-dev2/obj-x86_64-apple-darwin14.0.0/ipc/ipdl/_ipdlheaders/mozilla/dom/PContentChild.h: pointer is missing a nullability type specifier (__nonnull or __nullable) 1:57.77 /Volumes/repos/gecko-dev2/obj-x86_64-apple-darwin14.0.0/ipc/ipdl/_ipdlheaders/mozilla/dom/PContentChild.h:2777:17: warning: pointer is missing a nullability type specifier (__nonnull or __nullable) [-Wnullability-completeness] 1:57.77 void** __iter, 1:57.77 ^ 1:57.77 Warning: -Wnullability-completeness in /Volumes/repos/gecko-dev2/obj-x86_64-apple-darwin14.0.0/ipc/ipdl/_ipdlheaders/mozilla/dom/PContentChild.h: pointer is missing a nullability type specifier (__nonnull or __nullable) 1:57.77 /Volumes/repos/gecko-dev2/obj-x86_64-apple-darwin14.0.0/ipc/ipdl/_ipdlheaders/mozilla/dom/PContentChild.h:2777:18: warning: pointer is missing a nullability type specifier (__nonnull or __nullable) [-Wnullability-completeness] 1:57.77 void** __iter, 1:57.77 ^ 1:57.77 fatal error: too many errors emitted, stopping now [-ferror-limit=] 1:57.77 369 warnings and 20 errors generated. 1:57.77 1:57.77 In the directory /Volumes/repos/gecko-dev2/obj-x86_64-apple-darwin14.0.0/dom/cellbroadcast 1:57.77 The following command failed to execute properly: 1:57.77 /usr/bin/clang++ -o Unified_cpp_dom_cellbroadcast0.o -c -fvisibility=hidden -DOS_POSIX=1 -DOS_MACOSX=1 -DSTATIC_EXPORTABLE_JS_API -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/Volumes/repos/gecko-dev2/dom/cellbroadcast -I. -I/Volumes/repos/gecko-dev2/obj-x86_64-apple-darwin14.0.0/ipc/ipdl/_ipdlheaders -I/Volumes/repos/gecko-dev2/ipc/chromium/src -I/Volumes/repos/gecko-dev2/ipc/glue -I../../dist/include -I/Volumes/repos/gecko-dev2/obj-x86_64-apple-darwin14.0.0/dist/include/nspr -I/Volumes/repos/gecko-dev2/obj-x86_64-apple-darwin14.0.0/dist/include/nss -fPIC -Qunused-arguments -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/Unified_cpp_dom_cellbroadcast0.o.pp -Qunused-arguments -Qunused-arguments -Wall -Wempty-body -Woverloaded-virtual -Wsign-compare -Wwrite-strings -Wno-invalid-offsetof -Wno-inline-new-delete -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -fno-exceptio ns -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -DNO_X11 -pipe -DNDEBUG -DTRIMMED -g -O3 -fomit-frame-pointer /Volumes/repos/gecko-dev2/obj-x86_64-apple-darwin14.0.0/dom/cellbroadcast/Unified_cpp_dom_cellbroadcast0.cpp 1:57.77 make[5]: *** [Unified_cpp_dom_cellbroadcast0.o] Error 1 1:57.78 make[4]: *** [dom/cellbroadcast/target] Error 2 Is this stuff cached somewhere or what is going on?! My tree is clean, I don't have mozconfig, etc. _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
