Created
August 26, 2013 22:19
-
-
Save zaach/6347351 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./mach build | |
0:00.12 /usr/bin/make -f client.mk -s | |
0:00.34 Adding client.mk options from /Users/zcarter/moz/b2g-src/mozilla-central/.mozconfig: | |
0:00.34 MOZ_OBJDIR=../build_mc | |
0:00.34 MOZ_MAKE_FLAGS=-s -j6 | |
0:00.50 Clobber not needed. | |
0:00.53 cd ../build_mc | |
0:00.54 /Users/zcarter/moz/b2g-src/mozilla-central/configure | |
0:00.61 Adding configure options from /Users/zcarter/moz/b2g-src/mozilla-central/.mozconfig: | |
0:00.61 --enable-application=browser | |
0:00.61 --disable-crashreporter | |
0:00.61 --disable-static | |
0:00.61 --enable-debug | |
0:00.61 --enable-shared | |
0:00.61 --with-ccache | |
0:00.61 --enable-tests | |
0:00.61 --enable-warning-as-errors | |
0:00.61 --enable-application=browser | |
0:00.61 --disable-optimize | |
0:00.83 creating cache ./config.cache | |
0:00.92 checking host system type... x86_64-apple-darwin12.4.0 | |
0:00.95 checking target system type... x86_64-apple-darwin12.4.0 | |
0:00.97 checking build system type... x86_64-apple-darwin12.4.0 | |
0:00.97 checking for mawk... no | |
0:00.98 checking for gawk... gawk | |
0:00.98 checking for python2.7... /usr/local/bin/python2.7 | |
0:00.98 Creating Python environment | |
0:01.14 New python executable in /Users/zcarter/moz/b2g-src/build_mc/_virtualenv/bin/python | |
0:01.34 Installing setuptools............done. | |
0:01.74 Installing pip...............done. | |
0:01.89 running build_ext | |
0:01.89 copying build/lib.macosx-10.8-x86_64-2.7/_psutil_osx.so -> | |
0:01.89 copying build/lib.macosx-10.8-x86_64-2.7/_psutil_posix.so -> | |
0:01.89 | |
0:02.04 checking Python environment is Mozilla virtualenv... yes | |
0:02.04 checking for clang... /usr/bin/clang | |
0:02.04 checking for clang++... /usr/bin/clang++ | |
0:02.05 checking for perl5... no | |
0:02.05 checking for perl... /usr/bin/perl | |
0:02.06 checking for gcc... /usr/bin/clang | |
0:02.09 checking whether the C compiler (/usr/bin/clang ) works... yes | |
0:02.09 checking whether the C compiler (/usr/bin/clang ) is a cross-compiler... no | |
0:02.10 checking whether we are using GNU C... yes | |
0:02.12 checking whether /usr/bin/clang accepts -g... yes | |
0:02.12 checking for c++... /usr/bin/clang++ | |
0:02.15 checking whether the C++ compiler (/usr/bin/clang++ -DMOZ_ENABLE_JS_DUMP ) works... yes | |
0:02.15 checking whether the C++ compiler (/usr/bin/clang++ -DMOZ_ENABLE_JS_DUMP ) is a cross-compiler... no | |
0:02.16 checking whether we are using GNU C++... yes | |
0:02.17 checking whether /usr/bin/clang++ accepts -g... yes | |
0:02.18 checking for ranlib... ranlib | |
0:02.18 checking for as... /usr/bin/as | |
0:02.18 checking for ar... ar | |
0:02.18 checking for ld... ld | |
0:02.18 checking for strip... strip | |
0:02.18 checking for windres... no | |
0:02.27 checking how to run the C preprocessor... /usr/bin/clang -E | |
0:02.30 checking how to run the C++ preprocessor... /usr/bin/clang++ -E | |
0:02.31 checking for a BSD compatible install... /usr/bin/install -c | |
0:02.31 checking whether ln -s works... yes | |
0:02.32 checking for minimum required perl version >= 5.006... 5.012004 | |
0:02.34 checking for full perl installation... yes | |
0:02.34 checking for doxygen... : | |
0:02.34 checking for autoconf... /usr/local/bin/autoconf | |
0:02.34 checking for unzip... /usr/bin/unzip | |
0:02.34 checking for zip... /usr/bin/zip | |
0:02.34 checking for xargs... /usr/bin/xargs | |
0:02.35 checking for rpmbuild... : | |
0:02.35 checking compiler version... Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn) | |
0:02.35 Target: x86_64-apple-darwin12.4.0 | |
0:02.35 Thread model: posix | |
0:02.36 checking for /usr/bin/make... no | |
0:02.36 checking for gmake... no | |
0:02.36 checking for make... /usr/bin/make | |
0:02.42 checking for X... no | |
0:02.51 checking that static assertion macros used in autoconf tests work... yes | |
0:02.53 checking for --noexecstack option to as... yes | |
0:02.55 checking for -z noexecstack option to ld... no | |
0:02.57 checking for -z text option to ld... no | |
0:02.59 checking for --build-id option to ld... no | |
0:02.61 checking if toolchain supports -mssse3 option... yes | |
0:02.62 checking if toolchain supports -msse4.1 option... yes | |
0:02.64 checking whether the C compiler supports -Werror=return-type... yes | |
0:02.66 checking whether the C compiler supports -Wtype-limits... yes | |
0:02.68 checking whether the C compiler supports -Wempty-body... yes | |
0:02.69 checking whether the C compiler supports -Wsign-compare... yes | |
0:02.71 checking whether the C++ compiler supports -Werror=return-type... yes | |
0:02.73 checking whether the C++ compiler supports -Wtype-limits... yes | |
0:02.75 checking whether the C++ compiler supports -Wempty-body... yes | |
0:02.77 checking whether the C++ compiler supports -Wsign-compare... yes | |
0:02.78 checking whether the C++ compiler supports -Wno-invalid-offsetof... yes | |
0:02.80 checking whether the C++ compiler supports -Wno-extended-offsetof... yes | |
0:02.86 checking whether ld has archive extraction flags... no | |
0:02.87 checking for 64-bit OS... yes | |
0:03.00 checking for iOS target... no | |
0:03.03 checking for -dead_strip option to ld... yes | |
0:03.05 checking for -allow_heap_execute option to ld... no | |
0:03.07 checking for valid debug flags... yes | |
0:03.08 /Users/zcarter/moz/b2g-src/mozilla-central/configure: line 9564: MOZ_DEBUGGING_OPTS: command not found | |
0:03.18 checking for ANSI C header files... yes | |
0:03.21 checking for working const... yes | |
0:03.23 checking for mode_t... yes | |
0:03.24 checking for off_t... yes | |
0:03.26 checking for pid_t... yes | |
0:03.28 checking for size_t... yes | |
0:03.31 checking for ssize_t... yes | |
0:03.33 checking for st_blksize in struct stat... yes | |
0:03.36 checking for siginfo_t... yes | |
0:03.38 checking for int64... no | |
0:03.41 checking for uint... yes | |
0:03.44 checking for uint_t... no | |
0:03.46 checking for uname.domainname... no | |
0:03.48 checking for uname.__domainname... no | |
0:03.56 checking for gcc c++0x headers bug without rtti... no | |
0:03.58 checking for usable char16_t (2 bytes, unsigned)... yes | |
0:03.60 checking for usable wchar_t (2 bytes, unsigned)... no | |
0:03.62 checking for visibility(hidden) attribute... yes | |
0:03.64 checking for visibility(default) attribute... yes | |
0:03.66 checking for visibility pragma support... yes | |
0:03.68 checking For gcc visibility bug with class-level attributes (GCC bug 26905)... yes | |
0:03.70 checking For x86_64 gcc visibility bug with builtins (GCC bug 20297)... no | |
0:03.73 checking for gcc PR49911... no | |
0:03.75 checking for gcc pr39608... no | |
0:03.78 checking for llvm pr8927... no | |
0:03.80 checking for __force_align_arg_pointer__ attribute... no | |
0:03.83 checking for dirent.h that defines DIR... yes | |
0:03.86 checking for opendir in -ldir... no | |
0:03.88 checking for sys/byteorder.h... no | |
0:03.90 checking for compat.h... no | |
0:03.93 checking for getopt.h... yes | |
0:03.96 checking for sys/bitypes.h... no | |
0:03.98 checking for memory.h... yes | |
0:04.01 checking for unistd.h... yes | |
0:04.04 checking for gnu/libc-version.h... no | |
0:04.06 checking for nl_types.h... yes | |
0:04.09 checking for malloc.h... no | |
0:04.11 checking for X11/XKBlib.h... no | |
0:04.14 checking for io.h... no | |
0:04.16 checking for cpuid.h... yes | |
0:04.19 checking for sys/statvfs.h... yes | |
0:04.22 checking for sys/statfs.h... no | |
0:04.24 checking for sys/vfs.h... no | |
0:04.27 checking for sys/mount.h... yes | |
0:04.31 checking for sys/quota.h... no | |
0:04.33 checking for sys/sysmacros.h... no | |
0:04.35 checking for linux/quota.h... no | |
0:04.38 checking for linux/if_addr.h... no | |
0:04.40 checking for linux/rtnetlink.h... no | |
0:04.43 checking for sys/types.h... yes | |
0:04.46 checking for netinet/in.h... yes | |
0:04.49 checking for byteswap.h... no | |
0:04.51 checking for sockaddr_in.sin_len... true | |
0:04.54 checking for sockaddr_in6.sin6_len... true | |
0:04.57 checking for sockaddr.sa_len... true | |
0:04.59 checking for sys/cdefs.h... yes | |
0:04.62 checking for linux/perf_event.h... no | |
0:04.65 checking for gethostbyname_r in -lc_r... no | |
0:04.67 checking for dladdr... yes | |
0:04.71 checking for memmem... yes | |
0:04.74 checking for socket in -lsocket... no | |
0:04.78 checking whether /usr/bin/clang accepts -pthread... yes | |
0:04.81 checking whether /usr/bin/clang needs -traditional... no | |
0:04.84 checking for 8-bit clean memcmp... yes | |
0:04.87 checking for random... yes | |
0:04.90 checking for strerror... yes | |
0:04.94 checking for lchown... yes | |
0:04.97 checking for fchmod... yes | |
0:05.01 checking for snprintf... yes | |
0:05.04 checking for memmove... yes | |
0:05.08 checking for rint... yes | |
0:05.11 checking for stat64... yes | |
0:05.15 checking for lstat64... yes | |
0:05.19 checking for truncate64... no | |
0:05.21 checking for setbuf... yes | |
0:05.25 checking for isatty... yes | |
0:05.29 checking for statvfs64... no | |
0:05.32 checking for statvfs... yes | |
0:05.35 checking for statfs64... yes | |
0:05.39 checking for statfs... yes | |
0:05.42 checking for flockfile... yes | |
0:05.46 checking for getpagesize... yes | |
0:05.49 checking for localtime_r... yes | |
0:05.53 checking for strtok_r... yes | |
0:05.58 checking for clock_gettime(CLOCK_MONOTONIC)... no | |
0:05.61 checking for wcrtomb... yes | |
0:05.66 checking for mbrtowc... yes | |
0:05.70 checking for res_ninit()... no | |
0:05.72 checking for gnu_get_libc_version()... no | |
0:05.75 checking for nl_langinfo and CODESET... yes | |
0:05.78 checking for an implementation of va_copy()... yes | |
0:05.81 checking for an implementation of __va_copy()... yes | |
0:05.85 checking whether va_lists can be copied by value... no | |
0:05.87 checking whether the C++ "using" keyword resolves ambiguity... yes | |
0:05.90 checking for C++ dynamic_cast to void*... yes | |
0:05.94 checking whether C++ requires implementation of unused virtual methods... yes | |
0:06.01 checking for trouble comparing to zero near std::operator!=()... no | |
0:06.03 checking for __thread keyword for TLS variables... no | |
0:06.04 checking for malloc.h... (cached) no | |
0:06.06 checking for malloc_np.h... no | |
0:06.10 checking for malloc/malloc.h... yes | |
0:06.15 checking for strndup... yes | |
0:06.19 checking for posix_memalign... no | |
0:06.22 checking for memalign... no | |
0:06.25 checking for valloc... no | |
0:06.29 checking for malloc_usable_size... no | |
0:06.31 checking for __attribute__((always_inline))... yes | |
0:06.32 checking for __attribute__((malloc))... yes | |
0:06.34 checking for __attribute__((warn_unused_result))... yes | |
0:06.36 checking for LC_MESSAGES... yes | |
0:06.39 checking for localeconv... yes | |
0:06.43 checking for YASM assembler... checking for yasm... yasm | |
0:06.45 checking for application to build... browser | |
0:06.45 checking if app-specific confvars.sh exists... /Users/zcarter/moz/b2g-src/mozilla-central/browser/confvars.sh | |
0:06.56 checking __attribute__ ((aligned ())) support... trying 64 | |
0:06.58 64 | |
0:06.64 checking for java... /usr/bin/java | |
0:06.64 checking for javac... /usr/bin/javac | |
0:06.65 checking for javah... /usr/bin/javah | |
0:06.65 checking for jar... /usr/bin/jar | |
0:06.65 checking for jarsigner... /usr/bin/jarsigner | |
0:06.65 checking for keytool... /usr/bin/keytool | |
0:06.72 checking for tar archiver... checking for gnutar... gnutar | |
0:06.72 gnutar | |
0:06.72 checking for wget... checking for wget... wget | |
0:06.72 wget | |
0:06.75 checking for pkg-config... /usr/local/bin/pkg-config | |
0:06.87 checking for conic... checking size of int *... 8 | |
0:06.90 checking for ccache... /usr/local/bin/ccache | |
0:06.95 checking for __cxa_demangle... yes | |
0:06.99 checking for unwind.h... yes | |
0:07.04 checking for _Unwind_Backtrace... yes | |
0:07.06 checking for -pipe support... yes | |
0:07.08 checking whether C compiler supports -fprofile-generate... yes | |
0:07.10 checking for correct overload resolution with const and templates... no | |
0:07.16 checking what kind of list files are supported by the linker... filelist | |
0:07.20 checking for stdint.h... yes | |
0:07.24 checking for inttypes.h... yes | |
0:07.28 checking for sys/int_types.h... no | |
0:07.51 checking for posix_fallocate... no | |
0:07.54 updating cache ./config.cache | |
0:07.55 creating ./config.status | |
0:07.67 Reticulating splines... | |
0:11.20 Finished reading 1168 moz.build files into 3383 descriptors in 0.99s | |
0:11.20 Backend executed in 1.97s | |
0:11.20 2335 total backend files. 2343 created; 0 updated; 0 unchanged | |
0:11.20 Total wall time: 3.53s; CPU time: 2.98s; Efficiency: 84% | |
0:11.22 generating WebRTC Makefiles... | |
0:11.30 Updating projects from gyp files... | |
0:13.14 generating WebRTC/Signaling Makefiles... | |
0:13.20 Updating projects from gyp files... | |
0:13.53 generating WebRTC/SignalingTest Makefiles... | |
0:13.60 Updating projects from gyp files... | |
0:13.90 generating gtest Makefiles... | |
0:13.96 Updating projects from gyp files... | |
0:14.24 generating nrappkit Makefiles... | |
0:14.31 Updating projects from gyp files... | |
0:14.58 generating nICEr Makefiles... | |
0:14.63 Updating projects from gyp files... | |
0:14.85 configuring in nsprpub | |
0:14.86 running /bin/sh /Users/zcarter/moz/b2g-src/mozilla-central/nsprpub/configure --enable-application=browser --disable-crashreporter --disable-static --enable-debug --enable-shared --with-ccache --enable-tests --enable-warning-as-errors --enable-application=browser --disable-optimize --with-dist-prefix=/Users/zcarter/moz/b2g-src/build_mc/dist --with-mozilla --enable-debug --disable-optimize --enable-64bit --cache-file=.././config.cache --srcdir=/Users/zcarter/moz/b2g-src/mozilla-central/nsprpub | |
0:14.99 loading cache .././config.cache | |
0:15.05 checking host system type... i386-apple-darwin12.4.0 | |
0:15.07 checking target system type... i386-apple-darwin12.4.0 | |
0:15.09 checking build system type... i386-apple-darwin12.4.0 | |
0:15.10 checking for whoami... /usr/bin/whoami | |
0:15.11 checking for gcc... (cached) /usr/bin/clang | |
0:15.14 checking whether the C compiler (/usr/bin/clang -fno-omit-frame-pointer ) works... yes | |
0:15.14 checking whether the C compiler (/usr/bin/clang -fno-omit-frame-pointer ) is a cross-compiler... no | |
0:15.14 checking whether we are using GNU C... (cached) yes | |
0:15.14 checking whether /usr/bin/clang accepts -g... (cached) yes | |
0:15.14 checking how to run the C preprocessor... (cached) /usr/bin/clang -E | |
0:15.14 checking for ranlib... (cached) ranlib | |
0:15.14 checking for as... (cached) /usr/bin/as | |
0:15.14 checking for ar... /usr/bin/ar | |
0:15.14 checking for ld... /usr/bin/ld | |
0:15.14 checking for strip... /usr/bin/strip | |
0:15.15 checking for windres... no | |
0:15.15 checking for gcc -pipe support... no | |
0:15.17 checking whether C compiler supports -fprofile-generate... yes | |
0:15.17 checking for visibility(hidden) attribute... (cached) yes | |
0:15.17 checking for visibility pragma support... (cached) yes | |
0:15.18 checking for perl5... (cached) /usr/bin/perl | |
0:15.24 checking for crt_externs.h... yes | |
0:15.24 checking whether /usr/bin/clang -arch x86_64 needs -traditional... (cached) no | |
0:15.24 checking for dladdr... (cached) yes | |
0:15.28 checking for gettid... no | |
0:15.28 checking for lchown... (cached) yes | |
0:15.32 checking for setpriority... yes | |
0:15.32 checking for strerror... (cached) yes | |
0:15.35 checking for syscall... yes | |
0:15.36 checking for ccache... (cached) /usr/local/bin/ccache | |
0:15.40 checking whether /usr/local/bin/ccache /usr/bin/clang -arch x86_64 accepts -pthread... yes | |
0:15.41 updating cache .././config.cache | |
0:15.42 creating ./config.status | |
0:15.47 creating Makefile | |
0:15.50 creating config/Makefile | |
0:15.52 creating config/autoconf.mk | |
0:15.54 creating config/nsprincl.mk | |
0:15.56 creating config/nsprincl.sh | |
0:15.58 creating config/nspr-config | |
0:15.60 creating config/nspr.pc | |
0:15.62 creating lib/Makefile | |
0:15.64 creating lib/ds/Makefile | |
0:15.67 creating lib/libc/Makefile | |
0:15.69 creating lib/libc/include/Makefile | |
0:15.71 creating lib/libc/src/Makefile | |
0:15.73 creating lib/tests/Makefile | |
0:15.76 creating pkg/Makefile | |
0:15.78 creating pr/Makefile | |
0:15.80 creating pr/include/Makefile | |
0:15.82 creating pr/include/md/Makefile | |
0:15.84 creating pr/include/obsolete/Makefile | |
0:15.86 creating pr/include/private/Makefile | |
0:15.88 creating pr/src/Makefile | |
0:15.91 creating pr/src/io/Makefile | |
0:15.94 creating pr/src/linking/Makefile | |
0:15.96 creating pr/src/malloc/Makefile | |
0:15.98 creating pr/src/md/Makefile | |
0:16.01 creating pr/src/md/unix/Makefile | |
0:16.03 creating pr/src/memory/Makefile | |
0:16.05 creating pr/src/misc/Makefile | |
0:16.07 creating pr/src/threads/Makefile | |
0:16.09 creating pr/tests/Makefile | |
0:16.14 creating pr/tests/dll/Makefile | |
0:16.17 creating pr/src/pthreads/Makefile | |
0:16.22 configuring in js/src | |
0:16.23 running /bin/sh /Users/zcarter/moz/b2g-src/mozilla-central/js/src/configure --enable-application=browser --disable-crashreporter --disable-static --enable-debug --enable-shared --with-ccache --enable-tests --enable-warning-as-errors --enable-application=browser --disable-optimize --enable-threadsafe --with-intl-api=build --enable-ctypes --disable-shared-js --with-nspr-cflags='-I/Users/zcarter/moz/b2g-src/build_mc/dist/include/nspr' --with-nspr-libs='-L/Users/zcarter/moz/b2g-src/build_mc/dist/lib -lnspr4 -lplc4 -lplds4' --with-dist-dir=../../dist --prefix=/Users/zcarter/moz/b2g-src/build_mc/dist --enable-jemalloc --cache-file=../.././config.cache --srcdir=/Users/zcarter/moz/b2g-src/mozilla-central/js/src | |
0:16.40 loading cache ../.././config.cache | |
0:16.49 checking host system type... x86_64-apple-darwin12.4.0 | |
0:16.51 checking target system type... x86_64-apple-darwin12.4.0 | |
0:16.53 checking build system type... x86_64-apple-darwin12.4.0 | |
0:16.54 checking for mawk... (cached) gawk | |
0:16.54 checking for clang... (cached) /usr/bin/clang | |
0:16.54 checking for clang++... (cached) /usr/bin/clang++ | |
0:16.55 checking for perl5... (cached) /usr/bin/perl | |
0:16.63 checking for gcc... (cached) /usr/bin/clang | |
0:16.66 checking whether the C compiler (/usr/bin/clang ) works... yes | |
0:16.66 checking whether the C compiler (/usr/bin/clang ) is a cross-compiler... no | |
0:16.66 checking whether we are using GNU C... (cached) yes | |
0:16.66 checking whether /usr/bin/clang accepts -g... (cached) yes | |
0:16.66 checking for c++... (cached) /usr/bin/clang++ | |
0:16.70 checking whether the C++ compiler (/usr/bin/clang++ -DMOZ_ENABLE_JS_DUMP ) works... yes | |
0:16.70 checking whether the C++ compiler (/usr/bin/clang++ -DMOZ_ENABLE_JS_DUMP ) is a cross-compiler... no | |
0:16.70 checking whether we are using GNU C++... (cached) yes | |
0:16.70 checking whether /usr/bin/clang++ accepts -g... (cached) yes | |
0:16.70 checking for ranlib... (cached) ranlib | |
0:16.70 checking for as... (cached) /usr/bin/as | |
0:16.70 checking for ar... (cached) ar | |
0:16.70 checking for ld... (cached) ld | |
0:16.70 checking for strip... (cached) strip | |
0:16.70 checking for windres... no | |
0:16.77 checking how to run the C preprocessor... (cached) /usr/bin/clang -E | |
0:16.77 checking how to run the C++ preprocessor... (cached) /usr/bin/clang++ -E | |
0:16.78 checking for sb-conf... no | |
0:16.78 checking for ve... no | |
0:16.78 checking for a BSD compatible install... (cached) /usr/bin/install -c | |
0:16.78 checking whether ln -s works... (cached) yes | |
0:16.78 checking for tar archiver... checking for gnutar... (cached) gnutar | |
0:16.78 gnutar | |
0:16.79 checking for minimum required perl version >= 5.006... 5.012004 | |
0:16.80 checking for full perl installation... yes | |
0:16.80 Using Python from environment variable $PYTHON | |
0:16.90 checking Python environment is Mozilla virtualenv... yes | |
0:16.91 checking for doxygen... (cached) : | |
0:16.91 checking for autoconf... (cached) /usr/local/bin/autoconf | |
0:16.91 checking for xargs... (cached) /usr/bin/xargs | |
0:16.91 checking for /usr/bin/make... (cached) /usr/bin/make | |
0:16.91 checking for X... (cached) no | |
0:16.95 checking that static assertion macros used in autoconf tests work... (cached) yes | |
0:16.96 checking for --noexecstack option to as... yes | |
0:16.99 checking for -z noexecstack option to ld... no | |
0:17.01 checking for -z text option to ld... no | |
0:17.03 checking for --build-id option to ld... no | |
0:17.05 checking whether the C compiler supports -Werror=return-type... yes | |
0:17.07 checking whether the C compiler supports -Wtype-limits... yes | |
0:17.09 checking whether the C compiler supports -Wempty-body... yes | |
0:17.10 checking whether the C compiler supports -Wsign-compare... yes | |
0:17.13 checking whether the C++ compiler supports -Werror=return-type... yes | |
0:17.15 checking whether the C++ compiler supports -Wtype-limits... yes | |
0:17.16 checking whether the C++ compiler supports -Wempty-body... yes | |
0:17.18 checking whether the C++ compiler supports -Werror=conversion-null... no | |
0:17.20 checking whether the C++ compiler supports -Wsign-compare... yes | |
0:17.22 checking whether the C++ compiler supports -Wno-invalid-offsetof... yes | |
0:17.24 checking whether the C++ compiler supports -Wno-extended-offsetof... yes | |
0:17.24 checking whether ld has archive extraction flags... (cached) no | |
0:17.26 checking for 64-bit OS... yes | |
0:17.31 checking for -framework ExceptionHandling... yes | |
0:17.35 checking for -dead_strip option to ld... yes | |
0:17.40 checking for valid debug flags... yes | |
0:17.40 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/configure: line 8448: MOZ_DEBUGGING_OPTS: command not found | |
0:17.42 checking for ANSI C header files... (cached) yes | |
0:17.43 checking for working const... (cached) yes | |
0:17.43 checking for mode_t... (cached) yes | |
0:17.43 checking for off_t... (cached) yes | |
0:17.43 checking for pid_t... (cached) yes | |
0:17.43 checking for size_t... (cached) yes | |
0:17.44 checking for ssize_t... (cached) yes | |
0:17.44 checking for st_blksize in struct stat... (cached) yes | |
0:17.45 checking for siginfo_t... (cached) yes | |
0:17.50 checking for the size of void*... 8 | |
0:17.53 checking for endian.h... no | |
0:17.56 checking for machine/endian.h... yes | |
0:17.60 checking for sys/isa_defs.h... no | |
0:17.60 checking for uint... (cached) yes | |
0:17.60 checking for uint_t... (cached) no | |
0:17.60 checking for uname.domainname... (cached) no | |
0:17.60 checking for uname.__domainname... (cached) no | |
0:17.60 checking for gcc c++0x headers bug without rtti... (cached) no | |
0:17.61 checking for visibility(hidden) attribute... (cached) yes | |
0:17.61 checking for visibility(default) attribute... (cached) yes | |
0:17.62 checking for visibility pragma support... (cached) yes | |
0:17.62 checking For gcc visibility bug with class-level attributes (GCC bug 26905)... (cached) yes | |
0:17.62 checking For x86_64 gcc visibility bug with builtins (GCC bug 20297)... (cached) no | |
0:17.66 checking for gcc PR49911... no | |
0:17.68 checking for gcc pr39608... no | |
0:17.72 checking for llvm pr8927... no | |
0:17.72 checking for dirent.h that defines DIR... (cached) yes | |
0:17.73 checking for opendir in -ldir... (cached) no | |
0:17.74 checking for sys/byteorder.h... (cached) no | |
0:17.74 checking for compat.h... (cached) no | |
0:17.75 checking for getopt.h... (cached) yes | |
0:17.76 checking for sys/bitypes.h... (cached) no | |
0:17.77 checking for memory.h... (cached) yes | |
0:17.78 checking for unistd.h... (cached) yes | |
0:17.79 checking for gnu/libc-version.h... (cached) no | |
0:17.79 checking for nl_types.h... (cached) yes | |
0:17.81 checking for malloc.h... (cached) no | |
0:17.81 checking for X11/XKBlib.h... (cached) no | |
0:17.81 checking for io.h... (cached) no | |
0:17.82 checking for cpuid.h... (cached) yes | |
0:17.83 checking for sys/statvfs.h... (cached) yes | |
0:17.84 checking for sys/statfs.h... (cached) no | |
0:17.85 checking for sys/vfs.h... (cached) no | |
0:17.86 checking for sys/mount.h... (cached) yes | |
0:17.87 checking for sys/quota.h... (cached) no | |
0:17.87 checking for linux/quota.h... (cached) no | |
0:17.88 checking for sys/cdefs.h... (cached) yes | |
0:17.89 checking for linux/perf_event.h... (cached) no | |
0:17.89 checking for gethostbyname_r in -lc_r... (cached) no | |
0:17.90 checking for dladdr... (cached) yes | |
0:17.91 checking for socket in -lsocket... (cached) no | |
0:17.94 checking whether /usr/bin/clang accepts -pthread... yes | |
0:17.94 checking whether /usr/bin/clang needs -traditional... (cached) no | |
0:17.94 checking for 8-bit clean memcmp... (cached) yes | |
0:17.94 checking for fchmod... (cached) yes | |
0:17.96 checking for flockfile... (cached) yes | |
0:18.00 checking for getc_unlocked... yes | |
0:18.04 checking for _getc_nolock... no | |
0:18.04 checking for getpagesize... (cached) yes | |
0:18.05 checking for lchown... (cached) yes | |
0:18.06 checking for localtime_r... (cached) yes | |
0:18.07 checking for lstat64... (cached) yes | |
0:18.08 checking for memmove... (cached) yes | |
0:18.09 checking for random... (cached) yes | |
0:18.10 checking for rint... (cached) yes | |
0:18.14 checking for sbrk... yes | |
0:18.15 checking for snprintf... (cached) yes | |
0:18.16 checking for stat64... (cached) yes | |
0:18.17 checking for statvfs... (cached) yes | |
0:18.18 checking for statvfs64... (cached) no | |
0:18.18 checking for strerror... (cached) yes | |
0:18.19 checking for strtok_r... (cached) yes | |
0:18.20 checking for truncate64... (cached) no | |
0:18.23 checking for log2... yes | |
0:18.26 checking for log1p... yes | |
0:18.31 checking for expm1... yes | |
0:18.34 checking for sqrt1pm1... no | |
0:18.38 checking for acosh... yes | |
0:18.41 checking for asinh... yes | |
0:18.45 checking for atanh... yes | |
0:18.49 checking for hypot... yes | |
0:18.53 checking for trunc... yes | |
0:18.57 checking for cbrt... yes | |
0:18.58 checking for wcrtomb... (cached) yes | |
0:18.58 checking for mbrtowc... (cached) yes | |
0:18.59 checking for res_ninit()... (cached) no | |
0:18.59 checking for gnu_get_libc_version()... (cached) no | |
0:18.59 checking for an implementation of va_copy()... (cached) yes | |
0:18.59 checking for an implementation of __va_copy()... (cached) yes | |
0:18.61 checking whether va_lists can be copied by value... (cached) no | |
0:18.61 checking whether the C++ "using" keyword resolves ambiguity... (cached) yes | |
0:18.61 checking for C++ dynamic_cast to void*... (cached) yes | |
0:18.62 checking whether C++ requires implementation of unused virtual methods... (cached) yes | |
0:18.62 checking for trouble comparing to zero near std::operator!=()... (cached) no | |
0:18.63 checking for __thread keyword for TLS variables... (cached) no | |
0:18.63 checking for __attribute__((always_inline))... (cached) yes | |
0:18.63 checking for __attribute__((malloc))... (cached) yes | |
0:18.63 checking for __attribute__((warn_unused_result))... (cached) yes | |
0:18.63 checking for LC_MESSAGES... (cached) yes | |
0:18.64 checking for localeconv... (cached) yes | |
0:18.67 checking size of int *... (cached) 8 | |
0:18.71 checking for ccache... (cached) /usr/local/bin/ccache | |
0:18.71 checking for __cxa_demangle... (cached) yes | |
0:18.73 checking for unwind.h... (cached) yes | |
0:18.73 checking for _Unwind_Backtrace... (cached) yes | |
0:18.74 checking for -pipe support... yes | |
0:18.76 checking whether C compiler supports -fprofile-generate... yes | |
0:18.78 checking for correct overload resolution with const and templates... no | |
0:18.80 checking for tm_zone tm_gmtoff in struct tm... yes | |
0:18.85 checking what kind of list files are supported by the linker... filelist | |
0:18.90 checking for posix_fallocate... no | |
0:18.98 export CPP= CC=/usr/local/bin/ccache /usr/bin/clang CXX=/usr/local/bin/ccache /usr/bin/clang++ CPPFLAGS= -DU_USING_ICU_NAMESPACE=0 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DUCONFIG_NO_LEGACY_CONVERSION -DUCONFIG_NO_TRANSLITERATION -DUCONFIG_NO_REGULAR_EXPRESSIONS -DUCONFIG_NO_BREAK_ITERATION CFLAGS=-fPIC -g -O0 CXXFLAGS=-fPIC -g -O0 LDFLAGS= MAKE=/usr/bin/make | |
0:18.98 Running ./configure --enable-debug --disable-release --enable-static --disable-shared --enable-extras=no --enable-icuio=no --enable-layout=no --enable-tests=no --enable-samples=no for MacOS X (Darwin) using the GNU C++ compiler | |
0:18.98 | |
0:19.18 checking for ICU version numbers... release 50.1.2, library 50.1.2, unicode version 6.2 | |
0:19.28 checking build system type... x86_64-apple-darwin12.4.0 | |
0:19.28 checking host system type... x86_64-apple-darwin12.4.0 | |
0:19.28 checking whether to build debug libraries... yes | |
0:19.28 checking whether to build release libraries... no | |
0:19.36 checking whether the C compiler works... yes | |
0:19.36 checking for C compiler default output file name... a.out | |
0:19.39 checking for suffix of executables... | |
0:19.43 checking whether we are cross compiling... no | |
0:19.45 checking for suffix of object files... o | |
0:19.46 checking whether we are using the GNU C compiler... yes | |
0:19.47 checking whether /usr/local/bin/ccache /usr/bin/clang accepts -g... yes | |
0:19.49 checking for /usr/local/bin/ccache /usr/bin/clang option to accept ISO C89... none needed | |
0:19.55 checking whether we are using the GNU C++ compiler... yes | |
0:19.56 checking whether /usr/local/bin/ccache /usr/bin/clang++ accepts -g... yes | |
0:19.60 checking how to run the C preprocessor... /usr/local/bin/ccache /usr/bin/clang -E | |
0:19.66 checking for a BSD-compatible install... /usr/bin/install -c | |
0:19.71 checking for gmake... no | |
0:19.71 checking for gnumake... /usr/bin/gnumake | |
0:19.71 checking for doxygen... no | |
0:19.71 checking checking for executable suffix... | |
0:19.71 checking whether strict compiling is on... yes | |
0:19.83 checking for grep that handles long lines and -e... /usr/bin/grep | |
0:19.83 checking for egrep... /usr/bin/grep -E | |
0:19.93 checking for ANSI C header files... yes | |
0:19.94 checking for sys/types.h... yes | |
0:19.97 checking for sys/stat.h... yes | |
0:19.99 checking for stdlib.h... yes | |
0:20.02 checking for string.h... yes | |
0:20.04 checking for memory.h... yes | |
0:20.06 checking for strings.h... yes | |
0:20.08 checking for inttypes.h... yes | |
0:20.11 checking for stdint.h... yes | |
0:20.13 checking for unistd.h... yes | |
0:20.19 checking size of void *... 8 | |
0:20.19 checking whether runnable 64 bit binaries are built by default... yes | |
0:20.19 checking which Makefile fragment to use for x86_64-apple-darwin12.4.0... mh-darwin | |
0:20.24 checking for floor in -lm... yes | |
0:20.24 checking whether to build shared libraries... no | |
0:20.24 checking whether to build static libraries... yes | |
0:20.24 checking whether to enable auto cleanup of libraries... no | |
0:20.24 checking whether to enable draft APIs... yes | |
0:20.24 checking for ranlib... ranlib | |
0:20.24 checking for ar... ar | |
0:20.24 checking whether to enable renaming of symbols... yes | |
0:20.24 checking whether to enable function and data tracing... no | |
0:20.24 checking whether to enable dynamic loading of plugins... yes | |
0:20.26 checking dlfcn.h usability... yes | |
0:20.28 checking dlfcn.h presence... yes | |
0:20.28 checking for dlfcn.h... yes | |
0:20.33 checking for library containing dlopen... none required | |
0:20.37 checking for dlopen... yes | |
0:20.41 checking for gettimeofday... yes | |
0:20.43 checking if we have a C++ compiler... Good | |
0:20.45 checking if #include <string> works... yes | |
0:20.49 checking for pthread_attr_init in -lpthread... yes | |
0:20.53 checking for mmap... yes | |
0:20.53 checking for genccode assembly... | |
0:20.53 checking for inttypes.h... (cached) yes | |
0:20.55 checking dirent.h usability... yes | |
0:20.57 checking dirent.h presence... yes | |
0:20.57 checking for dirent.h... yes | |
0:20.67 checking whether byte ordering is bigendian... no | |
0:20.71 checking for nl_langinfo... yes | |
0:20.74 checking for nl_langinfo's argument to obtain the codeset... CODESET | |
0:20.78 checking for namespace support... yes | |
0:20.82 checking for properly overriding new and delete... yes | |
0:20.87 checking for placement new and delete... yes | |
0:20.90 checking for popen... yes | |
0:20.94 checking for tzset... yes | |
0:20.98 checking for tzname... yes | |
0:21.02 checking for timezone... yes | |
0:21.08 checking for int8_t... yes | |
0:21.14 checking for uint8_t... yes | |
0:21.20 checking for int16_t... yes | |
0:21.27 checking for uint16_t... yes | |
0:21.33 checking for int32_t... yes | |
0:21.39 checking for uint32_t... yes | |
0:21.46 checking for int64_t... yes | |
0:21.53 checking for uint64_t... yes | |
0:21.54 checking wchar.h usability... yes | |
0:21.56 checking wchar.h presence... yes | |
0:21.56 checking for wchar.h... yes | |
0:21.60 checking for library containing wcscpy... none required | |
0:21.65 checking size of wchar_t... 4 | |
0:21.70 checking for UTF-16 string literal support... C++ only | |
0:21.70 checking for a library suffix to use... none | |
0:21.70 CPPFLAGS= -DU_USING_ICU_NAMESPACE=0 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DUCONFIG_NO_LEGACY_CONVERSION -DUCONFIG_NO_TRANSLITERATION -DUCONFIG_NO_REGULAR_EXPRESSIONS -DUCONFIG_NO_BREAK_ITERATION $(THREADSCPPFLAGS) -DU_DEBUG=1 | |
0:21.70 CFLAGS=-fPIC -g -O0 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings $(THREADSCFLAGS) | |
0:21.71 CXXFLAGS=-fPIC -g -O0 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 $(THREADSCXXFLAGS) | |
0:21.74 configure: creating ./config.status | |
0:21.87 config.status: creating icudefs.mk | |
0:21.88 config.status: creating Makefile | |
0:21.90 config.status: creating data/pkgdataMakefile | |
0:21.93 config.status: creating config/Makefile.inc | |
0:21.95 config.status: creating config/icu.pc | |
0:21.98 config.status: creating config/pkgdataMakefile | |
0:22.00 config.status: creating data/Makefile | |
0:22.03 config.status: creating stubdata/Makefile | |
0:22.06 config.status: creating common/Makefile | |
0:22.08 config.status: creating i18n/Makefile | |
0:22.12 config.status: creating layout/Makefile | |
0:22.15 config.status: creating layoutex/Makefile | |
0:22.17 config.status: creating io/Makefile | |
0:22.20 config.status: creating extra/Makefile | |
0:22.23 config.status: creating extra/uconv/Makefile | |
0:22.26 config.status: creating extra/uconv/pkgdataMakefile | |
0:22.28 config.status: creating extra/scrptrun/Makefile | |
0:22.31 config.status: creating tools/Makefile | |
0:22.33 config.status: creating tools/ctestfw/Makefile | |
0:22.36 config.status: creating tools/toolutil/Makefile | |
0:22.39 config.status: creating tools/makeconv/Makefile | |
0:22.41 config.status: creating tools/genrb/Makefile | |
0:22.44 config.status: creating tools/genccode/Makefile | |
0:22.47 config.status: creating tools/gencmn/Makefile | |
0:22.50 config.status: creating tools/gencnval/Makefile | |
0:22.52 config.status: creating tools/gendict/Makefile | |
0:22.55 config.status: creating tools/gentest/Makefile | |
0:22.58 config.status: creating tools/gennorm2/Makefile | |
0:22.60 config.status: creating tools/genbrk/Makefile | |
0:22.63 config.status: creating tools/gensprep/Makefile | |
0:22.65 config.status: creating tools/icuinfo/Makefile | |
0:22.69 config.status: creating tools/icupkg/Makefile | |
0:22.71 config.status: creating tools/icuswap/Makefile | |
0:22.74 config.status: creating tools/pkgdata/Makefile | |
0:22.77 config.status: creating tools/tzcode/Makefile | |
0:22.79 config.status: creating tools/gencfu/Makefile | |
0:22.82 config.status: creating test/Makefile | |
0:22.84 config.status: creating test/compat/Makefile | |
0:22.87 config.status: creating test/testdata/Makefile | |
0:22.90 config.status: creating test/testdata/pkgdataMakefile | |
0:22.92 config.status: creating test/hdrtst/Makefile | |
0:22.95 config.status: creating test/intltest/Makefile | |
0:22.97 config.status: creating test/cintltst/Makefile | |
0:23.00 config.status: creating test/iotest/Makefile | |
0:23.02 config.status: creating test/letest/Makefile | |
0:23.05 config.status: creating test/perf/Makefile | |
0:23.08 config.status: creating test/perf/collationperf/Makefile | |
0:23.10 config.status: creating test/perf/collperf/Makefile | |
0:23.13 config.status: creating test/perf/dicttrieperf/Makefile | |
0:23.15 config.status: creating test/perf/ubrkperf/Makefile | |
0:23.18 config.status: creating test/perf/charperf/Makefile | |
0:23.21 config.status: creating test/perf/convperf/Makefile | |
0:23.23 config.status: creating test/perf/normperf/Makefile | |
0:23.26 config.status: creating test/perf/DateFmtPerf/Makefile | |
0:23.29 config.status: creating test/perf/howExpensiveIs/Makefile | |
0:23.31 config.status: creating test/perf/strsrchperf/Makefile | |
0:23.34 config.status: creating test/perf/unisetperf/Makefile | |
0:23.37 config.status: creating test/perf/usetperf/Makefile | |
0:23.39 config.status: creating test/perf/ustrperf/Makefile | |
0:23.42 config.status: creating test/perf/utfperf/Makefile | |
0:23.45 config.status: creating test/perf/utrie2perf/Makefile | |
0:23.47 config.status: creating samples/Makefile | |
0:23.50 config.status: creating samples/date/Makefile | |
0:23.52 config.status: creating samples/cal/Makefile | |
0:23.55 config.status: creating samples/layout/Makefile | |
0:23.58 | |
0:23.58 ICU for C/C++ 50.1.2 is ready to be built. | |
0:23.58 === Important Notes: === | |
0:23.58 Data Packaging: static | |
0:23.58 This means: ICU data will be stored in a static library. | |
0:23.58 To locate data: ICU will use the linked data library. If linked with the stub library located in stubdata/, the application can use udata_setCommonData() or set a data path to override. | |
0:23.58 Building ICU: Use a GNU make such as /usr/bin/gnumake to build ICU. | |
0:23.58 checking the version of "/usr/bin/gnumake"... 3.81 (we wanted at least 3.80) | |
0:23.58 ok | |
0:23.62 | |
0:23.62 If the result of the above commands looks okay to you, go to the directory | |
0:23.62 source in the ICU distribution to build ICU. Please remember that ICU needs | |
0:23.62 GNU make to build properly... | |
0:23.68 checking for setlocale... yes | |
0:23.69 checking for localeconv... (cached) yes | |
0:23.72 updating cache ../.././config.cache | |
0:23.72 creating ./config.status | |
0:23.82 Reticulating splines... | |
0:23.86 Finished reading 7 moz.build files into 20 descriptors in 0.01s | |
0:23.86 Backend executed in 0.03s | |
0:23.86 17 total backend files. 25 created; 0 updated; 0 unchanged | |
0:23.86 Total wall time: 0.03s; CPU time: 0.03s; Efficiency: 98% | |
0:23.88 invoking /usr/bin/make to create js-config script | |
0:23.92 rm -f js-config.tmp | |
0:23.92 /Users/zcarter/moz/b2g-src/build_mc/_virtualenv/bin/python /Users/zcarter/moz/b2g-src/mozilla-central/js/src/config/Preprocessor.py --marker % -Dprefix="/Users/zcarter/moz/b2g-src/build_mc/dist" -Dexec_prefix="/Users/zcarter/moz/b2g-src/build_mc/dist" -Dincludedir="/Users/zcarter/moz/b2g-src/build_mc/dist/include" -Dlibdir="/Users/zcarter/moz/b2g-src/build_mc/dist/lib" -DMOZILLA_VERSION="26.0a1" -DLIBRARY_NAME="mozjs" -DJS_CONFIG_LIBS="-L/Users/zcarter/moz/b2g-src/build_mc/dist/lib -lnspr4 -lplc4 -lplds4 -lm /Users/zcarter/moz/b2g-src/build_mc/modules/zlib/src/libmozz.a" -DJS_CONFIG_MOZ_JS_LIBS="-L/Users/zcarter/moz/b2g-src/build_mc/dist/lib -lmozjs" -DMOZJS_MAJOR_VERSION="26" -DMOZJS_MINOR_VERSION="0" -DMOZJS_PATCH_VERSION="1" -DMOZJS_ALPHA="a" -DNSPR_CFLAGS="-I/Users/zcarter/moz/b2g-src/build_mc/dist/include/nspr" -DNSPR_PKGCONF_CHECK="nspr" /Users/zcarter/moz/b2g-src/mozilla-central/js/src/js-config.in > js-config.tmp \ | |
0:23.92 && mv js-config.tmp js-config && chmod +x js-config | |
0:23.99 configuring in ctypes/libffi | |
0:23.99 running /bin/sh /Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/configure --disable-shared --enable-static --disable-raw-api --enable-debug --with-pic --cache-file=/Users/zcarter/moz/b2g-src/build_mc/js/src/ctypes/libffi/config.cache --srcdir=/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi | |
0:24.18 configure: creating cache /Users/zcarter/moz/b2g-src/build_mc/js/src/ctypes/libffi/config.cache | |
0:24.25 checking build system type... x86_64-apple-darwin12.4.0 | |
0:24.26 checking host system type... x86_64-apple-darwin12.4.0 | |
0:24.26 checking target system type... x86_64-apple-darwin12.4.0 | |
0:24.27 checking for a BSD-compatible install... /usr/bin/install -c | |
0:25.28 checking whether build environment is sane... yes | |
0:25.29 checking for a thread-safe mkdir -p... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/install-sh -c -d | |
0:25.30 checking for gawk... gawk | |
0:25.31 checking whether /usr/bin/make sets $(MAKE)... yes | |
0:25.32 checking for gcc... gcc | |
0:25.40 checking whether the C compiler works... yes | |
0:25.40 checking for C compiler default output file name... a.out | |
0:25.44 checking for suffix of executables... | |
0:25.48 checking whether we are cross compiling... no | |
0:25.51 checking for suffix of object files... o | |
0:25.53 checking whether we are using the GNU C compiler... yes | |
0:25.55 checking whether gcc accepts -g... yes | |
0:25.59 checking for gcc option to accept ISO C89... none needed | |
0:25.60 checking for style of include used by /usr/bin/make... GNU | |
0:25.66 checking dependency style of gcc... gcc3 | |
0:25.73 checking dependency style of gcc... gcc3 | |
0:25.80 checking whether gcc and cc understand -c and -o together... yes | |
0:25.95 checking for a sed that does not truncate output... /usr/bin/sed | |
0:26.05 checking for grep that handles long lines and -e... /usr/bin/grep | |
0:26.06 checking for egrep... /usr/bin/grep -E | |
0:26.06 checking for fgrep... /usr/bin/grep -F | |
0:26.07 checking for ld used by gcc... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld | |
0:26.08 checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no | |
0:26.09 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
0:26.12 checking the name lister (/usr/bin/nm) interface... BSD nm | |
0:26.12 checking whether ln -s works... yes | |
0:26.13 checking the maximum length of command line arguments... 196608 | |
0:26.13 checking whether the shell understands some XSI constructs... yes | |
0:26.13 checking whether the shell understands "+="... yes | |
0:26.13 checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r | |
0:26.13 checking for objdump... no | |
0:26.13 checking how to recognize dependent libraries... pass_all | |
0:26.14 checking for ar... ar | |
0:26.14 checking for strip... strip | |
0:26.14 checking for ranlib... ranlib | |
0:26.25 checking command to parse /usr/bin/nm output from gcc object... ok | |
0:26.25 checking for dsymutil... dsymutil | |
0:26.25 checking for nmedit... nmedit | |
0:26.25 checking for lipo... lipo | |
0:26.25 checking for otool... otool | |
0:26.25 checking for otool64... no | |
0:26.29 checking for -single_module linker flag... yes | |
0:26.33 checking for -exported_symbols_list linker flag... yes | |
0:26.37 checking how to run the C preprocessor... gcc -E | |
0:26.53 checking for ANSI C header files... yes | |
0:26.57 checking for sys/types.h... yes | |
0:26.61 checking for sys/stat.h... yes | |
0:26.65 checking for stdlib.h... yes | |
0:26.69 checking for string.h... yes | |
0:26.73 checking for memory.h... yes | |
0:26.77 checking for strings.h... yes | |
0:26.82 checking for inttypes.h... yes | |
0:26.86 checking for stdint.h... yes | |
0:26.90 checking for unistd.h... yes | |
0:26.94 checking for dlfcn.h... yes | |
0:26.95 checking for objdir... .libs | |
0:27.05 checking if gcc supports -fno-rtti -fno-exceptions... no | |
0:27.05 checking for gcc option to produce PIC... -fno-common -DPIC | |
0:27.08 checking if gcc PIC flag -fno-common -DPIC works... yes | |
0:27.10 checking if gcc static flag -static works... no | |
0:27.14 checking if gcc supports -c -o file.o... yes | |
0:27.14 checking if gcc supports -c -o file.o... (cached) yes | |
0:27.15 checking whether the gcc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes | |
0:27.16 checking dynamic linker characteristics... darwin12.4.0 dyld | |
0:27.17 checking how to hardcode library paths into programs... immediate | |
0:27.17 checking whether stripping libraries is possible... yes | |
0:27.17 checking if libtool supports shared libraries... yes | |
0:27.17 checking whether to build shared libraries... no | |
0:27.17 checking whether to build static libraries... yes | |
0:27.17 checking whether to enable maintainer-specific portions of Makefiles... no | |
0:27.20 checking sys/mman.h usability... yes | |
0:27.22 checking sys/mman.h presence... yes | |
0:27.22 checking for sys/mman.h... yes | |
0:27.26 checking for mmap... yes | |
0:27.27 checking for sys/mman.h... (cached) yes | |
0:27.27 checking for mmap... (cached) yes | |
0:27.27 checking whether read-only mmap of a plain file works... yes | |
0:27.27 checking whether mmap from /dev/zero works... no | |
0:27.30 checking for MAP_ANON(YMOUS)... yes | |
0:27.30 checking whether mmap with MAP_ANON(YMOUS) works... yes | |
0:27.30 checking for ANSI C header files... (cached) yes | |
0:27.35 checking for memcpy... yes | |
0:27.39 checking for working alloca.h... yes | |
0:27.43 checking for alloca... yes | |
0:27.48 checking size of double... 8 | |
0:27.54 checking size of long double... 16 | |
0:27.63 checking whether byte ordering is bigendian... no | |
0:27.66 checking assembler .cfi pseudo-op support... no | |
0:27.68 checking whether .eh_frame section should be read-only... no | |
0:27.70 checking for __attribute__((visibility("hidden")))... no | |
0:27.74 configure: updating cache /Users/zcarter/moz/b2g-src/build_mc/js/src/ctypes/libffi/config.cache | |
0:27.75 configure: creating ./config.status | |
0:28.38 config.status: creating include/Makefile | |
0:28.41 config.status: creating include/ffi.h | |
0:28.44 config.status: creating Makefile | |
0:28.46 config.status: creating testsuite/Makefile | |
0:28.49 config.status: creating man/Makefile | |
0:28.52 config.status: creating libffi.pc | |
0:28.54 config.status: creating fficonfig.h | |
0:28.56 config.status: linking /Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/src/x86/ffitarget.h to include/ffitarget.h | |
0:28.57 config.status: executing depfiles commands | |
0:28.85 config.status: executing libtool commands | |
0:28.87 config.status: executing include commands | |
0:28.87 config.status: executing src commands | |
0:29.01 TEST-PASS | check-sync-dirs.py | /Users/zcarter/moz/b2g-src/mozilla-central/js/src/config <= /Users/zcarter/moz/b2g-src/mozilla-central/config | |
0:29.51 Purging unaccounted files from object directory... | |
0:29.51 Deleted 0 files and 0 directories from dist/bin. | |
0:29.51 Deleted 0 files and 77 directories from dist/include. | |
0:29.51 Deleted 0 files and 0 directories from dist/private. | |
0:29.51 Deleted 0 files and 0 directories from dist/public. | |
0:29.51 Deleted 0 files and 0 directories from dist/sdk. | |
0:29.51 Deleted 0 files and 0 directories from _tests. | |
0:29.51 Deleted 0 files and 3 directories from config/makefiles/xpidl. | |
0:29.51 Finished purging. | |
0:29.84 host_nsinstall.o | |
0:29.84 host_pathsub.o | |
0:29.87 nsinstall_real | |
0:31.01 HashFunctions.o | |
0:31.01 Poison.o | |
0:31.01 SHA1.o | |
0:31.01 bignum-dtoa.o | |
0:31.01 bignum.o | |
0:31.01 cached-powers.o | |
0:31.01 diy-fp.o | |
0:31.03 double-conversion.o | |
0:31.03 fast-dtoa.o | |
0:31.03 fixed-dtoa.o | |
0:31.03 strtod.o | |
0:31.03 Decimal.o | |
0:31.07 libmfbt.a.desc | |
0:31.13 TestAtomics.o | |
0:31.13 TestBloomFilter.o | |
0:31.13 TestCasting.o | |
0:31.13 TestCeilingFloor.o | |
0:31.13 TestCheckedInt.o | |
0:31.13 TestCountZeroes.o | |
0:31.13 TestEndian.o | |
0:31.15 TestEnumSet.o | |
0:31.15 TestFloatingPoint.o | |
0:31.15 TestSHA1.o | |
0:31.15 TestTypeTraits.o | |
0:31.16 TestWeakPtr.o | |
0:31.16 TestPoisonArea.o | |
0:31.17 TestAtomics | |
0:31.17 TestBloomFilter | |
0:31.17 TestCasting | |
0:31.18 TestCeilingFloor | |
0:31.18 TestCheckedInt | |
0:31.18 TestCountZeroes | |
0:31.19 TestEndian | |
0:31.29 ld: warning: directory not found for option '-L../../dist/lib' | |
0:31.30 ld: warning: directory not found for option '-L../../dist/lib' | |
0:31.30 ld: warning: directory not found for option '-L../../dist/lib' | |
0:31.30 TestEnumSet | |
0:31.30 ld: warning: directory not found for option '-L../../dist/lib' | |
0:31.31 TestFloatingPoint | |
0:31.31 ld: warning: directory not found for option '-L../../dist/lib' | |
0:31.31 TestSHA1 | |
0:31.32 TestTypeTraits | |
0:31.32 ld: warning: directory not found for option '-L../../dist/lib' | |
0:31.32 TestWeakPtr | |
0:31.34 TestPoisonArea | |
0:31.43 ld: warning: directory not found for option '-L../../dist/lib' | |
0:31.43 ld: warning: directory not found for option '-L../../dist/lib' | |
0:31.46 ld: warning: directory not found for option '-L../../dist/lib' | |
0:31.46 ld: warning: directory not found for option '-L../../dist/lib' | |
0:31.47 ld: warning: directory not found for option '-L../../dist/lib' | |
0:31.47 ld: warning: directory not found for option '-L../../dist/lib' | |
0:31.54 ld: warning: directory not found for option '-L../../dist/lib' | |
0:31.63 jemalloc.o | |
0:31.65 libjemalloc.a.desc | |
0:31.70 jemalloc_config.o | |
0:31.70 mozmemory_wrap.o | |
0:31.71 libmemory.a.desc | |
0:31.77 adler32.o | |
0:31.77 compress.o | |
0:31.77 crc32.o | |
0:31.77 deflate.o | |
0:31.77 gzclose.o | |
0:31.77 gzlib.o | |
0:31.77 gzread.o | |
0:31.79 gzwrite.o | |
0:31.80 infback.o | |
0:31.80 inffast.o | |
0:31.80 inflate.o | |
0:31.80 inftrees.o | |
0:31.81 trees.o | |
0:31.81 uncompr.o | |
0:31.81 zutil.o | |
0:31.83 libmozz.a.desc | |
0:31.89 SSE.o | |
0:31.89 libmozglue.dylib | |
0:32.01 mozalloc.o | |
0:32.01 mozalloc_abort.o | |
0:32.01 mozalloc_oom.o | |
0:32.03 libmozalloc.dylib | |
0:33.29 Warning: -Wincompatible-pointer-types in /Users/zcarter/moz/b2g-src/mozilla-central/nsprpub/pr/src/misc/prenv.c: passing 'const char *' to parameter of type 'char *' discards qualifiers | |
0:33.29 /Users/zcarter/moz/b2g-src/mozilla-central/nsprpub/pr/src/misc/prenv.c:64:29: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types] | |
0:33.29 result = _PR_MD_PUT_ENV(string); | |
0:33.29 ^~~~~~ | |
0:33.29 /usr/include/stdlib.h:223:19: note: passing argument to parameter here | |
0:33.29 int putenv(char *) __DARWIN_ALIAS(putenv); | |
0:33.29 ^ | |
0:33.29 1 warning generated. | |
0:33.64 /usr/bin/ranlib: file: libnspr4.a(pripv6.o) has no symbols | |
0:33.64 /usr/bin/ranlib: file: libnspr4.a(prmalloc.o) has no symbols | |
0:33.65 /usr/bin/ranlib: file: libnspr4.a(uxwrap.o) has no symbols | |
0:33.66 ranlib: file: libnspr4.a(pripv6.o) has no symbols | |
0:33.66 ranlib: file: libnspr4.a(prmalloc.o) has no symbols | |
0:33.66 ranlib: file: libnspr4.a(uxwrap.o) has no symbols | |
0:35.10 From ../../../dist/idl: Kept 0 existing; Added/updated 1151; Removed 0 files and 0 directories. | |
0:35.17 accessibility.xpt | |
0:35.17 WorkerTest.xpt | |
0:35.17 alerts.xpt | |
0:35.18 appshell.xpt | |
0:35.29 appstartup.xpt | |
0:35.30 autocomplete.xpt | |
0:35.42 autoconfig.xpt | |
0:35.45 browser-feeds.xpt | |
0:35.54 browsercompsbase.xpt | |
0:35.55 caps.xpt | |
0:35.62 chrome.xpt | |
0:35.66 commandhandler.xpt | |
0:35.71 warning: interface 'nsIScriptSecurityManager' is scriptable but derives from non-scriptable 'nsIXPCSecurityManager', ../../../dist/idl/nsIScriptSecurityManager.idl line 14:0 | |
0:35.71 interface nsIScriptSecurityManager : nsIXPCSecurityManager | |
0:35.71 ^ | |
0:35.75 commandlines.xpt | |
0:35.75 composer.xpt | |
0:35.88 content_base.xpt | |
0:35.91 content_canvas.xpt | |
0:35.93 content_events.xpt | |
0:36.01 content_html.xpt | |
0:36.02 content_htmldoc.xpt | |
0:36.05 content_xslt.xpt | |
0:36.13 cookie.xpt | |
0:36.16 directory.xpt | |
0:36.25 diskspacewatcher.xpt | |
0:36.27 docshell.xpt | |
0:36.28 Generating global WebIDL files | |
0:36.33 dom.xpt | |
0:36.35 dom_activities.xpt | |
0:36.51 dom_alarm.xpt | |
0:36.54 dom_apps.xpt | |
0:36.59 dom_audiochannel.xpt | |
0:36.62 dom_base.xpt | |
0:36.69 dom_browserelement.xpt | |
0:36.81 dom_camera.xpt | |
0:36.86 dom_canvas.xpt | |
0:36.92 dom_contacts.xpt | |
0:36.97 dom_core.xpt | |
0:37.00 dom_css.xpt | |
0:37.14 dom_devicestorage.xpt | |
0:37.31 dom_events.xpt | |
0:37.51 dom_file.xpt | |
0:37.59 dom_gamepad.xpt | |
0:37.63 dom_geolocation.xpt | |
0:37.67 dom_html.xpt | |
0:37.70 dom_indexeddb.xpt | |
0:37.81 dom_json.xpt | |
0:37.84 dom_media.xpt | |
0:37.91 dom_messages.xpt | |
0:38.00 dom_mobilemessage.xpt | |
0:38.04 dom_network.xpt | |
0:38.32 dom_notification.xpt | |
0:38.42 dom_offline.xpt | |
0:38.49 dom_permissionsettings.xpt | |
0:38.57 dom_power.xpt | |
0:38.61 dom_quota.xpt | |
0:38.71 dom_range.xpt | |
0:38.74 dom_settings.xpt | |
0:38.82 dom_sidebar.xpt | |
0:38.87 dom_smil.xpt | |
0:38.94 dom_storage.xpt | |
0:38.97 dom_stylesheets.xpt | |
0:38.98 dom_svg.xpt | |
0:39.10 dom_system.xpt | |
0:39.12 dom_time.xpt | |
0:39.15 dom_traversal.xpt | |
0:39.20 dom_webspeechrecognition.xpt | |
0:39.21 dom_webspeechsynth.xpt | |
0:39.29 dom_xbl.xpt | |
0:39.32 dom_xpath.xpt | |
0:39.36 dom_xul.xpt | |
0:39.39 downloads.xpt | |
0:39.51 editor.xpt | |
0:39.57 embed_base.xpt | |
0:39.73 extensions.xpt | |
0:39.89 exthandler.xpt | |
0:40.12 exthelper.xpt | |
0:40.14 fastfind.xpt | |
0:40.23 feeds.xpt | |
0:40.26 find.xpt | |
0:40.38 fuel.xpt | |
0:40.48 gfx.xpt | |
0:40.53 hal.xpt | |
0:40.60 html5.xpt | |
0:40.63 htmlparser.xpt | |
0:40.73 identity.xpt | |
0:40.77 imgicon.xpt | |
0:40.83 imglib2.xpt | |
0:40.89 inspector.xpt | |
0:40.99 intl.xpt | |
0:41.12 jar.xpt | |
0:41.14 jsdebugger.xpt | |
0:41.15 jsdservice.xpt | |
0:41.23 jsinspector.xpt | |
0:41.24 Generating GeneratedAtomList.h | |
0:41.24 Generating PrototypeList.h | |
0:41.24 Generating RegisterBindings.h | |
0:41.24 Generating RegisterBindings.cpp | |
0:41.24 Generating UnionTypes.h | |
0:41.24 Generating UnionTypes.cpp | |
0:41.24 Generating UnionConversions.h | |
0:41.27 Generating WebIDL bindings | |
0:41.30 layout_base.xpt | |
0:41.34 layout_debug.xpt | |
0:41.35 layout_printing.xpt | |
0:41.40 layout_xul.xpt | |
0:41.48 layout_xul_tree.xpt | |
0:41.50 locale.xpt | |
0:41.66 loginmgr.xpt | |
0:41.67 lwbrk.xpt | |
0:41.78 migration.xpt | |
0:41.79 mimetype.xpt | |
0:41.87 mozfind.xpt | |
0:41.88 necko.xpt | |
0:41.97 necko_about.xpt | |
0:42.00 necko_cache.xpt | |
0:42.07 necko_cookie.xpt | |
0:42.10 necko_dns.xpt | |
0:42.24 necko_file.xpt | |
0:42.28 necko_ftp.xpt | |
0:42.29 necko_http.xpt | |
0:42.38 necko_ipc.xpt | |
0:42.39 necko_res.xpt | |
0:42.49 necko_socket.xpt | |
0:42.50 necko_strconv.xpt | |
0:42.64 necko_viewsource.xpt | |
0:42.66 necko_websocket.xpt | |
0:42.77 necko_wifi.xpt | |
0:42.81 necko_wyciwyg.xpt | |
0:42.87 parentalcontrols.xpt | |
0:42.92 peerconnection.xpt | |
0:42.96 pipboot.xpt | |
0:42.99 pipnss.xpt | |
0:43.13 pippki.xpt | |
0:43.13 places.xpt | |
0:43.34 plugin.xpt | |
0:43.53 warning: [const] doesn't make sense on builtin types., <class 'xpidl.BuiltinLocation'> | |
0:43.53 warning: [const] doesn't make sense on builtin types., <class 'xpidl.BuiltinLocation'> | |
0:43.53 warning: [const] doesn't make sense on builtin types., <class 'xpidl.BuiltinLocation'> | |
0:43.53 warning: [const] doesn't make sense on builtin types., <class 'xpidl.BuiltinLocation'> | |
0:43.53 warning: [const] doesn't make sense on builtin types., <class 'xpidl.BuiltinLocation'> | |
0:43.53 warning: [const] doesn't make sense on builtin types., <class 'xpidl.BuiltinLocation'> | |
0:43.53 warning: [const] doesn't make sense on builtin types., <class 'xpidl.BuiltinLocation'> | |
0:43.53 warning: [const] doesn't make sense on builtin types., <class 'xpidl.BuiltinLocation'> | |
0:43.53 warning: [const] doesn't make sense on builtin types., <class 'xpidl.BuiltinLocation'> | |
0:43.54 warning: [const] doesn't make sense on builtin types., <class 'xpidl.BuiltinLocation'> | |
0:43.62 pref.xpt | |
0:43.63 prefetch.xpt | |
0:43.77 profile.xpt | |
0:43.84 profiler.xpt | |
0:43.89 rdf.xpt | |
0:43.94 satchel.xpt | |
0:43.97 saxparser.xpt | |
0:44.00 services-crypto-component.xpt | |
0:44.11 sessionstore.xpt | |
0:44.12 shellservice.xpt | |
0:44.25 shistory.xpt | |
0:44.25 spellchecker.xpt | |
0:44.27 startupcache.xpt | |
0:44.43 storage.xpt | |
0:44.44 telemetry.xpt | |
0:44.61 test_necko.xpt | |
0:44.62 toolkitprofile.xpt | |
0:44.75 txmgr.xpt | |
0:44.78 txtsvc.xpt | |
0:44.94 uconv.xpt | |
0:44.99 unicharutil.xpt | |
0:45.00 update.xpt | |
0:45.15 uriloader.xpt | |
0:45.17 url-classifier.xpt | |
0:45.19 urlformatter.xpt | |
0:45.31 webBrowser_core.xpt | |
0:45.43 webbrowserpersist.xpt | |
0:45.44 widget.xpt | |
0:45.59 widget_cocoa.xpt | |
0:45.71 windowds.xpt | |
0:45.90 windowwatcher.xpt | |
0:46.03 xpcom_base.xpt | |
0:46.06 xpcom_components.xpt | |
0:46.17 xpcom_ds.xpt | |
0:46.31 xpcom_io.xpt | |
0:46.66 xpcom_system.xpt | |
0:46.86 xpcom_threads.xpt | |
0:46.98 xpcom_xpti.xpt | |
0:47.18 xpcomsample.xpt | |
0:47.18 xpconnect.xpt | |
0:47.19 xpctest.xpt | |
0:47.30 xul.xpt | |
0:47.40 xulapp.xpt | |
0:47.42 xuldoc.xpt | |
0:47.44 xultmpl.xpt | |
0:47.51 zipwriter.xpt | |
0:51.59 host_blocksort.o | |
0:51.60 sqlite3.o | |
0:51.61 jcinit.o | |
0:51.61 halloc.o | |
0:51.61 nestegg.o | |
0:51.62 bands.o | |
0:51.62 vorbis_analysis.o | |
0:51.62 vorbis_bitrate.o | |
0:51.62 celt.o | |
0:51.64 vorbis_block.o | |
0:51.64 cwrs.o | |
0:51.68 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/db/sqlite3/src/sqlite3.c: comparison of integers of different signs: 'int' and 'unsigned long' | |
0:51.68 /Users/zcarter/moz/b2g-src/mozilla-central/db/sqlite3/src/sqlite3.c:113350:34: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare] | |
0:51.68 assert( yyruleno>=0 && yyruleno<sizeof(yyRuleInfo)/sizeof(yyRuleInfo[0]) ); | |
0:51.68 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
0:51.68 /usr/include/assert.h:93:25: note: expanded from macro 'assert' | |
0:51.68 (__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0) | |
0:51.68 ^ | |
0:51.68 1 warning generated. | |
0:51.68 libnestegg.a.desc | |
0:51.68 host_bzlib.o | |
0:51.68 libmozsqlite3.a.desc | |
0:51.68 vorbis_codebook.o | |
0:51.68 entcode.o | |
0:51.69 vorbis_envelope.o | |
0:51.71 entdec.o | |
0:51.71 vorbis_floor0.o | |
0:51.72 jcmainct.o | |
0:51.73 host_compress.o | |
0:51.73 entenc.o | |
0:51.73 vorbis_floor1.o | |
0:51.74 jcmarker.o | |
0:51.75 kiss_fft.o | |
0:51.75 vorbis_info.o | |
0:51.75 jcmaster.o | |
0:51.76 laplace.o | |
0:51.77 asm_enc_offsets.s | |
0:51.77 vorbis_lookup.o | |
0:51.77 jcparam.o | |
0:51.78 mathops.o | |
0:51.79 jcphuff.o | |
0:51.79 vorbis_lpc.o | |
0:51.80 host_crctable.o | |
0:51.80 mdct.o | |
0:51.81 jcprepct.o | |
0:51.81 vorbis_lsp.o | |
0:51.82 modes.o | |
0:51.84 vorbis_mapping0.o | |
0:51.84 host_decompress.o | |
0:51.86 pitch.o | |
0:51.87 vorbis_mdct.o | |
0:51.88 celt_lpc.o | |
0:51.88 vorbis_psy.o | |
0:51.89 error_concealment.o | |
0:51.89 vp8_cx_iface.o | |
0:51.90 quant_bands.o | |
0:51.90 ogg_bitwise.o | |
0:51.90 ogg_framing.o | |
0:51.90 vorbis_registry.o | |
0:51.91 bitstream.o | |
0:51.92 rate.o | |
0:51.92 host_huffman.o | |
0:51.92 vorbis_res0.o | |
0:51.93 vq.o | |
0:51.93 libogg.a.desc | |
0:51.94 vorbis_sharedbook.o | |
0:51.94 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/vp8_cx_iface.c: comparison of integers of different signs: 'int' and 'const unsigned int' | |
0:51.94 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/vp8_cx_iface.c:232:20: warning: comparison of integers of different signs: 'int' and 'const unsigned int' [-Wsign-compare] | |
0:51.94 for (i=1; i<cfg->ts_number_layers; i++) | |
0:51.94 ~^~~~~~~~~~~~~~~~~~~~~~ | |
0:51.94 Warning: -Wconversion in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/vp8_cx_iface.c: implicit conversion from enumeration type 'vpx_dec_err_t' to different enumeration type 'vpx_codec_err_t' | |
0:51.94 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/vp8_cx_iface.c:558:34: warning: implicit conversion from enumeration type 'vpx_dec_err_t' to different enumeration type 'vpx_codec_err_t' [-Wconversion] | |
0:51.94 vpx_codec_err_t res = VPX_DEC_OK; | |
0:51.94 ~~~ ^~~~~~~~~~ | |
0:51.95 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/vp8_cx_iface.c: comparison of integers of different signs: 'const int' and 'unsigned int' | |
0:51.95 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/vp8_cx_iface.c:596:61: warning: comparison of integers of different signs: 'const int' and 'unsigned int' [-Wsign-compare] | |
0:51.95 extracfg_map[i].usage && extracfg_map[i].usage != cfg->g_usage; | |
0:51.95 ~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~ | |
0:51.95 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/vp8_cx_iface.c: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:51.95 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/vp8_cx_iface.c:727:24: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:51.95 if (ctx->oxcf.Mode != new_qc) | |
0:51.95 ~~~~~~~~~~~~~~ ^ ~~~~~~ | |
0:51.96 Warning: -Wconversion in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/vp8_cx_iface.c: implicit conversion from enumeration type 'vpx_ref_frame_type_t' (aka 'enum vpx_ref_frame_type') to different enumeration type 'VP8_REFFRAME' | |
0:51.96 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/vp8_cx_iface.c:969:44: warning: implicit conversion from enumeration type 'vpx_ref_frame_type_t' (aka 'enum vpx_ref_frame_type') to different enumeration type 'VP8_REFFRAME' [-Wconversion] | |
0:51.96 vp8_set_reference(ctx->cpi, frame->frame_type, &sd); | |
0:51.96 ~~~~~~~~~~~~~~~~~ ~~~~~~~^~~~~~~~~~ | |
0:51.96 Warning: -Wconversion in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/vp8_cx_iface.c: implicit conversion from enumeration type 'vpx_ref_frame_type_t' (aka 'enum vpx_ref_frame_type') to different enumeration type 'VP8_REFFRAME' | |
0:51.96 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/vp8_cx_iface.c:990:44: warning: implicit conversion from enumeration type 'vpx_ref_frame_type_t' (aka 'enum vpx_ref_frame_type') to different enumeration type 'VP8_REFFRAME' [-Wconversion] | |
0:51.96 vp8_get_reference(ctx->cpi, frame->frame_type, &sd); | |
0:51.96 ~~~~~~~~~~~~~~~~~ ~~~~~~~^~~~~~~~~~ | |
0:51.96 Warning: -Wconversion in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/vp8_cx_iface.c: implicit conversion from enumeration type 'VPX_SCALING_MODE' (aka 'enum vpx_scaling_mode_1d') to different enumeration type 'VPX_SCALING' | |
0:51.96 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/vp8_cx_iface.c:1154:57: warning: implicit conversion from enumeration type 'VPX_SCALING_MODE' (aka 'enum vpx_scaling_mode_1d') to different enumeration type 'VPX_SCALING' [-Wconversion] | |
0:51.96 res = vp8_set_internal_size(ctx->cpi, scalemode.h_scaling_mode, scalemode.v_scaling_mode); | |
0:51.96 ~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~^~~~~~~~~~~~~~ | |
0:51.96 Warning: -Wconversion in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/vp8_cx_iface.c: implicit conversion from enumeration type 'VPX_SCALING_MODE' (aka 'enum vpx_scaling_mode_1d') to different enumeration type 'VPX_SCALING' | |
0:51.96 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/vp8_cx_iface.c:1154:83: warning: implicit conversion from enumeration type 'VPX_SCALING_MODE' (aka 'enum vpx_scaling_mode_1d') to different enumeration type 'VPX_SCALING' [-Wconversion] | |
0:51.96 res = vp8_set_internal_size(ctx->cpi, scalemode.h_scaling_mode, scalemode.v_scaling_mode); | |
0:51.97 ~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~^~~~~~~~~~~~~~ | |
0:51.97 8 warnings generated. | |
0:51.97 dct.o | |
0:51.97 jcsample.o | |
0:51.97 CNG.o | |
0:51.97 vorbis_smallft.o | |
0:51.97 host_randtable.o | |
0:51.97 jctrans.o | |
0:51.98 encodeframe.o | |
0:51.98 vorbis_synthesis.o | |
0:52.00 code_signs.o | |
0:52.01 encodeintra.o | |
0:52.01 jsimd_x86_64.o | |
0:52.02 vorbis_window.o | |
0:52.02 init_decoder.o | |
0:52.02 libhostbz2.a | |
0:52.03 jccolss2-64.o | |
0:52.04 decode_core.o | |
0:52.04 encodemb.o | |
0:52.05 blocksort.o | |
0:52.05 jcgrass2-64.o | |
0:52.06 libvorbis.a.desc | |
0:52.06 decode_frame.o | |
0:52.07 encodemv.o | |
0:52.07 bzlib.o | |
0:52.08 mmxidct.o | |
0:52.08 mmxfrag.o | |
0:52.08 decode_parameters.o | |
0:52.08 /Users/zcarter/moz/b2g-src/mozilla-central/media/libjpeg/simd/jccolss2-64.asm:34: warning: section flags ignored on section redeclaration | |
0:52.09 jcqnts2f-64.o | |
0:52.09 compress.o | |
0:52.09 ethreading.o | |
0:52.10 mmxstate.o | |
0:52.10 decode_indices.o | |
0:52.10 crctable.o | |
0:52.11 /Users/zcarter/moz/b2g-src/mozilla-central/media/libjpeg/simd/jcgrass2-64.asm:30: warning: section flags ignored on section redeclaration | |
0:52.11 jcqnts2i-64.o | |
0:52.14 jcsamss2-64.o | |
0:52.14 decode_pulses.o | |
0:52.14 firstpass.o | |
0:52.14 sse2idct.o | |
0:52.14 decompress.o | |
0:52.14 jdcolss2-64.o | |
0:52.15 jdmerss2-64.o | |
0:52.15 x86state.o | |
0:52.16 decoder_set_fs.o | |
0:52.16 huffman.o | |
0:52.16 lookahead.o | |
0:52.17 resample.o | |
0:52.17 sse_detect.o | |
0:52.17 x86cpu.o | |
0:52.17 dec_API.o | |
0:52.18 randtable.o | |
0:52.18 /Users/zcarter/moz/b2g-src/mozilla-central/media/libjpeg/simd/jdcolss2-64.asm:35: warning: section flags ignored on section redeclaration | |
0:52.18 jdsamss2-64.o | |
0:52.19 Warning: -Wempty-body in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/firstpass.c: if statement has empty body | |
0:52.19 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/firstpass.c:845:80: warning: if statement has empty body [-Wempty-body] | |
0:52.19 if(fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1, recon_file)); | |
0:52.19 ^ | |
0:52.19 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/firstpass.c:845:80: note: put the semicolon on a separate line to silence this warning [-Wempty-body] | |
0:52.19 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/firstpass.c: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:52.19 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/firstpass.c:1021:26: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:52.19 if ( (cpi->ni_frames > | |
0:52.19 ~~~~~~~~~~~~~~ ^ | |
0:52.19 2 warnings generated. | |
0:52.19 In file included from /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample.c:108: | |
0:52.20 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample_sse.h: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:52.20 /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample_sse.h:47:17: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:52.20 for (i=0;i<len;i+=8) | |
0:52.20 ~^~~~ | |
0:52.20 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample_sse.h: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:52.20 /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample_sse.h:59:17: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:52.20 for (i=0;i<len;i++) ret += a[i] * b[i]; | |
0:52.20 ~^~~~ | |
0:52.20 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample_sse.h: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:52.20 /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample_sse.h:72:14: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:52.20 for(i=0;i<len;i+=2) | |
0:52.20 ~^~~~ | |
0:52.20 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample_sse.h: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:52.20 /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample_sse.h:85:14: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:52.20 for(i=0;i<len;i++) | |
0:52.20 ~^~~~ | |
0:52.20 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample_sse.h: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:52.20 /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample_sse.h:108:14: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:52.20 for (i=0;i<len;i+=8) | |
0:52.21 ~^~~~ | |
0:52.21 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample_sse.h: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:52.21 /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample_sse.h:134:12: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:52.21 for(i=0;i<len;i+=2) | |
0:52.21 ~^~~~ | |
0:52.21 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample.c: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:52.21 /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample.c:631:20: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:52.21 for (j=0;j<st->filt_len;j++) | |
0:52.21 ~^~~~~~~~~~~~~ | |
0:52.21 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample.c: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:52.21 /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample.c:712:23: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:52.21 for (j=0;j<st->magic_samples[i];j++) | |
0:52.21 ~^~~~~~~~~~~~~~~~~~~~~ | |
0:52.21 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample.c: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:52.21 /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample.c:720:23: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:52.21 for (j=0;j<olen-1;j++) | |
0:52.21 ~^~~~~~~ | |
0:52.22 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample.c: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:52.22 /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample.c:723:20: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:52.22 for (;j<st->filt_len-1;j++) | |
0:52.22 ~^~~~~~~~~~~~~~~ | |
0:52.22 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample.c: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:52.22 /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample.c:730:23: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:52.22 for (j=0;j<st->filt_len-1+st->magic_samples[i];j++) | |
0:52.22 ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
0:52.22 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample.c: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:52.22 /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample.c:896:21: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:52.22 for(j=0;j<ichunk;++j) | |
0:52.22 ~^~~~~~~ | |
0:52.22 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample.c: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:52.22 /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample.c:899:20: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:52.22 for(j=0;j<ichunk;++j) | |
0:52.22 ~^~~~~~~ | |
0:52.22 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample.c: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:52.22 /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample.c:952:19: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:52.22 for(j=0;j<ichunk;++j) | |
0:52.23 ~^~~~~~~ | |
0:52.23 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample.c: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:52.23 /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample.c:959:19: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:52.23 for(j=0;j<ichunk;++j) | |
0:52.23 ~^~~~~~~ | |
0:52.23 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample.c: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:52.23 /Users/zcarter/moz/b2g-src/mozilla-central/media/libspeex_resampler/src/resample.c:969:16: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:52.23 for (j=0;j<ochunk+omagic;++j) | |
0:52.23 ~^~~~~~~~~~~~~~ | |
0:52.23 16 warnings generated. | |
0:52.23 mcomp.o | |
0:52.23 apiwrapper.o | |
0:52.23 libbz2.a.desc | |
0:52.23 enc_API.o | |
0:52.23 /Users/zcarter/moz/b2g-src/mozilla-central/media/libjpeg/simd/jdmerss2-64.asm:35: warning: section flags ignored on section redeclaration | |
0:52.23 modecosts.o | |
0:52.23 libspeex_resampler.a.desc | |
0:52.23 bitpack.o | |
0:52.23 jfss2fst-64.o | |
0:52.23 encode_indices.o | |
0:52.24 /Users/zcarter/moz/b2g-src/mozilla-central/media/libjpeg/simd/jdsamss2-64.asm:23: warning: section flags ignored on section redeclaration | |
0:52.24 jfss2int-64.o | |
0:52.24 decapiwrapper.o | |
0:52.24 /Users/zcarter/moz/b2g-src/mozilla-central/media/libjpeg/simd/jfss2fst-64.asm:47: warning: section flags ignored on section redeclaration | |
0:52.24 jfsseflt-64.o | |
0:52.26 /Users/zcarter/moz/b2g-src/mozilla-central/media/libjpeg/simd/jfss2int-64.asm:67: warning: section flags ignored on section redeclaration | |
0:52.26 encode_pulses.o | |
0:52.26 jiss2flt-64.o | |
0:52.27 decinfo.o | |
0:52.27 /Users/zcarter/moz/b2g-src/mozilla-central/media/libjpeg/simd/jfsseflt-64.asm:38: warning: section flags ignored on section redeclaration | |
0:52.27 mr_dissim.o | |
0:52.27 jiss2fst-64.o | |
0:52.28 /Users/zcarter/moz/b2g-src/mozilla-central/media/libjpeg/simd/jiss2flt-64.asm:38: warning: section flags ignored on section redeclaration | |
0:52.29 gain_quant.o | |
0:52.29 decode.o | |
0:52.29 jiss2int-64.o | |
0:52.30 /Users/zcarter/moz/b2g-src/mozilla-central/media/libjpeg/simd/jiss2fst-64.asm:54: warning: section flags ignored on section redeclaration | |
0:52.30 jiss2red-64.o | |
0:52.30 onyx_if.o | |
0:52.31 interpolate.o | |
0:52.31 dequant.o | |
0:52.31 /Users/zcarter/moz/b2g-src/mozilla-central/media/libjpeg/simd/jiss2int-64.asm:67: warning: section flags ignored on section redeclaration | |
0:52.32 AAFilter.o | |
0:52.32 FIFOSampleBuffer.o | |
0:52.33 /Users/zcarter/moz/b2g-src/mozilla-central/media/libjpeg/simd/jiss2red-64.asm:73: warning: section flags ignored on section redeclaration | |
0:52.33 jcomapi.o | |
0:52.33 jdapimin.o | |
0:52.33 LP_variable_cutoff.o | |
0:52.33 fragment.o | |
0:52.33 pickinter.o | |
0:52.33 cubeb.o | |
0:52.33 cubeb_audiounit.o | |
0:52.34 FIRFilter.o | |
0:52.35 jdapistd.o | |
0:52.35 huffdec.o | |
0:52.35 NLSF_decode.o | |
0:52.36 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/onyx_if.c: comparison of integers of different signs: 'unsigned int' and 'int' | |
0:52.36 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/onyx_if.c:1646:41: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare] | |
0:52.36 if (((cm->Width + 15) & 0xfffffff0) != | |
0:52.36 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
0:52.36 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/onyx_if.c: comparison of integers of different signs: 'unsigned int' and 'int' | |
0:52.36 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/onyx_if.c:1648:42: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare] | |
0:52.36 ((cm->Height + 15) & 0xfffffff0) != | |
0:52.36 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
0:52.36 Warning: -Wparentheses-equality in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/onyx_if.c: equality comparison with extraneous parentheses | |
0:52.36 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/onyx_if.c:3348:29: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
0:52.36 if ((cm->frame_type == KEY_FRAME)) // && cpi->oxcf.allow_spatial_resampling ) | |
0:52.36 ~~~~~~~~~~~~~~~^~~~~~~~~~~~ | |
0:52.36 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/onyx_if.c:3348:29: note: remove extraneous parentheses around the comparison to silence this warning | |
0:52.37 if ((cm->frame_type == KEY_FRAME)) // && cpi->oxcf.allow_spatial_resampling ) | |
0:52.37 ~ ^ ~ | |
0:52.37 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/onyx_if.c:3348:29: note: use '=' to turn this equality comparison into an assignment | |
0:52.37 if ((cm->frame_type == KEY_FRAME)) // && cpi->oxcf.allow_spatial_resampling ) | |
0:52.37 ^~ | |
0:52.37 = | |
0:52.37 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/onyx_if.c: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:52.37 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/onyx_if.c:4785:28: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:52.37 for (i=0; i<cpi->oxcf.number_of_layers; i++) | |
0:52.37 ~^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
0:52.37 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/onyx_if.c: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:52.37 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/onyx_if.c:5154:29: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:52.37 if (cpi->common.mb_rows != rows || cpi->common.mb_cols != cols) | |
0:52.37 ~~~~~~~~~~~~~~~~~~~ ^ ~~~~ | |
0:52.37 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/onyx_if.c: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:52.37 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/onyx_if.c:5154:60: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:52.37 if (cpi->common.mb_rows != rows || cpi->common.mb_cols != cols) | |
0:52.37 ~~~~~~~~~~~~~~~~~~~ ^ ~~~~ | |
0:52.38 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/onyx_if.c: comparison of integers of different signs: 'unsigned int' and 'int' | |
0:52.38 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/onyx_if.c:5195:14: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare] | |
0:52.38 if (rows == cpi->common.mb_rows && cols == cpi->common.mb_cols) | |
0:52.38 ~~~~ ^ ~~~~~~~~~~~~~~~~~~~ | |
0:52.38 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/onyx_if.c: comparison of integers of different signs: 'unsigned int' and 'int' | |
0:52.38 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/onyx_if.c:5195:45: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare] | |
0:52.38 if (rows == cpi->common.mb_rows && cols == cpi->common.mb_cols) | |
0:52.38 ~~~~ ^ ~~~~~~~~~~~~~~~~~~~ | |
0:52.38 8 warnings generated. | |
0:52.38 picklpf.o | |
0:52.38 RateTransposer.o | |
0:52.38 jdatadst.o | |
0:52.40 idct.o | |
0:52.40 NSQ.o | |
0:52.40 SoundTouch.o | |
0:52.41 jdatasrc.o | |
0:52.41 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/pickinter.c: comparison of integers of different signs: 'unsigned int' and 'int' | |
0:52.41 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/pickinter.c:910:21: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare] | |
0:52.41 if (sse < x->encode_breakout) | |
0:52.41 ~~~ ^ ~~~~~~~~~~~~~~~~~~ | |
0:52.41 1 warning generated. | |
0:52.41 psnr.o | |
0:52.42 info.o | |
0:52.42 NSQ_del_dec.o | |
0:52.42 libcubeb.a.desc | |
0:52.43 TDStretch.o | |
0:52.43 jdcoefct.o | |
0:52.43 internal.o | |
0:52.44 quantize.o | |
0:52.44 PLC.o | |
0:52.44 cpu_detect_x86.o | |
0:52.45 jdcolor.o | |
0:52.46 ratectrl.o | |
0:52.46 quant.o | |
0:52.46 sse_optimized.o | |
0:52.46 shell_coder.o | |
0:52.47 jddctmgr.o | |
0:52.47 state.o | |
0:52.48 rdopt.o | |
0:52.48 tables_gain.o | |
0:52.49 tables_LTP.o | |
0:52.49 jdhuff.o | |
0:52.50 tables_NLSF_CB_NB_MB.o | |
0:52.51 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/ratectrl.c: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:52.51 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/ratectrl.c:418:20: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:52.51 if (target > max_rate) | |
0:52.51 ~~~~~~ ^ ~~~~~~~~ | |
0:52.51 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/ratectrl.c: comparison of integers of different signs: 'unsigned int' and 'int' | |
0:52.51 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/ratectrl.c:769:53: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare] | |
0:52.51 if (cpi->common.frames_since_golden == (cpi->current_gf_interval >> 1)) | |
0:52.51 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
0:52.51 2 warnings generated. | |
0:52.51 libsoundtouch.a.desc | |
0:52.51 tables_NLSF_CB_WB.o | |
0:52.51 segmentation.o | |
0:52.51 jdinput.o | |
0:52.52 Warning: -Wtautological-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libtheora/lib/state.c: comparison of unsigned enum expression < 0 is always false | |
0:52.52 /Users/zcarter/moz/b2g-src/mozilla-central/media/libtheora/lib/state.c:717:21: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare] | |
0:52.52 _info->colorspace<0||_info->colorspace>=TH_CS_NSPACES|| | |
0:52.52 ~~~~~~~~~~~~~~~~~^~ | |
0:52.52 Warning: -Wtautological-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libtheora/lib/state.c: comparison of unsigned enum expression < 0 is always false | |
0:52.52 /Users/zcarter/moz/b2g-src/mozilla-central/media/libtheora/lib/state.c:718:20: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare] | |
0:52.52 _info->pixel_fmt<0||_info->pixel_fmt>=TH_PF_NFORMATS){ | |
0:52.52 ~~~~~~~~~~~~~~~~^~ | |
0:52.52 2 warnings generated. | |
0:52.52 libtheora.a.desc | |
0:52.52 tables_other.o | |
0:52.53 tables_pitch_lag.o | |
0:52.53 jdmainct.o | |
0:52.54 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/rdopt.c: comparison of integers of different signs: 'unsigned int' and 'int' | |
0:52.54 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/encoder/rdopt.c:2144:25: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare] | |
0:52.54 if (sse < threshold) | |
0:52.54 ~~~ ^ ~~~~~~~~~ | |
0:52.54 1 warning generated. | |
0:52.54 temporal_filter.o | |
0:52.54 tables_pulses_per_block.o | |
0:52.55 jdmarker.o | |
0:52.55 jdmaster.o | |
0:52.56 VAD.o | |
0:52.57 tokenize.o | |
0:52.57 jdmerge.o | |
0:52.58 control_audio_bandwidth.o | |
0:52.59 jdphuff.o | |
0:52.59 treewriter.o | |
0:52.59 kiss_fft.o | |
0:52.59 kiss_fftr.o | |
0:52.60 png.o | |
0:52.60 pngerror.o | |
0:52.60 jdpostct.o | |
0:52.60 quant_LTP_gains.o | |
0:52.64 VQ_WMat_EC.o | |
0:52.64 csystemdependent.o | |
0:52.64 jdsample.o | |
0:52.64 HP_variable_cutoff.o | |
0:52.64 pngget.o | |
0:52.64 libkiss_fft.a.desc | |
0:52.65 jdtrans.o | |
0:52.65 filter_x86.o | |
0:52.66 pngmem.o | |
0:52.66 NLSF_encode.o | |
0:52.66 pngpread.o | |
0:52.67 jerror.o | |
0:52.68 pngread.o | |
0:52.68 NLSF_VQ.o | |
0:52.68 NLSF_unpack.o | |
0:52.68 idct_blk_mmx.o | |
0:52.69 jfdctflt.o | |
0:52.70 pngrio.o | |
0:52.70 idct_blk_sse2.o | |
0:52.71 loopfilter_x86.o | |
0:52.72 pngrtran.o | |
0:52.72 postproc_x86.o | |
0:52.72 pngrutil.o | |
0:52.72 NLSF_del_dec_quant.o | |
0:52.73 recon_wrapper_sse2.o | |
0:52.73 jfdctfst.o | |
0:52.73 variance_mmx.o | |
0:52.74 pngset.o | |
0:52.74 process_NLSFs.o | |
0:52.74 stereo_LR_to_MS.o | |
0:52.74 variance_sse2.o | |
0:52.75 jfdctint.o | |
0:52.75 variance_ssse3.o | |
0:52.76 vp8_asm_stubs.o | |
0:52.76 stereo_MS_to_LR.o | |
0:52.76 pngtrans.o | |
0:52.76 check_control_input.o | |
0:52.77 x86_systemdependent.o | |
0:52.77 jidctflt.o | |
0:52.77 x86_dsystemdependent.o | |
0:52.78 control_SNR.o | |
0:52.78 pngwio.o | |
0:52.78 jidctfst.o | |
0:52.79 pngwrite.o | |
0:52.79 x86_csystemdependent.o | |
0:52.80 init_encoder.o | |
0:52.81 pngwtran.o | |
0:52.82 pngwutil.o | |
0:52.82 jidctint.o | |
0:52.83 control_codec.o | |
0:52.83 boolhuff.o | |
0:52.83 alloccommon.o | |
0:52.83 jidctred.o | |
0:52.83 libmozpng.a.desc | |
0:52.83 jmemmgr.o | |
0:52.85 blockd.o | |
0:52.85 A2NLSF.o | |
0:52.85 dboolhuff.o | |
0:52.86 jmemnobs.o | |
0:52.86 ana_filt_bank_1.o | |
0:52.87 biquad_alt.o | |
0:52.87 bwexpander_32.o | |
0:52.87 debugmodes.o | |
0:52.88 jquant1.o | |
0:52.88 decodemv.o | |
0:52.89 jquant2.o | |
0:52.89 bwexpander.o | |
0:52.91 jutils.o | |
0:52.91 debug.o | |
0:52.91 decodframe.o | |
0:52.92 jcapimin.o | |
0:52.92 decode_pitch.o | |
0:52.92 jcapistd.o | |
0:52.93 jccoefct.o | |
0:52.93 inner_prod_aligned.o | |
0:52.93 jccolor.o | |
0:52.94 dequantize.o | |
0:52.94 jcdctmgr.o | |
0:52.94 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/decoder/decodemv.c: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:52.94 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/decoder/decodemv.c:648:54: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:52.94 if (vp8dx_bool_error(&pbi->bc) && mb_num < pbi->mvs_corrupt_from_mb) | |
0:52.94 ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
0:52.94 1 warning generated. | |
0:52.94 detokenize.o | |
0:52.95 jchuff.o | |
0:52.96 lin2log.o | |
0:52.96 dsystemdependent.o | |
0:52.96 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/decoder/decodframe.c: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:52.97 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/decoder/decodframe.c:497:41: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:52.97 for (fragment_idx = 0; fragment_idx < pbi->num_fragments; ++fragment_idx) | |
0:52.97 ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ | |
0:52.97 1 warning generated. | |
0:52.97 entropy.o | |
0:52.98 log2lin.o | |
0:52.99 libmozjpeg.a.desc | |
0:52.99 entropymode.o | |
0:53.00 LPC_analysis_filter.o | |
0:53.00 LPC_inv_pred_gain.o | |
0:53.00 table_LSF_cos.o | |
0:53.00 entropymv.o | |
0:53.01 extend.o | |
0:53.02 NLSF2A.o | |
0:53.02 NLSF_stabilize.o | |
0:53.02 filter.o | |
0:53.03 findnearmv.o | |
0:53.03 gen_scalers.o | |
0:53.04 NLSF_VQ_weights_laroia.o | |
0:53.04 idct_blk.o | |
0:53.04 pitch_est_tables.o | |
0:53.05 resampler.o | |
0:53.05 resampler_down2_3.o | |
0:53.06 resampler_down2.o | |
0:53.06 idctllm.o | |
0:53.06 resampler_private_AR2.o | |
0:53.07 resampler_private_down_FIR.o | |
0:53.07 resampler_private_IIR_FIR.o | |
0:53.10 loopfilter.o | |
0:53.10 resampler_private_up2_HQ.o | |
0:53.10 loopfilter_filters.o | |
0:53.11 resampler_rom.o | |
0:53.11 sigm_Q15.o | |
0:53.11 sort.o | |
0:53.12 mbpitch.o | |
0:53.13 sum_sqr_shift.o | |
0:53.13 stereo_decode_pred.o | |
0:53.13 modecont.o | |
0:53.13 modecontext.o | |
0:53.13 stereo_encode_pred.o | |
0:53.14 stereo_find_predictor.o | |
0:53.14 onyxd_if.o | |
0:53.15 postproc.o | |
0:53.15 stereo_quant_pred.o | |
0:53.15 quant_common.o | |
0:53.15 reconinter.o | |
0:53.16 opus.o | |
0:53.16 reconintra.o | |
0:53.16 opus_decoder.o | |
0:53.16 reconintra4x4.o | |
0:53.17 Warning: -Wself-assign in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/common/postproc.c: explicitly assigning a variable of type 'int' to itself | |
0:53.17 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/common/postproc.c:451:19: warning: explicitly assigning a variable of type 'int' to itself [-Wself-assign] | |
0:53.17 for (next = next; next < 256; next++) | |
0:53.17 ~~~~ ^ ~~~~ | |
0:53.17 1 warning generated. | |
0:53.17 reconintra_mt.o | |
0:53.17 sad_c.o | |
0:53.18 opus_encoder.o | |
0:53.18 opus_multistream.o | |
0:53.18 scalesystemdependent.o | |
0:53.18 repacketizer.o | |
0:53.19 setupintrarecon.o | |
0:53.20 swapyv12buffer.o | |
0:53.20 systemdependent.o | |
0:53.20 apply_sine_window_FLP.o | |
0:53.20 corrMatrix_FLP.o | |
0:53.20 encode_frame_FLP.o | |
0:53.21 find_LPC_FLP.o | |
0:53.22 threading.o | |
0:53.22 treecoder.o | |
0:53.22 find_LTP_FLP.o | |
0:53.22 find_pitch_lags_FLP.o | |
0:53.23 find_pred_coefs_FLP.o | |
0:53.23 LPC_analysis_filter_FLP.o | |
0:53.24 variance_c.o | |
0:53.24 Warning: -Wsign-compare in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/decoder/threading.c: comparison of integers of different signs: 'int' and 'unsigned int' | |
0:53.24 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/decoder/threading.c:164:48: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] | |
0:53.24 (mb_row * pbi->common.mb_cols + mb_col >= pbi->mvs_corrupt_from_mb || | |
0:53.24 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~ | |
0:53.24 1 warning generated. | |
0:53.24 vp8_dx_iface.o | |
0:53.24 LTP_analysis_filter_FLP.o | |
0:53.24 LTP_scale_ctrl_FLP.o | |
0:53.25 noise_shape_analysis_FLP.o | |
0:53.25 prefilter_FLP.o | |
0:53.26 vpx_codec.o | |
0:53.26 vpx_config_c.o | |
0:53.26 vpx_decoder.o | |
0:53.27 process_gains_FLP.o | |
0:53.27 regularize_correlations_FLP.o | |
0:53.27 vpx_decoder_compat.o | |
0:53.28 vpx_encoder.o | |
0:53.28 Warning: -Wconversion in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/vp8_dx_iface.c: implicit conversion from enumeration type 'vpx_ref_frame_type_t' (aka 'enum vpx_ref_frame_type') to different enumeration type 'VP8_REFFRAME' | |
0:53.28 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/vp8_dx_iface.c:612:53: warning: implicit conversion from enumeration type 'vpx_ref_frame_type_t' (aka 'enum vpx_ref_frame_type') to different enumeration type 'VP8_REFFRAME' [-Wconversion] | |
0:53.28 return vp8dx_set_reference(ctx->pbi, frame->frame_type, &sd); | |
0:53.28 ~~~~~~~~~~~~~~~~~~~ ~~~~~~~^~~~~~~~~~ | |
0:53.28 Warning: -Wconversion in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/vp8_dx_iface.c: implicit conversion from enumeration type 'vpx_ref_frame_type_t' (aka 'enum vpx_ref_frame_type') to different enumeration type 'VP8_REFFRAME' | |
0:53.28 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vp8/vp8_dx_iface.c:633:53: warning: implicit conversion from enumeration type 'vpx_ref_frame_type_t' (aka 'enum vpx_ref_frame_type') to different enumeration type 'VP8_REFFRAME' [-Wconversion] | |
0:53.28 return vp8dx_get_reference(ctx->pbi, frame->frame_type, &sd); | |
0:53.28 ~~~~~~~~~~~~~~~~~~~ ~~~~~~~^~~~~~~~~~ | |
0:53.28 2 warnings generated. | |
0:53.28 vpx_image.o | |
0:53.29 vpx_mem.o | |
0:53.29 residual_energy_FLP.o | |
0:53.30 Warning: -Wconversion in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c: implicit conversion from enumeration type 'vpx_dec_err_t' to different enumeration type 'vpx_codec_err_t' | |
0:53.30 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c:30:36: warning: implicit conversion from enumeration type 'vpx_dec_err_t' to different enumeration type 'vpx_codec_err_t' [-Wconversion] | |
0:53.30 return vpx_codec_err_to_string(err); | |
0:53.30 ~~~~~~~~~~~~~~~~~~~~~~~ ^~~ | |
0:53.30 Warning: -Wconversion in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' | |
0:53.30 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c:48:12: warning: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' [-Wconversion] | |
0:53.30 return vpx_codec_dec_init_ver((vpx_codec_ctx_t *)ctx, | |
0:53.30 ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
0:53.30 Warning: -Wconversion in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' | |
0:53.30 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c:58:12: warning: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' [-Wconversion] | |
0:53.30 return vpx_codec_destroy((vpx_codec_ctx_t *)ctx); | |
0:53.30 ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
0:53.30 Warning: -Wconversion in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' | |
0:53.30 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c:73:12: warning: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' [-Wconversion] | |
0:53.30 return vpx_codec_peek_stream_info((vpx_codec_iface_t *)iface, data, data_sz, | |
0:53.30 ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
0:53.30 Warning: -Wconversion in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' | |
0:53.30 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c:81:12: warning: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' [-Wconversion] | |
0:53.31 return vpx_codec_get_stream_info((vpx_codec_ctx_t *)ctx, | |
0:53.31 ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
0:53.31 Warning: -Wconversion in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' | |
0:53.31 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c:90:12: warning: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' [-Wconversion] | |
0:53.31 return vpx_codec_control_((vpx_codec_ctx_t *)ctx, ctrl_id, data); | |
0:53.31 ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
0:53.31 Warning: -Wconversion in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' | |
0:53.31 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c:101:12: warning: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' [-Wconversion] | |
0:53.31 return vpx_codec_decode((vpx_codec_ctx_t *)ctx, data, data_sz, user_priv, | |
0:53.31 ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
0:53.31 Warning: -Wconversion in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' | |
0:53.31 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c:116:12: warning: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' [-Wconversion] | |
0:53.31 return vpx_codec_register_put_frame_cb((vpx_codec_ctx_t *)ctx, cb, | |
0:53.31 ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
0:53.31 Warning: -Wconversion in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' | |
0:53.31 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c:125:12: warning: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' [-Wconversion] | |
0:53.31 return vpx_codec_register_put_slice_cb((vpx_codec_ctx_t *)ctx, cb, | |
0:53.31 ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
0:53.32 Warning: -Wconversion in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' | |
0:53.32 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c:134:12: warning: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' [-Wconversion] | |
0:53.32 return vpx_codec_dec_init_ver((vpx_codec_ctx_t *)ctx, | |
0:53.32 ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
0:53.32 Warning: -Wconversion in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' | |
0:53.32 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c:162:15: warning: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' [-Wconversion] | |
0:53.32 res = ctx->iface->get_mmap(ctx, mmap, iter); | |
0:53.32 ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
0:53.32 Warning: -Wconversion in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c: implicit conversion from enumeration type 'vpx_dec_err_t' to different enumeration type 'vpx_codec_err_t' | |
0:53.32 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c:165:29: warning: implicit conversion from enumeration type 'vpx_dec_err_t' to different enumeration type 'vpx_codec_err_t' [-Wconversion] | |
0:53.32 return SAVE_STATUS(ctx, res); | |
0:53.32 ~~~~~~~~~~~~~~~~~^~~~ | |
0:53.32 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c:21:47: note: expanded from macro 'SAVE_STATUS' | |
0:53.32 #define SAVE_STATUS(ctx,var) (ctx?(ctx->err = var):var) | |
0:53.32 ~ ^ | |
0:53.32 Warning: -Wconversion in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' | |
0:53.32 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c:165:12: warning: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' [-Wconversion] | |
0:53.32 return SAVE_STATUS(ctx, res); | |
0:53.32 ^~~~~~~~~~~~~~~~~~~~~ | |
0:53.32 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c:21:45: note: expanded from macro 'SAVE_STATUS' | |
0:53.33 #define SAVE_STATUS(ctx,var) (ctx?(ctx->err = var):var) | |
0:53.33 ~ ^ | |
0:53.33 Warning: -Wconversion in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' | |
0:53.33 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c:191:19: warning: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' [-Wconversion] | |
0:53.33 res = ctx->iface->set_mmap(ctx, mmap); | |
0:53.33 ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
0:53.33 Warning: -Wconversion in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c: implicit conversion from enumeration type 'vpx_dec_err_t' to different enumeration type 'vpx_codec_err_t' | |
0:53.33 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c:200:29: warning: implicit conversion from enumeration type 'vpx_dec_err_t' to different enumeration type 'vpx_codec_err_t' [-Wconversion] | |
0:53.33 return SAVE_STATUS(ctx, res); | |
0:53.33 ~~~~~~~~~~~~~~~~~^~~~ | |
0:53.33 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c:21:47: note: expanded from macro 'SAVE_STATUS' | |
0:53.33 #define SAVE_STATUS(ctx,var) (ctx?(ctx->err = var):var) | |
0:53.33 ~ ^ | |
0:53.33 Warning: -Wconversion in /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' | |
0:53.33 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c:200:12: warning: implicit conversion from enumeration type 'vpx_codec_err_t' to different enumeration type 'vpx_dec_err_t' [-Wconversion] | |
0:53.33 return SAVE_STATUS(ctx, res); | |
0:53.33 ^~~~~~~~~~~~~~~~~~~~~ | |
0:53.33 /Users/zcarter/moz/b2g-src/mozilla-central/media/libvpx/vpx/src/vpx_decoder_compat.c:21:45: note: expanded from macro 'SAVE_STATUS' | |
0:53.33 #define SAVE_STATUS(ctx,var) (ctx?(ctx->err = var):var) | |
0:53.33 ~ ^ | |
0:53.33 16 warnings generated. | |
0:53.33 vpxscale.o | |
0:53.33 solve_LS_FLP.o | |
0:53.34 yv12config.o | |
0:53.34 yv12extend.o | |
0:53.34 dequantize_mmx.o | |
0:53.34 idctllm_mmx.o | |
0:53.34 idctllm_sse2.o | |
0:53.34 warped_autocorrelation_FLP.o | |
0:53.34 wrappers_FLP.o | |
0:53.34 autocorrelation_FLP.o | |
0:53.34 burg_modified_FLP.o | |
0:53.34 iwalsh_mmx.o | |
0:53.34 iwalsh_sse2.o | |
0:53.34 loopfilter_mmx.o | |
0:53.35 loopfilter_sse2.o | |
0:53.35 bwexpander_FLP.o | |
0:53.35 energy_FLP.o | |
0:53.36 inner_product_FLP.o | |
0:53.36 k2a_FLP.o | |
0:53.36 postproc_mmx.o | |
0:53.37 postproc_sse2.o | |
0:53.37 levinsondurbin_FLP.o | |
0:53.37 LPC_inv_pred_gain_FLP.o | |
0:53.37 pitch_analysis_core_FLP.o | |
0:53.38 recon_mmx.o | |
0:53.38 recon_sse2.o | |
0:53.39 scale_copy_vector_FLP.o | |
0:53.39 sad_mmx.o | |
0:53.39 scale_vector_FLP.o | |
0:53.39 sad_sse2.o | |
0:53.40 sad_sse3.o | |
0:53.40 schur_FLP.o | |
0:53.41 sort_FLP.o | |
0:53.41 sad_sse4.o | |
0:53.41 sad_ssse3.o | |
0:53.41 subpixel_mmx.o | |
0:53.42 subpixel_sse2.o | |
0:53.43 libopus.a.desc | |
0:53.43 subpixel_ssse3.o | |
0:53.43 variance_impl_mmx.o | |
0:53.44 variance_impl_sse2.o | |
0:53.44 variance_impl_ssse3.o | |
0:53.44 emms.o | |
0:53.44 loopfilter_block_sse2.o | |
0:53.45 dct_mmx.o | |
0:53.45 dct_sse2.o | |
0:53.45 encodeopt.o | |
0:53.46 fwalsh_sse2.o | |
0:53.46 quantize_mmx.o | |
0:53.46 subtract_mmx.o | |
0:53.46 subtract_sse2.o | |
0:53.47 temporal_filter_apply_sse2.o | |
0:53.48 quantize_sse2.o | |
0:53.48 quantize_sse4.o | |
0:53.48 quantize_ssse3.o | |
0:53.49 libvpx.a.desc | |
0:54.00 There are no private exports. | |
0:54.00 There are no private exports. | |
0:54.00 There are no private exports. | |
0:54.00 cd mangle; /usr/bin/make private_export | |
0:54.00 Creating /Users/zcarter/moz/b2g-src/build_mc/security/build/../../dist/private/nss | |
0:54.00 cd include; /usr/bin/make private_export | |
0:54.04 There are no private exports. | |
0:54.04 Creating /Users/zcarter/moz/b2g-src/build_mc/security/build/../../dist/private/dbm | |
0:54.04 There are no private exports. | |
0:54.04 There are no private exports. | |
0:54.05 cd src; /usr/bin/make private_export | |
0:54.08 There are no private exports. | |
0:54.09 There are no private exports. | |
0:54.17 There are no private exports. | |
0:54.21 There are no private exports. | |
0:54.22 cd legacydb; /usr/bin/make private_export | |
0:54.25 There are no private exports. | |
0:54.25 There are no private exports. | |
0:54.26 cd builtins; /usr/bin/make private_export | |
0:54.28 cd include; /usr/bin/make private_export | |
0:54.29 cd include; /usr/bin/make export | |
0:54.29 There are no private exports. | |
0:54.30 There are no private exports. | |
0:54.31 cd mangle; /usr/bin/make export | |
0:54.32 Creating /Users/zcarter/moz/b2g-src/build_mc/security/build/../../dist/include/dbm | |
0:54.32 cd pkix; /usr/bin/make private_export | |
0:54.32 There are no private exports. | |
0:54.34 cd src; /usr/bin/make export | |
0:54.35 cd certsel; /usr/bin/make private_export | |
0:54.37 Creating /Users/zcarter/moz/b2g-src/build_mc/security/build/../../dist/include/nss | |
0:54.37 There are no private exports. | |
0:54.38 There are no private exports. | |
0:54.39 cd crlsel; /usr/bin/make private_export | |
0:54.39 There are no private exports. | |
0:54.41 There are no private exports. | |
0:54.42 There are no private exports. | |
0:54.42 There are no private exports. | |
0:54.43 cd checker; /usr/bin/make private_export | |
0:54.43 There are no private exports. | |
0:54.45 There are no private exports. | |
0:54.45 There are no private exports. | |
0:54.46 There are no private exports. | |
0:54.46 There are no private exports. | |
0:54.47 cd params; /usr/bin/make private_export | |
0:54.48 There are no private exports. | |
0:54.49 There are no private exports. | |
0:54.50 There are no private exports. | |
0:54.50 There are no private exports. | |
0:54.51 cd results; /usr/bin/make private_export | |
0:54.52 There are no private exports. | |
0:54.52 There are no private exports. | |
0:54.53 There are no private exports. | |
0:54.53 There are no private exports. | |
0:54.55 There are no private exports. | |
0:54.56 cd store; /usr/bin/make private_export | |
0:54.59 cd legacydb; /usr/bin/make export | |
0:54.60 There are no private exports. | |
0:54.60 cd top; /usr/bin/make private_export | |
0:54.62 There are no private exports. | |
0:54.63 cd legacydb; /usr/bin/make private_export | |
0:54.64 There are no private exports. | |
0:54.64 cd util; /usr/bin/make private_export | |
0:54.64 cd builtins; /usr/bin/make export | |
0:54.64 cd builtins; /usr/bin/make private_export | |
0:54.65 There are no private exports. | |
0:54.66 There are no private exports. | |
0:54.67 There are no private exports. | |
0:54.68 There are no private exports. | |
0:54.68 There are no private exports. | |
0:54.68 cd pkix_pl_nss; /usr/bin/make private_export | |
0:54.70 cd pki; /usr/bin/make private_export | |
0:54.73 cd system; /usr/bin/make private_export | |
0:54.75 cd module; /usr/bin/make private_export | |
0:54.78 There are no private exports. | |
0:54.79 There are no private exports. | |
0:54.81 cd include; /usr/bin/make export | |
0:54.81 cd include; /usr/bin/make private_export | |
0:54.83 There are no private exports. | |
0:54.83 There are no private exports. | |
0:54.83 cd pkix; /usr/bin/make private_export | |
0:54.83 cd pkix; /usr/bin/make export | |
0:54.85 cd certsel; /usr/bin/make private_export | |
0:54.85 cd certsel; /usr/bin/make export | |
0:54.85 cd certsel; /usr/bin/make private_export | |
0:54.88 There are no private exports. | |
0:54.88 There are no private exports. | |
0:54.88 There are no private exports. | |
0:54.88 cd crlsel; /usr/bin/make export | |
0:54.88 cd crlsel; /usr/bin/make private_export | |
0:54.88 cd crlsel; /usr/bin/make private_export | |
0:54.91 There are no private exports. | |
0:54.91 There are no private exports. | |
0:54.91 There are no private exports. | |
0:54.91 cd checker; /usr/bin/make private_export | |
0:54.91 cd checker; /usr/bin/make private_export | |
0:54.92 cd checker; /usr/bin/make export | |
0:54.94 There are no private exports. | |
0:54.94 There are no private exports. | |
0:54.94 There are no private exports. | |
0:54.95 cd params; /usr/bin/make private_export | |
0:54.95 cd params; /usr/bin/make private_export | |
0:54.95 cd params; /usr/bin/make export | |
0:54.97 There are no private exports. | |
0:54.97 There are no private exports. | |
0:54.97 There are no private exports. | |
0:54.98 cd results; /usr/bin/make private_export | |
0:54.98 cd results; /usr/bin/make private_export | |
0:54.98 cd results; /usr/bin/make export | |
0:55.01 There are no private exports. | |
0:55.01 There are no private exports. | |
0:55.01 There are no private exports. | |
0:55.02 cd store; /usr/bin/make private_export | |
0:55.02 cd store; /usr/bin/make export | |
0:55.02 cd store; /usr/bin/make private_export | |
0:55.05 There are no private exports. | |
0:55.05 There are no private exports. | |
0:55.05 There are no private exports. | |
0:55.05 cd top; /usr/bin/make export | |
0:55.06 cd top; /usr/bin/make private_export | |
0:55.06 cd top; /usr/bin/make private_export | |
0:55.08 There are no private exports. | |
0:55.08 There are no private exports. | |
0:55.08 There are no private exports. | |
0:55.08 cd util; /usr/bin/make export | |
0:55.08 cd util; /usr/bin/make private_export | |
0:55.09 cd util; /usr/bin/make private_export | |
0:55.11 There are no private exports. | |
0:55.11 There are no private exports. | |
0:55.11 There are no private exports. | |
0:55.12 There are no private exports. | |
0:55.12 There are no private exports. | |
0:55.12 cd pkix_pl_nss; /usr/bin/make export | |
0:55.12 cd pkix_pl_nss; /usr/bin/make private_export | |
0:55.14 There are no private exports. | |
0:55.15 cd pki; /usr/bin/make private_export | |
0:55.15 cd pki; /usr/bin/make private_export | |
0:55.15 cd pki; /usr/bin/make export | |
0:55.18 There are no private exports. | |
0:55.18 There are no private exports. | |
0:55.18 There are no private exports. | |
0:55.18 cd system; /usr/bin/make export | |
0:55.18 cd system; /usr/bin/make private_export | |
0:55.18 cd system; /usr/bin/make private_export | |
0:55.20 There are no private exports. | |
0:55.20 There are no private exports. | |
0:55.20 There are no private exports. | |
0:55.21 cd module; /usr/bin/make private_export | |
0:55.21 cd module; /usr/bin/make private_export | |
0:55.21 cd module; /usr/bin/make export | |
0:55.23 There are no private exports. | |
0:55.23 There are no private exports. | |
0:55.23 There are no private exports. | |
0:55.23 There are no private exports. | |
0:55.23 There are no private exports. | |
0:55.24 There are no private exports. | |
0:55.41 quickder.c:222:18: warning: explicitly assigning a variable of type 'unsigned char' to itself [-Wself-assign] | |
0:55.41 tagclass = tagclass; | |
0:55.41 ~~~~~~~~ ^ ~~~~~~~~ | |
0:55.41 quickder.c:223:23: warning: explicitly assigning a variable of type 'unsigned char' to itself [-Wself-assign] | |
0:55.41 expectedclass = expectedclass; | |
0:55.41 ~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ | |
0:55.41 2 warnings generated. | |
0:55.49 crl.c:2688:27: warning: unused variable 'rv2' [-Wunused-variable] | |
0:55.49 SECStatus rv2 = CERT_FindCRLEntryReasonExten(entry, &reason); | |
0:55.50 ^ | |
0:55.50 1 warning generated. | |
0:55.50 pk11cert.c:144:10: warning: enumeration values 'rsaPssKey' and 'rsaOaepKey' not handled in switch [-Wswitch] | |
0:55.50 switch (pubKey->keyType) { | |
0:55.50 ^ | |
0:55.50 pk11cert.c:2151:21: warning: unused variable 'td' [-Wunused-variable] | |
0:55.50 NSSTrustDomain *td = STAN_GetDefaultTrustDomain(); | |
0:55.50 ^ | |
0:55.50 2 warnings generated. | |
0:55.63 xcrldist.c:105:11: warning: case value not in enumerated type 'DistributionPointTypes' (aka 'enum DistributionPointTypesEnum') [-Wswitch] | |
0:55.63 case 0: break; | |
0:55.63 ^ | |
0:55.64 1 warning generated. | |
0:55.80 pk11skey.c:1822:13: warning: enumeration values 'rsaPssKey' and 'rsaOaepKey' not handled in switch [-Wswitch] | |
0:55.81 switch (privKey->keyType) { | |
0:55.81 ^ | |
0:55.81 1 warning generated. | |
0:55.91 /usr/bin/ranlib: file: /Users/zcarter/moz/b2g-src/build_mc/security/nss/lib/util/libnssutil.a(nssilock.o) has no symbols | |
0:55.92 ranlib: file: /Users/zcarter/moz/b2g-src/build_mc/security/nss/lib/util/libnssutil.a(nssilock.o) has no symbols | |
0:56.10 nssinit.c:495:24: warning: variable 'dummyCert' is not needed and will not be emitted [-Wunneeded-internal-declaration] | |
0:56.10 static CERTCertificate dummyCert; | |
0:56.10 ^ | |
0:56.10 1 warning generated. | |
0:56.47 cd include; /usr/bin/make libs | |
0:56.47 pkix_pl_x500name.c:37:1: warning: unused function 'pkix_pl_X500Name_ToString_Helper' [-Wunused-function] | |
0:56.47 pkix_pl_X500Name_ToString_Helper( | |
0:56.47 ^ | |
0:56.47 1 warning generated. | |
0:56.50 cd src; /usr/bin/make libs | |
0:56.56 secutil.c:2644:11: warning: incompatible pointer types passing 'int (FILE *, const SECItem *, const char *, int)' to parameter of type 'SECU_PPFunc' (aka 'int (*)(FILE *, SECItem *, char *, int)') [-Wincompatible-pointer-types] | |
0:56.56 SECU_PrintCertificate); | |
0:56.56 ^~~~~~~~~~~~~~~~~~~~~ | |
0:56.56 ./secutil.h:258:56: note: passing argument to parameter 'inner' here | |
0:56.56 int level, SECU_PPFunc inner); | |
0:56.56 ^ | |
0:56.56 secutil.c:2763:11: warning: incompatible pointer types passing 'int (FILE *, const SECItem *, const char *, int)' to parameter of type 'SECU_PPFunc' (aka 'int (*)(FILE *, SECItem *, char *, int)') [-Wincompatible-pointer-types] | |
0:56.56 SECU_PrintCertificate); | |
0:56.56 ^~~~~~~~~~~~~~~~~~~~~ | |
0:56.56 ./secutil.h:258:56: note: passing argument to parameter 'inner' here | |
0:56.56 int level, SECU_PPFunc inner); | |
0:56.56 ^ | |
0:56.56 secutil.c:3091:10: warning: incompatible pointer types passing 'int (FILE *, const SECItem *, const char *, int)' to parameter of type 'SECU_PPFunc' (aka 'int (*)(FILE *, SECItem *, char *, int)') [-Wincompatible-pointer-types] | |
0:56.56 SECU_PrintCertificate); | |
0:56.57 ^~~~~~~~~~~~~~~~~~~~~ | |
0:56.57 secutil.c:3065:51: note: passing argument to parameter 'inner' here | |
0:56.57 int level, SECU_PPFunc inner) | |
0:56.57 ^ | |
0:56.57 3 warnings generated. | |
0:56.69 /usr/bin/ranlib: file: /Users/zcarter/moz/b2g-src/build_mc/security/nss/lib/dbm/src/libdbm.a(dirent.o) has no symbols | |
0:56.71 /usr/bin/ranlib: file: /Users/zcarter/moz/b2g-src/build_mc/security/nss/cmd/lib/libsectool.a(ffs.o) has no symbols | |
0:56.72 ranlib: file: /Users/zcarter/moz/b2g-src/build_mc/security/nss/cmd/lib/libsectool.a(ffs.o) has no symbols | |
0:56.72 ranlib: file: /Users/zcarter/moz/b2g-src/build_mc/security/nss/lib/dbm/src/libdbm.a(dirent.o) has no symbols | |
0:56.80 /usr/bin/ranlib: file: /Users/zcarter/moz/b2g-src/build_mc/security/nss/lib/smime/libsmime.a(smimemessage.o) has no symbols | |
0:56.81 ranlib: file: /Users/zcarter/moz/b2g-src/build_mc/security/nss/lib/smime/libsmime.a(smimemessage.o) has no symbols | |
0:56.82 libnss3.dylib | |
0:57.41 mkdir: /Users/zcarter/moz/b2g-src/build_mc/security/nss/lib/freebl: File exists | |
0:57.41 pk12util.c:762:33: warning: incompatible pointer types passing 'int (FILE *, const SECItem *, const char *, int)' to parameter of type 'SECU_PPFunc' (aka 'int (*)(FILE *, SECItem *, char *, int)') [-Wincompatible-pointer-types] | |
0:57.41 0, SECU_PrintCertificate) != 0) { | |
0:57.41 ^~~~~~~~~~~~~~~~~~~~~ | |
0:57.41 /Users/zcarter/moz/b2g-src/build_mc/security/build/../../dist/private/nss/secutil.h:258:56: note: passing argument to parameter 'inner' here | |
0:57.42 int level, SECU_PPFunc inner); | |
0:57.42 ^ | |
0:57.42 1 warning generated. | |
0:57.46 cd mangle; /usr/bin/make libs | |
0:57.47 install.c:780:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] | |
0:57.47 if((info.type == PR_FILE_DIRECTORY)) { | |
0:57.47 ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
0:57.47 install.c:780:18: note: remove extraneous parentheses around the comparison to silence this warning | |
0:57.47 if((info.type == PR_FILE_DIRECTORY)) { | |
0:57.47 ~ ^ ~ | |
0:57.47 install.c:780:18: note: use '=' to turn this equality comparison into an assignment | |
0:57.47 if((info.type == PR_FILE_DIRECTORY)) { | |
0:57.47 ^~ | |
0:57.47 = | |
0:57.47 1 warning generated. | |
0:57.49 install-ds.c:223:40: warning: result of comparison against a string literal is unspecified (use strncmp instead) [-Wstring-compare] | |
0:57.49 if(*endp != '\0' || subval->string == "\0") { | |
0:57.49 ^ ~~~~ | |
0:57.49 1 warning generated. | |
0:57.51 ytab.c:219:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | |
0:57.51 if (yyn = yydefred[yystate]) goto yyreduce; | |
0:57.51 ~~~~^~~~~~~~~~~~~~~~~~~ | |
0:57.51 ytab.c:219:13: note: place parentheses around the assignment to silence this warning | |
0:57.51 if (yyn = yydefred[yystate]) goto yyreduce; | |
0:57.51 ^ | |
0:57.51 ( ) | |
0:57.51 ytab.c:219:13: note: use '==' to turn this assignment into an equality comparison | |
0:57.51 if (yyn = yydefred[yystate]) goto yyreduce; | |
0:57.51 ^ | |
0:57.51 == | |
0:57.51 1 warning generated. | |
0:57.53 lex.Pk11Install_yy.cpp:1060:13: warning: unused function 'Pkcs11Install_yyunput' [-Wunused-function] | |
0:57.53 static void yyunput( int c, register char *yy_bp ) | |
0:57.53 ^ | |
0:57.53 installparse.l:25:17: note: expanded from macro 'yyunput' | |
0:57.53 #define yyunput Pkcs11Install_yyunput | |
0:57.53 ^ | |
0:57.53 lex.Pk11Install_yy.cpp:1106:12: warning: function 'input' is not needed and will not be emitted [-Wunneeded-internal-declaration] | |
0:57.53 static int input() | |
0:57.54 ^ | |
0:57.54 2 warnings generated. | |
0:57.54 sha_fast.c:151:12: warning: unused variable 'tmpbuf' [-Wunused-variable] | |
0:57.54 PRUint32 tmpbuf[5]; | |
0:57.54 ^ | |
0:57.54 sha_fast.c:191:12: warning: unused variable 'tmpbuf' [-Wunused-variable] | |
0:57.54 PRUint32 tmpbuf[5]; | |
0:57.54 ^ | |
0:57.54 2 warnings generated. | |
0:57.57 sha512.c:931:14: warning: unused variable 't1' [-Wunused-variable] | |
0:57.57 PRUint64 t1; | |
0:57.57 ^ | |
0:57.57 sha512.c:1226:14: warning: unused variable 't1' [-Wunused-variable] | |
0:57.57 PRUint64 t1; | |
0:57.57 ^ | |
0:57.57 sha512.c:1272:14: warning: unused variable 't1' [-Wunused-variable] | |
0:57.57 PRUint64 t1; | |
0:57.57 ^ | |
0:57.57 3 warnings generated. | |
0:57.66 cd builtins; /usr/bin/make libs | |
0:57.87 pkcs11c.c:2278:25: warning: incompatible pointer types assigning to 'SFTKCipher' (aka 'SECStatus (*)(void *, void *, unsigned int *, unsigned int, void *, unsigned int)') from 'SECStatus (CK_ULONG *, void *, unsigned int *, unsigned int, const unsigned char *, unsigned int)' [-Wincompatible-pointer-types] | |
0:57.87 context->update = sftk_SignCopy; | |
0:57.87 ^ ~~~~~~~~~~~~~ | |
0:57.87 pkcs11c.c:2307:25: warning: incompatible pointer types assigning to 'SFTKCipher' (aka 'SECStatus (*)(void *, void *, unsigned int *, unsigned int, void *, unsigned int)') from 'SECStatus (CK_ULONG *, void *, unsigned int *, unsigned int, const unsigned char *, unsigned int)' [-Wincompatible-pointer-types] | |
0:57.87 context->update = sftk_SignCopy; | |
0:57.87 ^ ~~~~~~~~~~~~~ | |
0:57.87 pkcs11c.c:5359:7: warning: implicit conversion from enumeration type 'SECErrorCodes' to different enumeration type 'SECStatus' (aka 'enum _SECStatus') [-Wconversion] | |
0:57.87 rv = SEC_ERROR_NO_MEMORY; | |
0:57.87 ~ ^~~~~~~~~~~~~~~~~~~ | |
0:57.88 pkcs11c.c:5369:7: warning: implicit conversion from enumeration type 'SECErrorCodes' to different enumeration type 'SECStatus' (aka 'enum _SECStatus') [-Wconversion] | |
0:57.88 rv = SEC_ERROR_NO_MEMORY; | |
0:57.88 ~ ^~~~~~~~~~~~~~~~~~~ | |
0:57.88 pkcs11c.c:461:1: warning: unused function 'sftk_EncryptOAEP' [-Wunused-function] | |
0:57.88 sftk_EncryptOAEP(SFTKOAEPEncryptInfo *info, unsigned char *output, | |
0:57.88 ^ | |
0:57.88 pkcs11c.c:470:1: warning: unused function 'sftk_DecryptOAEP' [-Wunused-function] | |
0:57.88 sftk_DecryptOAEP(SFTKOAEPDecryptInfo *info, unsigned char *output, | |
0:57.88 ^ | |
0:57.88 6 warnings generated. | |
0:57.97 cd legacydb; /usr/bin/make libs | |
0:58.51 host_nsinstall.o | |
0:58.51 host_pathsub.o | |
0:58.54 nsinstall_real | |
0:58.90 In file included from selfhosted.msg.h:1: | |
0:58.90 In file included from selfhosted.msg.h:15: | |
0:58.90 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/builtin/String.js:30:13: error: empty character constant | |
0:58.90 var T = ''; | |
0:58.90 ^ | |
0:58.90 1 error generated. | |
0:58.90 Making all in include | |
0:58.91 Making all in testsuite | |
0:58.91 Making all in man | |
0:58.96 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi -I. -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/include -Iinclude -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/src -Wall -g -fexceptions -DFFI_DEBUG -MT src/debug.lo -MD -MP -MF src/.deps/debug.Tpo -c /Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/src/debug.c -fno-common -DPIC -o src/debug.o | |
0:58.97 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi -I. -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/include -Iinclude -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/src -Wall -g -fexceptions -DFFI_DEBUG -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c /Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/src/closures.c -fno-common -DPIC -o src/closures.o | |
0:58.97 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi -I. -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/include -Iinclude -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/src -Wall -g -fexceptions -DFFI_DEBUG -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c /Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/src/raw_api.c -fno-common -DPIC -o src/raw_api.o | |
0:58.97 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi -I. -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/include -Iinclude -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/src -Wall -g -fexceptions -DFFI_DEBUG -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c /Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/src/prep_cif.c -fno-common -DPIC -o src/prep_cif.o | |
0:58.97 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi -I. -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/include -Iinclude -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/src -Wall -g -fexceptions -DFFI_DEBUG -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c /Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/src/java_raw_api.c -fno-common -DPIC -o src/java_raw_api.o | |
0:58.97 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi -I. -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/include -Iinclude -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/src -Wall -g -fexceptions -DFFI_DEBUG -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c /Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/src/types.c -fno-common -DPIC -o src/types.o | |
0:59.06 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi -I. -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/include -Iinclude -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/src -Wall -g -fexceptions -DFFI_DEBUG -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c /Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/src/x86/ffi.c -fno-common -DPIC -o src/x86/ffi.o | |
0:59.06 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi -I. -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/include -Iinclude -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/src -I. -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/include -Iinclude -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/src -MT src/x86/darwin.lo -MD -MP -MF src/x86/.deps/darwin.Tpo -c /Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/src/x86/darwin.S -fno-common -DPIC -o src/x86/darwin.o | |
0:59.07 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi -I. -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/include -Iinclude -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/src -Wall -g -fexceptions -DFFI_DEBUG -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c /Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/src/x86/ffi64.c -fno-common -DPIC -o src/x86/ffi64.o | |
0:59.07 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi -I. -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/include -Iinclude -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/src -I. -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/include -Iinclude -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/src -MT src/x86/darwin64.lo -MD -MP -MF src/x86/.deps/darwin64.Tpo -c /Users/zcarter/moz/b2g-src/mozilla-central/js/src/ctypes/libffi/src/x86/darwin64.S -fno-common -DPIC -o src/x86/darwin64.o | |
0:59.25 libtool: link: ar cru .libs/libffi_convenience.a src/debug.o src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/x86/ffi.o src/x86/darwin.o src/x86/ffi64.o src/x86/darwin64.o | |
0:59.25 libtool: link: ar cru .libs/libffi.a src/debug.o src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/x86/ffi.o src/x86/darwin.o src/x86/ffi64.o src/x86/darwin64.o | |
0:59.25 /usr/bin/ranlib: file: .libs/libffi_convenience.a(raw_api.o) has no symbols | |
0:59.25 /usr/bin/ranlib: file: .libs/libffi_convenience.a(java_raw_api.o) has no symbols | |
0:59.25 /usr/bin/ranlib: file: .libs/libffi_convenience.a(ffi.o) has no symbols | |
0:59.25 /usr/bin/ranlib: file: .libs/libffi_convenience.a(darwin.o) has no symbols | |
0:59.25 libtool: link: ranlib .libs/libffi_convenience.a | |
0:59.25 /usr/bin/ranlib: file: .libs/libffi.a(raw_api.o) has no symbols | |
0:59.25 /usr/bin/ranlib: file: .libs/libffi.a(java_raw_api.o) has no symbols | |
0:59.25 /usr/bin/ranlib: file: .libs/libffi.a(ffi.o) has no symbols | |
0:59.26 /usr/bin/ranlib: file: .libs/libffi.a(darwin.o) has no symbols | |
0:59.26 ranlib: file: .libs/libffi_convenience.a(raw_api.o) has no symbols | |
0:59.26 ranlib: file: .libs/libffi_convenience.a(java_raw_api.o) has no symbols | |
0:59.26 ranlib: file: .libs/libffi_convenience.a(ffi.o) has no symbols | |
0:59.26 ranlib: file: .libs/libffi_convenience.a(darwin.o) has no symbols | |
0:59.26 libtool: link: ranlib .libs/libffi.a | |
0:59.26 ranlib: file: .libs/libffi.a(raw_api.o) has no symbols | |
0:59.26 ranlib: file: .libs/libffi.a(java_raw_api.o) has no symbols | |
0:59.26 ranlib: file: .libs/libffi.a(ffi.o) has no symbols | |
0:59.26 ranlib: file: .libs/libffi.a(darwin.o) has no symbols | |
0:59.27 libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" ) | |
0:59.28 libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" ) | |
0:59.30 rebuilding config/icucross.mk | |
0:59.30 mkdir lib | |
0:59.31 mkdir bin | |
0:59.32 config/icu-i18n.pc updated. | |
0:59.32 config/icu-uc.pc updated. | |
0:59.32 /usr/bin/make[6]: Making `all' in `stubdata' | |
0:59.33 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/stubdata/stubdata.c | |
0:59.34 /usr/bin/make[6]: Making `all' in `common' | |
0:59.35 Note: rebuild with "/usr/bin/make VERBOSE=1 " to show all compiler parameters. | |
0:59.35 generating ../common/svchook.mk | |
0:59.42 config.status: creating common/Makefile | |
0:59.46 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/putil.cpp | |
0:59.46 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/errorcode.cpp | |
0:59.46 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/utypes.c | |
0:59.46 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/umath.c | |
0:59.46 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uinvchar.c | |
0:59.46 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/umutex.cpp | |
0:59.47 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucln_cmn.c | |
0:59.47 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uinit.c | |
0:59.47 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uobject.cpp | |
0:59.47 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/cmemory.c | |
0:59.47 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/charstr.cpp | |
0:59.48 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/udata.cpp | |
0:59.48 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucmndata.c | |
0:59.49 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/udatamem.c | |
0:59.49 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/umapfile.c | |
0:59.49 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/udataswp.c | |
0:59.50 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucol_swp.cpp | |
0:59.50 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/utrace.c | |
0:59.50 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uhash.c | |
0:59.50 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uhash_us.cpp | |
0:59.51 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uenum.c | |
0:59.51 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ustrenum.cpp | |
0:59.51 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uvector.cpp | |
0:59.52 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ustack.cpp | |
0:59.52 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uvectr32.cpp | |
0:59.52 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uvectr64.cpp | |
0:59.53 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucnv.c | |
0:59.53 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucnv_bld.cpp | |
0:59.54 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucnv_cnv.c | |
0:59.54 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucnv_io.cpp | |
0:59.54 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucnv_cb.c | |
0:59.55 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucnv_err.c | |
0:59.55 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucnvlat1.c | |
0:59.55 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucnv_u7.c | |
0:59.56 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucnv_u8.c | |
0:59.56 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucnv_u16.c | |
0:59.56 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucnv_u32.c | |
0:59.56 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucnvscsu.c | |
0:59.56 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucnvbocu.cpp | |
0:59.57 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucnv_ext.cpp | |
0:59.57 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucnvmbcs.c | |
0:59.57 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucnv2022.cpp | |
0:59.58 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucnvhz.c | |
0:59.58 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucnv_lmb.c | |
0:59.58 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucnvisci.c | |
0:59.59 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucnvdisp.c | |
0:59.59 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucnv_set.c | |
0:59.59 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucnv_ct.c | |
0:59.59 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uresbund.cpp | |
0:59.59 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ures_cnv.c | |
0:59.60 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uresdata.c | |
0:59.61 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/resbund.cpp | |
0:59.61 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/messagepattern.cpp | |
0:59.61 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/resbund_cnv.cpp | |
0:59.61 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucat.c | |
0:59.62 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/locmap.c | |
0:59.63 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uloc.cpp | |
0:59.64 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/locutil.cpp | |
0:59.64 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/locid.cpp | |
0:59.64 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/locdispnames.cpp | |
0:59.64 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/locavailable.cpp | |
0:59.64 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/loclikely.cpp | |
0:59.66 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/locresdata.cpp | |
0:59.67 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/bytestream.cpp | |
0:59.67 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/stringpiece.cpp | |
0:59.67 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/stringtriebuilder.cpp | |
0:59.68 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/bytestriebuilder.cpp | |
0:59.69 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/bytestrie.cpp | |
0:59.69 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/bytestrieiterator.cpp | |
0:59.70 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucharstrie.cpp | |
0:59.70 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucharstriebuilder.cpp | |
0:59.70 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucharstrieiterator.cpp | |
0:59.71 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/dictionarydata.cpp | |
0:59.71 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/appendable.cpp | |
0:59.71 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ustr_cnv.c | |
0:59.72 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/unistr_cnv.cpp | |
0:59.72 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/unistr.cpp | |
0:59.72 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/unistr_case.cpp | |
0:59.72 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/unistr_props.cpp | |
0:59.73 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/utf_impl.c | |
0:59.74 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ustring.cpp | |
0:59.74 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ustrcase.cpp | |
0:59.75 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucasemap.cpp | |
0:59.75 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucasemap_titlecase_brkiter.cpp | |
0:59.76 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/cstring.c | |
0:59.76 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ustrfmt.c | |
0:59.77 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ustrtrns.cpp | |
0:59.77 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ustr_wcs.cpp | |
0:59.78 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/utext.cpp | |
0:59.79 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/unistr_case_locale.cpp | |
0:59.80 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ustr_titlecase_brkiter.cpp | |
0:59.80 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/unistr_titlecase_brkiter.cpp | |
0:59.80 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ustrcase_locale.cpp | |
0:59.80 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/normalizer2impl.cpp | |
0:59.81 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/normalizer2.cpp | |
0:59.81 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/filterednormalizer2.cpp | |
0:59.81 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/normlzr.cpp | |
0:59.83 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/unorm.cpp | |
0:59.83 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/unormcmp.cpp | |
0:59.83 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/unorm_it.c | |
0:59.83 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/chariter.cpp | |
0:59.83 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/schriter.cpp | |
0:59.84 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uchriter.cpp | |
0:59.85 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uiter.cpp | |
0:59.85 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/patternprops.cpp | |
0:59.85 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uchar.c | |
0:59.86 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uprops.cpp | |
0:59.86 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucase.cpp | |
0:59.87 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/propname.cpp | |
0:59.87 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ubidi_props.c | |
0:59.88 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ubidi.c | |
0:59.88 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ubidiwrt.c | |
0:59.89 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ubidiln.c | |
0:59.89 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ushape.cpp | |
0:59.89 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uscript.c | |
0:59.90 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/usc_impl.c | |
0:59.90 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/unames.cpp | |
0:59.90 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/utrie.cpp | |
0:59.90 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/utrie2.cpp | |
0:59.91 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/utrie2_builder.cpp | |
0:59.91 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/bmpset.cpp | |
0:59.91 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/unisetspan.cpp | |
0:59.92 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uset_props.cpp | |
0:59.92 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uniset_props.cpp | |
0:59.93 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uset.cpp | |
0:59.93 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uniset_closure.cpp | |
0:59.94 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uniset.cpp | |
0:59.94 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/usetiter.cpp | |
0:59.94 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ruleiter.cpp | |
0:59.95 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/caniter.cpp | |
0:59.96 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/unifilt.cpp | |
0:59.96 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/unifunct.cpp | |
0:59.96 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uarrsort.c | |
0:59.97 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/brkiter.cpp | |
0:59.97 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ubrk.cpp | |
0:59.97 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/brkeng.cpp | |
0:59.98 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/dictbe.cpp | |
0:59.98 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/rbbidata.cpp | |
0:59.98 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/rbbi.cpp | |
0:59.99 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/rbbinode.cpp | |
0:59.99 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/rbbirb.cpp | |
0:59.99 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/rbbisetb.cpp | |
0:59.99 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/rbbiscan.cpp | |
0:59.99 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/rbbistbl.cpp | |
0:60.00 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/rbbitblb.cpp | |
1:00.00 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/serv.cpp | |
1:00.01 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/servnotf.cpp | |
1:00.01 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/servls.cpp | |
1:00.01 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/servlk.cpp | |
1:00.01 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/servlkf.cpp | |
1:00.02 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/servrbf.cpp | |
1:00.03 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/servslkf.cpp | |
1:00.03 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uidna.cpp | |
1:00.03 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/usprep.cpp | |
1:00.04 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uts46.cpp | |
1:00.05 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/punycode.cpp | |
1:00.05 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/util.cpp | |
1:00.05 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/util_props.cpp | |
1:00.05 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/parsepos.cpp | |
1:00.06 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/locbased.cpp | |
1:00.07 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/cwchar.c | |
1:00.07 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/wintz.c | |
1:00.08 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/mutex.cpp | |
1:00.08 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/dtintrv.cpp | |
1:00.08 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ucnvsel.cpp | |
1:00.08 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/propsvec.c | |
1:00.08 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/ulist.c | |
1:00.09 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/uloc_tag.c | |
1:00.09 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/icudataver.c | |
1:00.09 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/icuplug.c | |
1:00.10 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/listformatter.cpp | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(ucnv_ext.o) has no symbols | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(ucnvmbcs.o) has no symbols | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(ucnv2022.o) has no symbols | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(ucnvhz.o) has no symbols | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(ucnv_lmb.o) has no symbols | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(ucnvisci.o) has no symbols | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(ucnv_ct.o) has no symbols | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(dictionarydata.o) has no symbols | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(ucasemap_titlecase_brkiter.o) has no symbols | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(unistr_titlecase_brkiter.o) has no symbols | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(ustr_titlecase_brkiter.o) has no symbols | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(brkiter.o) has no symbols | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(ubrk.o) has no symbols | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(brkeng.o) has no symbols | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(dictbe.o) has no symbols | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(rbbi.o) has no symbols | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(rbbidata.o) has no symbols | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(rbbinode.o) has no symbols | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(rbbirb.o) has no symbols | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(rbbiscan.o) has no symbols | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(rbbisetb.o) has no symbols | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(rbbistbl.o) has no symbols | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(rbbitblb.o) has no symbols | |
1:00.17 /usr/bin/ranlib: file: ../lib/libicuuc.a(cwchar.o) has no symbols | |
1:00.18 /usr/bin/ranlib: file: ../lib/libicuuc.a(wintz.o) has no symbols | |
1:00.26 ranlib: file: ../lib/libicuuc.a(ucnv_ext.o) has no symbols | |
1:00.26 ranlib: file: ../lib/libicuuc.a(ucnvmbcs.o) has no symbols | |
1:00.26 ranlib: file: ../lib/libicuuc.a(ucnv2022.o) has no symbols | |
1:00.26 ranlib: file: ../lib/libicuuc.a(ucnvhz.o) has no symbols | |
1:00.26 ranlib: file: ../lib/libicuuc.a(ucnv_lmb.o) has no symbols | |
1:00.26 ranlib: file: ../lib/libicuuc.a(ucnvisci.o) has no symbols | |
1:00.26 ranlib: file: ../lib/libicuuc.a(ucnv_ct.o) has no symbols | |
1:00.27 ranlib: file: ../lib/libicuuc.a(dictionarydata.o) has no symbols | |
1:00.27 ranlib: file: ../lib/libicuuc.a(ucasemap_titlecase_brkiter.o) has no symbols | |
1:00.27 ranlib: file: ../lib/libicuuc.a(unistr_titlecase_brkiter.o) has no symbols | |
1:00.27 ranlib: file: ../lib/libicuuc.a(ustr_titlecase_brkiter.o) has no symbols | |
1:00.27 ranlib: file: ../lib/libicuuc.a(brkiter.o) has no symbols | |
1:00.27 ranlib: file: ../lib/libicuuc.a(ubrk.o) has no symbols | |
1:00.27 ranlib: file: ../lib/libicuuc.a(brkeng.o) has no symbols | |
1:00.27 ranlib: file: ../lib/libicuuc.a(dictbe.o) has no symbols | |
1:00.27 ranlib: file: ../lib/libicuuc.a(rbbi.o) has no symbols | |
1:00.27 ranlib: file: ../lib/libicuuc.a(rbbidata.o) has no symbols | |
1:00.27 ranlib: file: ../lib/libicuuc.a(rbbinode.o) has no symbols | |
1:00.27 ranlib: file: ../lib/libicuuc.a(rbbirb.o) has no symbols | |
1:00.27 ranlib: file: ../lib/libicuuc.a(rbbiscan.o) has no symbols | |
1:00.27 ranlib: file: ../lib/libicuuc.a(rbbisetb.o) has no symbols | |
1:00.27 ranlib: file: ../lib/libicuuc.a(rbbistbl.o) has no symbols | |
1:00.27 ranlib: file: ../lib/libicuuc.a(rbbitblb.o) has no symbols | |
1:00.27 ranlib: file: ../lib/libicuuc.a(cwchar.o) has no symbols | |
1:00.27 ranlib: file: ../lib/libicuuc.a(wintz.o) has no symbols | |
1:00.27 /usr/bin/make[6]: Making `all' in `i18n' | |
1:00.28 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/ucln_in.c | |
1:00.28 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/fmtable.cpp | |
1:00.29 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/format.cpp | |
1:00.29 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/msgfmt.cpp | |
1:00.29 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/umsg.cpp | |
1:00.29 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/numfmt.cpp | |
1:00.33 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/unum.cpp | |
1:00.34 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/decimfmt.cpp | |
1:00.35 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/dcfmtsym.cpp | |
1:00.35 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/ucurr.cpp | |
1:00.35 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/digitlst.cpp | |
1:00.35 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/fmtable_cnv.cpp | |
1:00.35 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/choicfmt.cpp | |
1:00.37 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/datefmt.cpp | |
1:00.37 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/smpdtfmt.cpp | |
1:00.37 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/dtfmtsym.cpp | |
1:00.38 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/reldtfmt.cpp | |
1:00.38 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/udat.cpp | |
1:00.38 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/dtptngen.cpp | |
1:00.40 Warning: -Wunused-parameter in /Users/zcarter/moz/b2g-src/mozilla-central/intl/icu/source/i18n/smpdtfmt.cpp: unused parameter 'capitalizationContext' | |
1:00.40 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/smpdtfmt.cpp:1175:45: warning: unused parameter 'capitalizationContext' [-Wunused-parameter] | |
1:00.40 UDisplayContext capitalizationContext, | |
1:00.41 ^ | |
1:00.41 Warning: -Wunused-parameter in /Users/zcarter/moz/b2g-src/mozilla-central/intl/icu/source/i18n/smpdtfmt.cpp: unused parameter 'fieldNum' | |
1:00.41 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/smpdtfmt.cpp:1176:37: warning: unused parameter 'fieldNum' [-Wunused-parameter] | |
1:00.41 int32_t fieldNum, | |
1:00.41 ^ | |
1:00.41 2 warnings generated. | |
1:00.41 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/udatpg.cpp | |
1:00.41 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/nfrs.cpp | |
1:00.41 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/nfrule.cpp | |
1:00.41 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/nfsubs.cpp | |
1:00.41 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/rbnf.cpp | |
1:00.41 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/numsys.cpp | |
1:00.43 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/ucsdet.cpp | |
1:00.43 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/ucal.cpp | |
1:00.44 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/calendar.cpp | |
1:00.44 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/gregocal.cpp | |
1:00.44 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/timezone.cpp | |
1:00.44 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/simpletz.cpp | |
1:00.45 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/olsontz.cpp | |
1:00.46 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/astro.cpp | |
1:00.46 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/taiwncal.cpp | |
1:00.47 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/buddhcal.cpp | |
1:00.47 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/persncal.cpp | |
1:00.47 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/islamcal.cpp | |
1:00.48 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/japancal.cpp | |
1:00.48 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/gregoimp.cpp | |
1:00.49 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/hebrwcal.cpp | |
1:00.50 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/indiancal.cpp | |
1:00.50 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/chnsecal.cpp | |
1:00.50 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/cecal.cpp | |
1:00.51 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/coptccal.cpp | |
1:00.51 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/ethpccal.cpp | |
1:00.52 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/coll.cpp | |
1:00.52 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/coleitr.cpp | |
1:00.52 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/tblcoll.cpp | |
1:00.53 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/sortkey.cpp | |
1:00.53 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/bocsu.cpp | |
1:00.54 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/ucoleitr.cpp | |
1:00.55 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/ucol.cpp | |
1:00.55 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/ucol_res.cpp | |
1:00.55 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/ucol_bld.cpp | |
1:00.56 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/ucol_sit.cpp | |
1:00.56 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/ucol_tok.cpp | |
1:00.57 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/ucol_wgt.cpp | |
1:00.58 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/ucol_cnt.cpp | |
1:00.58 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/ucol_elm.cpp | |
1:00.59 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/strmatch.cpp | |
1:00.59 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/usearch.cpp | |
1:00.59 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/search.cpp | |
1:00.60 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/stsearch.cpp | |
1:00.60 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/translit.cpp | |
1:00.60 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/utrans.cpp | |
1:00.61 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/esctrn.cpp | |
1:00.61 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/unesctrn.cpp | |
1:00.62 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/funcrepl.cpp | |
1:00.62 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/strrepl.cpp | |
1:00.62 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/tridpars.cpp | |
1:00.62 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/cpdtrans.cpp | |
1:00.62 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/rbt.cpp | |
1:00.62 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/rbt_data.cpp | |
1:00.63 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/rbt_pars.cpp | |
1:00.63 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/rbt_rule.cpp | |
1:00.63 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/rbt_set.cpp | |
1:00.63 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/nultrans.cpp | |
1:00.64 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/remtrans.cpp | |
1:00.64 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/casetrn.cpp | |
1:00.64 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/titletrn.cpp | |
1:00.64 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/tolowtrn.cpp | |
1:00.65 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/toupptrn.cpp | |
1:00.65 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/anytrans.cpp | |
1:00.66 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/name2uni.cpp | |
1:00.66 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/uni2name.cpp | |
1:00.66 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/nortrans.cpp | |
1:00.67 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/quant.cpp | |
1:00.67 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/transreg.cpp | |
1:00.67 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/brktrans.cpp | |
1:00.67 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/regexcmp.cpp | |
1:00.68 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/rematch.cpp | |
1:00.68 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/repattrn.cpp | |
1:00.68 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/regexst.cpp | |
1:00.68 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/regextxt.cpp | |
1:00.68 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/regeximp.cpp | |
1:00.69 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/uregex.cpp | |
1:00.70 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/uregexc.cpp | |
1:00.70 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/ulocdata.c | |
1:00.70 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/measfmt.cpp | |
1:00.70 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/currfmt.cpp | |
1:00.70 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/curramt.cpp | |
1:00.71 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/currunit.cpp | |
1:00.71 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/measure.cpp | |
1:00.72 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/utmscale.c | |
1:00.72 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/csdetect.cpp | |
1:00.72 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/csmatch.cpp | |
1:00.73 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/csr2022.cpp | |
1:00.73 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/csrecog.cpp | |
1:00.74 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/csrsbcs.cpp | |
1:00.74 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/csrmbcs.cpp | |
1:00.75 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/csrucode.cpp | |
1:00.75 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/csrutf8.cpp | |
1:00.75 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/inputext.cpp | |
1:00.76 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/wintzimpl.cpp | |
1:00.76 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/windtfmt.cpp | |
1:00.76 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/winnmfmt.cpp | |
1:00.76 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/basictz.cpp | |
1:00.76 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/dtrule.cpp | |
1:00.76 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/rbtz.cpp | |
1:00.77 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/tzrule.cpp | |
1:00.77 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/vtzone.cpp | |
1:00.77 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/tztrans.cpp | |
1:00.78 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/zonemeta.cpp | |
1:00.79 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/upluralrules.cpp | |
1:00.79 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/plurrule.cpp | |
1:00.80 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/plurfmt.cpp | |
1:00.80 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/selfmt.cpp | |
1:00.80 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/dtitvfmt.cpp | |
1:00.81 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/dtitvinf.cpp | |
1:00.81 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/udateintervalformat.cpp | |
1:00.82 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/tmunit.cpp | |
1:00.83 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/tmutamt.cpp | |
1:00.83 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/tmutfmt.cpp | |
1:00.83 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/colldata.cpp | |
1:00.84 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/bmsearch.cpp | |
1:00.84 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/bms.cpp | |
1:00.85 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/currpinf.cpp | |
1:00.85 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/uspoof.cpp | |
1:00.86 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/uspoof_impl.cpp | |
1:00.86 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/uspoof_conf.cpp | |
1:00.87 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/uspoof_build.cpp | |
1:00.88 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/uspoof_wsconf.cpp | |
1:00.88 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/decfmtst.cpp | |
1:00.89 Warning: -Wunused-parameter in /Users/zcarter/moz/b2g-src/mozilla-central/intl/icu/source/i18n/uspoof_build.cpp: unused parameter 'confusables' | |
1:00.89 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/uspoof_build.cpp:48:35: warning: unused parameter 'confusables' [-Wunused-parameter] | |
1:00.89 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, | |
1:00.89 ^ | |
1:00.89 Warning: -Wunused-parameter in /Users/zcarter/moz/b2g-src/mozilla-central/intl/icu/source/i18n/uspoof_build.cpp: unused parameter 'confusablesLen' | |
1:00.89 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/uspoof_build.cpp:48:57: warning: unused parameter 'confusablesLen' [-Wunused-parameter] | |
1:00.89 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, | |
1:00.89 ^ | |
1:00.89 Warning: -Wunused-parameter in /Users/zcarter/moz/b2g-src/mozilla-central/intl/icu/source/i18n/uspoof_build.cpp: unused parameter 'confusablesWholeScript' | |
1:00.89 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/uspoof_build.cpp:49:35: warning: unused parameter 'confusablesWholeScript' [-Wunused-parameter] | |
1:00.89 const char *confusablesWholeScript, int32_t confusablesWholeScriptLen, | |
1:00.89 ^ | |
1:00.89 Warning: -Wunused-parameter in /Users/zcarter/moz/b2g-src/mozilla-central/intl/icu/source/i18n/uspoof_build.cpp: unused parameter 'confusablesWholeScriptLen' | |
1:00.89 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/uspoof_build.cpp:49:67: warning: unused parameter 'confusablesWholeScriptLen' [-Wunused-parameter] | |
1:00.89 const char *confusablesWholeScript, int32_t confusablesWholeScriptLen, | |
1:00.89 ^ | |
1:00.89 Warning: -Wunused-parameter in /Users/zcarter/moz/b2g-src/mozilla-central/intl/icu/source/i18n/uspoof_build.cpp: unused parameter 'errorType' | |
1:00.90 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/uspoof_build.cpp:50:32: warning: unused parameter 'errorType' [-Wunused-parameter] | |
1:00.90 int32_t *errorType, UParseError *pe, UErrorCode *status) { | |
1:00.90 ^ | |
1:00.90 Warning: -Wunused-parameter in /Users/zcarter/moz/b2g-src/mozilla-central/intl/icu/source/i18n/uspoof_build.cpp: unused parameter 'pe' | |
1:00.90 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/uspoof_build.cpp:50:56: warning: unused parameter 'pe' [-Wunused-parameter] | |
1:00.90 int32_t *errorType, UParseError *pe, UErrorCode *status) { | |
1:00.90 ^ | |
1:00.90 6 warnings generated. | |
1:00.90 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/smpdtfst.cpp | |
1:00.90 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/ztrans.cpp | |
1:00.90 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/zrule.cpp | |
1:00.90 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/vzone.cpp | |
1:00.91 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/fphdlimp.cpp | |
1:00.91 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/fpositer.cpp | |
1:00.91 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/locdspnm.cpp | |
1:00.91 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/decNumber.c | |
1:00.92 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/decContext.c | |
1:00.92 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/alphaindex.cpp | |
1:00.92 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/tznames.cpp | |
1:00.93 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/tznames_impl.cpp | |
1:00.93 Warning: -Wunused-parameter in /Users/zcarter/moz/b2g-src/mozilla-central/intl/icu/source/i18n/locdspnm.cpp: unused parameter 'usage' | |
1:00.93 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/locdspnm.cpp:477:66: warning: unused parameter 'usage' [-Wunused-parameter] | |
1:00.93 LocaleDisplayNamesImpl::adjustForUsageAndContext(CapContextUsage usage, | |
1:00.93 ^ | |
1:00.94 1 warning generated. | |
1:00.94 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/tzgnames.cpp | |
1:00.94 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/tzfmt.cpp | |
1:00.94 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n/gender.cpp | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(strmatch.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(usearch.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(search.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(stsearch.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(translit.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(utrans.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(esctrn.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(unesctrn.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(funcrepl.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(strrepl.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(tridpars.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(cpdtrans.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(rbt.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(rbt_data.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(rbt_pars.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(rbt_rule.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(rbt_set.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(nultrans.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(remtrans.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(casetrn.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(titletrn.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(tolowtrn.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(toupptrn.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(anytrans.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(name2uni.o) has no symbols | |
1:01.05 /usr/bin/ranlib: file: ../lib/libicui18n.a(uni2name.o) has no symbols | |
1:01.06 /usr/bin/ranlib: file: ../lib/libicui18n.a(nortrans.o) has no symbols | |
1:01.06 /usr/bin/ranlib: file: ../lib/libicui18n.a(quant.o) has no symbols | |
1:01.06 /usr/bin/ranlib: file: ../lib/libicui18n.a(transreg.o) has no symbols | |
1:01.06 /usr/bin/ranlib: file: ../lib/libicui18n.a(brktrans.o) has no symbols | |
1:01.06 /usr/bin/ranlib: file: ../lib/libicui18n.a(regexcmp.o) has no symbols | |
1:01.06 /usr/bin/ranlib: file: ../lib/libicui18n.a(rematch.o) has no symbols | |
1:01.06 /usr/bin/ranlib: file: ../lib/libicui18n.a(repattrn.o) has no symbols | |
1:01.06 /usr/bin/ranlib: file: ../lib/libicui18n.a(regexst.o) has no symbols | |
1:01.06 /usr/bin/ranlib: file: ../lib/libicui18n.a(regeximp.o) has no symbols | |
1:01.06 /usr/bin/ranlib: file: ../lib/libicui18n.a(uregex.o) has no symbols | |
1:01.06 /usr/bin/ranlib: file: ../lib/libicui18n.a(uregexc.o) has no symbols | |
1:01.06 /usr/bin/ranlib: file: ../lib/libicui18n.a(wintzimpl.o) has no symbols | |
1:01.06 /usr/bin/ranlib: file: ../lib/libicui18n.a(windtfmt.o) has no symbols | |
1:01.06 /usr/bin/ranlib: file: ../lib/libicui18n.a(winnmfmt.o) has no symbols | |
1:01.06 /usr/bin/ranlib: file: ../lib/libicui18n.a(bmsearch.o) has no symbols | |
1:01.06 /usr/bin/ranlib: file: ../lib/libicui18n.a(bms.o) has no symbols | |
1:01.06 /usr/bin/ranlib: file: ../lib/libicui18n.a(uspoof_conf.o) has no symbols | |
1:01.06 /usr/bin/ranlib: file: ../lib/libicui18n.a(uspoof_wsconf.o) has no symbols | |
1:01.16 ranlib: file: ../lib/libicui18n.a(strmatch.o) has no symbols | |
1:01.16 ranlib: file: ../lib/libicui18n.a(usearch.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(search.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(stsearch.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(translit.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(utrans.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(esctrn.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(unesctrn.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(funcrepl.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(strrepl.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(tridpars.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(cpdtrans.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(rbt.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(rbt_data.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(rbt_pars.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(rbt_rule.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(rbt_set.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(nultrans.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(remtrans.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(casetrn.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(titletrn.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(tolowtrn.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(toupptrn.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(anytrans.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(name2uni.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(uni2name.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(nortrans.o) has no symbols | |
1:01.17 ranlib: file: ../lib/libicui18n.a(quant.o) has no symbols | |
1:01.18 ranlib: file: ../lib/libicui18n.a(transreg.o) has no symbols | |
1:01.18 ranlib: file: ../lib/libicui18n.a(brktrans.o) has no symbols | |
1:01.18 ranlib: file: ../lib/libicui18n.a(regexcmp.o) has no symbols | |
1:01.18 ranlib: file: ../lib/libicui18n.a(rematch.o) has no symbols | |
1:01.18 ranlib: file: ../lib/libicui18n.a(repattrn.o) has no symbols | |
1:01.18 ranlib: file: ../lib/libicui18n.a(regexst.o) has no symbols | |
1:01.18 ranlib: file: ../lib/libicui18n.a(regeximp.o) has no symbols | |
1:01.18 ranlib: file: ../lib/libicui18n.a(uregex.o) has no symbols | |
1:01.18 ranlib: file: ../lib/libicui18n.a(uregexc.o) has no symbols | |
1:01.18 ranlib: file: ../lib/libicui18n.a(wintzimpl.o) has no symbols | |
1:01.18 ranlib: file: ../lib/libicui18n.a(windtfmt.o) has no symbols | |
1:01.18 ranlib: file: ../lib/libicui18n.a(winnmfmt.o) has no symbols | |
1:01.18 ranlib: file: ../lib/libicui18n.a(bmsearch.o) has no symbols | |
1:01.18 ranlib: file: ../lib/libicui18n.a(bms.o) has no symbols | |
1:01.18 ranlib: file: ../lib/libicui18n.a(uspoof_conf.o) has no symbols | |
1:01.18 ranlib: file: ../lib/libicui18n.a(uspoof_wsconf.o) has no symbols | |
1:01.18 /usr/bin/make[6]: Making `all' in `tools' | |
1:01.18 /usr/bin/make[7]: Making `all' in `toolutil' | |
1:01.19 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/toolutil/filestrm.c | |
1:01.19 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/toolutil/package.cpp | |
1:01.19 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/toolutil/pkgitems.cpp | |
1:01.19 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/toolutil/swapimpl.cpp | |
1:01.19 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/toolutil/toolutil.cpp | |
1:01.20 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/toolutil/unewdata.c | |
1:01.21 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/toolutil/denseranges.cpp | |
1:01.21 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/toolutil/ucm.c | |
1:01.21 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/toolutil/ucmstate.c | |
1:01.22 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/toolutil/uoptions.c | |
1:01.22 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/toolutil/uparse.c | |
1:01.22 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/toolutil/xmlparser.cpp | |
1:01.22 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/toolutil/ucbuf.c | |
1:01.23 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/toolutil/writesrc.c | |
1:01.23 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/toolutil/pkg_icu.cpp | |
1:01.24 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/toolutil/pkg_genc.c | |
1:01.24 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/toolutil/pkg_gencmn.c | |
1:01.24 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/toolutil/ppucd.cpp | |
1:01.25 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/toolutil/flagparser.c | |
1:01.25 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/toolutil/filetools.cpp | |
1:01.25 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/toolutil/udbgutil.cpp | |
1:01.25 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/toolutil/dbgutil.cpp | |
1:01.26 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/toolutil/ucln_tu.c | |
1:01.29 /usr/bin/ranlib: file: ../../lib/libicutu.a(xmlparser.o) has no symbols | |
1:01.30 ranlib: file: ../../lib/libicutu.a(xmlparser.o) has no symbols | |
1:01.30 /usr/bin/make[7]: Making `all' in `ctestfw' | |
1:01.31 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/ctestfw/ctest.c | |
1:01.31 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/ctestfw/tstdtmod.cpp | |
1:01.31 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/ctestfw/testdata.cpp | |
1:01.31 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/ctestfw/datamap.cpp | |
1:01.31 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/ctestfw/uperf.cpp | |
1:01.31 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/ctestfw/ucln_ct.c | |
1:01.34 /usr/bin/make[7]: Making `all' in `makeconv' | |
1:01.35 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/makeconv/makeconv.c | |
1:01.35 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/makeconv/ucnvstat.c | |
1:01.35 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/makeconv/genmbcs.cpp | |
1:01.35 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/makeconv/gencnvex.c | |
1:01.44 config.status: creating tools/makeconv/makeconv.1 | |
1:01.65 /usr/bin/make[7]: Making `all' in `genrb' | |
1:01.65 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/genrb/errmsg.c | |
1:01.66 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/genrb/genrb.c | |
1:01.66 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/genrb/parse.cpp | |
1:01.66 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/genrb/read.c | |
1:01.66 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/genrb/reslist.c | |
1:01.66 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/genrb/ustr.c | |
1:01.67 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/genrb/rbutil.c | |
1:01.67 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/genrb/wrtjava.c | |
1:01.67 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/genrb/rle.c | |
1:01.67 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/genrb/wrtxml.cpp | |
1:01.67 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/genrb/prscmnts.cpp | |
1:01.68 Warning: -Wunused-variable in /Users/zcarter/moz/b2g-src/mozilla-central/intl/icu/source/tools/genrb/parse.cpp: unused variable 'k_type_reserved' | |
1:01.68 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/genrb/parse.cpp:1793:15: warning: unused variable 'k_type_reserved' [-Wunused-variable] | |
1:01.68 U_STRING_DECL(k_type_reserved, "reserved", 8); | |
1:01.68 ^ | |
1:01.68 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common/unicode/ustring.h:942:63: note: expanded from macro 'U_STRING_DECL' | |
1:01.68 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs) | |
1:01.68 ^ | |
1:01.68 1 warning generated. | |
1:01.68 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/genrb/derb.c | |
1:01.70 Warning: -Wunused-parameter in /Users/zcarter/moz/b2g-src/mozilla-central/intl/icu/source/tools/genrb/wrtxml.cpp: unused parameter 'src' | |
1:01.70 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/genrb/wrtxml.cpp:412:35: warning: unused parameter 'src' [-Wunused-parameter] | |
1:01.70 printNoteElements(struct UString *src, UErrorCode *status){ | |
1:01.70 ^ | |
1:01.70 Warning: -Wunused-parameter in /Users/zcarter/moz/b2g-src/mozilla-central/intl/icu/source/tools/genrb/wrtxml.cpp: unused parameter 'status' | |
1:01.70 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/genrb/wrtxml.cpp:412:52: warning: unused parameter 'status' [-Wunused-parameter] | |
1:01.70 printNoteElements(struct UString *src, UErrorCode *status){ | |
1:01.70 ^ | |
1:01.70 Warning: -Wunused-parameter in /Users/zcarter/moz/b2g-src/mozilla-central/intl/icu/source/tools/genrb/wrtxml.cpp: unused parameter 'src' | |
1:01.70 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/genrb/wrtxml.cpp:472:31: warning: unused parameter 'src' [-Wunused-parameter] | |
1:01.70 printComments(struct UString *src, const char *resName, UBool printTranslate, UErrorCode *status){ | |
1:01.70 ^ | |
1:01.70 Warning: -Wunused-parameter in /Users/zcarter/moz/b2g-src/mozilla-central/intl/icu/source/tools/genrb/wrtxml.cpp: unused parameter 'resName' | |
1:01.70 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/genrb/wrtxml.cpp:472:48: warning: unused parameter 'resName' [-Wunused-parameter] | |
1:01.70 printComments(struct UString *src, const char *resName, UBool printTranslate, UErrorCode *status){ | |
1:01.70 ^ | |
1:01.70 Warning: -Wunused-parameter in /Users/zcarter/moz/b2g-src/mozilla-central/intl/icu/source/tools/genrb/wrtxml.cpp: unused parameter 'printTranslate' | |
1:01.70 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/genrb/wrtxml.cpp:472:63: warning: unused parameter 'printTranslate' [-Wunused-parameter] | |
1:01.70 printComments(struct UString *src, const char *resName, UBool printTranslate, UErrorCode *status){ | |
1:01.70 ^ | |
1:01.71 Warning: -Wunused-parameter in /Users/zcarter/moz/b2g-src/mozilla-central/intl/icu/source/tools/genrb/wrtxml.cpp: unused parameter 'status' | |
1:01.71 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/genrb/wrtxml.cpp:472:91: warning: unused parameter 'status' [-Wunused-parameter] | |
1:01.71 printComments(struct UString *src, const char *resName, UBool printTranslate, UErrorCode *status){ | |
1:01.71 ^ | |
1:01.71 Warning: -Wunused-function in /Users/zcarter/moz/b2g-src/mozilla-central/intl/icu/source/tools/genrb/wrtxml.cpp: unused function 'print' | |
1:01.71 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/genrb/wrtxml.cpp:387:1: warning: unused function 'print' [-Wunused-function] | |
1:01.71 print(UChar* src, int32_t srcLen,const char *tagStart,const char *tagEnd, UErrorCode *status){ | |
1:01.71 ^ | |
1:01.71 Warning: -Wunused-function in /Users/zcarter/moz/b2g-src/mozilla-central/intl/icu/source/tools/genrb/wrtxml.cpp: unused function 'printAttribute' | |
1:01.71 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/genrb/wrtxml.cpp:462:13: warning: unused function 'printAttribute' [-Wunused-function] | |
1:01.71 static void printAttribute(const char *name, const UnicodeString value, int32_t /*len*/) | |
1:01.71 ^ | |
1:01.71 8 warnings generated. | |
1:01.77 config.status: creating tools/genrb/derb.1 | |
1:01.88 config.status: creating tools/genrb/genrb.1 | |
1:01.91 /usr/bin/make[7]: Making `all' in `genbrk' | |
1:01.92 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/genbrk/genbrk.cpp | |
1:01.98 config.status: creating tools/genbrk/genbrk.1 | |
1:02.01 /usr/bin/make[7]: Making `all' in `gencnval' | |
1:02.01 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/gencnval/gencnval.c | |
1:02.08 config.status: creating tools/gencnval/gencnval.1 | |
1:02.11 /usr/bin/make[7]: Making `all' in `gensprep' | |
1:02.11 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/gensprep/gensprep.c | |
1:02.11 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/gensprep/store.c | |
1:02.19 config.status: creating tools/gensprep/gensprep.8 | |
1:02.22 /usr/bin/make[7]: Making `all' in `icuinfo' | |
1:02.23 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/icuinfo/icuinfo.cpp | |
1:02.37 /usr/bin/make[7]: Making `all' in `genccode' | |
1:02.37 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/genccode/genccode.c | |
1:02.44 config.status: creating tools/genccode/genccode.8 | |
1:02.51 /usr/bin/make[7]: Making `all' in `gencmn' | |
1:02.51 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/gencmn/gencmn.c | |
1:02.58 config.status: creating tools/gencmn/gencmn.8 | |
1:02.65 /usr/bin/make[7]: Making `all' in `icupkg' | |
1:02.66 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/icupkg/icupkg.cpp | |
1:02.72 config.status: creating tools/icupkg/icupkg.8 | |
1:02.79 /usr/bin/make[7]: Making `all' in `pkgdata' | |
1:02.80 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/pkgdata/pkgdata.cpp | |
1:02.80 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/pkgdata/pkgtypes.c | |
1:02.87 config.status: creating tools/pkgdata/pkgdata.1 | |
1:02.97 /usr/bin/make[7]: Making `all' in `gentest' | |
1:02.97 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/gentest/gentest.c | |
1:02.97 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/gentest/genres32.c | |
1:03.11 /usr/bin/make[7]: Making `all' in `gennorm2' | |
1:03.11 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/gennorm2/gennorm2.cpp | |
1:03.11 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/gennorm2/n2builder.cpp | |
1:03.25 /usr/bin/make[7]: Making `all' in `gencfu' | |
1:03.26 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/gencfu/gencfu.cpp | |
1:03.27 Warning: -Wunused-function in /Users/zcarter/moz/b2g-src/mozilla-central/intl/icu/source/tools/gencfu/gencfu.cpp: unused function 'readFile' | |
1:03.27 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/gencfu/gencfu.cpp:302:21: warning: unused function 'readFile' [-Wunused-function] | |
1:03.27 static const char *readFile(const char *fileName, int32_t *len) { | |
1:03.27 ^ | |
1:03.27 1 warning generated. | |
1:03.32 config.status: creating tools/gencfu/gencfu.1 | |
1:03.35 /usr/bin/make[7]: Making `all' in `gendict' | |
1:03.35 ccache ... /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/gendict/gendict.cpp | |
1:03.36 Warning: -Wunused-variable in /Users/zcarter/moz/b2g-src/mozilla-central/intl/icu/source/tools/gendict/gendict.cpp: unused variable 'wordFileName' | |
1:03.36 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/gendict/gendict.cpp:302:17: warning: unused variable 'wordFileName' [-Wunused-variable] | |
1:03.36 const char *wordFileName = argv[1]; | |
1:03.36 ^ | |
1:03.37 Warning: -Wunused-variable in /Users/zcarter/moz/b2g-src/mozilla-central/intl/icu/source/tools/gendict/gendict.cpp: unused variable 'verbose' | |
1:03.37 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/gendict/gendict.cpp:295:11: warning: unused variable 'verbose' [-Wunused-variable] | |
1:03.37 UBool verbose = options[ARG_VERBOSE].doesOccur; | |
1:03.37 ^ | |
1:03.37 Warning: -Wunused-function in /Users/zcarter/moz/b2g-src/mozilla-central/intl/icu/source/tools/gendict/gendict.cpp: unused function 'readLine' | |
1:03.37 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/tools/gendict/gendict.cpp:255:14: warning: unused function 'readLine' [-Wunused-function] | |
1:03.37 static UBool readLine(UCHARBUF *f, UnicodeString &fileLine, IcuToolErrorCode &errorCode) { | |
1:03.37 ^ | |
1:03.37 3 warnings generated. | |
1:03.42 config.status: creating tools/gendict/gendict.1 | |
1:03.49 /usr/bin/make[6]: Making `all' in `data' | |
1:03.52 /bin/sh /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/mkinstalldirs ./out ./out/build ./out/build/icudt50l ./out/build/icudt50l/curr ./out/build/icudt50l/lang ./out/build/icudt50l/region ./out/build/icudt50l/zone ./out/build/icudt50l/brkitr ./out/build/icudt50l/coll ./out/build/icudt50l/rbnf ./out/build/icudt50l/translit ./out/tmp ./out/tmp/curr ./out/tmp/lang ./out/tmp/region ./out/tmp/zone ./out/tmp/coll ./out/tmp/rbnf ./out/tmp/translit ./out/tmp/brkitr | |
1:03.52 mkdir ./out | |
1:03.53 mkdir ./out/build | |
1:03.54 mkdir ./out/build/icudt50l | |
1:03.54 mkdir ./out/build/icudt50l/curr | |
1:03.55 mkdir ./out/build/icudt50l/lang | |
1:03.55 mkdir ./out/build/icudt50l/region | |
1:03.56 mkdir ./out/build/icudt50l/zone | |
1:03.56 mkdir ./out/build/icudt50l/brkitr | |
1:03.57 mkdir ./out/build/icudt50l/coll | |
1:03.57 mkdir ./out/build/icudt50l/rbnf | |
1:03.58 mkdir ./out/build/icudt50l/translit | |
1:03.58 mkdir ./out/tmp | |
1:03.59 mkdir ./out/tmp/curr | |
1:03.59 mkdir ./out/tmp/lang | |
1:03.60 mkdir ./out/tmp/region | |
1:03.60 mkdir ./out/tmp/zone | |
1:03.61 mkdir ./out/tmp/coll | |
1:03.61 mkdir ./out/tmp/rbnf | |
1:03.62 mkdir ./out/tmp/translit | |
1:03.62 mkdir ./out/tmp/brkitr | |
1:03.70 generating out/tmp/res_index.txt (list of installed locales) | |
1:04.32 generating out/tmp/lang/res_index.txt (list of installed language name locales) | |
1:04.32 generating out/tmp/curr/res_index.txt (list of installed currency name locales) | |
1:04.32 generating out/tmp/region/res_index.txt (list of installed region name locales) | |
1:04.93 generating out/tmp/zone/res_index.txt (list of installed time zone name locales) | |
1:07.47 generating out/tmp/coll/res_index.txt (list of installed collation locales) | |
1:07.47 generating out/tmp/brkitr/res_index.txt (list of installed break locales) | |
1:07.48 generating out/tmp/rbnf/res_index.txt (list of installed RBNF locales) | |
1:07.53 ALL_CFU_SOURCE: /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/data/unidata/confusables.txt /Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/data/unidata/confusablesWholeScript.txt | |
1:07.53 CFU_FILES: ./out/build/icudt50l/confusables.cfu | |
1:07.53 generating out/tmp/icudata.lst (list of data files) | |
1:07.54 CFU_FILES_SHORT: confusables.cfu | |
1:07.55 gencfu writes dummy out/build/icudt50l/confusables.cfu because of UCONFIG_NO_REGULAR_EXPRESSIONS and/or UCONFIG_NO_NORMALIZATION and/or UCONFIG_NO_FILE_IO, see uconfig.h | |
1:08.78 ./out/tmp/lang/res_index.txt:3: warning: Encountered empty array | |
1:08.78 ./out/tmp/region/res_index.txt:3: warning: Encountered empty array | |
1:08.79 ./out/tmp/brkitr/res_index.txt:3: warning: Encountered empty array | |
1:08.79 ./out/tmp/rbnf/res_index.txt:3: warning: Encountered empty array | |
1:10.79 pkgdata: /usr/local/bin/ccache /usr/bin/clang -DU_ATTRIBUTE_DEPRECATED= -DU_USING_ICU_NAMESPACE=0 -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1 -DUCONFIG_NO_LEGACY_CONVERSION -DUCONFIG_NO_TRANSLITERATION -DUCONFIG_NO_REGULAR_EXPRESSIONS -DUCONFIG_NO_BREAK_ITERATION -DU_DEBUG=1 -fPIC -g -O0 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fno-common -c -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common -I../common -dynamic -o ./out/tmp/icudt50l_dat.o ./out/tmp/icudt50l_dat.s | |
1:10.79 pkgdata: ar r -c ../lib/libicudata.a ./out/tmp/icudt50l_dat.o | |
1:10.79 pkgdata: ranlib ../lib/libicudata.a | |
1:10.80 Note: rebuild with "/usr/bin/make VERBOSE=1 all-local" to show all compiler parameters. | |
1:10.83 host_jskwgen.o | |
1:10.83 host_jsoplengen.o | |
1:10.84 host_jsoplengen | |
1:10.84 host_jskwgen | |
1:10.89 HashFunctions.o | |
1:10.89 Poison.o | |
1:10.89 SHA1.o | |
1:10.89 bignum-dtoa.o | |
1:10.89 bignum.o | |
1:10.89 cached-powers.o | |
1:10.89 diy-fp.o | |
1:10.90 double-conversion.o | |
1:10.90 fast-dtoa.o | |
1:10.90 fixed-dtoa.o | |
1:10.90 strtod.o | |
1:10.91 Decimal.o | |
1:10.91 ArgumentsObject.o | |
1:10.92 BinaryData.o | |
1:10.92 BytecodeCompiler.o | |
1:10.92 BytecodeEmitter.o | |
1:10.92 CharacterEncoding.o | |
1:10.93 DateTime.o | |
1:10.94 Debugger.o | |
1:10.96 Eval.o | |
1:12.38 ExecutableAllocator.o | |
1:13.48 FoldConstants.o | |
1:13.50 ForkJoin.o | |
1:13.60 GlobalObject.o | |
1:13.70 Interpreter.o | |
1:14.32 Intl.o | |
1:14.73 Iteration.o | |
1:15.07 LifoAlloc.o | |
1:15.44 MapObject.o | |
1:15.46 Marking.o | |
1:16.27 Memory.o | |
1:16.66 Module.o | |
1:16.78 Monitor.o | |
1:17.25 NameFunctions.o | |
1:17.27 Nursery.o | |
1:17.86 Object.o | |
1:17.87 ObjectImpl.o | |
1:17.96 PageBlock.o | |
1:18.47 ParallelArray.o | |
1:18.52 ParseMaps.o | |
1:18.87 ParseNode.o | |
1:18.90 Parser.o | |
1:19.66 Probes.o | |
1:19.89 In file included from /Users/zcarter/moz/b2g-src/mozilla-central/js/src/vm/ObjectImpl.cpp:7: | |
1:19.89 In file included from /Users/zcarter/moz/b2g-src/mozilla-central/js/src/vm/ObjectImpl-inl.h:10: | |
1:19.90 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/vm/ObjectImpl.h:152:8: error: no member named 'operator=' in 'JS::Value' | |
1:19.90 struct PropDesc { | |
1:19.90 ^~~~~~~~ | |
1:19.90 /Users/zcarter/moz/b2g-src/mozilla-central/js/src/vm/ObjectImpl.cpp:368:15: note: implicit default move assignment operator for 'js::PropDesc' first required here | |
1:19.90 *desc = PropDesc::undefined(); | |
1:19.90 ^ | |
1:19.90 1 error generated. | |
1:19.90 | |
1:19.90 In the directory /Users/zcarter/moz/b2g-src/build_mc/js/src | |
1:19.90 The following command failed to execute properly: | |
1:19.90 /usr/local/bin/ccache /usr/bin/clang++ -o ObjectImpl.o -c -fvisibility=hidden -DENABLE_PARALLEL_JS -DIMPL_MFBT -DNO_NSPR_10_SUPPORT -DEXPORT_JS_API -DJS_HAS_CTYPES -DDLL_PREFIX="lib" -DDLL_SUFFIX=".dylib" -DUSE_ZLIB -Ictypes/libffi/include -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../mfbt/double-conversion -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/common -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src/../../intl/icu/source/i18n -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src -I. -I./../../dist/include -I/Users/zcarter/moz/b2g-src/build_mc/dist/include/nspr -I/Users/zcarter/moz/b2g-src/mozilla-central/js/src -fPIC -Qunused-arguments -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -DMOZ_ENABLE_JS_DUMP -fno-common -fno-rtti -fno-exceptions -std=gnu++0x -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -Qunused-arguments -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MP -MF .deps/ObjectImpl.o.pp /Users/zcarter/moz/b2g-src/mozilla-central/js/src/vm/ObjectImpl.cpp | |
1:19.90 make[5]: *** [ObjectImpl.o] Error 1 | |
1:19.90 make[5]: *** Waiting for unfinished jobs.... | |
1:22.91 make[4]: *** [default] Error 2 | |
1:22.91 make[3]: *** [tier_js] Error 2 | |
1:22.91 make[2]: *** [default] Error 2 | |
1:22.91 make[1]: *** [realbuild] Error 2 | |
1:22.91 make: *** [build] Error 2 | |
1:22.93 86 compiler warnings present. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment