のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

gecko/.mozconfigを変更した後、更新する方法

$ cd B2G/gecko
$ make -f client.mk configure
ログ
cp /home/m_fujii/B2G_nexus/B2G/gecko/.mozconfig /home/m_fujii/B2G_nexus/B2G/gecko/objdir-gonk-debug/.mozconfig
cd /home/m_fujii/B2G_nexus/B2G/gecko/objdir-gonk-debug
/home/m_fujii/B2G_nexus/B2G/gecko/configure
####################################### My first mozilla config <==========================.mozconfigが動いた。
Adding configure options from /home/m_fujii/B2G_nexus/B2G/gecko/.mozconfig:
  --enable-logging
loading cache ./config.cache
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking build system type... x86_64-unknown-linux-gnu
checking for mawk... (cached) mawk
checking for strerror... (cached) yes
checking for lchown... (cached) yes
checking for fchmod... (cached) yes
checking for snprintf... (cached) yes
checking for memmove... (cached) yes
checking for rint... (cached) no
checking for stat64... (cached) yes
checking for lstat64... (cached) yes
checking for truncate64... (cached) yes
checking for setbuf... (cached) yes
checking for isatty... (cached) yes
checking for statvfs64... (cached) yes
checking for statvfs... (cached) yes
checking for statfs64... (cached) yes
checking for statfs... (cached) yes
checking for flockfile... (cached) yes
checking for getpagesize... (cached) yes
checking for localtime_r... (cached) yes
checking for strtok_r... (cached) yes
checking for clock_gettime(CLOCK_MONOTONIC)... (cached) -lrt
checking for wcrtomb... (cached) yes
checking for mbrtowc... (cached) yes
checking for res_ninit()... (cached) yes
checking for gnu_get_libc_version()... (cached) yes
checking for iconv in -lc... (cached) yes
checking for iconv()... (cached) yes
checking for iconv() with const input... (cached) no
checking for nl_langinfo and CODESET... (cached) yes
checking for an implementation of va_copy()... (cached) yes
checking for an implementation of __va_copy()... (cached) yes
checking whether va_lists can be copied by value... (cached) no
checking for modern C++ template specialization syntax support... (cached) yes
checking whether partial template specialization works... (cached) yes
checking whether the C++ "using" keyword resolves ambiguity... (cached) yes
checking for C++ dynamic_cast to void*... (cached) yes
checking whether C++ requires implementation of unused virtual methods... (cached) yes
checking for trouble comparing to zero near std::operator!=()... (cached) no
checking for __thread keyword for TLS variables... (cached) yes
checking for malloc.h... (cached) yes
checking for strndup... (cached) yes
checking for posix_memalign... (cached) yes
checking for memalign... (cached) yes
checking for valloc... (cached) yes
checking for malloc_usable_size... (cached) yes
checking for __attribute__*1... (cached) yes
checking for __attribute__*2... (cached) yes
checking for __attribute__*3... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking for localeconv... (cached) yes
checking for YASM assembler... checking for yasm... (cached) yasm
checking for application to build... browser
checking if app-specific confvars.sh exists... /home/m_fujii/B2G_nexus/B2G/gecko/browser/confvars.sh
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for gtk+-2.0 >= 2.10.0 gtk+-unix-print-2.0 glib-2.0 gobject-2.0 gdk-x11-2.0... yes
checking MOZ_GTK2_CFLAGS... -pthread -I/usr/include/gtk-2.0 
 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
 -I/usr/include/atk-1.0 
 -I/usr/include/cairo 
 -I/usr/include/gdk-pixbuf-2.0 
 -I/usr/include/pango-1.0 
 -I/usr/include/gio-unix-2.0/ 
 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-unix-print-2.0  
checking MOZ_GTK2_LIBS... -lgtk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 
 -lfreetype -lfontconfig -lgdk-x11-2.0 
 -lpangocairo-1.0 -lgdk_pixbuf-2.0 
 -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0  
checking for pango >= 1.14.0... yes
checking _PANGOCHK_CFLAGS... -pthread 
 -I/usr/include/pango-1.0 
 -I/usr/include/glib-2.0 
 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  
