error: use of undeclared identifier 'mallctl'
AN
andy at neu.net
Wed Nov 14 23:12:53 UTC 2012
FreeBSD FBSD10 10.0-CURRENT FreeBSD
10.0-CURRENT #36 r242623: Mon Nov 5
16:23:17 EST 2012 root at FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64
clang++ -o nsStackWalk.o -c -I../../dist/stl_wrappers
-I../../dist/system_wrappers -include ../../../config/gcc_hidden.h
-DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM
-DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET
-DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DSTATIC_EXPORTABLE_JS_API
-DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES -DOS_POSIX=1
-DOS_FREEBSD=1 -DOS_BSD=1 -D_IMPL_NS_COM -I../../../ipc/chromium/src
-I../../../ipc/glue -I../../ipc/ipdl/_ipdlheaders
-I../../../xpcom/base/../build -I../../../xpcom/ds -I../../../xpcom/base
-I. -I../../dist/include -I/usr/local/include/nspr
-I/usr/local/include/nss -I/usr/local/include/nss/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 -Wno-ctor-dtor-privacy -Wno-overlength-strings
-Wno-invalid-offsetof -Wno-variadic-macros -Wno-c++0x-extensions
-Wno-extended-offsetof -Wno-unknown-warning-option
-Wno-return-type-c-linkage -Wno-mismatched-tags -O2 -pipe
-fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti
-ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe
-DNDEBUG -DTRIMMED -O2 -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/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
-I/usr/local/include/cairo -D_REENTRANT -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
-Qunused-arguments -isystem/usr/local/include -I/usr/local/include
-DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MF
.deps/nsStackWalk.o.pp
/home/root/ff_nightly/work/mozilla-central-df3421b24be8/xpcom/base/nsStackWalk.cpp
nsMemoryReporterManager.cpp
/home/root/ff_nightly/work/mozilla-central-df3421b24be8/xpcom/base/nsTraceRefcntImpl.cpp:374:15:
warning: format
specifies type 'unsigned long long' but the argument has type
'uint64_t' (aka 'unsigned long') [-Wformat]
(nsCRT::strcmp(mClassName, "TOTAL"))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/root/ff_nightly/work/mozilla-central-df3421b24be8/xpcom/base/nsTraceRefcntImpl.cpp:377:15:
warning: format
specifies type 'unsigned long long' but the argument has type
'uint64_t' (aka 'unsigned long') [-Wformat]
stats->mCreates,
^~~~~~~~~~~~~~~
/home/root/ff_nightly/work/mozilla-central-df3421b24be8/xpcom/base/nsTraceRefcntImpl.cpp:378:15:
warning: format
specifies type 'unsigned long long' but the argument has type
'unsigned long' [-Wformat]
(stats->mCreates - stats->mDestroys),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/root/ff_nightly/work/mozilla-central-df3421b24be8/xpcom/base/nsTraceRefcntImpl.cpp:381:15:
warning: format
specifies type 'unsigned long long' but the argument has type
'uint64_t' (aka 'unsigned long') [-Wformat]
stats->mAddRefs,
^~~~~~~~~~~~~~~
/home/root/ff_nightly/work/mozilla-central-df3421b24be8/xpcom/base/nsTraceRefcntImpl.cpp:382:15:
warning: format
specifies type 'unsigned long long' but the argument has type
'unsigned long' [-Wformat]
(stats->mAddRefs - stats->mReleases),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
clang++ -o nsMemoryReporterManager.o -c -I../../dist/stl_wrappers
-I../../dist/system_wrappers -include ../../../config/gcc_hidden.h
-DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM
-DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET
-DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DSTATIC_EXPORTABLE_JS_API
-DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES -DOS_POSIX=1
-DOS_FREEBSD=1 -DOS_BSD=1 -D_IMPL_NS_COM -I../../../ipc/chromium/src
-I../../../ipc/glue -I../../ipc/ipdl/_ipdlheaders
-I../../../xpcom/base/../build -I../../../xpcom/ds -I../../../xpcom/base
-I. -I../../dist/include -I/usr/local/include/nspr
-I/usr/local/include/nss -I/usr/local/include/nss/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 -Wno-ctor-dtor-privacy -Wno-overlength-strings
-Wno-invalid-offsetof -Wno-variadic-macros -Wno-c++0x-extensions
-Wno-extended-offsetof -Wno-unknown-warning-option
-Wno-return-type-c-linkage -Wno-mismatched-tags -O2 -pipe
-fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti
-ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe
-DNDEBUG -DTRIMMED -O2 -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/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
-I/usr/local/include/cairo -D_REENTRANT -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
-Qunused-arguments -isystem/usr/local/include -I/usr/local/include
-DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MF
.deps/nsMemoryReporterManager.o.pp
/home/root/ff_nightly/work/mozilla-central-df3421b24be8/xpcom/base/nsMemoryReporterManager.cpp
ClearOnShutdown.cpp
5 warnings generated.
clang++ -o ClearOnShutdown.o -c -I../../dist/stl_wrappers
-I../../dist/system_wrappers -include ../../../config/gcc_hidden.h
-DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM
-DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET
-DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DSTATIC_EXPORTABLE_JS_API
-DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES -DOS_POSIX=1
-DOS_FREEBSD=1 -DOS_BSD=1 -D_IMPL_NS_COM -I../../../ipc/chromium/src
-I../../../ipc/glue -I../../ipc/ipdl/_ipdlheaders
-I../../../xpcom/base/../build -I../../../xpcom/ds -I../../../xpcom/base
-I. -I../../dist/include -I/usr/local/include/nspr
-I/usr/local/include/nss -I/usr/local/include/nss/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 -Wno-ctor-dtor-privacy -Wno-overlength-strings
-Wno-invalid-offsetof -Wno-variadic-macros -Wno-c++0x-extensions
-Wno-extended-offsetof -Wno-unknown-warning-option
-Wno-return-type-c-linkage -Wno-mismatched-tags -O2 -pipe
-fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti
-ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe
-DNDEBUG -DTRIMMED -O2 -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/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
-I/usr/local/include/cairo -D_REENTRANT -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
-Qunused-arguments -isystem/usr/local/include -I/usr/local/include
-DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MF
.deps/ClearOnShutdown.o.pp
/home/root/ff_nightly/work/mozilla-central-df3421b24be8/xpcom/base/ClearOnShutdown.cpp
VisualEventTracer.cpp
clang++ -o VisualEventTracer.o -c -I../../dist/stl_wrappers
-I../../dist/system_wrappers -include ../../../config/gcc_hidden.h
-DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM
-DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET
-DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DSTATIC_EXPORTABLE_JS_API
-DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES -DOS_POSIX=1
-DOS_FREEBSD=1 -DOS_BSD=1 -D_IMPL_NS_COM -I../../../ipc/chromium/src
-I../../../ipc/glue -I../../ipc/ipdl/_ipdlheaders
-I../../../xpcom/base/../build -I../../../xpcom/ds -I../../../xpcom/base
-I. -I../../dist/include -I/usr/local/include/nspr
-I/usr/local/include/nss -I/usr/local/include/nss/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 -Wno-ctor-dtor-privacy -Wno-overlength-strings
-Wno-invalid-offsetof -Wno-variadic-macros -Wno-c++0x-extensions
-Wno-extended-offsetof -Wno-unknown-warning-option
-Wno-return-type-c-linkage -Wno-mismatched-tags -O2 -pipe
-fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti
-ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe
-DNDEBUG -DTRIMMED -O2 -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/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
-I/usr/local/include/cairo -D_REENTRANT -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
-Qunused-arguments -isystem/usr/local/include -I/usr/local/include
-DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MF
.deps/VisualEventTracer.o.pp
/home/root/ff_nightly/work/mozilla-central-df3421b24be8/xpcom/base/VisualEventTracer.cpp
nsErrorAsserts.cpp
clang++ -o nsErrorAsserts.o -c -I../../dist/stl_wrappers
-I../../dist/system_wrappers -include ../../../config/gcc_hidden.h
-DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM
-DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET
-DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DSTATIC_EXPORTABLE_JS_API
-DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES -DOS_POSIX=1
-DOS_FREEBSD=1 -DOS_BSD=1 -D_IMPL_NS_COM -I../../../ipc/chromium/src
-I../../../ipc/glue -I../../ipc/ipdl/_ipdlheaders
-I../../../xpcom/base/../build -I../../../xpcom/ds -I../../../xpcom/base
-I. -I../../dist/include -I/usr/local/include/nspr
-I/usr/local/include/nss -I/usr/local/include/nss/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 -Wno-ctor-dtor-privacy -Wno-overlength-strings
-Wno-invalid-offsetof -Wno-variadic-macros -Wno-c++0x-extensions
-Wno-extended-offsetof -Wno-unknown-warning-option
-Wno-return-type-c-linkage -Wno-mismatched-tags -O2 -pipe
-fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti
-ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe
-DNDEBUG -DTRIMMED -O2 -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/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
-I/usr/local/include/cairo -D_REENTRANT -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
-Qunused-arguments -isystem/usr/local/include -I/usr/local/include
-DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MF
.deps/nsErrorAsserts.o.pp
/home/root/ff_nightly/work/mozilla-central-df3421b24be8/xpcom/base/nsErrorAsserts.cpp
nsGZFileWriter.cpp
clang++ -o nsGZFileWriter.o -c -I../../dist/stl_wrappers
-I../../dist/system_wrappers -include ../../../config/gcc_hidden.h
-DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM
-DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET
-DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DSTATIC_EXPORTABLE_JS_API
-DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES -DOS_POSIX=1
-DOS_FREEBSD=1 -DOS_BSD=1 -D_IMPL_NS_COM -I../../../ipc/chromium/src
-I../../../ipc/glue -I../../ipc/ipdl/_ipdlheaders
-I../../../xpcom/base/../build -I../../../xpcom/ds -I../../../xpcom/base
-I. -I../../dist/include -I/usr/local/include/nspr
-I/usr/local/include/nss -I/usr/local/include/nss/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 -Wno-ctor-dtor-privacy -Wno-overlength-strings
-Wno-invalid-offsetof -Wno-variadic-macros -Wno-c++0x-extensions
-Wno-extended-offsetof -Wno-unknown-warning-option
-Wno-return-type-c-linkage -Wno-mismatched-tags -O2 -pipe
-fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti
-ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe
-DNDEBUG -DTRIMMED -O2 -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/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
-I/usr/local/include/cairo -D_REENTRANT -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
-Qunused-arguments -isystem/usr/local/include -I/usr/local/include
-DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MF
.deps/nsGZFileWriter.o.pp
/home/root/ff_nightly/work/mozilla-central-df3421b24be8/xpcom/base/nsGZFileWriter.cpp
nsMemoryInfoDumper.cpp
clang++ -o nsMemoryInfoDumper.o -c -I../../dist/stl_wrappers
-I../../dist/system_wrappers -include ../../../config/gcc_hidden.h
-DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM
-DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET
-DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DSTATIC_EXPORTABLE_JS_API
-DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES -DOS_POSIX=1
-DOS_FREEBSD=1 -DOS_BSD=1 -D_IMPL_NS_COM -I../../../ipc/chromium/src
-I../../../ipc/glue -I../../ipc/ipdl/_ipdlheaders
-I../../../xpcom/base/../build -I../../../xpcom/ds -I../../../xpcom/base
-I. -I../../dist/include -I/usr/local/include/nspr
-I/usr/local/include/nss -I/usr/local/include/nss/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 -Wno-ctor-dtor-privacy -Wno-overlength-strings
-Wno-invalid-offsetof -Wno-variadic-macros -Wno-c++0x-extensions
-Wno-extended-offsetof -Wno-unknown-warning-option
-Wno-return-type-c-linkage -Wno-mismatched-tags -O2 -pipe
-fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti
-ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe
-DNDEBUG -DTRIMMED -O2 -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/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
-I/usr/local/include/cairo -D_REENTRANT -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
-Qunused-arguments -isystem/usr/local/include -I/usr/local/include
-DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MF
.deps/nsMemoryInfoDumper.o.pp
/home/root/ff_nightly/work/mozilla-central-df3421b24be8/xpcom/base/nsMemoryInfoDumper.cpp
nsMessageLoop.cpp
clang++ -o nsMessageLoop.o -c -I../../dist/stl_wrappers
-I../../dist/system_wrappers -include ../../../config/gcc_hidden.h
-DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM
-DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET
-DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DSTATIC_EXPORTABLE_JS_API
-DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES -DOS_POSIX=1
-DOS_FREEBSD=1 -DOS_BSD=1 -D_IMPL_NS_COM -I../../../ipc/chromium/src
-I../../../ipc/glue -I../../ipc/ipdl/_ipdlheaders
-I../../../xpcom/base/../build -I../../../xpcom/ds -I../../../xpcom/base
-I. -I../../dist/include -I/usr/local/include/nspr
-I/usr/local/include/nss -I/usr/local/include/nss/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 -Wno-ctor-dtor-privacy -Wno-overlength-strings
-Wno-invalid-offsetof -Wno-variadic-macros -Wno-c++0x-extensions
-Wno-extended-offsetof -Wno-unknown-warning-option
-Wno-return-type-c-linkage -Wno-mismatched-tags -O2 -pipe
-fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti
-ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe
-DNDEBUG -DTRIMMED -O2 -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/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
-I/usr/local/include/cairo -D_REENTRANT -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
-Qunused-arguments -isystem/usr/local/include -I/usr/local/include
-DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MF
.deps/nsMessageLoop.o.pp
/home/root/ff_nightly/work/mozilla-central-df3421b24be8/xpcom/base/nsMessageLoop.cpp
AvailableMemoryTracker.cpp
clang++ -o AvailableMemoryTracker.o -c -I../../dist/stl_wrappers
-I../../dist/system_wrappers -include ../../../config/gcc_hidden.h
-DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM
-DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET
-DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DSTATIC_EXPORTABLE_JS_API
-DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES -DOS_POSIX=1
-DOS_FREEBSD=1 -DOS_BSD=1 -D_IMPL_NS_COM -I../../../ipc/chromium/src
-I../../../ipc/glue -I../../ipc/ipdl/_ipdlheaders
-I../../../xpcom/base/../build -I../../../xpcom/ds -I../../../xpcom/base
-I. -I../../dist/include -I/usr/local/include/nspr
-I/usr/local/include/nss -I/usr/local/include/nss/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 -Wno-ctor-dtor-privacy -Wno-overlength-strings
-Wno-invalid-offsetof -Wno-variadic-macros -Wno-c++0x-extensions
-Wno-extended-offsetof -Wno-unknown-warning-option
-Wno-return-type-c-linkage -Wno-mismatched-tags -O2 -pipe
-fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti
-ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe
-DNDEBUG -DTRIMMED -O2 -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/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
-I/usr/local/include/cairo -D_REENTRANT -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
-Qunused-arguments -isystem/usr/local/include -I/usr/local/include
-DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MF
.deps/AvailableMemoryTracker.o.pp
/home/root/ff_nightly/work/mozilla-central-df3421b24be8/xpcom/base/AvailableMemoryTracker.cpp
/home/root/ff_nightly/work/mozilla-central-df3421b24be8/xpcom/base/AvailableMemoryTracker.cpp:502:3:
error: use of
undeclared identifier 'mallctl'
mallctl("arenas.purge", nullptr, 0, nullptr, 0);
^
1 error generated.
gmake[4]: *** [AvailableMemoryTracker.o] Error 1
gmake[4]: *** Waiting for unfinished jobs....
gmake[4]: Leaving directory
`/home/root/ff_nightly/work/mozilla-central-df3421b24be8/obj-x86_64-portbld-freebsd10.0/xpcom/base'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory
`/home/root/ff_nightly/work/mozilla-central-df3421b24be8/obj-x86_64-portbld-freebsd10.0/xpcom'
gmake[2]: *** [libs_tier_platform] Error 2
gmake[2]: Leaving directory
`/home/root/ff_nightly/work/mozilla-central-df3421b24be8/obj-x86_64-portbld-freebsd10.0'
gmake[1]: *** [tier_platform] Error 2
gmake[1]: Leaving directory
`/home/root/ff_nightly/work/mozilla-central-df3421b24be8/obj-x86_64-portbld-freebsd10.0'
gmake: *** [default] Error 2
*** [do-build] Error code 1
Stop in /home/root/ff_nightly.
*** [/home/root/ff_nightly/work/.build_done.firefox._usr_local] Error code
1
More information about the freebsd-gecko
mailing list