[SVN-Commit] r1336 - trunk/Mk
AN
andy at neu.net
Sun Aug 25 19:01:34 UTC 2013
/usr/bin/clang++ -o EventTracer.o -c -I../../dist/stl_wrappers
-I../../dist/system_wrappers -include ../../../config/gcc_hidden.h
-DUSE_GLX_TEST -DMOZ_APP_NAME='"firefox"' -DMOZ_APP_VERSION='"26.0a1"'
-DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL
-DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DOS_POSIX=1
-DOS_FREEBSD=1 -DOS_BSD=1 -DOS_TARGET=\"FreeBSD\"
-DMOZ_WIDGET_TOOLKIT=\"gtk2\" -DTARGET_XPCOM_ABI=\"x86_64-gcc3\"
-DTARGET_OS_ABI=\"FreeBSD_x86_64-gcc3\" -DTOOLKIT_EM_VERSION=\"26.0a1\"
-DWRAP_SYSTEM_INCLUDES -DGRE_MILESTONE=26.0a1 -DGRE_BUILDID=20130825134327
-DAPP_VERSION=26.0a1 -DAPP_ID="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
-I../../../widget/xremoteclient -I../../../ipc/chromium/src
-I../../../ipc/glue -I../../ipc/ipdl/_ipdlheaders
-I../../../testing/gtest/mozilla -I../../../toolkit/xre/../profile
-I../../../dom/ipc -I../../../toolkit/crashreporter -I../../../dom/base
-I../../../xpcom/build -I../../../config -I../../../toolkit/xre -I.
-I../../dist/include -I/usr/local/include/nspr
-I/usr/ports/www/FF_nightly/work/mozilla-central-60c382ba1773/obj-x86_64-unknown-freebsd10.0/dist/include/nss
-I/usr/local/include -I/usr/local/include -fPIC -Qunused-arguments
-isystem/usr/local/include -I/usr/local/include -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 -O2 -pipe -O3
-B/usr/local/bin -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing
-fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x
-pipe -DNDEBUG -DTRIMMED -O2 -O3 -fomit-frame-pointer
-I../../../widget/gtk2/compat -I/usr/local/include/gtk-unix-print-2.0
-I/usr/local/include/atk-1.0 -I/usr/local/include/harfbuzz
-I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0
-I/usr/local/include/gio-unix-2.0/ -I/usr/local/include/gdk-pixbuf-2.0
-pthread -I/usr/local/include/cairo -I/usr/local/include/glib-2.0
-I/usr/local/include/pixman-1 -I/usr/local/include/freetype2
-I/usr/local/include/libpng15 -D_THREAD_SAFE -I/usr/local/include
-I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include
-I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include
-I/usr/local/include/glib-2.0 -I/usr/local/include
-I/usr/local/include/harfbuzz -I/usr/local/include/pango-1.0 -pthread
-I/usr/local/include/cairo -I/usr/local/include/glib-2.0
-I/usr/local/include/pixman-1 -I/usr/local/include/freetype2
-I/usr/local/include/libpng15 -D_THREAD_SAFE -I/usr/local/include
-I/usr/local/include -Qunused-arguments -isystem/usr/local/include
-I/usr/local/include -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD
-MP -MF .deps/EventTracer.o.pp
/usr/ports/www/FF_nightly/work/mozilla-central-60c382ba1773/toolkit/xre/EventTracer.cpp
In file included from
/usr/ports/www/FF_nightly/work/mozilla-central-60c382ba1773/toolkit/xre/EventTracer.cpp:51:
../../dist/include/GeckoProfiler.h:103:55: error: unknown type name
'uint32_t'
const char** aFeatures, uint32_t
aFeatureCount,
^
../../dist/include/GeckoProfiler.h:104:64: error: unknown type name
'uint32_t'
const char** aThreadNameFilters, uint32_t
aFilterCount) {}
^
/usr/ports/www/FF_nightly/work/mozilla-central-60c382ba1773/toolkit/xre/EventTracer.cpp:127:50:
warning: format
specifies type 'unsigned long long' but the argument has type 'long'
[-Wformat]
fprintf(log, "MOZ_EVENT_TRACE start %llu\n", PR_Now() /
PR_USEC_PER_MSEC);
~~~~
^~~~~~~~~~~~~~~~~~~~~~~~~~~
%ld
/usr/ports/www/FF_nightly/work/mozilla-central-60c382ba1773/toolkit/xre/EventTracer.cpp:143:17:
warning: format
specifies type 'unsigned long long' but the argument has type 'long'
[-Wformat]
PR_Now() / PR_USEC_PER_MSEC,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/ports/www/FF_nightly/work/mozilla-central-60c382ba1773/toolkit/xre/EventTracer.cpp:163:49:
warning: format
specifies type 'unsigned long long' but the argument has type 'long'
[-Wformat]
fprintf(log, "MOZ_EVENT_TRACE stop %llu\n", PR_Now() /
PR_USEC_PER_MSEC);
~~~~
^~~~~~~~~~~~~~~~~~~~~~~~~~~
%ld
3 warnings and 2 errors generated.
gmake[7]: *** [EventTracer.o] Error 1
gmake[7]: *** Waiting for unfinished jobs....
/usr/ports/www/FF_nightly/work/mozilla-central-60c382ba1773/toolkit/xre/nsAppRunner.cpp:3904:3:
warning:
'g_slice_set_config' is deprecated [-Wdeprecated-declarations]
g_slice_set_config(G_SLICE_CONFIG_ALWAYS_MALLOC, 1);
^
/usr/local/include/glib-2.0/glib/gslice.h:87:10: note:
'g_slice_set_config' declared here
void g_slice_set_config (GSliceConfig ckey, gint64 value);
^
/usr/ports/www/FF_nightly/work/mozilla-central-60c382ba1773/toolkit/xre/nsAppRunner.cpp:3906:3:
warning:
'g_thread_init' is deprecated [-Wdeprecated-declarations]
g_thread_init(NULL);
^
/usr/local/include/glib-2.0/glib/deprecated/gthread.h:261:10: note:
'g_thread_init' declared here
void g_thread_init (gpointer vtable);
^
/usr/ports/www/FF_nightly/work/mozilla-central-60c382ba1773/toolkit/xre/nsEmbedFunctions.cpp:388:3:
warning:
'g_thread_init' is deprecated [-Wdeprecated-declarations]
g_thread_init(NULL);
^
/usr/local/include/glib-2.0/glib/deprecated/gthread.h:261:10: note:
'g_thread_init' declared here
void g_thread_init (gpointer vtable);
^
1 warning generated.
2 warnings generated.
gmake[7]: Leaving directory
`/usr/ports/www/FF_nightly/work/mozilla-central-60c382ba1773/obj-x86_64-unknown-freebsd10.0/toolkit/xre'
gmake[6]: *** [libs] Error 2
gmake[6]: Leaving directory
`/usr/ports/www/FF_nightly/work/mozilla-central-60c382ba1773/obj-x86_64-unknown-freebsd10.0/toolkit'
gmake[5]: *** [libs_tier_platform] Error 2
gmake[5]: Leaving directory
`/usr/ports/www/FF_nightly/work/mozilla-central-60c382ba1773/obj-x86_64-unknown-freebsd10.0'
gmake[4]: *** [tier_platform] Error 2
gmake[4]: Leaving directory
`/usr/ports/www/FF_nightly/work/mozilla-central-60c382ba1773/obj-x86_64-unknown-freebsd10.0'
gmake[3]: *** [default] Error 2
gmake[3]: Leaving directory
`/usr/ports/www/FF_nightly/work/mozilla-central-60c382ba1773/obj-x86_64-unknown-freebsd10.0'
===> Compilation failed unexpectedly.
More information about the freebsd-gecko
mailing list