checking _PANGOCHK_LIBS... -lpango-1.0 -lgobject-2.0 -lglib-2.0  
checking for pango >= 1.14.0 pangoft2 >= 1.14.0 pangocairo >= 1.14.0... yes
checking MOZ_PANGO_CFLAGS... -pthread 
 -I/usr/include/pango-1.0 
 -I/usr/include/glib-2.0 
 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
 -I/usr/include/freetype2 
 -I/usr/include/cairo 
 -I/usr/include/pixman-1 
 -I/usr/include/libpng12  
checking MOZ_PANGO_LIBS... -lpangoft2-1.0 
 -lfreetype -lfontconfig -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0  
checking for gtk+-2.0 >= 2.14... yes
checking _GTKCHECK_CFLAGS... -pthread 
 -I/usr/include/gtk-2.0 
 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
 -I/usr/include/atk-1.0 
 -I/usr/include/cairo 
 -I/usr/include/gdk-pixbuf-2.0 
 -I/usr/include/pango-1.0 
 -I/usr/include/gio-unix-2.0/ 
 -I/usr/include/glib-2.0 
 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
 -I/usr/include/pixman-1 
 -I/usr/include/freetype2 
 -I/usr/include/libpng12  
checking _GTKCHECK_LIBS... 
 -lgtk-x11-2.0 -lgdk-x11-2.0 
 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 
 -lpangocairo-1.0 -lgdk_pixbuf-2.0 
 -lcairo -lpango-1.0 -lfreetype 
 -lfontconfig -lgobject-2.0 -lglib-2.0  
checking for gio-2.0 >= 2.18... yes
checking MOZ_GIO_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  
checking MOZ_GIO_LIBS... -lgio-2.0 -lgobject-2.0 -lglib-2.0  
checking for gconf-2.0 >= 1.2.1 gobject-2.0 ... checking for dbus-1 >= 0.60... yes
checking MOZ_DBUS_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  
checking MOZ_DBUS_LIBS... -ldbus-1 -lpthread -lrt  
checking for dbus-glib-1 >= 0.60... yes
checking MOZ_DBUS_GLIB_CFLAGS... -I/usr/include/dbus-1.0 
 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
 -I/usr/include/glib-2.0 
 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  
checking MOZ_DBUS_GLIB_LIBS... -ldbus-glib-1 -ldbus-1 -lpthread -lrt -lgobject-2.0 -lglib-2.0  
checking __attribute__ *4... (cached) yes
checking for __attribute__*5... (cached) yes
checking for __attribute__*6... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking for localeconv... (cached) yes
checking for valid optimization flags... yes
checking size of int *... (cached) 8
checking for __cxa_demangle... (cached) yes
checking for unwind.h... (cached) yes
checking for _Unwind_Backtrace... (cached) yes
checking for -pipe support... yes
checking whether C compiler supports -fprofile-generate... yes
checking whether C++ compiler has -pedantic long long bug... no
checking for correct overload resolution with const and templates... no
checking for tm_zone tm_gmtoff in struct tm... (cached) yes
checking what kind of list files are supported by the linker... linkerscript
checking what kind of ordering can be done with the linker... linkerscript
checking for posix_fallocate... yes
checking for setlocale... (cached) yes
checking for localeconv... (cached) yes
creating ./config.status
creating config files and headers...
invoking make to create js-config script
make[1]: Entering directory `/home/m_fujii/B2G_nexus/B2G/gecko/objdir-gonk-debug/js/src'
rm -f js-config.tmp
sed < /home/m_fujii/B2G_nexus/B2G/gecko/js/src/js-config.in > js-config.tmp \
	-e 's|@prefix@|/home/m_fujii/B2G_nexus/B2G/gecko/objdir-gonk-debug/dist|' \
	-e 's|@exec_prefix@|/home/m_fujii/B2G_nexus/B2G/gecko/objdir-gonk-debug/dist|' \
	-e 's|@includedir@|/home/m_fujii/B2G_nexus/B2G/gecko/objdir-gonk-debug/dist/include|' \
	-e 's|@libdir@|/home/m_fujii/B2G_nexus/B2G/gecko/objdir-gonk-debug/dist/lib|' \
	-e 's|@MOZILLA_VERSION@||' \
	-e 's|@LIBRARY_NAME@|mozjs|' \
	-e 's|@NSPR_CFLAGS@|-I/home/m_fujii/B2G_nexus/B2G/gecko/objdir-gonk-debug/dist/include/nspr|' \
	-e 's|@JS_CONFIG_LIBS@|-L/home/m_fujii/B2G_nexus/B2G/gecko/objdir-gonk-debug/dist/lib -lnspr4 -lplc4 -lplds4 -ldl  -lm /home/m_fujii/B2G_nexus/B2G/gecko/objdir-gonk-debug/modules/zlib/src/libmozz.a -ldl|' \
	-e 's|@MOZ_JS_LIBS@|-L/home/m_fujii/B2G_nexus/B2G/gecko/objdir-gonk-debug/dist/lib -lmozjs|' \
	&& mv js-config.tmp js-config && chmod +x js-config
make[1]: Leaving directory `/home/m_fujii/B2G_nexus/B2G/gecko/objdir-gonk-debug/js/src'
configuring in ctypes/libffi
running /bin/sh /home/m_fujii/B2G_nexus/B2G/gecko/js/src/ctypes/libffi/configure  --disable-shared --enable-static --disable-raw-api --with-pic --cache-file=/home/m_fujii/B2G_nexus/B2G/gecko/objdir-gonk-debug/js/src/ctypes/libffi/config.cache --srcdir=/home/m_fujii/B2G_nexus/B2G/gecko/js/src/ctypes/libffi
configure: loading cache /home/m_fujii/B2G_nexus/B2G/gecko/objdir-gonk-debug/js/src/ctypes/libffi/config.cache
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking target system type... (cached) x86_64-unknown-linux-gnu
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) mawk
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... (cached) yes
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for fgrep... (cached) /bin/grep -F
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for objdump... (cached) objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for ar... (cached) ar
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... (cached) .libs
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... (cached) yes
checking whether mmap from /dev/zero works... (cached) yes
checking for MAP_ANON(YMOUS)... (cached) yes
checking whether mmap with MAP_ANON(YMOUS) works... (cached) yes
checking for ANSI C header files... (cached) yes
checking for memcpy... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking size of double... (cached) 8
checking size of long double... (cached) 16
checking whether byte ordering is bigendian... (cached) no
checking assembler .cfi pseudo-op support... (cached) yes
checking assembler supports pc related relocs... (cached) yes
checking assembler .ascii pseudo-op support... (cached) yes
checking assembler .string pseudo-op support... (cached) yes
checking toolchain supports unwind section type... (cached) yes
checking whether .eh_frame section should be read-only... (cached) no
checking for __attribute__((visibility("hidden")))... (cached) yes
configure: creating ./config.status
config.status: creating include/Makefile
config.status: creating include/ffi.h
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating man/Makefile
config.status: creating libffi.pc
config.status: creating fficonfig.h
config.status: fficonfig.h is unchanged
config.status: linking /home/m_fujii/B2G_nexus/B2G/gecko/js/src/ctypes/libffi/src/x86/ffitarget.h to include/ffitarget.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing include commands
config.status: executing src commands

*1:always_inline

*2:malloc

*3:warn_unused_result

*4:aligned ())) support... (cached) 64 checking for alsa... yes checking MOZ_ALSA_CFLAGS... -I/usr/include/alsa checking MOZ_ALSA_LIBS... -lasound checking for java... (cached) /home/m_fujii/B2G_nexus/B2G/build/fake-jdk-tools/bin/java checking for javac... (cached) /home/m_fujii/B2G_nexus/B2G/build/fake-jdk-tools/bin/javac checking for jar... (cached) /home/m_fujii/B2G_nexus/B2G/build/fake-jdk-tools/bin/jar checking for gthread-2.0... yes checking MOZ_GTHREAD_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include checking MOZ_GTHREAD_LIBS... -pthread -lgthread-2.0 -lrt -lglib-2.0 checking for curl/curl.h... (cached) yes checking for Yasm assembler... checking for yasm... (cached) yasm checking for tar archiver... checking for gnutar... (cached) tar tar checking for wget... checking for wget... (cached) wget wget checking for conic... checking for valid optimization flags... yes checking size of int *... (cached) 8 checking whether linker creates PT_GNU_RELRO segments... yes configure: warning: Disabling elfhack checking for __cxa_demangle... (cached) yes checking for unwind.h... (cached) yes checking for _Unwind_Backtrace... (cached) yes checking for -pipe support... yes checking whether C compiler supports -fprofile-generate... yes checking whether C++ compiler has -pedantic long long bug... no checking for correct overload resolution with const and templates... no checking what kind of list files are supported by the linker... linkerscript checking what kind of ordering can be done with the linker... linkerscript checking for glib-2.0 >= 1.3.7 gobject-2.0... yes checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include checking GLIB_LIBS... -lgobject-2.0 -lglib-2.0 checking for freetype2 >= 6.1.0... yes checking FT2_CFLAGS... -I/usr/include/freetype2 checking FT2_LIBS... -lfreetype checking for FT_Bitmap_Size.y_ppem... (cached) yes checking for FT_GlyphSlot_Embolden... (cached) yes checking for FT_Load_Sfnt_Table... (cached) yes checking for FT_Select_Size... (cached) yes checking for fontconfig/fcfreetype.h... (cached) yes checking for fontconfig... yes checking _FONTCONFIG_CFLAGS... checking _FONTCONFIG_LIBS... -lfontconfig checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking for sys/int_types.h... (cached) no checking for posix_fallocate... yes checking for GL/glx.h... (cached) yes Creating Python virtualenv New python executable in ./_virtualenv/bin/python2.7 Also creating executable in ./_virtualenv/bin/python Installing setuptools............done. Installing pip...............done. Populating Python virtualenv running build_ext copying build/lib.linux-x86_64-2.7/_psutil_linux.so -> copying build/lib.linux-x86_64-2.7/_psutil_posix.so -> creating ./config.status creating config files and headers... generating WebRTC Makefiles... Updating projects from gyp files... generating WebRTC/Signaling Makefiles... Updating projects from gyp files... generating WebRTC/SignalingTest Makefiles... Updating projects from gyp files... generating gtest Makefiles... Updating projects from gyp files... generating nrappkit Makefiles... Updating projects from gyp files... generating nICEr Makefiles... Updating projects from gyp files... configuring in nsprpub running /bin/sh /home/m_fujii/B2G_nexus/B2G/gecko/nsprpub/configure --enable-logging --with-dist-prefix=/home/m_fujii/B2G_nexus/B2G/gecko/objdir-gonk-debug/dist --with-mozilla --disable-debug --enable-optimize --enable-64bit --cache-file=.././config.cache --srcdir=/home/m_fujii/B2G_nexus/B2G/gecko/nsprpub loading cache .././config.cache checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking build system type... x86_64-unknown-linux-gnu checking for whoami... (cached) /usr/bin/whoami checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for ranlib... (cached) ranlib checking for as... (cached) /usr/bin/as checking for ar... (cached) /usr/bin/ar checking for ld... (cached) /usr/bin/ld checking for strip... (cached) /usr/bin/strip checking for windres... no checking for gcc -pipe support... no checking whether C compiler supports -fprofile-generate... yes checking for visibility(hidden) attribute... (cached) yes checking for visibility pragma support... (cached) yes checking for perl5... (cached) /usr/bin/perl checking for dlopen in -ldl... (cached) yes checking for dlfcn.h... (cached) yes checking whether gcc needs -traditional... (cached) no checking for dladdr... (cached) yes checking for gettid... (cached) no checking for lchown... (cached) yes checking for setpriority... (cached) yes checking for strerror... (cached) yes checking for syscall... (cached) yes checking for pthread_create in -lpthreads... no checking for pthread_create in -lpthread... yes checking whether gcc accepts -pthread... yes creating ./config.status creating Makefile creating config/Makefile creating config/autoconf.mk creating config/nsprincl.mk creating config/nsprincl.sh creating config/nspr-config creating config/nspr.pc creating lib/Makefile creating lib/ds/Makefile creating lib/libc/Makefile creating lib/libc/include/Makefile creating lib/libc/src/Makefile creating lib/tests/Makefile creating pkg/Makefile creating pr/Makefile creating pr/include/Makefile creating pr/include/md/Makefile creating pr/include/obsolete/Makefile creating pr/include/private/Makefile creating pr/src/Makefile creating pr/src/io/Makefile creating pr/src/linking/Makefile creating pr/src/malloc/Makefile creating pr/src/md/Makefile creating pr/src/md/unix/Makefile creating pr/src/memory/Makefile creating pr/src/misc/Makefile creating pr/src/threads/Makefile creating pr/tests/Makefile creating pr/tests/dll/Makefile creating pkg/linux/Makefile creating pr/src/pthreads/Makefile configuring in js/src running /bin/sh /home/m_fujii/B2G_nexus/B2G/gecko/js/src/configure --enable-logging --enable-threadsafe --enable-ctypes --disable-shared-js --with-nspr-cflags='-I/home/m_fujii/B2G_nexus/B2G/gecko/objdir-gonk-debug/dist/include/nspr' --with-nspr-libs='-L/home/m_fujii/B2G_nexus/B2G/gecko/objdir-gonk-debug/dist/lib -lnspr4 -lplc4 -lplds4' --with-dist-dir=../../dist --prefix=/home/m_fujii/B2G_nexus/B2G/gecko/objdir-gonk-debug/dist --enable-jemalloc --cache-file=../.././config.cache --srcdir=/home/m_fujii/B2G_nexus/B2G/gecko/js/src loading cache ../.././config.cache checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking build system type... x86_64-unknown-linux-gnu checking for mawk... (cached) mawk checking for perl5... (cached) /usr/bin/perl checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for c++... (cached) c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether we are using GNU C++... (cached) yes checking whether c++ accepts -g... (cached) yes checking for ranlib... (cached) ranlib checking for as... (cached) /usr/bin/as checking for ar... (cached) ar checking for ld... (cached) ld checking for strip... (cached) strip checking for windres... no checking how to run the C preprocessor... (cached) gcc -E checking how to run the C++ preprocessor... (cached) c++ -E checking for sb-conf... no checking for ve... no checking for a BSD compatible install... (cached) /usr/bin/install -c checking whether ln -s works... (cached) yes checking for minimum required perl version >= 5.006... 5.014002 checking for full perl installation... yes checking for python2.7... (cached) /usr/bin/python2.7 checking for doxygen... (cached) /usr/local/bin/doxygen checking for autoconf... (cached) /usr/bin/autoconf checking for xargs... (cached) /usr/bin/xargs checking for make... (cached) /usr/bin/make checking for X... (cached) libraries , headers checking for dnet_ntoa in -ldnet... (cached) no checking for dnet_ntoa in -ldnet_stub... (cached) no checking for gethostbyname... (cached) yes checking for connect... (cached) yes checking for remove... (cached) yes checking for shmat... (cached) yes checking for IceConnectionNumber in -lICE... (cached) yes checking that static assertion macros used in autoconf tests work... (cached) yes checking whether the C compiler supports -Werror=return-type... yes checking whether the C compiler supports -Wtype-limits... yes checking whether the C compiler supports -Wempty-body... yes checking whether the C compiler supports -Wno-overlength-strings... yes checking whether the C++ compiler supports -Werror=return-type... yes checking whether the C++ compiler supports -Wtype-limits... yes checking whether the C++ compiler supports -Wempty-body... yes checking whether the C++ compiler supports -Werror=conversion-null... yes checking whether the C++ compiler supports -Wno-overlength-strings... yes checking whether the C++ compiler supports -Wno-invalid-offsetof... yes checking whether the C++ compiler supports -Wno-variadic-macros... yes checking whether ld has archive extraction flags... (cached) yes checking for 64-bit OS... yes checking for Python version >= 2.5 but not 3.x... yes checking for custom implementation... none specified checking whether the linker supports Identical Code Folding... no checking whether removing dead symbols breaks debugging... no checking for ANSI C header files... (cached) yes checking for working const... (cached) yes checking for mode_t... (cached) yes checking for off_t... (cached) yes checking for pid_t... (cached) yes checking for size_t... (cached) yes checking for __stdcall... (cached) no checking for ssize_t... (cached) yes checking for st_blksize in struct stat... (cached) yes checking for siginfo_t... (cached) yes checking for the size of void*... (cached) 8 checking for the alignment of void*... (cached) 8 checking for the size of double... (cached) 8 checking for endian.h... (cached) yes checking for machine/endian.h... (cached) no checking for sys/isa_defs.h... (cached) no checking for uint... (cached) yes checking for uint_t... (cached) no checking for uname.domainname... (cached) yes checking for uname.__domainname... (cached) no checking for visibility(hidden) attribute... (cached) yes checking for visibility(default) attribute... (cached) yes checking for visibility pragma support... (cached) yes checking For gcc visibility bug with class-level attributes (GCC bug 26905)... (cached) no checking For x86_64 gcc visibility bug with builtins (GCC bug 20297)... (cached) no checking for gcc PR49911... no checking for gcc pr39608... no checking for llvm pr8927... no checking for dirent.h that defines DIR... (cached) yes checking for opendir in -ldir... (cached) no checking for sys/byteorder.h... (cached) no checking for compat.h... (cached) no checking for getopt.h... (cached) yes checking for sys/bitypes.h... (cached) yes checking for memory.h... (cached) yes checking for unistd.h... (cached) yes checking for gnu/libc-version.h... (cached) yes checking for nl_types.h... (cached) yes checking for malloc.h... (cached) yes checking for X11/XKBlib.h... (cached) yes checking for io.h... (cached) no checking for cpuid.h... (cached) yes checking for sys/statvfs.h... (cached) yes checking for sys/statfs.h... (cached) yes checking for sys/vfs.h... (cached) yes checking for sys/mount.h... (cached) yes checking for sys/quota.h... (cached) yes checking for linux/quota.h... (cached) yes checking for new... (cached) yes checking for sys/cdefs.h... (cached) yes checking for linux/perf_event.h... (cached) yes checking for perf_event_open system call... (cached) yes checking for gethostbyname_r in -lc_r... (cached) no checking for library containing dlopen... (cached) -ldl checking for dlfcn.h... (cached) yes checking for dladdr... (cached) yes checking for socket in -lsocket... (cached) no checking for pthread_create in -lpthreads... no checking for pthread_create in -lpthread... yes checking whether gcc accepts -pthread... yes checking whether gcc needs -traditional... (cached) no checking for 8-bit clean memcmp... (cached) yes checking for fchmod... (cached) yes checking for flockfile... (cached) yes checking for getc_unlocked... (cached) yes checking for _getc_nolock... (cached) no checking for getpagesize... (cached) yes checking for lchown... (cached) yes checking for localtime_r... (cached) yes checking for lstat64... (cached) yes checking for memmove... (cached) yes checking for random... (cached) yes checking for rint... (cached) no checking for sbrk... (cached) yes checking for snprintf... (cached) yes checking for stat64... (cached) yes checking for statvfs... (cached) yes checking for statvfs64... (cached) yes checking for strerror... (cached) yes checking for strtok_r... (cached) yes checking for truncate64... (cached) yes checking for wcrtomb... (cached) yes checking for mbrtowc... (cached) yes checking for res_ninit()... (cached) yes checking for gnu_get_libc_version()... (cached) yes checking for an implementation of va_copy()... (cached) yes checking for an implementation of __va_copy()... (cached) yes checking whether va_lists can be copied by value... (cached) no checking for modern C++ template specialization syntax support... (cached) yes checking whether partial template specialization works... (cached) yes checking whether the C++ "using" keyword resolves ambiguity... (cached) yes checking for C++ dynamic_cast to void*... (cached) yes checking whether C++ requires implementation of unused virtual methods... (cached) yes checking for trouble comparing to zero near std::operator!=()... (cached) no checking for __thread keyword for TLS variables... (cached) yes checking for malloc.h... (cached) yes checking for strndup... (cached) yes checking for posix_memalign... (cached) yes checking for memalign... (cached) yes checking for valloc... (cached) yes checking for __attribute__((always_inline

*5:malloc

*6:warn_unused_result