HAYASHI Kentaro
null+****@clear*****
Thu Sep 19 14:42:31 JST 2013
HAYASHI Kentaro 2013-09-19 14:42:31 +0900 (Thu, 19 Sep 2013) New Revision: 4e39556c024e038d752edaa5b5f4a7ccf4529082 https://github.com/groonga/groonga/commit/4e39556c024e038d752edaa5b5f4a7ccf4529082 Message: deb rpm: add 3.0.8 release entry % make update-latest-release OLD_RELEASE=3.0.7 OLD_RELEASE_DATE=2013-08-29 NEW_RELEASE_DATE=2013-09-29 Added files: packages/apt/debian.sh packages/apt/make-build-debian.log packages/apt/make-build-ubuntu.log packages/apt/ubuntu.sh packages/yum/centos.sh packages/yum/make-build-centos-all.log Modified files: doc/source/install/centos.txt doc/source/install/debian.txt doc/source/install/fedora.txt doc/source/install/mac_os_x.txt doc/source/install/others.txt doc/source/install/solaris.txt doc/source/install/ubuntu.txt doc/source/install/windows.txt packages/debian/changelog packages/rpm/centos/groonga.spec.in packages/rpm/fedora/groonga.spec.in Modified: doc/source/install/centos.txt (+3 -3) =================================================================== --- doc/source/install/centos.txt 2013-09-19 14:38:33 +0900 (a3cc848) +++ doc/source/install/centos.txt 2013-09-19 14:42:31 +0900 (46385a2) @@ -153,9 +153,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-3.0.7.tar.gz - % tar xvzf groonga-3.0.7.tar.gz - % cd groonga-3.0.7 + % wget http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz + % tar xvzf groonga-3.0.8.tar.gz + % cd groonga-3.0.8 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/debian.txt (+3 -3) =================================================================== --- doc/source/install/debian.txt 2013-09-19 14:38:33 +0900 (2f98e3e) +++ doc/source/install/debian.txt 2013-09-19 14:42:31 +0900 (ec5b856) @@ -185,9 +185,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-3.0.7.tar.gz - % tar xvzf groonga-3.0.7.tar.gz - % cd groonga-3.0.7 + % wget http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz + % tar xvzf groonga-3.0.8.tar.gz + % cd groonga-3.0.8 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/fedora.txt (+3 -3) =================================================================== --- doc/source/install/fedora.txt 2013-09-19 14:38:33 +0900 (a07ebcc) +++ doc/source/install/fedora.txt 2013-09-19 14:42:31 +0900 (b575a69) @@ -82,9 +82,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-3.0.7.tar.gz - % tar xvzf groonga-3.0.7.tar.gz - % cd groonga-3.0.7 + % wget http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz + % tar xvzf groonga-3.0.8.tar.gz + % cd groonga-3.0.8 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/mac_os_x.txt (+3 -3) =================================================================== --- doc/source/install/mac_os_x.txt 2013-09-19 14:38:33 +0900 (45b1ee7) +++ doc/source/install/mac_os_x.txt 2013-09-19 14:42:31 +0900 (181fade) @@ -40,9 +40,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_. Download source:: - % curl -O http://packages.groonga.org/source/groonga/groonga-3.0.7.tar.gz - % tar xvzf groonga-3.0.7.tar.gz - % cd groonga-3.0.7 + % curl -O http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz + % tar xvzf groonga-3.0.8.tar.gz + % cd groonga-3.0.8 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/others.txt (+3 -3) =================================================================== --- doc/source/install/others.txt 2013-09-19 14:38:33 +0900 (d2046b7) +++ doc/source/install/others.txt 2013-09-19 14:42:31 +0900 (f3507eb) @@ -74,9 +74,9 @@ Build from source Groonga uses GNU build system. So the following is the simplest build steps:: - % wget http://packages.groonga.org/source/groonga/groonga-3.0.7.tar.gz - % tar xvzf groonga-3.0.7.tar.gz - % cd groonga-3.0.7 + % wget http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz + % tar xvzf groonga-3.0.8.tar.gz + % cd groonga-3.0.8 % ./configure % make % sudo make install Modified: doc/source/install/solaris.txt (+3 -3) =================================================================== --- doc/source/install/solaris.txt 2013-09-19 14:38:33 +0900 (0da13e3) +++ doc/source/install/solaris.txt 2013-09-19 14:42:31 +0900 (9b8fec8) @@ -17,9 +17,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-3.0.7.tar.gz - % gtar xvzf groonga-3.0.7.tar.gz - % cd groonga-3.0.7 + % wget http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz + % gtar xvzf groonga-3.0.8.tar.gz + % cd groonga-3.0.8 Configure with ``CFLAGS="-m64" CXXFLAGS="-m64"`` variables. They are needed for building 64-bit version. To build 32-bit version, just Modified: doc/source/install/ubuntu.txt (+3 -3) =================================================================== --- doc/source/install/ubuntu.txt 2013-09-19 14:38:33 +0900 (2d5a128) +++ doc/source/install/ubuntu.txt 2013-09-19 14:42:31 +0900 (7d6c7cf) @@ -213,9 +213,9 @@ Install required packages to build groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-3.0.7.tar.gz - % tar xvzf groonga-3.0.7.tar.gz - % cd groonga-3.0.7 + % wget http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz + % tar xvzf groonga-3.0.8.tar.gz + % cd groonga-3.0.8 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/windows.txt (+9 -9) =================================================================== --- doc/source/install/windows.txt 2013-09-19 14:38:33 +0900 (8f19ae1) +++ doc/source/install/windows.txt 2013-09-19 14:42:31 +0900 (3eb2e1d) @@ -23,7 +23,7 @@ You can download such a binary by command line operation. Start command prompt ``cmd.exe`` and download x86 executable binary by default browser:: - > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.7-x86.exe + > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.8-x86.exe Then run it. @@ -32,7 +32,7 @@ For 64-bit environment, download x64 executable binary from packages.groonga.org Start command prompt ``cmd.exe`` and download x64 executable binary by default browser:: - > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.7-x64.exe + > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.8-x64.exe Then run it. @@ -47,7 +47,7 @@ You can download such a binary by command line operation. Start command prompt ``cmd.exe`` and download x86 zip archive by default browser:: - > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.7-x86.zip + > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.8-x86.zip Then extract it. @@ -55,7 +55,7 @@ For 64-bit environment, download x64 zip archive from packages.groonga.org. Start command prompt ``cmd.exe`` and download x64 zip archive by default browser:: - > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.7-x64.zip + > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.8-x64.zip Then extract it. @@ -79,27 +79,27 @@ Start ``Visual Studio Command Prompt (2010)`` installed by Microsoft Visual Studio 2010 Express and download it by default browser:: > cd c:\Users\%USERNAME%\Downloads - > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/source/groonga/groonga-3.0.7.zip + > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/source/groonga/groonga-3.0.8.zip Then extract it. Move to the groonga's source folder:: - > cd c:\Users\%USERNAME%\Downloads\groonga-3.0.7 + > cd c:\Users\%USERNAME%\Downloads\groonga-3.0.8 Configure by ``cmake``. The following commnad line is for 64-bit version. To build 32-bit version, use ``-G "Visual Studio 10"`` parameter instead:: - groonga-3.0.7> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga + groonga-3.0.8> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga Build:: - groonga-3.0.7> cmake --build . --config Release + groonga-3.0.8> cmake --build . --config Release Install:: - groonga-3.0.7> cmake --build . --config Release --target Install + groonga-3.0.8> cmake --build . --config Release --target Install After the above steps, :doc:`/reference/executables/groonga` is found in ``c:\groonga\bin\groonga.exe``. Added: packages/apt/debian.sh (+1 -0) 100755 =================================================================== --- /dev/null +++ packages/apt/debian.sh 2013-09-19 14:42:31 +0900 (8085b78) @@ -0,0 +1 @@ +make build CODES="squeeze wheezy jessie unstable" 2>&1 | tee make-build-debian.log Added: packages/apt/make-build-debian.log (+38166 -0) 100644 =================================================================== --- /dev/null +++ packages/apt/make-build-debian.log 2013-09-19 14:42:31 +0900 (2baa268) @@ -0,0 +1,38166 @@ +./build-in-chroot.sh \ + groonga 3.0.7 ./.. repositories/ \ + /var/lib/chroot 'i386 amd64' 'squeeze wheezy jessie unstable' +Hit http://ftp.jp.debian.org squeeze Release.gpg +Ign http://ftp.jp.debian.org/debian/ squeeze/main Translation-en +Hit http://ftp.jp.debian.org squeeze Release +Hit http://ftp.jp.debian.org squeeze/main i386 Packages +Hit http://security.debian.org squeeze/updates Release.gpg +Ign http://security.debian.org/ squeeze/updates/main Translation-en +Hit http://security.debian.org squeeze/updates Release +Hit http://security.debian.org squeeze/updates/main Sources +Hit http://security.debian.org squeeze/updates/main i386 Packages +Reading package lists... +Reading package lists... +Building dependency tree... +Reading state information... +Reading extended state information... +Initializing package states... +Reading task descriptions... +No packages will be installed, upgraded, or removed. +0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. +Need to get 0 B of archives. After unpacking 0 B will be used. +Reading package lists... +Building dependency tree... +Reading state information... +Reading extended state information... +Initializing package states... +Reading task descriptions... +Reading package lists... +Building dependency tree... +Reading state information... +Reading extended state information... +Initializing package states... +Reading task descriptions... +No packages will be installed, upgraded, or removed. +0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. +Need to get 0 B of archives. After unpacking 0 B will be used. +Writing extended state information... +Reading package lists... +Building dependency tree... +Reading state information... +Reading extended state information... +Initializing package states... +Reading task descriptions... +Reading package lists... +Building dependency tree... +Reading state information... +Reading extended state information... +Initializing package states... +Reading task descriptions... +No packages will be installed, upgraded, or removed. +0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. +Need to get 0 B of archives. After unpacking 0 B will be used. +Writing extended state information... +Reading package lists... +Building dependency tree... +Reading state information... +Reading extended state information... +Initializing package states... +Reading task descriptions... +Reading package lists... +Building dependency tree... +Reading state information... +Reading extended state information... +Initializing package states... +Reading task descriptions... + dpkg-buildpackage -rfakeroot -D -us -uc +dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 +dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): +dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 +dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2 +dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): +dpkg-buildpackage: source package groonga +dpkg-buildpackage: source version 3.0.7-1 +dpkg-buildpackage: source changed by HAYASHI Kentaro <hayashi �� clear-code.com> + dpkg-source --before-build groonga-3.0.7 +dpkg-buildpackage: host architecture i386 + fakeroot debian/rules clean +dh clean + dh_testdir + dh_auto_clean + dh_clean + dpkg-source -b groonga-3.0.7 +dpkg-source: info: using source format `3.0 (quilt)' +dpkg-source: info: building groonga using existing ./groonga_3.0.7.orig.tar.gz +dpkg-source: info: building groonga in groonga_3.0.7-1.debian.tar.gz +dpkg-source: info: building groonga in groonga_3.0.7-1.dsc + debian/rules build +make: `build' is up to date. + fakeroot debian/rules binary +dh binary + dh_testdir + debian/rules override_dh_auto_configure +make[1]: Entering directory `/home/groonga-build/build/groonga-3.0.7' +dh_auto_configure -- --with-munin-plugins CFLAGS="-O0 -g3" CXXFLAGS="-O0 -g3" +checking for a BSD-compatible install... /usr/bin/install -c +checking whether build environment is sane... yes +checking for a thread-safe mkdir -p... /bin/mkdir -p +checking for gawk... no +checking for mawk... mawk +checking whether make sets $(MAKE)... yes +checking how to create a pax tar archive... gnutar +checking whether make supports nested variables... yes +checking build system type... i486-pc-linux-gnu +checking host system type... i486-pc-linux-gnu +checking for native Win32... no +checking for some Win32 platform... no +checking for NetBSD.... no +checking for Solaris.... no +checking for style of include used by make... GNU +checking for gcc... 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... o +checking whether we are using the GNU C compiler... yes +checking whether gcc accepts -g... yes +checking for gcc option to accept ISO C89... none needed +checking dependency style of gcc... none +checking how to run the C preprocessor... gcc -E +checking for grep that handles long lines and -e... /bin/grep +checking for egrep... /bin/grep -E +checking for ANSI C header files... yes +checking for sys/types.h... yes +checking for sys/stat.h... yes +checking for stdlib.h... yes +checking for string.h... yes +checking for memory.h... yes +checking for strings.h... yes +checking for inttypes.h... yes +checking for stdint.h... yes +checking for unistd.h... yes +checking whether byte ordering is bigendian... no +checking for g++... g++ +checking whether we are using the GNU C++ compiler... yes +checking whether g++ accepts -g... yes +checking dependency style of g++... none +checking for gcc... (cached) gcc +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 dependency style of gcc... (cached) none +checking whether gcc and cc understand -c and -o together... yes +checking for clang... no +checking if gcc supports -Wall... yes +checking if g++ supports -Wall... yes +checking if gcc supports -Wextra... yes +checking if g++ supports -Wextra... yes +checking if gcc supports -Wno-unused-but-set-variable... no +checking if g++ supports -Wno-unused-but-set-variable... no +checking if gcc supports -Wno-unused-parameter... yes +checking if g++ supports -Wno-unused-parameter... yes +checking if gcc supports -Wno-sign-compare... yes +checking if g++ supports -Wno-sign-compare... yes +checking if gcc supports -Wno-pointer-sign... yes +checking if gcc supports -Wno-missing-field-initializers... yes +checking if g++ supports -Wno-missing-field-initializers... yes +checking if gcc supports -Wformat=2... yes +checking if g++ supports -Wformat=2... yes +checking if gcc supports -Wstrict-aliasing=2... yes +checking if g++ supports -Wstrict-aliasing=2... yes +checking if gcc supports -Wdisabled-optimization... yes +checking if g++ supports -Wdisabled-optimization... yes +checking if gcc supports -Wfloat-equal... yes +checking if g++ supports -Wfloat-equal... yes +checking if gcc supports -Wpointer-arith... yes +checking if g++ supports -Wpointer-arith... yes +checking if gcc supports -Wdeclaration-after-statement... yes +checking if gcc supports -Wbad-function-cast... yes +checking if gcc supports -Wcast-align... yes +checking if g++ supports -Wcast-align... yes +checking if gcc supports -Wredundant-decls... yes +checking if g++ supports -Wredundant-decls... yes +checking if gcc supports -Wwrite-strings... yes +checking if g++ supports -Wwrite-strings... yes +checking if g++ supports -fexceptions... yes +checking if g++ supports -fimplicit-templates... yes +checking if gcc supports -Wno-clobbered... yes +checking if g++ supports -Wno-clobbered... yes +checking how to print strings... printf +checking for a sed that does not truncate output... /bin/sed +checking for fgrep... /bin/grep -F +checking for ld used by gcc... /usr/bin/ld +checking if the linker (/usr/bin/ld) is GNU ld... yes +checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B +checking the name lister (/usr/bin/nm -B) interface... BSD nm +checking whether ln -s works... yes +checking the maximum length of command line arguments... 805306365 +checking whether the shell understands some XSI constructs... yes +checking whether the shell understands "+="... yes +checking how to convert i486-pc-linux-gnu file names to i486-pc-linux-gnu format... func_convert_file_noop +checking how to convert i486-pc-linux-gnu file names to toolchain format... func_convert_file_noop +checking for /usr/bin/ld option to reload object files... -r +checking for objdump... objdump +checking how to recognize dependent libraries... pass_all +checking for dlltool... dlltool +checking how to associate runtime and link libraries... printf %s\n +checking for ar... ar +checking for archiver @FILE support... @ +checking for strip... strip +checking for ranlib... ranlib +checking command to parse /usr/bin/nm -B output from gcc object... ok +checking for sysroot... no +checking for mt... mt +checking if mt is a manifest tool... no +checking for dlfcn.h... yes +checking for objdir... .libs +checking if gcc supports -fno-rtti -fno-exceptions... no +checking for gcc option to produce PIC... -fPIC -DPIC +checking if gcc PIC flag -fPIC -DPIC works... yes +checking if gcc static flag -static works... yes +checking if gcc supports -c -o file.o... yes +checking if gcc supports -c -o file.o... (cached) yes +checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes +checking whether -lc should be explicitly linked in... no +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... yes +checking whether to build static libraries... yes +checking how to run the C++ preprocessor... g++ -E +checking for ld used by g++... /usr/bin/ld +checking if the linker (/usr/bin/ld) is GNU ld... yes +checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes +checking for g++ option to produce PIC... -fPIC -DPIC +checking if g++ PIC flag -fPIC -DPIC works... yes +checking if g++ static flag -static works... yes +checking if g++ supports -c -o file.o... yes +checking if g++ supports -c -o file.o... (cached) yes +checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes +checking dynamic linker characteristics... (cached) GNU/Linux ld.so +checking how to hardcode library paths into programs... immediate +configure: creating ./config.lt +config.lt: creating libtool +checking for library containing log... -lm +checking for fpclassify... yes +checking for dlfcn.h... (cached) yes +checking errno.h usability... yes +checking errno.h presence... yes +checking for errno.h... yes +checking execinfo.h usability... yes +checking execinfo.h presence... yes +checking for execinfo.h... yes +checking for inttypes.h... (cached) yes +checking netdb.h usability... yes +checking netdb.h presence... yes +checking for netdb.h... yes +checking netinet/in.h usability... yes +checking netinet/in.h presence... yes +checking for netinet/in.h... yes +checking netinet/tcp.h usability... yes +checking netinet/tcp.h presence... yes +checking for netinet/tcp.h... yes +checking signal.h usability... yes +checking signal.h presence... yes +checking for signal.h... yes +checking for stdint.h... (cached) yes +checking for stdlib.h... (cached) yes +checking sys/mman.h usability... yes +checking sys/mman.h presence... yes +checking for sys/mman.h... yes +checking sys/param.h usability... yes +checking sys/param.h presence... yes +checking for sys/param.h... yes +checking sys/resource.h usability... yes +checking sys/resource.h presence... yes +checking for sys/resource.h... yes +checking sys/socket.h usability... yes +checking sys/socket.h presence... yes +checking for sys/socket.h... yes +checking sys/sysctl.h usability... yes +checking sys/sysctl.h presence... yes +checking for sys/sysctl.h... yes +checking sys/time.h usability... yes +checking sys/time.h presence... yes +checking for sys/time.h... yes +checking sys/timeb.h usability... yes +checking sys/timeb.h presence... yes +checking for sys/timeb.h... yes +checking for sys/types.h... (cached) yes +checking sys/wait.h usability... yes +checking sys/wait.h presence... yes +checking for sys/wait.h... yes +checking time.h usability... yes +checking time.h presence... yes +checking for time.h... yes +checking ucontext.h usability... yes +checking ucontext.h presence... yes +checking for ucontext.h... yes +checking for unistd.h... (cached) yes +checking for _strnicmp... no +checking for _strtoui64... no +checking for close... yes +checking for gmtime_r... yes +checking for localtime_r... yes +checking for mkostemp... yes +checking for open... yes +checking for read... yes +checking for strncasecmp... yes +checking for strtoull... yes +checking for write... yes +checking for library containing backtrace... none required +checking for library containing clock_gettime... -lrt +checking for special C compiler options needed for large files... no +checking for _FILE_OFFSET_BITS value needed for large files... 64 +checking for off_t... yes +checking for size_t... yes +checking size of off_t... 8 +checking pthread.h usability... yes +checking pthread.h presence... yes +checking for pthread.h... yes +checking for library containing pthread_create... none required +checking for pthread_mutexattr_setpshared... yes +checking for pthread_condattr_setpshared... yes +checking for library containing gethostbyname... none required +checking for library containing socket... none required +checking for library containing dlopen... -ldl +checking whether enable uyield... no +checking whether enable exact-alloc-count... yes +checking whether enable fmalloc... no +checking whether enable abort... no +checking whether allow dynamic memory allocation change... no +checking whether debug memory management... no +checking sys/epoll.h usability... yes +checking sys/epoll.h presence... yes +checking for sys/epoll.h... yes +checking for epoll_create... yes +checking whether MSG_MORE defined... no +checking whether MSG_NOSIGNAL defined... no +checking for benchmark availablity... +checking for inkscape... no +checking for library containing compress... -lz +checking whether enable MeCab... yes +checking for mecab-config... /usr/bin/mecab-config +checking for library containing mecab_new... -lmecab +checking mecab.h usability... yes +checking mecab.h presence... yes +checking for mecab.h... yes +checking for mecab_dictionary_info_t... yes +checking whether enable KyTea... auto +checking whether enable futex... no +checking for library containing event_init... none required +checking for library containing msgpack_version... -lmsgpack +checking whether enable document... auto +checking whether document available... yes +checking whether document buildable... no +checking whether having built document... yes +checking whether install munin plugins... yes +checking whether package platform... no +checking for the suffix of plugin shared libraries... .so +checking whether enable mruby... no +configure: creating ./config.status +config.status: creating Makefile +config.status: creating build/Makefile +config.status: creating build/cmake_modules/Makefile +config.status: creating src/Makefile +config.status: creating src/suggest/Makefile +config.status: creating src/httpd/Makefile +config.status: creating lib/Makefile +config.status: creating lib/dat/Makefile +config.status: creating include/Makefile +config.status: creating include/groonga/Makefile +config.status: creating plugins/Makefile +config.status: creating plugins/tokenizers/Makefile +config.status: creating plugins/suggest/Makefile +config.status: creating plugins/table/Makefile +config.status: creating plugins/query_expanders/Makefile +config.status: creating examples/Makefile +config.status: creating examples/dictionary/Makefile +config.status: creating examples/dictionary/edict/Makefile +config.status: creating examples/dictionary/eijiro/Makefile +config.status: creating examples/dictionary/gene95/Makefile +config.status: creating examples/dictionary/jmdict/Makefile +config.status: creating packages/Makefile +config.status: creating packages/apt/Makefile +config.status: creating packages/rpm/Makefile +config.status: creating packages/rpm/centos/Makefile +config.status: creating packages/rpm/fedora/Makefile +config.status: creating packages/yum/Makefile +config.status: creating packages/source/Makefile +config.status: creating packages/windows/Makefile +config.status: creating packages/windows/patches/Makefile +config.status: creating packages/windows/language-files/Makefile +config.status: creating packages/windows/setup-x64.nsi +config.status: creating data/Makefile +config.status: creating data/images/Makefile +config.status: creating data/images/logo/Makefile +config.status: creating data/html/Makefile +config.status: creating data/munin/Makefile +config.status: creating data/init.d/Makefile +config.status: creating data/init.d/redhat/Makefile +config.status: creating data/init.d/redhat/sysconfig/Makefile +config.status: creating data/logrotate.d/Makefile +config.status: creating data/logrotate.d/redhat/Makefile +config.status: creating data/systemd/Makefile +config.status: creating data/systemd/fedora/Makefile +config.status: creating data/systemd/fedora/sysconfig/Makefile +config.status: creating data/scripts/Makefile +config.status: creating tools/Makefile +config.status: creating doc/Makefile +config.status: creating doc/locale/Makefile +config.status: creating doc/locale/en/Makefile +config.status: creating doc/locale/en/LC_MESSAGES/Makefile +config.status: creating doc/locale/ja/Makefile +config.status: creating doc/locale/ja/LC_MESSAGES/Makefile +config.status: creating test/Makefile +config.status: creating test/unit/Makefile +config.status: creating test/unit/lib/Makefile +config.status: creating test/unit/lib/ruby/Makefile +config.status: creating test/unit/fixtures/Makefile +config.status: creating test/unit/fixtures/inverted-index/Makefile +config.status: creating test/unit/fixtures/stress/Makefile +config.status: creating test/unit/fixtures/performance/Makefile +config.status: creating test/unit/fixtures/plugins/Makefile +config.status: creating test/unit/fixtures/geo/Makefile +config.status: creating test/unit/fixtures/story/Makefile +config.status: creating test/unit/fixtures/story/taiyaki/Makefile +config.status: creating test/unit/util/Makefile +config.status: creating test/unit/core/Makefile +config.status: creating test/unit/core/dat/Makefile +config.status: creating test/unit/memcached/Makefile +config.status: creating test/unit/http/Makefile +config.status: creating test/unit/story/Makefile +config.status: creating test/unit/groonga-benchmark/Makefile +config.status: creating test/command/Makefile +config.status: creating test/benchmark/Makefile +config.status: creating test/benchmark/fixtures/Makefile +config.status: creating test/benchmark/fixtures/geo-select/Makefile +config.status: creating test/benchmark/lib/Makefile +config.status: creating vendor/Makefile +config.status: creating vendor/mruby/Makefile +config.status: creating packages/rpm/centos/groonga.spec +config.status: creating packages/rpm/fedora/groonga.spec +config.status: creating packages/apt/debian/groonga-keyring.postrm +config.status: creating groonga.pc +config.status: creating groonga-httpd-conf.sh +config.status: creating data/groonga-httpd.conf +config.status: creating data/scripts/groonga-httpd-restart +config.status: creating config.h +config.status: executing depfiles commands +config.status: executing libtool commands +=== configuring in src/httpd (/home/groonga-build/build/groonga-3.0.7/src/httpd) +configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--build=i486-linux-gnu' '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--libexecdir=${prefix}/lib/groonga' '--disable-maintainer-mode' '--disable-dependency-tracking' '--with-munin-plugins' 'CFLAGS=-O0 -g3' 'CXXFLAGS=-O0 -g3' 'build_alias=i486-linux-gnu' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=/dev/null --srcdir=. +checking for OS + + Linux 3.8.0-19-generic x86_64 +checking for C compiler ... found + + using GNU C compiler +checking for gcc builtin atomic operations ... found +checking for C99 variadic macros ... found +checking for gcc variadic macros ... found +checking for unistd.h ... found +checking for inttypes.h ... found +checking for limits.h ... found +checking for sys/filio.h ... not found +checking for sys/param.h ... found +checking for sys/mount.h ... found +checking for sys/statvfs.h ... found +checking for crypt.h ... found +checking for Linux specific features +checking for epoll ... found +checking for sendfile() ... found +checking for sendfile64() ... found +checking for sys/prctl.h ... found +checking for prctl(PR_SET_DUMPABLE) ... found +checking for sched_setaffinity() ... found +checking for crypt_r() ... found +checking for sys/vfs.h ... found +checking for nobody group ... not found +checking for nogroup group ... found +checking for poll() ... found +checking for /dev/poll ... not found +checking for kqueue ... not found +checking for crypt() ... not found +checking for crypt() in libcrypt ... found +checking for F_READAHEAD ... not found +checking for posix_fadvise() ... found +checking for O_DIRECT ... found +checking for F_NOCACHE ... not found +checking for directio() ... not found +checking for statfs() ... found +checking for statvfs() ... found +checking for dlopen() ... not found +checking for dlopen() in libdl ... found +checking for sched_yield() ... found +checking for SO_SETFIB ... not found +checking for SO_ACCEPTFILTER ... not found +checking for TCP_DEFER_ACCEPT ... found +checking for TCP_KEEPIDLE, TCP_KEEPINTVL, TCP_KEEPCNT ... found +checking for TCP_INFO ... found +checking for accept4() ... found +checking for int size ... 4 bytes +checking for long size ... 4 bytes +checking for long long size ... 8 bytes +checking for void * size ... 4 bytes +checking for uint64_t ... found +checking for sig_atomic_t ... found +checking for sig_atomic_t size ... 4 bytes +checking for socklen_t ... found +checking for in_addr_t ... found +checking for in_port_t ... found +checking for rlim_t ... found +checking for uintptr_t ... uintptr_t found +checking for system byte ordering ... little endian +checking for size_t size ... 4 bytes +checking for off_t size ... 8 bytes +checking for time_t size ... 4 bytes +checking for setproctitle() ... not found +checking for pread() ... found +checking for pwrite() ... found +checking for sys_nerr ... found +checking for localtime_r() ... found +checking for posix_memalign() ... found +checking for memalign() ... found +checking for mmap(MAP_ANON|MAP_SHARED) ... found +checking for mmap("/dev/zero", MAP_SHARED) ... found +checking for System V shared memory ... found +checking for POSIX semaphores ... not found +checking for POSIX semaphores in libpthread ... found +checking for struct msghdr.msg_control ... found +checking for ioctl(FIONBIO) ... found +checking for struct tm.tm_gmtoff ... found +checking for struct dirent.d_namlen ... not found +checking for struct dirent.d_type ... found +checking for sysconf(_SC_NPROCESSORS_ONLN) ... found +checking for openat(), fstatat() ... found +checking for getaddrinfo() ... found +configuring additional modules +adding module in /home/groonga-build/build/groonga-3.0.7/src/httpd/nginx-module + + ngx_http_groonga_module was configured +checking for md5 in system md library ... not found +checking for md5 in system md5 library ... not found +checking for md5 in system OpenSSL crypto library ... not found +checking for sha1 in system md library ... not found +checking for sha1 in system OpenSSL crypto library ... not found +checking for zlib library ... found +creating objs/Makefile + +Configuration summary + + PCRE library is not used + + OpenSSL library is not used + + using builtin md5 code + + sha1 library is not found + + using system zlib library + + nginx path prefix: "/etc/groonga/httpd" + nginx binary file: "/usr/sbin/groonga-httpd" + nginx configuration prefix: "/etc/groonga/httpd" + nginx configuration file: "/etc/groonga/httpd/groonga-httpd.conf" + nginx pid file: "/var/run/groonga/groonga-httpd.pid" + nginx error log file: "/var/log/groonga/httpd/error.log" + nginx http access log file: "/var/log/groonga/httpd/access.log" + nginx http client request body temporary files: "client_body_temp" + nginx http proxy temporary files: "proxy_temp" + nginx http fastcgi temporary files: "fastcgi_temp" + nginx http uwsgi temporary files: "uwsgi_temp" + nginx http scgi temporary files: "scgi_temp" + +groonga 3.0.7 configuration: +----------------------- + Compiler: gcc + CFLAGS: -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings + CXXFLAGS: -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates + Libraries: -lz -ldl -lrt -lm + Stack size: 1024 + Document: yes + buildable: no + built: yes + Munin plugins: yes + Package platform: no + +Paths: + Install path prefix: /usr + Configuration file: /etc/groonga/groonga.conf + +Tokenizers: + MeCab: yes + CPPFLAGS: -I/usr/include + LDFLAGS: -L/usr/lib + LIBS: -lmecab + KyTea: no + +Libraries: + ZeroMQ: no + libevent: yes + CFLAGS: + LIBS: -levent + MessagePack: yes + CFLAGS: -I/usr/include + LIBS: -L/usr/lib -lmsgpack + mruby: no + +groonga-httpd: + enable: yes + default database path: /var/lib/groonga/db/db + PCRE: + +Tools: + yacc: + hg: + Ruby: + Cutter: + +For packages: + rsync path: packages �� packages.groonga.org:public + GPG UID: 45499429 + +Now type 'make' to build groonga 3.0.7! +make[1]: Leaving directory `/home/groonga-build/build/groonga-3.0.7' + dh_auto_build +make[1]: Entering directory `/home/groonga-build/build/groonga-3.0.7' +make all-recursive +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7' +Making all in build +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/build' +Making all in cmake_modules +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/build/cmake_modules' +make[4]: Nothing to be done for `all'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/build/cmake_modules' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/build' +make[4]: Nothing to be done for `all-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/build' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/build' +Making all in include +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/include' +Making all in groonga +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/include/groonga' +make[4]: Nothing to be done for `all'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/include/groonga' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/include' +make[4]: Nothing to be done for `all-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/include' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/include' +Making all in vendor +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor' +Making all in mruby +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/mruby' +make[4]: Nothing to be done for `all'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor/mruby' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor' +make[4]: Nothing to be done for `all-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor' +Making all in lib +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/lib' +Making all in dat +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/lib/dat' + CXX cursor-factory.lo + CXX file-impl.lo + CXX file.lo + CXX id-cursor.lo + CXX key-cursor.lo + CXX predictive-cursor.lo + CXX prefix-cursor.lo + CXX trie.lo + CXXLD libgrndat.la +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/lib/dat' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/lib' + CC com.lo + CC ctx.lo + CXX dat.lo + CC db.lo + CC error.lo + CC expr.lo +In file included from expr.c:5431: +ecmascript.c: In function 'yy_destructor': +ecmascript.c:876: warning: unused variable 'efsi' + CC geo.lo + CC hash.lo + CC ii.lo + CC io.lo + CC mrb.lo + CC nfkc.lo + CC normalizer.lo + CC output.lo + CC pat.lo + CC plugin.lo + CC proc.lo + CC snip.lo + CC store.lo + CC str.lo + CC string.lo + CC token.lo + CC tokenizer.lo + CC util.lo + CXXLD libgroonga.la +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/lib' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/lib' +Making all in plugins +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins' +Making all in tokenizers +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/tokenizers' + CC mecab_la-mecab.lo + CCLD mecab.la +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/tokenizers' +Making all in suggest +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/suggest' + CC suggest.lo + CCLD suggest.la +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/suggest' +Making all in table +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/table' + CC table.lo + CCLD table.la +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/table' +Making all in query_expanders +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/query_expanders' + CC tsv.lo + CCLD tsv.la +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/query_expanders' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins' +make[4]: Nothing to be done for `all-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins' +Making all in src +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src' +Making all in suggest +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src/suggest' + CC groonga_suggest_create_dataset-groonga_suggest_create_dataset.o + CXXLD groonga-suggest-create-dataset +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/src/suggest' +Making all in httpd +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src/httpd' +(cd ../../vendor/nginx-1.4.2 && make build) +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make -f objs/Makefile +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/nginx.o \ + src/core/nginx.c +In file included from src/core/ngx_config.h:26, + from src/core/nginx.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/nginx.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/nginx.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/core/nginx.c: In function 'main': +src/core/nginx.c:220: warning: passing argument 1 of 'ngx_write_stderr' discards qualifiers from pointer target type +src/core/ngx_log.h:240: note: expected 'char *' but argument is of type 'const char *' +src/core/nginx.c:247: warning: passing argument 1 of 'ngx_write_stderr' discards qualifiers from pointer target type +src/core/ngx_log.h:240: note: expected 'char *' but argument is of type 'const char *' +src/core/nginx.c:262: warning: passing argument 1 of 'ngx_write_stderr' discards qualifiers from pointer target type +src/core/ngx_log.h:240: note: expected 'char *' but argument is of type 'const char *' +src/core/nginx.c: In function 'ngx_exec_new_binary': +src/core/nginx.c:585: warning: assignment discards qualifiers from pointer target type +src/core/nginx.c:621: warning: assignment discards qualifiers from pointer target type +src/core/nginx.c: In function 'ngx_core_module_init_conf': +src/core/nginx.c:1050: warning: assignment discards qualifiers from pointer target type +src/core/nginx.c: In function 'ngx_set_user': +src/core/nginx.c:1137: warning: return discards qualifiers from pointer target type +src/core/nginx.c: In function 'ngx_set_priority': +src/core/nginx.c:1219: warning: return discards qualifiers from pointer target type +src/core/nginx.c:1239: warning: return discards qualifiers from pointer target type +src/core/nginx.c: In function 'ngx_set_cpu_affinity': +src/core/nginx.c:1262: warning: return discards qualifiers from pointer target type +src/core/nginx.c: In function 'ngx_set_worker_processes': +src/core/nginx.c:1351: warning: return discards qualifiers from pointer target type +src/core/nginx.c:1364: warning: return discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_log.o \ + src/core/ngx_log.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_log.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_log.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_log.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/core/ngx_log.c: In function 'ngx_error_log': +src/core/ngx_log.c:434: warning: return discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_palloc.o \ + src/core/ngx_palloc.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_palloc.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_palloc.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_palloc.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_array.o \ + src/core/ngx_array.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_array.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_array.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_array.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_list.o \ + src/core/ngx_list.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_list.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_list.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_list.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_hash.o \ + src/core/ngx_hash.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_hash.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_hash.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_hash.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_buf.o \ + src/core/ngx_buf.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_buf.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_buf.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_buf.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_queue.o \ + src/core/ngx_queue.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_queue.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_queue.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_queue.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_output_chain.o \ + src/core/ngx_output_chain.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_output_chain.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_output_chain.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_output_chain.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_string.o \ + src/core/ngx_string.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_string.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_string.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_string.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_parse.o \ + src/core/ngx_parse.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_parse.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_parse.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_parse.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_inet.o \ + src/core/ngx_inet.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_inet.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_inet.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_inet.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/core/ngx_inet.c: In function 'ngx_parse_unix_domain_url': +src/core/ngx_inet.c:561: warning: assignment discards qualifiers from pointer target type +src/core/ngx_inet.c:569: warning: assignment discards qualifiers from pointer target type +src/core/ngx_inet.c: In function 'ngx_parse_inet_url': +src/core/ngx_inet.c:646: warning: assignment discards qualifiers from pointer target type +src/core/ngx_inet.c:668: warning: assignment discards qualifiers from pointer target type +src/core/ngx_inet.c:692: warning: assignment discards qualifiers from pointer target type +src/core/ngx_inet.c:717: warning: assignment discards qualifiers from pointer target type +src/core/ngx_inet.c: In function 'ngx_parse_inet6_url': +src/core/ngx_inet.c:923: warning: assignment discards qualifiers from pointer target type +src/core/ngx_inet.c: In function 'ngx_inet_resolve_host': +src/core/ngx_inet.c:1105: warning: assignment discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_file.o \ + src/core/ngx_file.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_file.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_file.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_file.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/core/ngx_file.c: In function 'ngx_conf_set_path_slot': +src/core/ngx_file.c:251: warning: return discards qualifiers from pointer target type +src/core/ngx_file.c:280: warning: return discards qualifiers from pointer target type +src/core/ngx_file.c: In function 'ngx_conf_set_access_slot': +src/core/ngx_file.c:357: warning: return discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_crc32.o \ + src/core/ngx_crc32.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_crc32.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_crc32.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_crc32.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_murmurhash.o \ + src/core/ngx_murmurhash.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_murmurhash.c:7: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_murmurhash.c:8: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_murmurhash.c:8: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_md5.o \ + src/core/ngx_md5.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_md5.c:11: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_md5.c:12: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_md5.c:12: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_rbtree.o \ + src/core/ngx_rbtree.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_rbtree.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_rbtree.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_rbtree.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_radix_tree.o \ + src/core/ngx_radix_tree.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_radix_tree.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_radix_tree.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_radix_tree.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_slab.o \ + src/core/ngx_slab.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_slab.c:7: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_slab.c:8: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_slab.c:8: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/core/ngx_slab.c: In function 'ngx_slab_free_locked': +src/core/ngx_slab.c:420: warning: passing argument 3 of 'ngx_slab_error' discards qualifiers from pointer target type +src/core/ngx_slab.c:63: note: expected 'char *' but argument is of type 'const char *' +src/core/ngx_slab.c:569: warning: passing argument 3 of 'ngx_slab_error' discards qualifiers from pointer target type +src/core/ngx_slab.c:63: note: expected 'char *' but argument is of type 'const char *' +src/core/ngx_slab.c:575: warning: passing argument 3 of 'ngx_slab_error' discards qualifiers from pointer target type +src/core/ngx_slab.c:63: note: expected 'char *' but argument is of type 'const char *' +src/core/ngx_slab.c:602: warning: passing argument 3 of 'ngx_slab_error' discards qualifiers from pointer target type +src/core/ngx_slab.c:63: note: expected 'char *' but argument is of type 'const char *' +src/core/ngx_slab.c:609: warning: passing argument 3 of 'ngx_slab_error' discards qualifiers from pointer target type +src/core/ngx_slab.c:63: note: expected 'char *' but argument is of type 'const char *' +src/core/ngx_slab.c: In function 'ngx_slab_alloc_pages': +src/core/ngx_slab.c:660: warning: passing argument 3 of 'ngx_slab_error' discards qualifiers from pointer target type +src/core/ngx_slab.c:63: note: expected 'char *' but argument is of type 'const char *' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_times.o \ + src/core/ngx_times.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_times.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_times.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_times.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/core/ngx_times.c:55: warning: initialization discards qualifiers from pointer target type +src/core/ngx_times.c:55: warning: initialization discards qualifiers from pointer target type +src/core/ngx_times.c:55: warning: initialization discards qualifiers from pointer target type +src/core/ngx_times.c:55: warning: initialization discards qualifiers from pointer target type +src/core/ngx_times.c:55: warning: initialization discards qualifiers from pointer target type +src/core/ngx_times.c:55: warning: initialization discards qualifiers from pointer target type +src/core/ngx_times.c:55: warning: initialization discards qualifiers from pointer target type +src/core/ngx_times.c:56: warning: initialization discards qualifiers from pointer target type +src/core/ngx_times.c:56: warning: initialization discards qualifiers from pointer target type +src/core/ngx_times.c:56: warning: initialization discards qualifiers from pointer target type +src/core/ngx_times.c:56: warning: initialization discards qualifiers from pointer target type +src/core/ngx_times.c:56: warning: initialization discards qualifiers from pointer target type +src/core/ngx_times.c:56: warning: initialization discards qualifiers from pointer target type +src/core/ngx_times.c:57: warning: initialization discards qualifiers from pointer target type +src/core/ngx_times.c:57: warning: initialization discards qualifiers from pointer target type +src/core/ngx_times.c:57: warning: initialization discards qualifiers from pointer target type +src/core/ngx_times.c:57: warning: initialization discards qualifiers from pointer target type +src/core/ngx_times.c:57: warning: initialization discards qualifiers from pointer target type +src/core/ngx_times.c:57: warning: initialization discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_shmtx.o \ + src/core/ngx_shmtx.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_shmtx.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_shmtx.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_shmtx.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_connection.o \ + src/core/ngx_connection.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_connection.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_connection.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_connection.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/core/ngx_connection.c: In function 'ngx_connection_local_sockaddr': +src/core/ngx_connection.c:1055: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_cycle.o \ + src/core/ngx_cycle.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_cycle.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_cycle.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_cycle.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_spinlock.o \ + src/core/ngx_spinlock.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_spinlock.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_spinlock.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_spinlock.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_cpuinfo.o \ + src/core/ngx_cpuinfo.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_cpuinfo.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_cpuinfo.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_cpuinfo.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_conf_file.o \ + src/core/ngx_conf_file.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_conf_file.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_conf_file.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_conf_file.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/core/ngx_conf_file.c: In function 'ngx_conf_set_flag_slot': +src/core/ngx_conf_file.c:1031: warning: return discards qualifiers from pointer target type +src/core/ngx_conf_file.c: In function 'ngx_conf_set_str_slot': +src/core/ngx_conf_file.c:1070: warning: return discards qualifiers from pointer target type +src/core/ngx_conf_file.c: In function 'ngx_conf_set_num_slot': +src/core/ngx_conf_file.c:1173: warning: return discards qualifiers from pointer target type +src/core/ngx_conf_file.c:1179: warning: return discards qualifiers from pointer target type +src/core/ngx_conf_file.c: In function 'ngx_conf_set_size_slot': +src/core/ngx_conf_file.c:1203: warning: return discards qualifiers from pointer target type +src/core/ngx_conf_file.c:1210: warning: return discards qualifiers from pointer target type +src/core/ngx_conf_file.c: In function 'ngx_conf_set_off_slot': +src/core/ngx_conf_file.c:1234: warning: return discards qualifiers from pointer target type +src/core/ngx_conf_file.c:1241: warning: return discards qualifiers from pointer target type +src/core/ngx_conf_file.c: In function 'ngx_conf_set_msec_slot': +src/core/ngx_conf_file.c:1265: warning: return discards qualifiers from pointer target type +src/core/ngx_conf_file.c:1272: warning: return discards qualifiers from pointer target type +src/core/ngx_conf_file.c: In function 'ngx_conf_set_sec_slot': +src/core/ngx_conf_file.c:1296: warning: return discards qualifiers from pointer target type +src/core/ngx_conf_file.c:1303: warning: return discards qualifiers from pointer target type +src/core/ngx_conf_file.c: In function 'ngx_conf_set_bufs_slot': +src/core/ngx_conf_file.c:1326: warning: return discards qualifiers from pointer target type +src/core/ngx_conf_file.c:1333: warning: return discards qualifiers from pointer target type +src/core/ngx_conf_file.c:1338: warning: return discards qualifiers from pointer target type +src/core/ngx_conf_file.c: In function 'ngx_conf_set_enum_slot': +src/core/ngx_conf_file.c:1357: warning: return discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_resolver.o \ + src/core/ngx_resolver.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_resolver.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_resolver.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_resolver.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/core/ngx_resolver.c: In function 'ngx_resolver_send_query': +src/core/ngx_resolver.c:888: warning: assignment discards qualifiers from pointer target type +src/core/ngx_resolver.c: In function 'ngx_resolver_process_response': +src/core/ngx_resolver.c:1086: warning: assignment discards qualifiers from pointer target type +src/core/ngx_resolver.c:1106: warning: assignment discards qualifiers from pointer target type +src/core/ngx_resolver.c:1155: warning: assignment discards qualifiers from pointer target type +src/core/ngx_resolver.c: In function 'ngx_resolver_process_a': +src/core/ngx_resolver.c:1276: warning: assignment discards qualifiers from pointer target type +src/core/ngx_resolver.c:1469: warning: assignment discards qualifiers from pointer target type +src/core/ngx_resolver.c: In function 'ngx_resolver_process_ptr': +src/core/ngx_resolver.c:1585: warning: assignment discards qualifiers from pointer target type +src/core/ngx_resolver.c:1665: warning: assignment discards qualifiers from pointer target type +src/core/ngx_resolver.c: In function 'ngx_resolver_copy': +src/core/ngx_resolver.c:1973: warning: assignment discards qualifiers from pointer target type +src/core/ngx_resolver.c:1978: warning: assignment discards qualifiers from pointer target type +src/core/ngx_resolver.c: In function 'ngx_resolver_strerror': +src/core/ngx_resolver.c:2169: warning: initialization discards qualifiers from pointer target type +src/core/ngx_resolver.c:2170: warning: initialization discards qualifiers from pointer target type +src/core/ngx_resolver.c:2171: warning: initialization discards qualifiers from pointer target type +src/core/ngx_resolver.c:2172: warning: initialization discards qualifiers from pointer target type +src/core/ngx_resolver.c:2174: warning: initialization discards qualifiers from pointer target type +src/core/ngx_resolver.c:2181: warning: return discards qualifiers from pointer target type +src/core/ngx_resolver.c:2184: warning: return discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_open_file_cache.o \ + src/core/ngx_open_file_cache.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_open_file_cache.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_open_file_cache.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_open_file_cache.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/core/ngx_open_file_cache.c: In function 'ngx_open_cached_file': +src/core/ngx_open_file_cache.c:258: warning: assignment discards qualifiers from pointer target type +src/core/ngx_open_file_cache.c: In function 'ngx_open_file_wrapper': +src/core/ngx_open_file_cache.c:576: warning: assignment discards qualifiers from pointer target type +src/core/ngx_open_file_cache.c:601: warning: assignment discards qualifiers from pointer target type +src/core/ngx_open_file_cache.c:616: warning: assignment discards qualifiers from pointer target type +src/core/ngx_open_file_cache.c:655: warning: assignment discards qualifiers from pointer target type +src/core/ngx_open_file_cache.c:699: warning: assignment discards qualifiers from pointer target type +src/core/ngx_open_file_cache.c: In function 'ngx_file_info_wrapper': +src/core/ngx_open_file_cache.c:742: warning: assignment discards qualifiers from pointer target type +src/core/ngx_open_file_cache.c:760: warning: assignment discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_crypt.o \ + src/core/ngx_crypt.c +In file included from src/core/ngx_config.h:26, + from src/core/ngx_crypt.c:7: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/core/ngx_crypt.c:8: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/core/ngx_crypt.c:8: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/event/ngx_event.o \ + src/event/ngx_event.c +In file included from src/core/ngx_config.h:26, + from src/event/ngx_event.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/event/ngx_event.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/event/ngx_event.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/event/ngx_event.c: In function 'ngx_send_lowat': +src/event/ngx_event.c:891: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +src/event/ngx_event.c: In function 'ngx_events_block': +src/event/ngx_event.c:911: warning: return discards qualifiers from pointer target type +src/event/ngx_event.c: In function 'ngx_event_connections': +src/event/ngx_event.c:991: warning: return discards qualifiers from pointer target type +src/event/ngx_event.c: In function 'ngx_event_use': +src/event/ngx_event.c:1026: warning: return discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/event/ngx_event_timer.o \ + src/event/ngx_event_timer.c +In file included from src/core/ngx_config.h:26, + from src/event/ngx_event_timer.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/event/ngx_event_timer.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/event/ngx_event_timer.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/event/ngx_event_posted.o \ + src/event/ngx_event_posted.c +In file included from src/core/ngx_config.h:26, + from src/event/ngx_event_posted.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/event/ngx_event_posted.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/event/ngx_event_posted.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/event/ngx_event_busy_lock.o \ + src/event/ngx_event_busy_lock.c +In file included from src/core/ngx_config.h:26, + from src/event/ngx_event_busy_lock.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/event/ngx_event_busy_lock.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/event/ngx_event_busy_lock.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/event/ngx_event_accept.o \ + src/event/ngx_event_accept.c +In file included from src/core/ngx_config.h:26, + from src/event/ngx_event_accept.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/event/ngx_event_accept.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/event/ngx_event_accept.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/event/ngx_event_connect.o \ + src/event/ngx_event_connect.c +In file included from src/core/ngx_config.h:26, + from src/event/ngx_event_connect.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/event/ngx_event_connect.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/event/ngx_event_connect.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/event/ngx_event_pipe.o \ + src/event/ngx_event_pipe.c +In file included from src/core/ngx_config.h:26, + from src/event/ngx_event_pipe.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/event/ngx_event_pipe.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/event/ngx_event_pipe.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/event/ngx_event_pipe.c: In function 'ngx_event_pipe': +src/event/ngx_event_pipe.c:31: warning: assignment discards qualifiers from pointer target type +src/event/ngx_event_pipe.c:47: warning: assignment discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_time.o \ + src/os/unix/ngx_time.c +In file included from src/core/ngx_config.h:26, + from src/os/unix/ngx_time.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/os/unix/ngx_time.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/os/unix/ngx_time.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_errno.o \ + src/os/unix/ngx_errno.c +In file included from src/core/ngx_config.h:26, + from src/os/unix/ngx_errno.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/os/unix/ngx_errno.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/os/unix/ngx_errno.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_alloc.o \ + src/os/unix/ngx_alloc.c +In file included from src/core/ngx_config.h:26, + from src/os/unix/ngx_alloc.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/os/unix/ngx_alloc.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/os/unix/ngx_alloc.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_files.o \ + src/os/unix/ngx_files.c +In file included from src/core/ngx_config.h:26, + from src/os/unix/ngx_files.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/os/unix/ngx_files.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/os/unix/ngx_files.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_socket.o \ + src/os/unix/ngx_socket.c +In file included from src/core/ngx_config.h:26, + from src/os/unix/ngx_socket.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/os/unix/ngx_socket.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/os/unix/ngx_socket.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_recv.o \ + src/os/unix/ngx_recv.c +In file included from src/core/ngx_config.h:26, + from src/os/unix/ngx_recv.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/os/unix/ngx_recv.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/os/unix/ngx_recv.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/os/unix/ngx_recv.c: In function 'ngx_unix_recv': +src/os/unix/ngx_recv.c:165: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_readv_chain.o \ + src/os/unix/ngx_readv_chain.c +In file included from src/core/ngx_config.h:26, + from src/os/unix/ngx_readv_chain.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/os/unix/ngx_readv_chain.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/os/unix/ngx_readv_chain.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/os/unix/ngx_readv_chain.c: In function 'ngx_readv_chain': +src/os/unix/ngx_readv_chain.c:251: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_udp_recv.o \ + src/os/unix/ngx_udp_recv.c +In file included from src/core/ngx_config.h:26, + from src/os/unix/ngx_udp_recv.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/os/unix/ngx_udp_recv.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/os/unix/ngx_udp_recv.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/os/unix/ngx_udp_recv.c: In function 'ngx_udp_unix_recv': +src/os/unix/ngx_udp_recv.c:100: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_send.o \ + src/os/unix/ngx_send.c +In file included from src/core/ngx_config.h:26, + from src/os/unix/ngx_send.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/os/unix/ngx_send.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/os/unix/ngx_send.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/os/unix/ngx_send.c: In function 'ngx_unix_send': +src/os/unix/ngx_send.c:69: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_writev_chain.o \ + src/os/unix/ngx_writev_chain.c +In file included from src/core/ngx_config.h:26, + from src/os/unix/ngx_writev_chain.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/os/unix/ngx_writev_chain.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/os/unix/ngx_writev_chain.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/os/unix/ngx_writev_chain.c: In function 'ngx_writev_chain': +src/os/unix/ngx_writev_chain.c:128: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_channel.o \ + src/os/unix/ngx_channel.c +In file included from src/core/ngx_config.h:26, + from src/os/unix/ngx_channel.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/os/unix/ngx_channel.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/os/unix/ngx_channel.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_shmem.o \ + src/os/unix/ngx_shmem.c +In file included from src/core/ngx_config.h:26, + from src/os/unix/ngx_shmem.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/os/unix/ngx_shmem.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/os/unix/ngx_shmem.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_process.o \ + src/os/unix/ngx_process.c +In file included from src/core/ngx_config.h:26, + from src/os/unix/ngx_process.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/os/unix/ngx_process.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/os/unix/ngx_process.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/os/unix/ngx_process.c:41: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:42: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:46: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:47: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:51: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:52: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:56: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:57: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:61: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:62: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:66: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:67: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:70: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:70: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:72: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:72: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:74: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:74: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:76: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:76: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:78: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:78: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:80: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:80: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c:82: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process.c: In function 'ngx_signal_handler': +src/os/unix/ngx_process.c:324: warning: assignment discards qualifiers from pointer target type +src/os/unix/ngx_process.c:334: warning: assignment discards qualifiers from pointer target type +src/os/unix/ngx_process.c:340: warning: assignment discards qualifiers from pointer target type +src/os/unix/ngx_process.c:346: warning: assignment discards qualifiers from pointer target type +src/os/unix/ngx_process.c:352: warning: assignment discards qualifiers from pointer target type +src/os/unix/ngx_process.c:357: warning: assignment discards qualifiers from pointer target type +src/os/unix/ngx_process.c:370: warning: assignment discards qualifiers from pointer target type +src/os/unix/ngx_process.c:376: warning: assignment discards qualifiers from pointer target type +src/os/unix/ngx_process.c:405: warning: assignment discards qualifiers from pointer target type +src/os/unix/ngx_process.c:411: warning: assignment discards qualifiers from pointer target type +src/os/unix/ngx_process.c:416: warning: assignment discards qualifiers from pointer target type +src/os/unix/ngx_process.c:422: warning: assignment discards qualifiers from pointer target type +src/os/unix/ngx_process.c: In function 'ngx_process_get_status': +src/os/unix/ngx_process.c:499: warning: assignment discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_daemon.o \ + src/os/unix/ngx_daemon.c +In file included from src/core/ngx_config.h:26, + from src/os/unix/ngx_daemon.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/os/unix/ngx_daemon.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/os/unix/ngx_daemon.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_setaffinity.o \ + src/os/unix/ngx_setaffinity.c +In file included from src/core/ngx_config.h:26, + from src/os/unix/ngx_setaffinity.c:7: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/os/unix/ngx_setaffinity.c:8: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/os/unix/ngx_setaffinity.c:8: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_setproctitle.o \ + src/os/unix/ngx_setproctitle.c +In file included from src/core/ngx_config.h:26, + from src/os/unix/ngx_setproctitle.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/os/unix/ngx_setproctitle.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/os/unix/ngx_setproctitle.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/os/unix/ngx_setproctitle.c:30: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_posix_init.o \ + src/os/unix/ngx_posix_init.c +In file included from src/core/ngx_config.h:26, + from src/os/unix/ngx_posix_init.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/os/unix/ngx_posix_init.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/os/unix/ngx_posix_init.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_user.o \ + src/os/unix/ngx_user.c +In file included from src/core/ngx_config.h:26, + from src/os/unix/ngx_user.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/os/unix/ngx_user.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/os/unix/ngx_user.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_process_cycle.o \ + src/os/unix/ngx_process_cycle.c +In file included from src/core/ngx_config.h:26, + from src/os/unix/ngx_process_cycle.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/os/unix/ngx_process_cycle.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/os/unix/ngx_process_cycle.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/os/unix/ngx_process_cycle.c:69: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process_cycle.c:73: warning: initialization discards qualifiers from pointer target type +src/os/unix/ngx_process_cycle.c: In function 'ngx_start_worker_processes': +src/os/unix/ngx_process_cycle.c:363: warning: passing argument 4 of 'ngx_spawn_process' discards qualifiers from pointer target type +src/os/unix/ngx_process.h:63: note: expected 'char *' but argument is of type 'const char *' +src/os/unix/ngx_process_cycle.c: In function 'ngx_start_cache_manager_processes': +src/os/unix/ngx_process_cycle.c:402: warning: passing argument 4 of 'ngx_spawn_process' discards qualifiers from pointer target type +src/os/unix/ngx_process.h:63: note: expected 'char *' but argument is of type 'const char *' +src/os/unix/ngx_process_cycle.c:417: warning: passing argument 4 of 'ngx_spawn_process' discards qualifiers from pointer target type +src/os/unix/ngx_process.h:63: note: expected 'char *' but argument is of type 'const char *' +src/os/unix/ngx_process_cycle.c: In function 'ngx_worker_process_cycle': +src/os/unix/ngx_process_cycle.c:733: warning: passing argument 1 of 'ngx_setproctitle' discards qualifiers from pointer target type +src/os/unix/ngx_setproctitle.h:38: note: expected 'char *' but argument is of type 'const char *' +src/os/unix/ngx_process_cycle.c:819: warning: passing argument 1 of 'ngx_setproctitle' discards qualifiers from pointer target type +src/os/unix/ngx_setproctitle.h:38: note: expected 'char *' but argument is of type 'const char *' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_linux_init.o \ + src/os/unix/ngx_linux_init.c +In file included from src/core/ngx_config.h:26, + from src/os/unix/ngx_linux_init.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/os/unix/ngx_linux_init.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/os/unix/ngx_linux_init.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/event/modules/ngx_epoll_module.o \ + src/event/modules/ngx_epoll_module.c +In file included from src/core/ngx_config.h:26, + from src/event/modules/ngx_epoll_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/event/modules/ngx_epoll_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/event/modules/ngx_epoll_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_linux_sendfile_chain.o \ + src/os/unix/ngx_linux_sendfile_chain.c +In file included from src/core/ngx_config.h:26, + from src/os/unix/ngx_linux_sendfile_chain.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/os/unix/ngx_linux_sendfile_chain.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/os/unix/ngx_linux_sendfile_chain.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/os/unix/ngx_linux_sendfile_chain.c: In function 'ngx_linux_sendfile_chain': +src/os/unix/ngx_linux_sendfile_chain.c:177: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +src/os/unix/ngx_linux_sendfile_chain.c:202: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +src/os/unix/ngx_linux_sendfile_chain.c:279: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +src/os/unix/ngx_linux_sendfile_chain.c:309: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http.o \ + src/http/ngx_http.c +In file included from src/core/ngx_config.h:26, + from src/http/ngx_http.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/ngx_http.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/ngx_http.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/ngx_http.c: In function 'ngx_http_init_headers_in_hash': +src/http/ngx_http.c:434: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http.c: In function 'ngx_http_server_names': +src/http/ngx_http.c:1533: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http.c: In function 'ngx_http_merge_types': +src/http/ngx_http.c:2033: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http.c:2063: warning: assignment discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_core_module.o \ + src/http/ngx_http_core_module.c +In file included from src/core/ngx_config.h:26, + from src/http/ngx_http_core_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/ngx_http_core_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/ngx_http_core_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/ngx_http_core_module.c:97: warning: initialization discards qualifiers from pointer target type +src/http/ngx_http_core_module.c:98: warning: initialization discards qualifiers from pointer target type +src/http/ngx_http_core_module.c:101: warning: initialization discards qualifiers from pointer target type +src/http/ngx_http_core_module.c:102: warning: initialization discards qualifiers from pointer target type +src/http/ngx_http_core_module.c:105: warning: initialization discards qualifiers from pointer target type +src/http/ngx_http_core_module.c:106: warning: initialization discards qualifiers from pointer target type +src/http/ngx_http_core_module.c: In function 'ngx_http_gzip_accept_encoding': +src/http/ngx_http_core_module.c:2302: warning: passing argument 2 of 'ngx_strcasestrn' discards qualifiers from pointer target type +src/core/ngx_string.h:163: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_core_module.c: In function 'ngx_http_core_merge_loc_conf': +src/http/ngx_http_core_module.c:3718: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_core_module.c:3760: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_core_module.c: In function 'ngx_http_core_limit_except': +src/http/ngx_http_core_module.c:4497: warning: return discards qualifiers from pointer target type +src/http/ngx_http_core_module.c: In function 'ngx_http_core_directio': +src/http/ngx_http_core_module.c:4589: warning: return discards qualifiers from pointer target type +src/http/ngx_http_core_module.c:4601: warning: return discards qualifiers from pointer target type +src/http/ngx_http_core_module.c: In function 'ngx_http_core_try_files': +src/http/ngx_http_core_module.c:4741: warning: return discards qualifiers from pointer target type +src/http/ngx_http_core_module.c: In function 'ngx_http_core_open_file_cache': +src/http/ngx_http_core_module.c:4819: warning: return discards qualifiers from pointer target type +src/http/ngx_http_core_module.c: In function 'ngx_http_core_error_log': +src/http/ngx_http_core_module.c:4894: warning: return discards qualifiers from pointer target type +src/http/ngx_http_core_module.c: In function 'ngx_http_core_keepalive': +src/http/ngx_http_core_module.c:4928: warning: return discards qualifiers from pointer target type +src/http/ngx_http_core_module.c:4936: warning: return discards qualifiers from pointer target type +src/http/ngx_http_core_module.c:4946: warning: return discards qualifiers from pointer target type +src/http/ngx_http_core_module.c: In function 'ngx_http_core_internal': +src/http/ngx_http_core_module.c:4959: warning: return discards qualifiers from pointer target type +src/http/ngx_http_core_module.c: In function 'ngx_http_core_resolver': +src/http/ngx_http_core_module.c:4976: warning: return discards qualifiers from pointer target type +src/http/ngx_http_core_module.c: In function 'ngx_http_disable_symlinks': +src/http/ngx_http_core_module.c:5104: warning: return discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_special_response.o \ + src/http/ngx_http_special_response.c +In file included from src/core/ngx_config.h:26, + from src/http/ngx_http_special_response.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/ngx_http_special_response.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/ngx_http_special_response.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/ngx_http_special_response.c: In function 'ngx_http_send_refresh': +src/http/ngx_http_special_response.c:779: warning: cast from function call of type 'uintptr_t' to non-matching type 'u_char *' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_request.o \ + src/http/ngx_http_request.c +In file included from src/core/ngx_config.h:26, + from src/http/ngx_http_request.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/ngx_http_request.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/ngx_http_request.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/ngx_http_request.c:70: warning: initialization discards qualifiers from pointer target type +src/http/ngx_http_request.c:73: warning: initialization discards qualifiers from pointer target type +src/http/ngx_http_request.c:77: warning: initialization discards qualifiers from pointer target type +src/http/ngx_http_request.c: In function 'ngx_http_init_connection': +src/http/ngx_http_request.c:307: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_request.c: In function 'ngx_http_wait_request_handler': +src/http/ngx_http_request.c:475: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_request.c: In function 'ngx_http_process_request_line': +src/http/ngx_http_request.c:960: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_request.c: In function 'ngx_http_read_request_header': +src/http/ngx_http_request.c:1351: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_request.c: In function 'ngx_http_process_connection': +src/http/ngx_http_request.c:1592: warning: passing argument 2 of 'ngx_strcasestrn' discards qualifiers from pointer target type +src/core/ngx_string.h:163: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c:1595: warning: passing argument 2 of 'ngx_strcasestrn' discards qualifiers from pointer target type +src/core/ngx_string.h:163: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c: In function 'ngx_http_process_user_agent': +src/http/ngx_http_request.c:1619: warning: passing argument 2 of 'ngx_strstrn' discards qualifiers from pointer target type +src/core/ngx_string.h:162: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c:1633: warning: passing argument 2 of 'ngx_strstrn' discards qualifiers from pointer target type +src/core/ngx_string.h:162: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c:1648: warning: passing argument 2 of 'ngx_strstrn' discards qualifiers from pointer target type +src/core/ngx_string.h:162: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c:1656: warning: passing argument 2 of 'ngx_strstrn' discards qualifiers from pointer target type +src/core/ngx_string.h:162: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c:1659: warning: passing argument 2 of 'ngx_strstrn' discards qualifiers from pointer target type +src/core/ngx_string.h:162: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c:1662: warning: passing argument 2 of 'ngx_strstrn' discards qualifiers from pointer target type +src/core/ngx_string.h:162: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c:1663: warning: passing argument 2 of 'ngx_strstrn' discards qualifiers from pointer target type +src/core/ngx_string.h:162: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c:1667: warning: passing argument 2 of 'ngx_strstrn' discards qualifiers from pointer target type +src/core/ngx_string.h:162: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c: In function 'ngx_http_set_keepalive': +src/http/ngx_http_request.c:2766: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_request.c:2828: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_request.c:2914: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_request.c:2918: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c:2946: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c: In function 'ngx_http_keepalive_handler': +src/http/ngx_http_request.c:3082: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_request.c: In function 'ngx_http_set_lingering_close': +src/http/ngx_http_request.c:3137: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c: In function 'ngx_http_free_request': +src/http/ngx_http_request.c:3367: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_request.c:3371: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_request.c: In function 'ngx_http_log_error_handler': +src/http/ngx_http_request.c:3534: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_request.c:3538: warning: assignment discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_parse.o \ + src/http/ngx_http_parse.c +In file included from src/core/ngx_config.h:26, + from src/http/ngx_http_parse.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/ngx_http_parse.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/ngx_http_parse.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_header_filter_module.o \ + src/http/ngx_http_header_filter_module.c +In file included from src/core/ngx_config.h:26, + from src/http/ngx_http_header_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/ngx_http_header_filter_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/ngx_http_header_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_write_filter_module.o \ + src/http/ngx_http_write_filter_module.c +In file included from src/core/ngx_config.h:26, + from src/http/ngx_http_write_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/ngx_http_write_filter_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/ngx_http_write_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_copy_filter_module.o \ + src/http/ngx_http_copy_filter_module.c +In file included from src/core/ngx_config.h:26, + from src/http/ngx_http_copy_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/ngx_http_copy_filter_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/ngx_http_copy_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_log_module.o \ + src/http/modules/ngx_http_log_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_log_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_log_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_log_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_log_module.c: In function 'ngx_http_log_variable': +src/http/modules/ngx_http_log_module.c:904: warning: cast from function call of type 'uintptr_t' to non-matching type 'u_char *' +src/http/modules/ngx_http_log_module.c: In function 'ngx_http_log_open_file_cache': +src/http/modules/ngx_http_log_module.c:1550: warning: return discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_request_body.o \ + src/http/ngx_http_request_body.c +In file included from src/core/ngx_config.h:26, + from src/http/ngx_http_request_body.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/ngx_http_request_body.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/ngx_http_request_body.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/ngx_http_request_body.c: In function 'ngx_http_write_request_body': +src/http/ngx_http_request_body.c:427: warning: assignment discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_variables.o \ + src/http/ngx_http_variables.c +In file included from src/core/ngx_config.h:26, + from src/http/ngx_http_variables.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/ngx_http_variables.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/ngx_http_variables.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/ngx_http_variables.c: In function 'ngx_http_variable_sent_connection': +src/http/ngx_http_variables.c:1773: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_variables.c:1777: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_variables.c:1781: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_variables.c: In function 'ngx_http_variables_init_vars': +src/http/ngx_http_variables.c:2528: warning: assignment discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_script.o \ + src/http/ngx_http_script.c +In file included from src/core/ngx_config.h:26, + from src/http/ngx_http_script.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/ngx_http_script.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/ngx_http_script.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/ngx_http_script.c: In function 'ngx_http_set_complex_value_slot': +src/http/ngx_http_script.c:223: warning: return discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_upstream.o \ + src/http/ngx_http_upstream.c +In file included from src/core/ngx_config.h:26, + from src/http/ngx_http_upstream.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/ngx_http_upstream.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/ngx_http_upstream.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_connect': +src/http/ngx_http_upstream.c:1138: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_send_request': +src/http/ngx_http_upstream.c:1431: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_process_header': +src/http/ngx_http_upstream.c:1550: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_test_connect': +src/http/ngx_http_upstream.c:1883: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_upstream.c:1884: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_process_body_in_memory': +src/http/ngx_http_upstream.c:2032: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_send_response': +src/http/ngx_http_upstream.c:2122: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c:2172: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c:2315: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_upgrade': +src/http/ngx_http_upstream.c:2409: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_upstream.c:2426: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c:2442: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_process_upgraded': +src/http/ngx_http_upstream.c:2522: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c:2528: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_process_non_buffered_downstream': +src/http/ngx_http_upstream.c:2688: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_upstream.c:2692: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_process_non_buffered_upstream': +src/http/ngx_http_upstream.c:2712: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_upstream.c:2715: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_process_downstream': +src/http/ngx_http_upstream.c:2899: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_upstream.c:2926: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_process_upstream': +src/http/ngx_http_upstream.c:2964: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_upstream.c:2968: warning: passing argument 3 of 'ngx_connection_error' discards qualifiers from pointer target type +src/core/ngx_connection.h:193: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_finalize_request': +src/http/ngx_http_upstream.c:3407: warning: assignment discards qualifiers from pointer target type +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_rewrite_refresh': +src/http/ngx_http_upstream.c:3972: warning: passing argument 2 of 'ngx_strcasestrn' discards qualifiers from pointer target type +src/core/ngx_string.h:163: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_bind_set_slot': +src/http/ngx_http_upstream.c:4794: warning: return discards qualifiers from pointer target type +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_init_main_conf': +src/http/ngx_http_upstream.c:5128: warning: assignment discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_upstream_round_robin.o \ + src/http/ngx_http_upstream_round_robin.c +In file included from src/core/ngx_config.h:26, + from src/http/ngx_http_upstream_round_robin.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/ngx_http_upstream_round_robin.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/ngx_http_upstream_round_robin.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_parse_time.o \ + src/http/ngx_http_parse_time.c +In file included from src/core/ngx_config.h:26, + from src/http/ngx_http_parse_time.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/ngx_http_parse_time.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/ngx_http_parse_time.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_static_module.o \ + src/http/modules/ngx_http_static_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_static_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_static_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_static_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_static_module.c: In function 'ngx_http_static_handler': +src/http/modules/ngx_http_static_module.c:217: warning: assignment discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_index_module.o \ + src/http/modules/ngx_http_index_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_index_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_index_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_index_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_chunked_filter_module.o \ + src/http/modules/ngx_http_chunked_filter_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_chunked_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_chunked_filter_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_chunked_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_range_filter_module.o \ + src/http/modules/ngx_http_range_filter_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_range_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_range_filter_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_range_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_headers_filter_module.o \ + src/http/modules/ngx_http_headers_filter_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_headers_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_headers_filter_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_headers_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_headers_filter_module.c: In function 'ngx_http_headers_expires': +src/http/modules/ngx_http_headers_filter_module.c:491: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_headers_filter_module.c:520: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_headers_filter_module.c:534: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_headers_filter_module.c:556: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_headers_filter_module.c:562: warning: return discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_not_modified_filter_module.o \ + src/http/modules/ngx_http_not_modified_filter_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_not_modified_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_not_modified_filter_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_not_modified_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_busy_lock.o \ + src/http/ngx_http_busy_lock.c +In file included from src/core/ngx_config.h:26, + from src/http/ngx_http_busy_lock.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/ngx_http_busy_lock.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/ngx_http_busy_lock.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/ngx_http_busy_lock.c: In function 'ngx_http_set_busy_lock_slot': +src/http/ngx_http_busy_lock.c:209: warning: return discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_file_cache.o \ + src/http/ngx_http_file_cache.c +In file included from src/core/ngx_config.h:26, + from src/http/ngx_http_file_cache.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/ngx_http_file_cache.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/ngx_http_file_cache.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_gzip_filter_module.o \ + src/http/modules/ngx_http_gzip_filter_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_gzip_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_gzip_filter_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_gzip_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_gzip_filter_module.c: In function 'ngx_http_gzip_window': +src/http/modules/ngx_http_gzip_filter_module.c:1202: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_gzip_filter_module.c: In function 'ngx_http_gzip_hash': +src/http/modules/ngx_http_gzip_filter_module.c:1226: warning: return discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_postpone_filter_module.o \ + src/http/ngx_http_postpone_filter_module.c +In file included from src/core/ngx_config.h:26, + from src/http/ngx_http_postpone_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/ngx_http_postpone_filter_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/ngx_http_postpone_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_ssi_filter_module.o \ + src/http/modules/ngx_http_ssi_filter_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_ssi_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_ssi_filter_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_ssi_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_ssi_filter_module.c: In function 'ngx_http_ssi_date_gmt_local_variable': +src/http/modules/ngx_http_ssi_filter_module.c:2758: warning: format not a string literal, format string not checked +src/http/modules/ngx_http_ssi_filter_module.c: In function 'ngx_http_ssi_init_main_conf': +src/http/modules/ngx_http_ssi_filter_module.c:2846: warning: assignment discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_charset_filter_module.o \ + src/http/modules/ngx_http_charset_filter_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_charset_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_charset_filter_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_charset_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_charset_filter_module.c: In function 'ngx_http_set_charset_slot': +src/http/modules/ngx_http_charset_filter_module.c:1404: warning: return discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_userid_filter_module.o \ + src/http/modules/ngx_http_userid_filter_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_userid_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_userid_filter_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_userid_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_userid_filter_module.c: In function 'ngx_http_userid_expires': +src/http/modules/ngx_http_userid_filter_module.c:761: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_userid_filter_module.c:778: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_userid_filter_module.c: In function 'ngx_http_userid_mark': +src/http/modules/ngx_http_userid_filter_module.c:806: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_userid_filter_module.c:822: warning: return discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_autoindex_module.o \ + src/http/modules/ngx_http_autoindex_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_autoindex_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_autoindex_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_autoindex_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_autoindex_module.c: In function 'ngx_http_autoindex_handler': +src/http/modules/ngx_http_autoindex_module.c:157: warning: initialization discards qualifiers from pointer target type +src/http/modules/ngx_http_autoindex_module.c:157: warning: initialization discards qualifiers from pointer target type +src/http/modules/ngx_http_autoindex_module.c:157: warning: initialization discards qualifiers from pointer target type +src/http/modules/ngx_http_autoindex_module.c:157: warning: initialization discards qualifiers from pointer target type +src/http/modules/ngx_http_autoindex_module.c:157: warning: initialization discards qualifiers from pointer target type +src/http/modules/ngx_http_autoindex_module.c:157: warning: initialization discards qualifiers from pointer target type +src/http/modules/ngx_http_autoindex_module.c:158: warning: initialization discards qualifiers from pointer target type +src/http/modules/ngx_http_autoindex_module.c:158: warning: initialization discards qualifiers from pointer target type +src/http/modules/ngx_http_autoindex_module.c:158: warning: initialization discards qualifiers from pointer target type +src/http/modules/ngx_http_autoindex_module.c:158: warning: initialization discards qualifiers from pointer target type +src/http/modules/ngx_http_autoindex_module.c:158: warning: initialization discards qualifiers from pointer target type +src/http/modules/ngx_http_autoindex_module.c:158: warning: initialization discards qualifiers from pointer target type +src/http/modules/ngx_http_autoindex_module.c:403: warning: cast from function call of type 'uintptr_t' to non-matching type 'u_char *' +src/http/modules/ngx_http_autoindex_module.c:405: warning: cast from function call of type 'uintptr_t' to non-matching type 'u_char *' +src/http/modules/ngx_http_autoindex_module.c:457: warning: cast from function call of type 'uintptr_t' to non-matching type 'u_char *' +src/http/modules/ngx_http_autoindex_module.c:472: warning: cast from function call of type 'uintptr_t' to non-matching type 'u_char *' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_auth_basic_module.o \ + src/http/modules/ngx_http_auth_basic_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_auth_basic_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_auth_basic_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_auth_basic_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_auth_basic_module.c: In function 'ngx_http_auth_basic_user_file': +src/http/modules/ngx_http_auth_basic_module.c:449: warning: return discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_access_module.o \ + src/http/modules/ngx_http_access_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_access_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_access_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_access_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_limit_conn_module.o \ + src/http/modules/ngx_http_limit_conn_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_limit_conn_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_limit_conn_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_limit_conn_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_limit_conn_module.c:65: warning: initialization discards qualifiers from pointer target type +src/http/modules/ngx_http_limit_conn_module.c:66: warning: initialization discards qualifiers from pointer target type +src/http/modules/ngx_http_limit_conn_module.c: In function 'ngx_http_limit_conn': +src/http/modules/ngx_http_limit_conn_module.c:722: warning: return discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_limit_req_module.o \ + src/http/modules/ngx_http_limit_req_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_limit_req_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_limit_req_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_limit_req_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_limit_req_module.c: In function 'ngx_http_limit_req': +src/http/modules/ngx_http_limit_req_module.c:952: warning: return discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_geo_module.o \ + src/http/modules/ngx_http_geo_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_geo_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_geo_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_geo_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_geo_module.c: In function 'ngx_http_geo_cidr_variable': +src/http/modules/ngx_http_geo_module.c:190: warning: cast from function call of type 'uintptr_t' to non-matching type 'struct ngx_http_variable_value_t *' +src/http/modules/ngx_http_geo_module.c:223: warning: cast from function call of type 'uintptr_t' to non-matching type 'struct ngx_http_variable_value_t *' +src/http/modules/ngx_http_geo_module.c: In function 'ngx_http_geo_cidr_add': +src/http/modules/ngx_http_geo_module.c:1181: warning: cast from function call of type 'uintptr_t' to non-matching type 'struct ngx_http_variable_value_t *' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_map_module.o \ + src/http/modules/ngx_http_map_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_map_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_map_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_map_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_map_module.c: In function 'ngx_http_map_block': +src/http/modules/ngx_http_map_module.c:293: warning: assignment discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_split_clients_module.o \ + src/http/modules/ngx_http_split_clients_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_split_clients_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_split_clients_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_split_clients_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_referer_module.o \ + src/http/modules/ngx_http_referer_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_referer_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_referer_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_referer_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_referer_module.c: In function 'ngx_http_referer_merge_conf': +src/http/modules/ngx_http_referer_module.c:313: warning: assignment discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_proxy_module.o \ + src/http/modules/ngx_http_proxy_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_proxy_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_proxy_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_proxy_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_proxy_module.c: In function 'ngx_http_proxy_rewrite_cookie': +src/http/modules/ngx_http_proxy_module.c:2144: warning: passing argument 2 of 'ngx_strcasestrn' discards qualifiers from pointer target type +src/core/ngx_string.h:163: note: expected 'char *' but argument is of type 'const char *' +src/http/modules/ngx_http_proxy_module.c:2160: warning: passing argument 2 of 'ngx_strcasestrn' discards qualifiers from pointer target type +src/core/ngx_string.h:163: note: expected 'char *' but argument is of type 'const char *' +src/http/modules/ngx_http_proxy_module.c: In function 'ngx_http_proxy_merge_loc_conf': +src/http/modules/ngx_http_proxy_module.c:2778: warning: assignment discards qualifiers from pointer target type +src/http/modules/ngx_http_proxy_module.c: In function 'ngx_http_proxy_merge_headers': +src/http/modules/ngx_http_proxy_module.c:3090: warning: assignment discards qualifiers from pointer target type +src/http/modules/ngx_http_proxy_module.c: In function 'ngx_http_proxy_pass': +src/http/modules/ngx_http_proxy_module.c:3112: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_proxy_module.c: In function 'ngx_http_proxy_store': +src/http/modules/ngx_http_proxy_module.c:3592: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_proxy_module.c:3607: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_proxy_module.c: In function 'ngx_http_proxy_cache': +src/http/modules/ngx_http_proxy_module.c:3650: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_proxy_module.c:3659: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_proxy_module.c: In function 'ngx_http_proxy_cache_key': +src/http/modules/ngx_http_proxy_module.c:3683: warning: return discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_fastcgi_module.o \ + src/http/modules/ngx_http_fastcgi_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_fastcgi_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_fastcgi_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_fastcgi_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_fastcgi_module.c: In function 'ngx_http_fastcgi_merge_loc_conf': +src/http/modules/ngx_http_fastcgi_module.c:2387: warning: assignment discards qualifiers from pointer target type +src/http/modules/ngx_http_fastcgi_module.c: In function 'ngx_http_fastcgi_merge_params': +src/http/modules/ngx_http_fastcgi_module.c:2652: warning: assignment discards qualifiers from pointer target type +src/http/modules/ngx_http_fastcgi_module.c: In function 'ngx_http_fastcgi_pass': +src/http/modules/ngx_http_fastcgi_module.c:2810: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_fastcgi_module.c: In function 'ngx_http_fastcgi_store': +src/http/modules/ngx_http_fastcgi_module.c:2917: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_fastcgi_module.c:2932: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_fastcgi_module.c: In function 'ngx_http_fastcgi_cache': +src/http/modules/ngx_http_fastcgi_module.c:2975: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_fastcgi_module.c:2984: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_fastcgi_module.c: In function 'ngx_http_fastcgi_cache_key': +src/http/modules/ngx_http_fastcgi_module.c:3008: warning: return discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_uwsgi_module.o \ + src/http/modules/ngx_http_uwsgi_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_uwsgi_module.c:10: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_uwsgi_module.c:11: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_uwsgi_module.c:11: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_uwsgi_module.c: In function 'ngx_http_uwsgi_merge_loc_conf': +src/http/modules/ngx_http_uwsgi_module.c:1393: warning: assignment discards qualifiers from pointer target type +src/http/modules/ngx_http_uwsgi_module.c: In function 'ngx_http_uwsgi_merge_params': +src/http/modules/ngx_http_uwsgi_module.c:1654: warning: assignment discards qualifiers from pointer target type +src/http/modules/ngx_http_uwsgi_module.c: In function 'ngx_http_uwsgi_pass': +src/http/modules/ngx_http_uwsgi_module.c:1674: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_uwsgi_module.c: In function 'ngx_http_uwsgi_store': +src/http/modules/ngx_http_uwsgi_module.c:1733: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_uwsgi_module.c:1748: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_uwsgi_module.c: In function 'ngx_http_uwsgi_cache': +src/http/modules/ngx_http_uwsgi_module.c:1791: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_uwsgi_module.c:1800: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_uwsgi_module.c: In function 'ngx_http_uwsgi_cache_key': +src/http/modules/ngx_http_uwsgi_module.c:1824: warning: return discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_scgi_module.o \ + src/http/modules/ngx_http_scgi_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_scgi_module.c:9: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_scgi_module.c:10: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_scgi_module.c:10: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_scgi_module.c: In function 'ngx_http_scgi_merge_loc_conf': +src/http/modules/ngx_http_scgi_module.c:1354: warning: assignment discards qualifiers from pointer target type +src/http/modules/ngx_http_scgi_module.c: In function 'ngx_http_scgi_merge_params': +src/http/modules/ngx_http_scgi_module.c:1619: warning: assignment discards qualifiers from pointer target type +src/http/modules/ngx_http_scgi_module.c: In function 'ngx_http_scgi_pass': +src/http/modules/ngx_http_scgi_module.c:1639: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_scgi_module.c: In function 'ngx_http_scgi_store': +src/http/modules/ngx_http_scgi_module.c:1697: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_scgi_module.c:1712: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_scgi_module.c: In function 'ngx_http_scgi_cache': +src/http/modules/ngx_http_scgi_module.c:1755: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_scgi_module.c:1764: warning: return discards qualifiers from pointer target type +src/http/modules/ngx_http_scgi_module.c: In function 'ngx_http_scgi_cache_key': +src/http/modules/ngx_http_scgi_module.c:1788: warning: return discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_memcached_module.o \ + src/http/modules/ngx_http_memcached_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_memcached_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_memcached_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_memcached_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_memcached_module.c: In function 'ngx_http_memcached_create_request': +src/http/modules/ngx_http_memcached_module.c:268: warning: cast from function call of type 'uintptr_t' to non-matching type 'u_char *' +src/http/modules/ngx_http_memcached_module.c: In function 'ngx_http_memcached_pass': +src/http/modules/ngx_http_memcached_module.c:662: warning: return discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_empty_gif_module.o \ + src/http/modules/ngx_http_empty_gif_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_empty_gif_module.c:7: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_empty_gif_module.c:8: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_empty_gif_module.c:8: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_browser_module.o \ + src/http/modules/ngx_http_browser_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_browser_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_browser_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_browser_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \ + src/http/modules/ngx_http_upstream_ip_hash_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_upstream_ip_hash_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_upstream_ip_hash_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_upstream_ip_hash_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_upstream_least_conn_module.o \ + src/http/modules/ngx_http_upstream_least_conn_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_upstream_least_conn_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_upstream_least_conn_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_upstream_least_conn_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_upstream_keepalive_module.o \ + src/http/modules/ngx_http_upstream_keepalive_module.c +In file included from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_upstream_keepalive_module.c:8: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from src/http/modules/ngx_http_upstream_keepalive_module.c:9: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from src/http/modules/ngx_http_upstream_keepalive_module.c:9: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_upstream_keepalive_module.c: In function 'ngx_http_upstream_keepalive': +src/http/modules/ngx_http_upstream_keepalive_module.c:496: warning: return discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/mail \ + -o objs/addon/nginx-module/ngx_http_groonga_module.o \ + /home/groonga-build/build/groonga-3.0.7/src/httpd/nginx-module/ngx_http_groonga_module.c +In file included from src/core/ngx_core.h:52, + from /home/groonga-build/build/groonga-3.0.7/src/httpd/nginx-module/ngx_http_groonga_module.c:24: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from /home/groonga-build/build/groonga-3.0.7/src/httpd/nginx-module/ngx_http_groonga_module.c:24: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +/home/groonga-build/build/groonga-3.0.7/src/httpd/nginx-module/ngx_http_groonga_module.c: In function 'ngx_http_groonga_context_receive_handler': +/home/groonga-build/build/groonga-3.0.7/src/httpd/nginx-module/ngx_http_groonga_module.c:258: warning: passing argument 2 of 'ngx_os_signal_process' discards qualifiers from pointer target type +src/os/unix/ngx_os.h:40: note: expected 'char *' but argument is of type 'const char *' +/home/groonga-build/build/groonga-3.0.7/src/httpd/nginx-module/ngx_http_groonga_module.c: In function 'ngx_http_groonga_conf_set_log_level_slot': +/home/groonga-build/build/groonga-3.0.7/src/httpd/nginx-module/ngx_http_groonga_module.c:783: warning: assignment discards qualifiers from pointer target type +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/ngx_modules.o \ + objs/ngx_modules.c +In file included from src/core/ngx_config.h:26, + from objs/ngx_modules.c:2: +src/os/unix/ngx_linux_config.h:115: warning: redundant redeclaration of 'environ' +/usr/include/unistd.h:540: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52, + from objs/ngx_modules.c:3: +src/core/ngx_palloc.h:75: warning: redundant redeclaration of 'ngx_alloc' +src/os/unix/ngx_alloc.h:16: note: previous declaration of 'ngx_alloc' was here +src/core/ngx_palloc.h:76: warning: redundant redeclaration of 'ngx_calloc' +src/os/unix/ngx_alloc.h:17: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75, + from objs/ngx_modules.c:3: +src/os/unix/ngx_process_cycle.h:42: warning: redundant redeclaration of 'ngx_pid' +src/os/unix/ngx_process.h:81: note: previous declaration of 'ngx_pid' was here +objs/ngx_modules.c:7: warning: redundant redeclaration of 'ngx_core_module' +src/core/ngx_cycle.h:134: note: previous declaration of 'ngx_core_module' was here +objs/ngx_modules.c:8: warning: redundant redeclaration of 'ngx_errlog_module' +src/core/ngx_log.h:246: note: previous declaration of 'ngx_errlog_module' was here +cc -o objs/nginx \ + objs/src/core/nginx.o \ + objs/src/core/ngx_log.o \ + objs/src/core/ngx_palloc.o \ + objs/src/core/ngx_array.o \ + objs/src/core/ngx_list.o \ + objs/src/core/ngx_hash.o \ + objs/src/core/ngx_buf.o \ + objs/src/core/ngx_queue.o \ + objs/src/core/ngx_output_chain.o \ + objs/src/core/ngx_string.o \ + objs/src/core/ngx_parse.o \ + objs/src/core/ngx_inet.o \ + objs/src/core/ngx_file.o \ + objs/src/core/ngx_crc32.o \ + objs/src/core/ngx_murmurhash.o \ + objs/src/core/ngx_md5.o \ + objs/src/core/ngx_rbtree.o \ + objs/src/core/ngx_radix_tree.o \ + objs/src/core/ngx_slab.o \ + objs/src/core/ngx_times.o \ + objs/src/core/ngx_shmtx.o \ + objs/src/core/ngx_connection.o \ + objs/src/core/ngx_cycle.o \ + objs/src/core/ngx_spinlock.o \ + objs/src/core/ngx_cpuinfo.o \ + objs/src/core/ngx_conf_file.o \ + objs/src/core/ngx_resolver.o \ + objs/src/core/ngx_open_file_cache.o \ + objs/src/core/ngx_crypt.o \ + objs/src/event/ngx_event.o \ + objs/src/event/ngx_event_timer.o \ + objs/src/event/ngx_event_posted.o \ + objs/src/event/ngx_event_busy_lock.o \ + objs/src/event/ngx_event_accept.o \ + objs/src/event/ngx_event_connect.o \ + objs/src/event/ngx_event_pipe.o \ + objs/src/os/unix/ngx_time.o \ + objs/src/os/unix/ngx_errno.o \ + objs/src/os/unix/ngx_alloc.o \ + objs/src/os/unix/ngx_files.o \ + objs/src/os/unix/ngx_socket.o \ + objs/src/os/unix/ngx_recv.o \ + objs/src/os/unix/ngx_readv_chain.o \ + objs/src/os/unix/ngx_udp_recv.o \ + objs/src/os/unix/ngx_send.o \ + objs/src/os/unix/ngx_writev_chain.o \ + objs/src/os/unix/ngx_channel.o \ + objs/src/os/unix/ngx_shmem.o \ + objs/src/os/unix/ngx_process.o \ + objs/src/os/unix/ngx_daemon.o \ + objs/src/os/unix/ngx_setaffinity.o \ + objs/src/os/unix/ngx_setproctitle.o \ + objs/src/os/unix/ngx_posix_init.o \ + objs/src/os/unix/ngx_user.o \ + objs/src/os/unix/ngx_process_cycle.o \ + objs/src/os/unix/ngx_linux_init.o \ + objs/src/event/modules/ngx_epoll_module.o \ + objs/src/os/unix/ngx_linux_sendfile_chain.o \ + objs/src/http/ngx_http.o \ + objs/src/http/ngx_http_core_module.o \ + objs/src/http/ngx_http_special_response.o \ + objs/src/http/ngx_http_request.o \ + objs/src/http/ngx_http_parse.o \ + objs/src/http/ngx_http_header_filter_module.o \ + objs/src/http/ngx_http_write_filter_module.o \ + objs/src/http/ngx_http_copy_filter_module.o \ + objs/src/http/modules/ngx_http_log_module.o \ + objs/src/http/ngx_http_request_body.o \ + objs/src/http/ngx_http_variables.o \ + objs/src/http/ngx_http_script.o \ + objs/src/http/ngx_http_upstream.o \ + objs/src/http/ngx_http_upstream_round_robin.o \ + objs/src/http/ngx_http_parse_time.o \ + objs/src/http/modules/ngx_http_static_module.o \ + objs/src/http/modules/ngx_http_index_module.o \ + objs/src/http/modules/ngx_http_chunked_filter_module.o \ + objs/src/http/modules/ngx_http_range_filter_module.o \ + objs/src/http/modules/ngx_http_headers_filter_module.o \ + objs/src/http/modules/ngx_http_not_modified_filter_module.o \ + objs/src/http/ngx_http_busy_lock.o \ + objs/src/http/ngx_http_file_cache.o \ + objs/src/http/modules/ngx_http_gzip_filter_module.o \ + objs/src/http/ngx_http_postpone_filter_module.o \ + objs/src/http/modules/ngx_http_ssi_filter_module.o \ + objs/src/http/modules/ngx_http_charset_filter_module.o \ + objs/src/http/modules/ngx_http_userid_filter_module.o \ + objs/src/http/modules/ngx_http_autoindex_module.o \ + objs/src/http/modules/ngx_http_auth_basic_module.o \ + objs/src/http/modules/ngx_http_access_module.o \ + objs/src/http/modules/ngx_http_limit_conn_module.o \ + objs/src/http/modules/ngx_http_limit_req_module.o \ + objs/src/http/modules/ngx_http_geo_module.o \ + objs/src/http/modules/ngx_http_map_module.o \ + objs/src/http/modules/ngx_http_split_clients_module.o \ + objs/src/http/modules/ngx_http_referer_module.o \ + objs/src/http/modules/ngx_http_proxy_module.o \ + objs/src/http/modules/ngx_http_fastcgi_module.o \ + objs/src/http/modules/ngx_http_uwsgi_module.o \ + objs/src/http/modules/ngx_http_scgi_module.o \ + objs/src/http/modules/ngx_http_memcached_module.o \ + objs/src/http/modules/ngx_http_empty_gif_module.o \ + objs/src/http/modules/ngx_http_browser_module.o \ + objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \ + objs/src/http/modules/ngx_http_upstream_least_conn_module.o \ + objs/src/http/modules/ngx_http_upstream_keepalive_module.o \ + objs/addon/nginx-module/ngx_http_groonga_module.o \ + objs/ngx_modules.o \ + -lpthread -lcrypt -L/home/groonga-build/build/groonga-3.0.7/lib/.libs -lgroonga -lz +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make -f objs/Makefile manpage +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +sed -e "s|%%PREFIX%%|/etc/groonga/httpd|" \ + -e "s|%%PID_PATH%%|/var/run/groonga/groonga-httpd.pid|" \ + -e "s|%%CONF_PATH%%|/etc/groonga/httpd/groonga-httpd.conf|" \ + -e "s|%%ERROR_LOG_PATH%%|/var/log/groonga/httpd/error.log|" \ + < man/nginx.8 > objs/nginx.8 +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/src/httpd' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src' + CC groonga-groonga.o + CXXLD groonga + CC groonga_benchmark.o + CXXLD groonga-benchmark + CC grnslap.o + CXXLD grnslap +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/src' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/src' +Making all in examples +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples' +Making all in dictionary +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary' +Making all in edict +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/edict' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/edict' +Making all in eijiro +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/eijiro' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/eijiro' +Making all in gene95 +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/gene95' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/gene95' +Making all in jmdict +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/jmdict' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/jmdict' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary' +make[5]: Nothing to be done for `all-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples' +make[4]: Nothing to be done for `all-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples' +Making all in test +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test' +Making all in unit +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit' +Making all in lib +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib' +Making all in ruby +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib/ruby' +make[6]: Nothing to be done for `all'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib/ruby' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib' +make[6]: Nothing to be done for `all-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib' +Making all in fixtures +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures' +Making all in stress +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/stress' +make[6]: Nothing to be done for `all'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/stress' +Making all in performance +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/performance' +make[6]: Nothing to be done for `all'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/performance' +Making all in inverted-index +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/inverted-index' +make[6]: Nothing to be done for `all'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/inverted-index' +Making all in plugins +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/plugins' +make[6]: Nothing to be done for `all'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/plugins' +Making all in geo +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/geo' +make[6]: Nothing to be done for `all'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/geo' +Making all in story +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story' +Making all in taiyaki +make[7]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story/taiyaki' +make[7]: Nothing to be done for `all'. +make[7]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story/taiyaki' +make[7]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story' +make[7]: Nothing to be done for `all-am'. +make[7]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story' +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures' +make[6]: Nothing to be done for `all-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures' +Making all in util +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/util' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/util' +Making all in core +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core' +Making all in dat +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core/dat' +make[6]: Nothing to be done for `all'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core/dat' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core' +make[6]: Nothing to be done for `all-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core' +Making all in memcached +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/memcached' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/memcached' +Making all in http +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/http' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/http' +Making all in story +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/story' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/story' +Making all in groonga-benchmark +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/groonga-benchmark' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/groonga-benchmark' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit' +make[5]: Nothing to be done for `all-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit' +Making all in command +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/command' +make[4]: Nothing to be done for `all'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/command' +Making all in benchmark +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark' +Making all in fixtures +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures' +Making all in geo-select +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures/geo-select' +make[6]: Nothing to be done for `all'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures/geo-select' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures' +make[6]: Nothing to be done for `all-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures' +Making all in lib +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/lib' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/lib' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark' +make[5]: Nothing to be done for `all-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test' +make[4]: Nothing to be done for `all-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test' +Making all in packages +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages' +Making all in apt +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/apt' +make[4]: Nothing to be done for `all'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/apt' +Making all in rpm +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm' +Making all in centos +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/centos' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/centos' +Making all in fedora +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/fedora' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/fedora' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm' +make[5]: Nothing to be done for `all-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm' +Making all in yum +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/yum' +make[4]: Nothing to be done for `all'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/yum' +Making all in source +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/source' +make[4]: Nothing to be done for `all'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/source' +Making all in windows +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/windows' +Making all in patches +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/patches' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/patches' +Making all in language-files +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/language-files' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/language-files' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/windows' +make[5]: Nothing to be done for `all-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/windows' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/windows' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages' +make[4]: Nothing to be done for `all-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages' +Making all in data +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data' +Making all in images +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/images' +Making all in logo +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/images/logo' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/images/logo' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/images' +make[5]: Nothing to be done for `all-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/images' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/images' +Making all in html +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/html' +make[4]: Nothing to be done for `all'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/html' +Making all in munin +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/munin' +make[4]: Nothing to be done for `all'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/munin' +Making all in init.d +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d' +Making all in redhat +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat' +Making all in sysconfig +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat/sysconfig' +make[6]: Nothing to be done for `all'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat/sysconfig' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat' +make[6]: Nothing to be done for `all-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d' +make[5]: Nothing to be done for `all-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d' +Making all in logrotate.d +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d' +Making all in redhat +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d/redhat' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d/redhat' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d' +make[5]: Nothing to be done for `all-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d' +Making all in systemd +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd' +Making all in fedora +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora' +Making all in sysconfig +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora/sysconfig' +make[6]: Nothing to be done for `all'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora/sysconfig' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora' +make[6]: Nothing to be done for `all-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd' +make[5]: Nothing to be done for `all-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd' +Making all in scripts +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/scripts' +make[4]: Nothing to be done for `all'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/scripts' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data' +make[4]: Nothing to be done for `all-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data' +Making all in tools +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/tools' +make[3]: Nothing to be done for `all'. +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/tools' +Making all in doc +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc' +make all-recursive +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc' +Making all in locale +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale' +Making all in en +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +make all-recursive +make[7]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +Making all in LC_MESSAGES +make[8]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en/LC_MESSAGES' +make all-am +make[9]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en/LC_MESSAGES' +make[9]: Nothing to be done for `all-am'. +make[9]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en/LC_MESSAGES' +make[8]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en/LC_MESSAGES' +make[8]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +make[8]: Nothing to be done for `all-am'. +make[8]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +make[7]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +Making all in ja +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make all-recursive +make[7]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +Making all in LC_MESSAGES +make[8]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja/LC_MESSAGES' +make all-am +make[9]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja/LC_MESSAGES' +make[9]: Nothing to be done for `all-am'. +make[9]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja/LC_MESSAGES' +make[8]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja/LC_MESSAGES' +make[8]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make[8]: Nothing to be done for `all-am'. +make[8]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make[7]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale' +make[6]: Nothing to be done for `all-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc' +make[5]: Nothing to be done for `all-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7' +make[3]: Nothing to be done for `all-am'. +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7' +make[1]: Leaving directory `/home/groonga-build/build/groonga-3.0.7' + # Skipping dh_auto_test - empty override + dh_testroot + dh_prep + dh_installdirs + dh_auto_install +make[1]: Entering directory `/home/groonga-build/build/groonga-3.0.7' +Making install in build +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/build' +Making install in cmake_modules +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/build/cmake_modules' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/build/cmake_modules' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/build/cmake_modules' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/build/cmake_modules' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/build' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/build' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/build' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/build' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/build' +Making install in include +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/include' +Making install in groonga +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/include/groonga' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/include/groonga' +make[4]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/include/groonga/groonga' + /usr/bin/install -c -m 644 plugin.h tokenizer.h nfkc.h normalizer.h '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/include/groonga/groonga' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/include/groonga' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/include/groonga' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/include' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/include' +make[4]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/include/groonga' + /usr/bin/install -c -m 644 groonga.h '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/include/groonga' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/include' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/include' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/include' +Making install in vendor +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor' +Making install in mruby +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/mruby' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/mruby' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor/mruby' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor/mruby' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor' +Making install in lib +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/lib' +Making install in dat +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/lib/dat' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/lib/dat' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/lib/dat' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/lib/dat' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/lib' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/lib' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib' + /bin/bash ../libtool --mode=install /usr/bin/install -c libgroonga.la '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib' +libtool: install: /usr/bin/install -c .libs/libgroonga.so.0.0.0 /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/libgroonga.so.0.0.0 +libtool: install: (cd /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib && { ln -s -f libgroonga.so.0.0.0 libgroonga.so.0 || { rm -f libgroonga.so.0 && ln -s libgroonga.so.0.0.0 libgroonga.so.0; }; }) +libtool: install: (cd /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib && { ln -s -f libgroonga.so.0.0.0 libgroonga.so || { rm -f libgroonga.so && ln -s libgroonga.so.0.0.0 libgroonga.so; }; }) +libtool: install: /usr/bin/install -c .libs/libgroonga.lai /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/libgroonga.la +libtool: install: /usr/bin/install -c .libs/libgroonga.a /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/libgroonga.a +libtool: install: chmod 644 /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/libgroonga.a +libtool: install: ranlib /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/libgroonga.a +libtool: install: warning: remember to run `libtool --finish /usr/lib' +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/lib' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/lib' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/lib' +Making install in plugins +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins' +Making install in tokenizers +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/tokenizers' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/tokenizers' +make[4]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/tokenizers' + /bin/bash ../../libtool --mode=install /usr/bin/install -c mecab.la '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/tokenizers' +libtool: install: warning: relinking `mecab.la' +libtool: install: (cd /home/groonga-build/build/groonga-3.0.7/plugins/tokenizers; /bin/bash /home/groonga-build/build/groonga-3.0.7/libtool --silent --tag CC --mode=relink gcc -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -avoid-version -module -no-undefined -L/usr/lib -o mecab.la -rpath /usr/lib/groonga/plugins/tokenizers mecab_la-mecab.lo ../../lib/libgroonga.la -lmecab ../../lib/libgroonga.la -inst-prefix-dir /home/groonga-build/build/groonga-3.0.7/debian/tmp) +libtool: install: /usr/bin/install -c .libs/mecab.soT /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/tokenizers/mecab.so +libtool: install: /usr/bin/install -c .libs/mecab.lai /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/tokenizers/mecab.la +libtool: install: /usr/bin/install -c .libs/mecab.a /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/tokenizers/mecab.a +libtool: install: chmod 644 /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/tokenizers/mecab.a +libtool: install: ranlib /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/tokenizers/mecab.a +libtool: install: warning: remember to run `libtool --finish /usr/lib/groonga/plugins/tokenizers' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/tokenizers' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/tokenizers' +Making install in suggest +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/suggest' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/suggest' +make[4]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/suggest' + /bin/bash ../../libtool --mode=install /usr/bin/install -c suggest.la '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/suggest' +libtool: install: warning: relinking `suggest.la' +libtool: install: (cd /home/groonga-build/build/groonga-3.0.7/plugins/suggest; /bin/bash /home/groonga-build/build/groonga-3.0.7/libtool --silent --tag CC --mode=relink gcc -I/usr/include -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -avoid-version -module -no-undefined -o suggest.la -rpath /usr/lib/groonga/plugins/suggest suggest.lo ../../lib/libgroonga.la -L/usr/lib -lmsgpack -inst-prefix-dir /home/groonga-build/build/groonga-3.0.7/debian/tmp) +libtool: install: /usr/bin/install -c .libs/suggest.soT /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/suggest/suggest.so +libtool: install: /usr/bin/install -c .libs/suggest.lai /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/suggest/suggest.la +libtool: install: /usr/bin/install -c .libs/suggest.a /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/suggest/suggest.a +libtool: install: chmod 644 /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/suggest/suggest.a +libtool: install: ranlib /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/suggest/suggest.a +libtool: install: warning: remember to run `libtool --finish /usr/lib/groonga/plugins/suggest' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/suggest' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/suggest' +Making install in table +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/table' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/table' +make[4]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/table' + /bin/bash ../../libtool --mode=install /usr/bin/install -c table.la '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/table' +libtool: install: warning: relinking `table.la' +libtool: install: (cd /home/groonga-build/build/groonga-3.0.7/plugins/table; /bin/bash /home/groonga-build/build/groonga-3.0.7/libtool --silent --tag CC --mode=relink gcc -I/usr/include -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -avoid-version -module -no-undefined -o table.la -rpath /usr/lib/groonga/plugins/table table.lo ../../lib/libgroonga.la -L/usr/lib -lmsgpack -inst-prefix-dir /home/groonga-build/build/groonga-3.0.7/debian/tmp) +libtool: install: /usr/bin/install -c .libs/table.soT /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/table/table.so +libtool: install: /usr/bin/install -c .libs/table.lai /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/table/table.la +libtool: install: /usr/bin/install -c .libs/table.a /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/table/table.a +libtool: install: chmod 644 /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/table/table.a +libtool: install: ranlib /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/table/table.a +libtool: install: warning: remember to run `libtool --finish /usr/lib/groonga/plugins/table' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/table' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/table' +Making install in query_expanders +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/query_expanders' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/query_expanders' +make[4]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/query_expanders' + /bin/bash ../../libtool --mode=install /usr/bin/install -c tsv.la '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/query_expanders' +libtool: install: warning: relinking `tsv.la' +libtool: install: (cd /home/groonga-build/build/groonga-3.0.7/plugins/query_expanders; /bin/bash /home/groonga-build/build/groonga-3.0.7/libtool --silent --tag CC --mode=relink gcc -O0 -g3 -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -avoid-version -module -no-undefined -o tsv.la -rpath /usr/lib/groonga/plugins/query_expanders tsv.lo ../../lib/libgroonga.la -inst-prefix-dir /home/groonga-build/build/groonga-3.0.7/debian/tmp) +libtool: install: /usr/bin/install -c .libs/tsv.soT /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/query_expanders/tsv.so +libtool: install: /usr/bin/install -c .libs/tsv.lai /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/query_expanders/tsv.la +libtool: install: /usr/bin/install -c .libs/tsv.a /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/query_expanders/tsv.a +libtool: install: chmod 644 /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/query_expanders/tsv.a +libtool: install: ranlib /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/query_expanders/tsv.a +libtool: install: warning: remember to run `libtool --finish /usr/lib/groonga/plugins/query_expanders' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/query_expanders' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/query_expanders' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins' +Making install in src +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src' +Making install in suggest +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src/suggest' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src/suggest' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/bin' + /bin/bash ../../libtool --mode=install /usr/bin/install -c groonga-suggest-create-dataset '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/bin' +libtool: install: warning: `../../lib/libgroonga.la' has not been installed in `/usr/lib' +libtool: install: /usr/bin/install -c .libs/groonga-suggest-create-dataset /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/bin/groonga-suggest-create-dataset +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/src/suggest' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/src/suggest' +Making install in httpd +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src/httpd' +(cd ../../vendor/nginx-1.4.2 && make build) +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make -f objs/Makefile +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make[5]: `objs/nginx' is up to date. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make -f objs/Makefile manpage +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make[5]: Nothing to be done for `manpage'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src/httpd' +(cd ../../vendor/nginx-1.4.2 && make install) +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make -f objs/Makefile install +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +test -d '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' || mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' +test -d '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/sbin' || mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/sbin' +test ! -f '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/sbin/groonga-httpd' || mv '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/sbin/groonga-httpd' '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/sbin/groonga-httpd.old' +cp objs/nginx '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/sbin/groonga-httpd' +test -d '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' || mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' +cp conf/koi-win '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' +cp conf/koi-utf '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' +cp conf/win-utf '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' +test -f '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/mime.types' || cp conf/mime.types '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' +cp conf/mime.types '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/mime.types.default' +test -f '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/fastcgi_params' || cp conf/fastcgi_params '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' +cp conf/fastcgi_params '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/fastcgi_params.default' +test -f '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/fastcgi.conf' || cp conf/fastcgi.conf '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' +cp conf/fastcgi.conf '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/fastcgi.conf.default' +test -f '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/uwsgi_params' || cp conf/uwsgi_params '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' +cp conf/uwsgi_params '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/uwsgi_params.default' +test -f '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/scgi_params' || cp conf/scgi_params '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' +cp conf/scgi_params '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/scgi_params.default' +test -f '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/groonga-httpd.conf' || cp conf/nginx.conf '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/groonga-httpd.conf' +cp conf/nginx.conf '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/nginx.conf.default' +test -d '/home/groonga-build/build/groonga-3.0.7/debian/tmp/var/run/groonga' || mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/var/run/groonga' +test -d '/home/groonga-build/build/groonga-3.0.7/debian/tmp/var/log/groonga/httpd' || mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/var/log/groonga/httpd' +test -d '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/html' || cp -R html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' +test -d '/home/groonga-build/build/groonga-3.0.7/debian/tmp/var/log/groonga/httpd' || mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/var/log/groonga/httpd' +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/src/httpd' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/src/httpd' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/bin' + /bin/bash ../libtool --mode=install /usr/bin/install -c groonga groonga-benchmark '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/bin' +libtool: install: warning: `../lib/libgroonga.la' has not been installed in `/usr/lib' +libtool: install: /usr/bin/install -c .libs/groonga /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/bin/groonga +libtool: install: warning: `../lib/libgroonga.la' has not been installed in `/usr/lib' +libtool: install: /usr/bin/install -c .libs/groonga-benchmark /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/bin/groonga-benchmark +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/src' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/src' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/src' +Making install in examples +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples' +Making install in dictionary +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary' +Making install in edict +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/edict' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/edict' +make[5]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/edict' + /usr/bin/install -c edict2grn.rb edict-import.sh '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/edict' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/edict' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/edict' +Making install in eijiro +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/eijiro' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/eijiro' +make[5]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/eijiro' + /usr/bin/install -c eijiro2grn.rb eijiro-import.sh '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/eijiro' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/eijiro' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/eijiro' +Making install in gene95 +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/gene95' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/gene95' +make[5]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/gene95' + /usr/bin/install -c gene2grn.rb gene-import.sh '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/gene95' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/gene95' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/gene95' +Making install in jmdict +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/jmdict' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/jmdict' +make[5]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/jmdict' + /usr/bin/install -c jmdict.rb '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/jmdict' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/jmdict' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/jmdict' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary' +make[5]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary' + /usr/bin/install -c init-db.sh '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/html/css/smoothness' + /usr/bin/install -c -m 644 html/css/smoothness/jquery-ui-1.8.12.custom.css '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/html/css/smoothness' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/html/css' + /usr/bin/install -c -m 644 html/css/dictionary.css '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/html/css' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/html/js' + /usr/bin/install -c -m 644 html/js/dictionary.js html/js/jquery-1.6.0.min.js html/js/jquery-ui-1.8.12.min.js '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/html/js' + /usr/bin/install -c -m 644 readme.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/.' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/html' + /usr/bin/install -c -m 644 html/index.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/html' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/html/css/smoothness/images' + /usr/bin/install -c -m 644 html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png html/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png html/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png html/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png html/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png html/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png html/css/smoothness/images/ui-icons_222222_256x240.png html/css/smoothness/images/ui-icons_2e83ff_256x240.png html/css/smoothness/images/ui-icons_454545_256x240.png html/css/smoothness/images/ui-icons_888888_256x240.png html/css/smoothness/images/ui-icons_cd0a0a_256x240.png '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/html/css/smoothness/images' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples' +Making install in test +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test' +Making install in unit +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit' +Making install in lib +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib' +Making install in ruby +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib/ruby' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib/ruby' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib/ruby' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib/ruby' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib' +Making install in fixtures +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures' +Making install in stress +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/stress' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/stress' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/stress' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/stress' +Making install in performance +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/performance' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/performance' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/performance' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/performance' +Making install in inverted-index +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/inverted-index' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/inverted-index' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/inverted-index' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/inverted-index' +Making install in plugins +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/plugins' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/plugins' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/plugins' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/plugins' +Making install in geo +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/geo' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/geo' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/geo' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/geo' +Making install in story +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story' +Making install in taiyaki +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story/taiyaki' +make[7]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story/taiyaki' +make[7]: Nothing to be done for `install-exec-am'. +make[7]: Nothing to be done for `install-data-am'. +make[7]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story/taiyaki' +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story/taiyaki' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story' +make[7]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story' +make[7]: Nothing to be done for `install-exec-am'. +make[7]: Nothing to be done for `install-data-am'. +make[7]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story' +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures' +Making install in util +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/util' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/util' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/util' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/util' +Making install in core +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core' +Making install in dat +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core/dat' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core/dat' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core/dat' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core/dat' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core' +Making install in memcached +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/memcached' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/memcached' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/memcached' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/memcached' +Making install in http +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/http' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/http' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/http' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/http' +Making install in story +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/story' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/story' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/story' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/story' +Making install in groonga-benchmark +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/groonga-benchmark' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/groonga-benchmark' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/groonga-benchmark' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/groonga-benchmark' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit' +Making install in command +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/command' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/command' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/command' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/command' +Making install in benchmark +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark' +Making install in fixtures +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures' +Making install in geo-select +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures/geo-select' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures/geo-select' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures/geo-select' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures/geo-select' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures' +Making install in lib +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/lib' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/lib' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/lib' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/lib' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test' +Making install in packages +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages' +Making install in apt +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/apt' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/apt' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/apt' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/apt' +Making install in rpm +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm' +Making install in centos +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/centos' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/centos' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/centos' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/centos' +Making install in fedora +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/fedora' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/fedora' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/fedora' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/fedora' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm' +Making install in yum +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/yum' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/yum' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/yum' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/yum' +Making install in source +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/source' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/source' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/source' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/source' +Making install in windows +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/windows' +Making install in patches +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/patches' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/patches' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/patches' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/patches' +Making install in language-files +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/language-files' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/language-files' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/language-files' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/language-files' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/windows' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/windows' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/windows' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/windows' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/windows' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages' +Making install in data +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data' +Making install in images +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/images' +Making install in logo +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/images/logo' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/images/logo' +make[5]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/images/logo' + /usr/bin/install -c -m 644 groonga-icon-foreground-white.png groonga-icon-foreground-white.svg groonga-icon-full-size.png groonga-icon-full-size.svg groonga-icon.png groonga-icon.svg groonga-logo-foreground-white.png groonga-logo-foreground-white.svg groonga-logo.png groonga-logo.svg groonga-powered-by-banner-bar-foreground-white.png groonga-powered-by-banner-bar-foreground-white.svg groonga-powered-by-banner-bar.png groonga-powered-by-banner-bar.svg groonga-powered-by-banner-foreground-white.png groonga-powered-by-banner-foreground-white.svg groonga-powered-by-banner-large.png groonga-powered-by-banner-large.svg groonga-powered-by-banner.png groonga-powered-by-banner.svg mroonga-icon-foreground-white.png mroonga-icon-foreground-white.svg mroonga-icon-full-size.png mroonga-icon-full-size.svg mroonga-icon.png mroonga-icon.svg mroonga-logo-foreground-white.png mroonga-logo-foreground-white.svg mroonga-logo.png mroonga-logo.svg nroonga-icon-foreground-white.png nroonga-icon-fo reground -white.svg nroonga-icon-full-size.png nroonga-icon-full-size.svg nroonga-icon.png nroonga-icon.svg nroonga-logo-foreground-white.png nroonga-logo-foreground-white.svg nroonga-logo.png nroonga-logo.svg '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/images/logo' + /usr/bin/install -c -m 644 rroonga-icon-foreground-white.png rroonga-icon-foreground-white.svg rroonga-icon-full-size.png rroonga-icon-full-size.svg rroonga-icon.png rroonga-icon.svg rroonga-logo-foreground-white.png rroonga-logo-foreground-white.svg rroonga-logo.png rroonga-logo.svg '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/images/logo' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/images/logo' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/images/logo' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/images' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/images' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/images' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/images' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/images' +Making install in html +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/html' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/html' +make[4]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin/css/redmond/images' + /usr/bin/install -c -m 644 admin/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png admin/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png admin/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png admin/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png admin/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png admin/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png admin/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png admin/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png admin/css/redmond/images/ui-icons_217bc0_256x240.png admin/css/redmond/images/ui-icons_2e83ff_256x240.png admin/css/redmond/images/ui-icons_469bdd_256x240.png admin/css/redmond/images/ui-icons_6da8d5_256x240.png admin/css/redmond/images/ui-icons_cd0a0a_256x240.png admin/css/redmond/images/ui-icons_d8e7f3_256x240.png admin/css/redmond/images/ui-icons_f9bd01_256x240.png '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin/css/redmond/images' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin/images' + /usr/bin/install -c -m 644 admin/images/groonga.png admin/images/groonga.svg admin/images/loading.gif '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin/images' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin/js' + /usr/bin/install -c -m 644 admin/js/groonga-admin.js admin/js/jquery-1.7.2.min.js admin/js/jquery-ui-1.8.18.custom.min.js admin/js/jquery.flot-0.7.min.js admin/js/jquery.flot.license.txt admin/js/jquery.json-2.2.min.js '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin/js' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin/css/redmond' + /usr/bin/install -c -m 644 admin/css/redmond/jquery-ui-1.8.18.custom.css '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin/css/redmond' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin/css' + /usr/bin/install -c -m 644 admin/css/groonga-admin.css '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin/css' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin' + /usr/bin/install -c -m 644 admin/favicon.ico admin/favicon.png admin/favicon.svg admin/index.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/html' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/html' +Making install in munin +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/munin' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/munin' +make[4]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/munin/plugins' + /usr/bin/install -c groonga_cpu_load groonga_cpu_time groonga_status groonga_memory groonga_n_records groonga_query_performance groonga_disk groonga_throughput '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/munin/plugins' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/munin' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/munin' +Making install in init.d +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d' +Making install in redhat +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat' +Making install in sysconfig +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat/sysconfig' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat/sysconfig' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat/sysconfig' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat/sysconfig' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d' +Making install in logrotate.d +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d' +Making install in redhat +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d/redhat' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d/redhat' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d/redhat' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d/redhat' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d' +Making install in systemd +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd' +Making install in fedora +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora' +Making install in sysconfig +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora/sysconfig' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora/sysconfig' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora/sysconfig' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora/sysconfig' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd' +Making install in scripts +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/scripts' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/scripts' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/sbin' + /usr/bin/install -c groonga-httpd-restart '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/sbin' +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/scripts' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/scripts' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data' +make[4]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' + /usr/bin/install -c -m 644 groonga-httpd.conf '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga' + /usr/bin/install -c -m 644 groonga.conf synonyms.tsv '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data' +Making install in tools +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/tools' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/tools' +make[3]: Nothing to be done for `install-exec-am'. +make[3]: Nothing to be done for `install-data-am'. +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/tools' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/tools' +Making install in doc +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc' +make install-recursive +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc' +Making install in locale +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale' +Making install in en +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +make install-recursive +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +Making install in LC_MESSAGES +make[7]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en/LC_MESSAGES' +make install-am +make[8]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en/LC_MESSAGES' +make[9]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en/LC_MESSAGES' +make[9]: Nothing to be done for `install-exec-am'. +make[9]: Nothing to be done for `install-data-am'. +make[9]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en/LC_MESSAGES' +make[8]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en/LC_MESSAGES' +make[7]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en/LC_MESSAGES' +make[7]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +make[8]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +make[8]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/man/man1' + /usr/bin/install -c -m 644 man/groonga.1 '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/man/man1' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/news' + /usr/bin/install -c -m 644 html/news/0.x.html html/news/1.0.x.html html/news/1.1.x.html html/news/1.2.x.html html/news/senna.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/news' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference' + /usr/bin/install -c -m 644 html/_sources/reference/api.txt html/_sources/reference/cast.txt html/_sources/reference/command.txt html/_sources/reference/executables.txt html/_sources/reference/function.txt html/_sources/reference/grn_expr.txt html/_sources/reference/indexing.txt html/_sources/reference/log.txt html/_sources/reference/normalizers.txt html/_sources/reference/output.txt html/_sources/reference/pseudo_column.txt html/_sources/reference/query_expanders.txt html/_sources/reference/tables.txt html/_sources/reference/tokenizers.txt html/_sources/reference/types.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/grn_expr' + /usr/bin/install -c -m 644 html/_sources/reference/grn_expr/query_syntax.txt html/_sources/reference/grn_expr/script_syntax.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/grn_expr' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/executables' + /usr/bin/install -c -m 644 html/_sources/reference/executables/grnslap.txt html/_sources/reference/executables/grntest.txt html/_sources/reference/executables/groonga-httpd.txt html/_sources/reference/executables/groonga-server-http.txt html/_sources/reference/executables/groonga-suggest-create-dataset.txt html/_sources/reference/executables/groonga.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/executables' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/troubleshooting' + /usr/bin/install -c -m 644 html/troubleshooting/different_results_with_the_same_keyword.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/troubleshooting' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_images' + /usr/bin/install -c -m 644 html/_images/geo-points.png '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_images' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/tutorial' + /usr/bin/install -c -m 644 html/tutorial/data.html html/tutorial/drilldown.html html/tutorial/index.html html/tutorial/introduction.html html/tutorial/lexicon.html html/tutorial/match_columns.html html/tutorial/micro_blog.html html/tutorial/network.html html/tutorial/patricia_trie.html html/tutorial/query_expansion.html html/tutorial/search.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/tutorial' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/contribution' + /usr/bin/install -c -m 644 html/contribution/development.html html/contribution/documentation.html html/contribution/report.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/contribution' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/server' + /usr/bin/install -c -m 644 html/server/gqtp.html html/server/http.html html/server/package.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/server' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources' + /usr/bin/install -c -m 644 html/_sources/characteristic.txt html/_sources/community.txt html/_sources/contribution.txt html/_sources/development.txt html/_sources/geolocation_search.txt html/_sources/index.txt html/_sources/install.txt html/_sources/limitations.txt html/_sources/news.txt html/_sources/reference.txt html/_sources/server.txt html/_sources/spec.txt html/_sources/suggest.txt html/_sources/troubleshooting.txt html/_sources/tutorial.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/development' + /usr/bin/install -c -m 644 html/_sources/development/travis-ci.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/development' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/commands' + /usr/bin/install -c -m 644 html/_sources/reference/commands/cache_limit.txt html/_sources/reference/commands/check.txt html/_sources/reference/commands/clearlock.txt html/_sources/reference/commands/column_create.txt html/_sources/reference/commands/column_list.txt html/_sources/reference/commands/column_remove.txt html/_sources/reference/commands/column_rename.txt html/_sources/reference/commands/define_selector.txt html/_sources/reference/commands/defrag.txt html/_sources/reference/commands/delete.txt html/_sources/reference/commands/dump.txt html/_sources/reference/commands/load.txt html/_sources/reference/commands/log_level.txt html/_sources/reference/commands/log_put.txt html/_sources/reference/commands/log_reopen.txt html/_sources/reference/commands/normalize.txt html/_sources/reference/commands/quit.txt html/_sources/reference/commands/register.txt html/_sources/reference/commands/select.txt html/_sources/reference/commands/shutdown.txt html/_sources/reference/comma nds/stat us.txt html/_sources/reference/commands/suggest.txt html/_sources/reference/commands/table_create.txt html/_sources/reference/commands/table_list.txt html/_sources/reference/commands/table_remove.txt html/_sources/reference/commands/tokenize.txt html/_sources/reference/commands/truncate.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/commands' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/news' + /usr/bin/install -c -m 644 html/_sources/news/0.x.txt html/_sources/news/1.0.x.txt html/_sources/news/1.1.x.txt html/_sources/news/1.2.x.txt html/_sources/news/senna.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/news' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference' + /usr/bin/install -c -m 644 html/reference/api.html html/reference/cast.html html/reference/command.html html/reference/executables.html html/reference/function.html html/reference/grn_expr.html html/reference/indexing.html html/reference/log.html html/reference/normalizers.html html/reference/output.html html/reference/pseudo_column.html html/reference/query_expanders.html html/reference/tables.html html/reference/tokenizers.html html/reference/types.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/grn_expr' + /usr/bin/install -c -m 644 html/reference/grn_expr/query_syntax.html html/reference/grn_expr/script_syntax.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/grn_expr' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/executables' + /usr/bin/install -c -m 644 html/reference/executables/grnslap.html html/reference/executables/grntest.html html/reference/executables/groonga-httpd.html html/reference/executables/groonga-server-http.html html/reference/executables/groonga-suggest-create-dataset.html html/reference/executables/groonga.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/executables' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/install' + /usr/bin/install -c -m 644 html/_sources/install/centos.txt html/_sources/install/debian.txt html/_sources/install/fedora.txt html/_sources/install/mac_os_x.txt html/_sources/install/others.txt html/_sources/install/solaris.txt html/_sources/install/ubuntu.txt html/_sources/install/windows.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/install' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/development' + /usr/bin/install -c -m 644 html/development/travis-ci.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/development' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/command' + /usr/bin/install -c -m 644 html/_sources/reference/command/command_version.txt html/_sources/reference/command/output_format.txt html/_sources/reference/command/return_code.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/command' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/suggest' + /usr/bin/install -c -m 644 html/_sources/suggest/completion.txt html/_sources/suggest/correction.txt html/_sources/suggest/introduction.txt html/_sources/suggest/suggestion.txt html/_sources/suggest/tutorial.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/suggest' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/commands' + /usr/bin/install -c -m 644 html/reference/commands/cache_limit.html html/reference/commands/check.html html/reference/commands/clearlock.html html/reference/commands/column_create.html html/reference/commands/column_list.html html/reference/commands/column_remove.html html/reference/commands/column_rename.html html/reference/commands/define_selector.html html/reference/commands/defrag.html html/reference/commands/delete.html html/reference/commands/dump.html html/reference/commands/load.html html/reference/commands/log_level.html html/reference/commands/log_put.html html/reference/commands/log_reopen.html html/reference/commands/normalize.html html/reference/commands/quit.html html/reference/commands/register.html html/reference/commands/select.html html/reference/commands/shutdown.html html/reference/commands/status.html html/reference/commands/suggest.html html/reference/commands/table_create.html html/reference/commands/table_list.html html/reference/commands/table_remo ve.html html/reference/commands/tokenize.html html/reference/commands/truncate.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/commands' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/api' + /usr/bin/install -c -m 644 html/_sources/reference/api/grn_column.txt html/_sources/reference/api/grn_command_version.txt html/_sources/reference/api/grn_ctx.txt html/_sources/reference/api/grn_db.txt html/_sources/reference/api/grn_encoding.txt html/_sources/reference/api/grn_expr.txt html/_sources/reference/api/grn_geo.txt html/_sources/reference/api/grn_hook.txt html/_sources/reference/api/grn_ii.txt html/_sources/reference/api/grn_index_cursor.txt html/_sources/reference/api/grn_info.txt html/_sources/reference/api/grn_match_escalation.txt html/_sources/reference/api/grn_obj.txt html/_sources/reference/api/grn_proc.txt html/_sources/reference/api/grn_search.txt html/_sources/reference/api/grn_table.txt html/_sources/reference/api/grn_table_cursor.txt html/_sources/reference/api/grn_type.txt html/_sources/reference/api/grn_user_data.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/api' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/spec' + /usr/bin/install -c -m 644 html/spec/gqtp.html html/spec/search.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/spec' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/install' + /usr/bin/install -c -m 644 html/install/centos.html html/install/debian.html html/install/fedora.html html/install/mac_os_x.html html/install/others.html html/install/solaris.html html/install/ubuntu.html html/install/windows.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/install' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/commands_not_implemented' + /usr/bin/install -c -m 644 html/_sources/reference/commands_not_implemented/add.txt html/_sources/reference/commands_not_implemented/get.txt html/_sources/reference/commands_not_implemented/set.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/commands_not_implemented' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/command' + /usr/bin/install -c -m 644 html/reference/command/command_version.html html/reference/command/output_format.html html/reference/command/return_code.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/command' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/contribution/documentation' + /usr/bin/install -c -m 644 html/_sources/contribution/documentation/c-api.txt html/_sources/contribution/documentation/i18n.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/contribution/documentation' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/suggest' + /usr/bin/install -c -m 644 html/suggest/completion.html html/suggest/correction.html html/suggest/introduction.html html/suggest/suggestion.html html/suggest/tutorial.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/suggest' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/api' + /usr/bin/install -c -m 644 html/reference/api/grn_column.html html/reference/api/grn_command_version.html html/reference/api/grn_ctx.html html/reference/api/grn_db.html html/reference/api/grn_encoding.html html/reference/api/grn_expr.html html/reference/api/grn_geo.html html/reference/api/grn_hook.html html/reference/api/grn_ii.html html/reference/api/grn_index_cursor.html html/reference/api/grn_info.html html/reference/api/grn_match_escalation.html html/reference/api/grn_obj.html html/reference/api/grn_proc.html html/reference/api/grn_search.html html/reference/api/grn_table.html html/reference/api/grn_table_cursor.html html/reference/api/grn_type.html html/reference/api/grn_user_data.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/api' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/functions' + /usr/bin/install -c -m 644 html/_sources/reference/functions/edit_distance.txt html/_sources/reference/functions/geo_distance.txt html/_sources/reference/functions/geo_in_circle.txt html/_sources/reference/functions/geo_in_rectangle.txt html/_sources/reference/functions/html_untag.txt html/_sources/reference/functions/now.txt html/_sources/reference/functions/query.txt html/_sources/reference/functions/rand.txt html/_sources/reference/functions/snippet_html.txt html/_sources/reference/functions/sub_filter.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/functions' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/commands_not_implemented' + /usr/bin/install -c -m 644 html/reference/commands_not_implemented/add.html html/reference/commands_not_implemented/get.html html/reference/commands_not_implemented/set.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/commands_not_implemented' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/contribution/documentation' + /usr/bin/install -c -m 644 html/contribution/documentation/c-api.html html/contribution/documentation/i18n.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/contribution/documentation' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/spec' + /usr/bin/install -c -m 644 html/_sources/spec/gqtp.txt html/_sources/spec/search.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/spec' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/functions' + /usr/bin/install -c -m 644 html/reference/functions/edit_distance.html html/reference/functions/geo_distance.html html/reference/functions/geo_in_circle.html html/reference/functions/geo_in_rectangle.html html/reference/functions/html_untag.html html/reference/functions/now.html html/reference/functions/query.html html/reference/functions/rand.html html/reference/functions/snippet_html.html html/reference/functions/sub_filter.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/functions' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_static' + /usr/bin/install -c -m 644 html/_static/ajax-loader.gif html/_static/basic.css html/_static/comment-bright.png html/_static/comment-close.png html/_static/comment.png html/_static/doctools.js html/_static/down-pressed.png html/_static/down.png html/_static/favicon.ico html/_static/file.png html/_static/groonga.css html/_static/header-background.png html/_static/jp.png html/_static/jquery.js html/_static/logo.png html/_static/minus.png html/_static/navigation-bar.png html/_static/plus.png html/_static/pygments.css html/_static/searchtools.js html/_static/underscore.js html/_static/up-pressed.png html/_static/up.png html/_static/us.png html/_static/websupport.js '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_static' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/server/http' + /usr/bin/install -c -m 644 html/_sources/server/http/comparison.txt html/_sources/server/http/groonga-httpd.txt html/_sources/server/http/groonga.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/server/http' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/query_expanders' + /usr/bin/install -c -m 644 html/_sources/reference/query_expanders/tsv.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/query_expanders' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html' + /usr/bin/install -c -m 644 html/.buildinfo html/characteristic.html html/community.html html/contribution.html html/development.html html/genindex.html html/geolocation_search.html html/index.html html/install.html html/limitations.html html/news.html html/objects.inv html/reference.html html/search.html html/searchindex.js html/server.html html/spec.html html/suggest.html html/troubleshooting.html html/tutorial.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/contribution/development' + /usr/bin/install -c -m 644 html/_sources/contribution/development/com.txt html/_sources/contribution/development/cooperation.txt html/_sources/contribution/development/document.txt html/_sources/contribution/development/query.txt html/_sources/contribution/development/release.txt html/_sources/contribution/development/repository.txt html/_sources/contribution/development/test.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/contribution/development' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/server/http' + /usr/bin/install -c -m 644 html/server/http/comparison.html html/server/http/groonga-httpd.html html/server/http/groonga.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/server/http' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/troubleshooting' + /usr/bin/install -c -m 644 html/_sources/troubleshooting/different_results_with_the_same_keyword.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/troubleshooting' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/tutorial' + /usr/bin/install -c -m 644 html/_sources/tutorial/data.txt html/_sources/tutorial/drilldown.txt html/_sources/tutorial/index.txt html/_sources/tutorial/introduction.txt html/_sources/tutorial/lexicon.txt html/_sources/tutorial/match_columns.txt html/_sources/tutorial/micro_blog.txt html/_sources/tutorial/network.txt html/_sources/tutorial/patricia_trie.txt html/_sources/tutorial/query_expansion.txt html/_sources/tutorial/search.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/tutorial' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/contribution' + /usr/bin/install -c -m 644 html/_sources/contribution/development.txt html/_sources/contribution/documentation.txt html/_sources/contribution/report.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/contribution' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/query_expanders' + /usr/bin/install -c -m 644 html/reference/query_expanders/tsv.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/query_expanders' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/server' + /usr/bin/install -c -m 644 html/_sources/server/gqtp.txt html/_sources/server/http.txt html/_sources/server/package.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/server' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/contribution/development' + /usr/bin/install -c -m 644 html/contribution/development/com.html html/contribution/development/cooperation.html html/contribution/development/document.html html/contribution/development/query.html html/contribution/development/release.html html/contribution/development/repository.html html/contribution/development/test.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/contribution/development' +make[8]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +make[7]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +Making install in ja +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make install-recursive +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +Making install in LC_MESSAGES +make[7]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja/LC_MESSAGES' +make install-am +make[8]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja/LC_MESSAGES' +make[9]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja/LC_MESSAGES' +make[9]: Nothing to be done for `install-exec-am'. +make[9]: Nothing to be done for `install-data-am'. +make[9]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja/LC_MESSAGES' +make[8]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja/LC_MESSAGES' +make[7]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja/LC_MESSAGES' +make[7]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make[8]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make[8]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/man/ja/man1' + /usr/bin/install -c -m 644 man/groonga.1 '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/man/ja/man1' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/news' + /usr/bin/install -c -m 644 html/news/0.x.html html/news/1.0.x.html html/news/1.1.x.html html/news/1.2.x.html html/news/senna.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/news' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference' + /usr/bin/install -c -m 644 html/_sources/reference/api.txt html/_sources/reference/cast.txt html/_sources/reference/command.txt html/_sources/reference/executables.txt html/_sources/reference/function.txt html/_sources/reference/grn_expr.txt html/_sources/reference/indexing.txt html/_sources/reference/log.txt html/_sources/reference/normalizers.txt html/_sources/reference/output.txt html/_sources/reference/pseudo_column.txt html/_sources/reference/query_expanders.txt html/_sources/reference/tables.txt html/_sources/reference/tokenizers.txt html/_sources/reference/types.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/grn_expr' + /usr/bin/install -c -m 644 html/_sources/reference/grn_expr/query_syntax.txt html/_sources/reference/grn_expr/script_syntax.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/grn_expr' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/executables' + /usr/bin/install -c -m 644 html/_sources/reference/executables/grnslap.txt html/_sources/reference/executables/grntest.txt html/_sources/reference/executables/groonga-httpd.txt html/_sources/reference/executables/groonga-server-http.txt html/_sources/reference/executables/groonga-suggest-create-dataset.txt html/_sources/reference/executables/groonga.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/executables' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/troubleshooting' + /usr/bin/install -c -m 644 html/troubleshooting/different_results_with_the_same_keyword.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/troubleshooting' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_images' + /usr/bin/install -c -m 644 html/_images/geo-points.png '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_images' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/tutorial' + /usr/bin/install -c -m 644 html/tutorial/data.html html/tutorial/drilldown.html html/tutorial/index.html html/tutorial/introduction.html html/tutorial/lexicon.html html/tutorial/match_columns.html html/tutorial/micro_blog.html html/tutorial/network.html html/tutorial/patricia_trie.html html/tutorial/query_expansion.html html/tutorial/search.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/tutorial' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/contribution' + /usr/bin/install -c -m 644 html/contribution/development.html html/contribution/documentation.html html/contribution/report.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/contribution' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/server' + /usr/bin/install -c -m 644 html/server/gqtp.html html/server/http.html html/server/package.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/server' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources' + /usr/bin/install -c -m 644 html/_sources/characteristic.txt html/_sources/community.txt html/_sources/contribution.txt html/_sources/development.txt html/_sources/geolocation_search.txt html/_sources/index.txt html/_sources/install.txt html/_sources/limitations.txt html/_sources/news.txt html/_sources/reference.txt html/_sources/server.txt html/_sources/spec.txt html/_sources/suggest.txt html/_sources/troubleshooting.txt html/_sources/tutorial.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/development' + /usr/bin/install -c -m 644 html/_sources/development/travis-ci.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/development' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/commands' + /usr/bin/install -c -m 644 html/_sources/reference/commands/cache_limit.txt html/_sources/reference/commands/check.txt html/_sources/reference/commands/clearlock.txt html/_sources/reference/commands/column_create.txt html/_sources/reference/commands/column_list.txt html/_sources/reference/commands/column_remove.txt html/_sources/reference/commands/column_rename.txt html/_sources/reference/commands/define_selector.txt html/_sources/reference/commands/defrag.txt html/_sources/reference/commands/delete.txt html/_sources/reference/commands/dump.txt html/_sources/reference/commands/load.txt html/_sources/reference/commands/log_level.txt html/_sources/reference/commands/log_put.txt html/_sources/reference/commands/log_reopen.txt html/_sources/reference/commands/normalize.txt html/_sources/reference/commands/quit.txt html/_sources/reference/commands/register.txt html/_sources/reference/commands/select.txt html/_sources/reference/commands/shutdown.txt html/_sources/reference/comma nds/stat us.txt html/_sources/reference/commands/suggest.txt html/_sources/reference/commands/table_create.txt html/_sources/reference/commands/table_list.txt html/_sources/reference/commands/table_remove.txt html/_sources/reference/commands/tokenize.txt html/_sources/reference/commands/truncate.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/commands' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/news' + /usr/bin/install -c -m 644 html/_sources/news/0.x.txt html/_sources/news/1.0.x.txt html/_sources/news/1.1.x.txt html/_sources/news/1.2.x.txt html/_sources/news/senna.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/news' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference' + /usr/bin/install -c -m 644 html/reference/api.html html/reference/cast.html html/reference/command.html html/reference/executables.html html/reference/function.html html/reference/grn_expr.html html/reference/indexing.html html/reference/log.html html/reference/normalizers.html html/reference/output.html html/reference/pseudo_column.html html/reference/query_expanders.html html/reference/tables.html html/reference/tokenizers.html html/reference/types.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/grn_expr' + /usr/bin/install -c -m 644 html/reference/grn_expr/query_syntax.html html/reference/grn_expr/script_syntax.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/grn_expr' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/executables' + /usr/bin/install -c -m 644 html/reference/executables/grnslap.html html/reference/executables/grntest.html html/reference/executables/groonga-httpd.html html/reference/executables/groonga-server-http.html html/reference/executables/groonga-suggest-create-dataset.html html/reference/executables/groonga.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/executables' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/install' + /usr/bin/install -c -m 644 html/_sources/install/centos.txt html/_sources/install/debian.txt html/_sources/install/fedora.txt html/_sources/install/mac_os_x.txt html/_sources/install/others.txt html/_sources/install/solaris.txt html/_sources/install/ubuntu.txt html/_sources/install/windows.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/install' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/development' + /usr/bin/install -c -m 644 html/development/travis-ci.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/development' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/command' + /usr/bin/install -c -m 644 html/_sources/reference/command/command_version.txt html/_sources/reference/command/output_format.txt html/_sources/reference/command/return_code.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/command' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/suggest' + /usr/bin/install -c -m 644 html/_sources/suggest/completion.txt html/_sources/suggest/correction.txt html/_sources/suggest/introduction.txt html/_sources/suggest/suggestion.txt html/_sources/suggest/tutorial.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/suggest' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/commands' + /usr/bin/install -c -m 644 html/reference/commands/cache_limit.html html/reference/commands/check.html html/reference/commands/clearlock.html html/reference/commands/column_create.html html/reference/commands/column_list.html html/reference/commands/column_remove.html html/reference/commands/column_rename.html html/reference/commands/define_selector.html html/reference/commands/defrag.html html/reference/commands/delete.html html/reference/commands/dump.html html/reference/commands/load.html html/reference/commands/log_level.html html/reference/commands/log_put.html html/reference/commands/log_reopen.html html/reference/commands/normalize.html html/reference/commands/quit.html html/reference/commands/register.html html/reference/commands/select.html html/reference/commands/shutdown.html html/reference/commands/status.html html/reference/commands/suggest.html html/reference/commands/table_create.html html/reference/commands/table_list.html html/reference/commands/table_remo ve.html html/reference/commands/tokenize.html html/reference/commands/truncate.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/commands' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/api' + /usr/bin/install -c -m 644 html/_sources/reference/api/grn_column.txt html/_sources/reference/api/grn_command_version.txt html/_sources/reference/api/grn_ctx.txt html/_sources/reference/api/grn_db.txt html/_sources/reference/api/grn_encoding.txt html/_sources/reference/api/grn_expr.txt html/_sources/reference/api/grn_geo.txt html/_sources/reference/api/grn_hook.txt html/_sources/reference/api/grn_ii.txt html/_sources/reference/api/grn_index_cursor.txt html/_sources/reference/api/grn_info.txt html/_sources/reference/api/grn_match_escalation.txt html/_sources/reference/api/grn_obj.txt html/_sources/reference/api/grn_proc.txt html/_sources/reference/api/grn_search.txt html/_sources/reference/api/grn_table.txt html/_sources/reference/api/grn_table_cursor.txt html/_sources/reference/api/grn_type.txt html/_sources/reference/api/grn_user_data.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/api' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/spec' + /usr/bin/install -c -m 644 html/spec/gqtp.html html/spec/search.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/spec' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/install' + /usr/bin/install -c -m 644 html/install/centos.html html/install/debian.html html/install/fedora.html html/install/mac_os_x.html html/install/others.html html/install/solaris.html html/install/ubuntu.html html/install/windows.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/install' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented' + /usr/bin/install -c -m 644 html/_sources/reference/commands_not_implemented/add.txt html/_sources/reference/commands_not_implemented/get.txt html/_sources/reference/commands_not_implemented/set.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/command' + /usr/bin/install -c -m 644 html/reference/command/command_version.html html/reference/command/output_format.html html/reference/command/return_code.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/command' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/contribution/documentation' + /usr/bin/install -c -m 644 html/_sources/contribution/documentation/c-api.txt html/_sources/contribution/documentation/i18n.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/contribution/documentation' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/suggest' + /usr/bin/install -c -m 644 html/suggest/completion.html html/suggest/correction.html html/suggest/introduction.html html/suggest/suggestion.html html/suggest/tutorial.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/suggest' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/api' + /usr/bin/install -c -m 644 html/reference/api/grn_column.html html/reference/api/grn_command_version.html html/reference/api/grn_ctx.html html/reference/api/grn_db.html html/reference/api/grn_encoding.html html/reference/api/grn_expr.html html/reference/api/grn_geo.html html/reference/api/grn_hook.html html/reference/api/grn_ii.html html/reference/api/grn_index_cursor.html html/reference/api/grn_info.html html/reference/api/grn_match_escalation.html html/reference/api/grn_obj.html html/reference/api/grn_proc.html html/reference/api/grn_search.html html/reference/api/grn_table.html html/reference/api/grn_table_cursor.html html/reference/api/grn_type.html html/reference/api/grn_user_data.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/api' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/functions' + /usr/bin/install -c -m 644 html/_sources/reference/functions/edit_distance.txt html/_sources/reference/functions/geo_distance.txt html/_sources/reference/functions/geo_in_circle.txt html/_sources/reference/functions/geo_in_rectangle.txt html/_sources/reference/functions/html_untag.txt html/_sources/reference/functions/now.txt html/_sources/reference/functions/query.txt html/_sources/reference/functions/rand.txt html/_sources/reference/functions/snippet_html.txt html/_sources/reference/functions/sub_filter.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/functions' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/commands_not_implemented' + /usr/bin/install -c -m 644 html/reference/commands_not_implemented/add.html html/reference/commands_not_implemented/get.html html/reference/commands_not_implemented/set.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/commands_not_implemented' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/contribution/documentation' + /usr/bin/install -c -m 644 html/contribution/documentation/c-api.html html/contribution/documentation/i18n.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/contribution/documentation' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/spec' + /usr/bin/install -c -m 644 html/_sources/spec/gqtp.txt html/_sources/spec/search.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/spec' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/functions' + /usr/bin/install -c -m 644 html/reference/functions/edit_distance.html html/reference/functions/geo_distance.html html/reference/functions/geo_in_circle.html html/reference/functions/geo_in_rectangle.html html/reference/functions/html_untag.html html/reference/functions/now.html html/reference/functions/query.html html/reference/functions/rand.html html/reference/functions/snippet_html.html html/reference/functions/sub_filter.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/functions' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_static' + /usr/bin/install -c -m 644 html/_static/ajax-loader.gif html/_static/basic.css html/_static/comment-bright.png html/_static/comment-close.png html/_static/comment.png html/_static/doctools.js html/_static/down-pressed.png html/_static/down.png html/_static/favicon.ico html/_static/file.png html/_static/groonga.css html/_static/header-background.png html/_static/jp.png html/_static/jquery.js html/_static/logo.png html/_static/minus.png html/_static/navigation-bar.png html/_static/plus.png html/_static/pygments.css html/_static/searchtools.js html/_static/underscore.js html/_static/up-pressed.png html/_static/up.png html/_static/us.png html/_static/websupport.js '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_static' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/server/http' + /usr/bin/install -c -m 644 html/_sources/server/http/comparison.txt html/_sources/server/http/groonga-httpd.txt html/_sources/server/http/groonga.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/server/http' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/query_expanders' + /usr/bin/install -c -m 644 html/_sources/reference/query_expanders/tsv.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/query_expanders' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html' + /usr/bin/install -c -m 644 html/.buildinfo html/characteristic.html html/community.html html/contribution.html html/development.html html/genindex.html html/geolocation_search.html html/index.html html/install.html html/limitations.html html/news.html html/objects.inv html/reference.html html/search.html html/searchindex.js html/server.html html/spec.html html/suggest.html html/troubleshooting.html html/tutorial.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/contribution/development' + /usr/bin/install -c -m 644 html/_sources/contribution/development/com.txt html/_sources/contribution/development/cooperation.txt html/_sources/contribution/development/document.txt html/_sources/contribution/development/query.txt html/_sources/contribution/development/release.txt html/_sources/contribution/development/repository.txt html/_sources/contribution/development/test.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/contribution/development' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/server/http' + /usr/bin/install -c -m 644 html/server/http/comparison.html html/server/http/groonga-httpd.html html/server/http/groonga.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/server/http' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/troubleshooting' + /usr/bin/install -c -m 644 html/_sources/troubleshooting/different_results_with_the_same_keyword.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/troubleshooting' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/tutorial' + /usr/bin/install -c -m 644 html/_sources/tutorial/data.txt html/_sources/tutorial/drilldown.txt html/_sources/tutorial/index.txt html/_sources/tutorial/introduction.txt html/_sources/tutorial/lexicon.txt html/_sources/tutorial/match_columns.txt html/_sources/tutorial/micro_blog.txt html/_sources/tutorial/network.txt html/_sources/tutorial/patricia_trie.txt html/_sources/tutorial/query_expansion.txt html/_sources/tutorial/search.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/tutorial' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/contribution' + /usr/bin/install -c -m 644 html/_sources/contribution/development.txt html/_sources/contribution/documentation.txt html/_sources/contribution/report.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/contribution' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/query_expanders' + /usr/bin/install -c -m 644 html/reference/query_expanders/tsv.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/query_expanders' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/server' + /usr/bin/install -c -m 644 html/_sources/server/gqtp.txt html/_sources/server/http.txt html/_sources/server/package.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/server' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/contribution/development' + /usr/bin/install -c -m 644 html/contribution/development/com.html html/contribution/development/cooperation.html html/contribution/development/document.html html/contribution/development/query.html html/contribution/development/release.html html/contribution/development/repository.html html/contribution/development/test.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/contribution/development' +make[8]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make[7]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc' +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7' +make[3]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/pkgconfig' + /usr/bin/install -c -m 644 groonga.pc '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/pkgconfig' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7' +make[1]: Leaving directory `/home/groonga-build/build/groonga-3.0.7' + debian/rules override_dh_install +make[1]: Entering directory `/home/groonga-build/build/groonga-3.0.7' +install -d debian/tmp/etc/munin/plugin-conf.d/ +install -m 0644 debian/groonga-munin-plugin.conf \ + debian/tmp/etc/munin/plugin-conf.d/groonga +mv debian/tmp/usr/share/doc/groonga/ \ + debian/tmp/usr/share/doc/groonga-doc/ +dh_install +make[1]: Leaving directory `/home/groonga-build/build/groonga-3.0.7' + dh_installdocs + dh_installchangelogs + dh_installexamples + dh_installman + dh_installcatalogs + dh_installcron + dh_installdebconf + dh_installemacsen + dh_installifupdown + dh_installinfo + dh_pysupport + dh_installinit + dh_installmenu + dh_installmime + dh_installmodules + dh_installlogcheck + dh_installlogrotate + dh_installpam + dh_installppp + dh_installudev + dh_installwm + dh_installxfonts + dh_bugfiles + dh_lintian + dh_gconf + dh_icons + dh_perl + dh_usrlocal + dh_link + dh_compress + dh_fixperms + dh_strip + dh_makeshlibs + dh_shlibdeps +dpkg-shlibdeps: warning: symbol pthread_mutexattr_init used by debian/libgroonga0/usr/lib/libgroonga.so.0.0.0 found in none of the libraries. +dpkg-shlibdeps: warning: symbol pthread_condattr_setpshared used by debian/libgroonga0/usr/lib/libgroonga.so.0.0.0 found in none of the libraries. +dpkg-shlibdeps: warning: symbol pthread_mutexattr_setpshared used by debian/libgroonga0/usr/lib/libgroonga.so.0.0.0 found in none of the libraries. +dpkg-shlibdeps: warning: dependency on libz.so.1 could be avoided if "debian/libgroonga0/usr/lib/libgroonga.so.0.0.0" were not uselessly linked against it (they use none of its symbols). +dpkg-shlibdeps: warning: dependency on libmsgpack.so.3 could be avoided if "debian/libgroonga0/usr/lib/libgroonga.so.0.0.0 debian/libgroonga0/usr/lib/groonga/plugins/table/table.so" were not uselessly linked against it (they use none of its symbols). +dpkg-shlibdeps: warning: dependency on libdl.so.2 could be avoided if "debian/groonga-plugin-suggest/usr/bin/groonga-suggest-create-dataset" were not uselessly linked against it (they use none of its symbols). +dpkg-shlibdeps: warning: dependency on libz.so.1 could be avoided if "debian/groonga-plugin-suggest/usr/bin/groonga-suggest-create-dataset" were not uselessly linked against it (they use none of its symbols). +dpkg-shlibdeps: warning: dependency on libgcc_s.so.1 could be avoided if "debian/groonga-plugin-suggest/usr/bin/groonga-suggest-create-dataset" were not uselessly linked against it (they use none of its symbols). +dpkg-shlibdeps: warning: dependency on libstdc++.so.6 could be avoided if "debian/groonga-plugin-suggest/usr/bin/groonga-suggest-create-dataset" were not uselessly linked against it (they use none of its symbols). +dpkg-shlibdeps: warning: dependency on libmsgpack.so.3 could be avoided if "debian/groonga-plugin-suggest/usr/lib/groonga/plugins/suggest/suggest.so" were not uselessly linked against it (they use none of its symbols). +dpkg-shlibdeps: warning: dependency on librt.so.1 could be avoided if "debian/groonga-plugin-suggest/usr/bin/groonga-suggest-create-dataset" were not uselessly linked against it (they use none of its symbols). +dpkg-shlibdeps: warning: dependency on libdl.so.2 could be avoided if "debian/groonga-bin/usr/bin/groonga debian/groonga-bin/usr/bin/groonga-benchmark" were not uselessly linked against it (they use none of its symbols). +dpkg-shlibdeps: warning: dependency on libz.so.1 could be avoided if "debian/groonga-bin/usr/bin/groonga debian/groonga-bin/usr/bin/groonga-benchmark" were not uselessly linked against it (they use none of its symbols). +dpkg-shlibdeps: warning: dependency on libstdc++.so.6 could be avoided if "debian/groonga-bin/usr/bin/groonga debian/groonga-bin/usr/bin/groonga-benchmark" were not uselessly linked against it (they use none of its symbols). +dpkg-shlibdeps: warning: dependency on libmsgpack.so.3 could be avoided if "debian/groonga-bin/usr/bin/groonga debian/groonga-bin/usr/bin/groonga-benchmark" were not uselessly linked against it (they use none of its symbols). +dpkg-shlibdeps: warning: dependency on librt.so.1 could be avoided if "debian/groonga-bin/usr/bin/groonga debian/groonga-bin/usr/bin/groonga-benchmark" were not uselessly linked against it (they use none of its symbols). + dh_installdeb + dh_gencontrol +dpkg-gencontrol: warning: Depends field of package groonga: unknown substitution variable ${shlibs:Depends} +dpkg-gencontrol: warning: Depends field of package groonga-server-common: unknown substitution variable ${shlibs:Depends} +dpkg-gencontrol: warning: Depends field of package groonga-server-http: unknown substitution variable ${shlibs:Depends} +dpkg-gencontrol: warning: Depends field of package groonga-server-gqtp: unknown substitution variable ${shlibs:Depends} +dpkg-gencontrol: warning: Depends field of package libgroonga-dev: unknown substitution variable ${shlibs:Depends} +dpkg-gencontrol: warning: Depends field of package groonga-examples: unknown substitution variable ${shlibs:Depends} + dh_md5sums + dh_builddeb +dpkg-deb: building package `groonga' in `../groonga_3.0.7-1_i386.deb'. +dpkg-deb: building package `groonga-server-common' in `../groonga-server-common_3.0.7-1_i386.deb'. +dpkg-deb: building package `groonga-server-http' in `../groonga-server-http_3.0.7-1_i386.deb'. +dpkg-deb: building package `groonga-server-gqtp' in `../groonga-server-gqtp_3.0.7-1_i386.deb'. +dpkg-deb: building package `libgroonga-dev' in `../libgroonga-dev_3.0.7-1_i386.deb'. +dpkg-deb: building package `libgroonga0' in `../libgroonga0_3.0.7-1_i386.deb'. +dpkg-deb: building package `groonga-tokenizer-mecab' in `../groonga-tokenizer-mecab_3.0.7-1_i386.deb'. +dpkg-deb: building package `groonga-plugin-suggest' in `../groonga-plugin-suggest_3.0.7-1_i386.deb'. +dpkg-deb: building package `groonga-bin' in `../groonga-bin_3.0.7-1_i386.deb'. +dpkg-deb: building package `groonga-httpd' in `../groonga-httpd_3.0.7-1_i386.deb'. +dpkg-deb: building package `groonga-doc' in `../groonga-doc_3.0.7-1_all.deb'. +dpkg-deb: building package `groonga-examples' in `../groonga-examples_3.0.7-1_i386.deb'. +dpkg-deb: building package `groonga-munin-plugins' in `../groonga-munin-plugins_3.0.7-1_i386.deb'. + dpkg-genchanges >../groonga_3.0.7-1_i386.changes +dpkg-genchanges: including full source code in upload + dpkg-source --after-build groonga-3.0.7 +dpkg-buildpackage: full upload (original source is included) +Now running lintian... +W: groonga source: changelog-should-mention-nmu +W: groonga source: source-nmu-has-incorrect-version-number 3.0.7-1 +W: groonga-plugin-suggest: binary-without-manpage usr/bin/groonga-suggest-create-dataset +W: groonga-bin: manpage-has-errors-from-man usr/share/man/ja/man1/groonga.1.gz 10506: warning: macro `.' not defined +W: groonga-bin: manpage-has-errors-from-man usr/share/man/man1/groonga.1.gz 4171: warning [p 42, 2.0i]: can't break line +W: groonga-bin: binary-without-manpage usr/bin/groonga-benchmark +W: groonga-bin: extra-license-file usr/share/groonga/html/admin/js/jquery.flot.license.txt +W: groonga-httpd: binary-without-manpage usr/sbin/groonga-httpd +W: groonga-httpd: binary-without-manpage usr/sbin/groonga-httpd-restart +Finished running lintian. +Hit http://ftp.jp.debian.org wheezy Release.gpg +Hit http://ftp.jp.debian.org wheezy Release +Hit http://ftp.jp.debian.org wheezy/main i386 Packages +Hit http://ftp.jp.debian.org wheezy/main Translation-en +Hit http://security.debian.org wheezy/updates Release.gpg +Hit http://security.debian.org wheezy/updates Release +Hit http://security.debian.org wheezy/updates/main Sources +Hit http://security.debian.org wheezy/updates/main i386 Packages +Hit http://security.debian.org wheezy/updates/main Translation-en +Reading package lists... +Reading package lists... +Building dependency tree... +Reading state information... +Reading extended state information... +Initializing package states... +Reading task descriptions... +No packages will be installed, upgraded, or removed. +0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. +Need to get 0 B of archives. After unpacking 0 B will be used. +Reading package lists... +Building dependency tree... +Reading state information... +Reading extended state information... +Initializing package states... +Reading task descriptions... +Reading package lists... +Building dependency tree... +Reading state information... +Reading extended state information... +Initializing package states... +Reading task descriptions... +No packages will be installed, upgraded, or removed. +0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. +Need to get 0 B of archives. After unpacking 0 B will be used. +Writing extended state information... +Reading package lists... +Building dependency tree... +Reading state information... +Reading extended state information... +Initializing package states... +Reading task descriptions... +Reading package lists... +Building dependency tree... +Reading state information... +Reading extended state information... +Initializing package states... +Reading task descriptions... +No packages will be installed, upgraded, or removed. +0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. +Need to get 0 B of archives. After unpacking 0 B will be used. +Writing extended state information... +Reading package lists... +Building dependency tree... +Reading state information... +Reading extended state information... +Initializing package states... +Reading task descriptions... + dpkg-buildpackage -rfakeroot -D -us -uc +dpkg-buildpackage: source package groonga +dpkg-buildpackage: source version 3.0.7-1 +dpkg-buildpackage: source changed by HAYASHI Kentaro <hayashi �� clear-code.com> + dpkg-source --before-build groonga-3.0.7 +dpkg-buildpackage: host architecture i386 + fakeroot debian/rules clean +dh clean + dh_testdir + dh_auto_clean + dh_clean + dpkg-source -b groonga-3.0.7 +dpkg-source: info: using source format `3.0 (quilt)' +dpkg-source: info: building groonga using existing ./groonga_3.0.7.orig.tar.gz +dpkg-source: info: building groonga in groonga_3.0.7-1.debian.tar.gz +dpkg-source: info: building groonga in groonga_3.0.7-1.dsc + debian/rules build +make: `build' is up to date. + fakeroot debian/rules binary +dh binary + dh_testdir + debian/rules override_dh_auto_configure +make[1]: Entering directory `/home/groonga-build/build/groonga-3.0.7' +dh_auto_configure -- --with-munin-plugins CFLAGS="-O0 -g3" CXXFLAGS="-O0 -g3" +checking for a BSD-compatible install... /usr/bin/install -c +checking whether build environment is sane... yes +checking for a thread-safe mkdir -p... /bin/mkdir -p +checking for gawk... no +checking for mawk... mawk +checking whether make sets $(MAKE)... yes +checking how to create a pax tar archive... gnutar +checking whether make supports nested variables... yes +checking build system type... i486-pc-linux-gnu +checking host system type... i486-pc-linux-gnu +checking for native Win32... no +checking for some Win32 platform... no +checking for NetBSD.... no +checking for Solaris.... no +checking for style of include used by make... GNU +checking for gcc... 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... o +checking whether we are using the GNU C compiler... yes +checking whether gcc accepts -g... yes +checking for gcc option to accept ISO C89... none needed +checking dependency style of gcc... none +checking how to run the C preprocessor... gcc -E +checking for grep that handles long lines and -e... /bin/grep +checking for egrep... /bin/grep -E +checking for ANSI C header files... yes +checking for sys/types.h... yes +checking for sys/stat.h... yes +checking for stdlib.h... yes +checking for string.h... yes +checking for memory.h... yes +checking for strings.h... yes +checking for inttypes.h... yes +checking for stdint.h... yes +checking for unistd.h... yes +checking whether byte ordering is bigendian... no +checking for g++... g++ +checking whether we are using the GNU C++ compiler... yes +checking whether g++ accepts -g... yes +checking dependency style of g++... none +checking for gcc... (cached) gcc +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 dependency style of gcc... (cached) none +checking whether gcc and cc understand -c and -o together... yes +checking for clang... no +checking if gcc supports -Wall... yes +checking if g++ supports -Wall... yes +checking if gcc supports -Wextra... yes +checking if g++ supports -Wextra... yes +checking if gcc supports -Wno-unused-but-set-variable... yes +checking if g++ supports -Wno-unused-but-set-variable... yes +checking if gcc supports -Wno-unused-parameter... yes +checking if g++ supports -Wno-unused-parameter... yes +checking if gcc supports -Wno-sign-compare... yes +checking if g++ supports -Wno-sign-compare... yes +checking if gcc supports -Wno-pointer-sign... yes +checking if gcc supports -Wno-missing-field-initializers... yes +checking if g++ supports -Wno-missing-field-initializers... yes +checking if gcc supports -Wformat=2... yes +checking if g++ supports -Wformat=2... yes +checking if gcc supports -Wstrict-aliasing=2... yes +checking if g++ supports -Wstrict-aliasing=2... yes +checking if gcc supports -Wdisabled-optimization... yes +checking if g++ supports -Wdisabled-optimization... yes +checking if gcc supports -Wfloat-equal... yes +checking if g++ supports -Wfloat-equal... yes +checking if gcc supports -Wpointer-arith... yes +checking if g++ supports -Wpointer-arith... yes +checking if gcc supports -Wdeclaration-after-statement... yes +checking if gcc supports -Wbad-function-cast... yes +checking if gcc supports -Wcast-align... yes +checking if g++ supports -Wcast-align... yes +checking if gcc supports -Wredundant-decls... yes +checking if g++ supports -Wredundant-decls... yes +checking if gcc supports -Wwrite-strings... yes +checking if g++ supports -Wwrite-strings... yes +checking if g++ supports -fexceptions... yes +checking if g++ supports -fimplicit-templates... yes +checking if gcc supports -Wno-clobbered... yes +checking if g++ supports -Wno-clobbered... yes +checking how to print strings... printf +checking for a sed that does not truncate output... /bin/sed +checking for fgrep... /bin/grep -F +checking for ld used by gcc... /usr/bin/ld +checking if the linker (/usr/bin/ld) is GNU ld... yes +checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B +checking the name lister (/usr/bin/nm -B) interface... BSD nm +checking whether ln -s works... yes +checking the maximum length of command line arguments... 805306365 +checking whether the shell understands some XSI constructs... yes +checking whether the shell understands "+="... yes +checking how to convert i486-pc-linux-gnu file names to i486-pc-linux-gnu format... func_convert_file_noop +checking how to convert i486-pc-linux-gnu file names to toolchain format... func_convert_file_noop +checking for /usr/bin/ld option to reload object files... -r +checking for objdump... objdump +checking how to recognize dependent libraries... pass_all +checking for dlltool... dlltool +checking how to associate runtime and link libraries... printf %s\n +checking for ar... ar +checking for archiver @FILE support... @ +checking for strip... strip +checking for ranlib... ranlib +checking command to parse /usr/bin/nm -B output from gcc object... ok +checking for sysroot... no +checking for mt... mt +checking if mt is a manifest tool... no +checking for dlfcn.h... yes +checking for objdir... .libs +checking if gcc supports -fno-rtti -fno-exceptions... no +checking for gcc option to produce PIC... -fPIC -DPIC +checking if gcc PIC flag -fPIC -DPIC works... yes +checking if gcc static flag -static works... yes +checking if gcc supports -c -o file.o... yes +checking if gcc supports -c -o file.o... (cached) yes +checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes +checking whether -lc should be explicitly linked in... no +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... yes +checking whether to build static libraries... yes +checking how to run the C++ preprocessor... g++ -E +checking for ld used by g++... /usr/bin/ld +checking if the linker (/usr/bin/ld) is GNU ld... yes +checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes +checking for g++ option to produce PIC... -fPIC -DPIC +checking if g++ PIC flag -fPIC -DPIC works... yes +checking if g++ static flag -static works... yes +checking if g++ supports -c -o file.o... yes +checking if g++ supports -c -o file.o... (cached) yes +checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes +checking dynamic linker characteristics... (cached) GNU/Linux ld.so +checking how to hardcode library paths into programs... immediate +configure: creating ./config.lt +config.lt: creating libtool +checking for library containing log... -lm +checking for fpclassify... yes +checking for dlfcn.h... (cached) yes +checking errno.h usability... yes +checking errno.h presence... yes +checking for errno.h... yes +checking execinfo.h usability... yes +checking execinfo.h presence... yes +checking for execinfo.h... yes +checking for inttypes.h... (cached) yes +checking netdb.h usability... yes +checking netdb.h presence... yes +checking for netdb.h... yes +checking netinet/in.h usability... yes +checking netinet/in.h presence... yes +checking for netinet/in.h... yes +checking netinet/tcp.h usability... yes +checking netinet/tcp.h presence... yes +checking for netinet/tcp.h... yes +checking signal.h usability... yes +checking signal.h presence... yes +checking for signal.h... yes +checking for stdint.h... (cached) yes +checking for stdlib.h... (cached) yes +checking sys/mman.h usability... yes +checking sys/mman.h presence... yes +checking for sys/mman.h... yes +checking sys/param.h usability... yes +checking sys/param.h presence... yes +checking for sys/param.h... yes +checking sys/resource.h usability... yes +checking sys/resource.h presence... yes +checking for sys/resource.h... yes +checking sys/socket.h usability... yes +checking sys/socket.h presence... yes +checking for sys/socket.h... yes +checking sys/sysctl.h usability... yes +checking sys/sysctl.h presence... yes +checking for sys/sysctl.h... yes +checking sys/time.h usability... yes +checking sys/time.h presence... yes +checking for sys/time.h... yes +checking sys/timeb.h usability... yes +checking sys/timeb.h presence... yes +checking for sys/timeb.h... yes +checking for sys/types.h... (cached) yes +checking sys/wait.h usability... yes +checking sys/wait.h presence... yes +checking for sys/wait.h... yes +checking time.h usability... yes +checking time.h presence... yes +checking for time.h... yes +checking ucontext.h usability... yes +checking ucontext.h presence... yes +checking for ucontext.h... yes +checking for unistd.h... (cached) yes +checking for _strnicmp... no +checking for _strtoui64... no +checking for close... yes +checking for gmtime_r... yes +checking for localtime_r... yes +checking for mkostemp... yes +checking for open... yes +checking for read... yes +checking for strncasecmp... yes +checking for strtoull... yes +checking for write... yes +checking for library containing backtrace... none required +checking for library containing clock_gettime... -lrt +checking for special C compiler options needed for large files... no +checking for _FILE_OFFSET_BITS value needed for large files... 64 +checking for off_t... yes +checking for size_t... yes +checking size of off_t... 8 +checking pthread.h usability... yes +checking pthread.h presence... yes +checking for pthread.h... yes +checking for library containing pthread_create... none required +checking for pthread_mutexattr_setpshared... yes +checking for pthread_condattr_setpshared... yes +checking for library containing gethostbyname... none required +checking for library containing socket... none required +checking for library containing dlopen... -ldl +checking whether enable uyield... no +checking whether enable exact-alloc-count... yes +checking whether enable fmalloc... no +checking whether enable abort... no +checking whether allow dynamic memory allocation change... no +checking whether debug memory management... no +checking sys/epoll.h usability... yes +checking sys/epoll.h presence... yes +checking for sys/epoll.h... yes +checking for epoll_create... yes +checking whether MSG_MORE defined... no +checking whether MSG_NOSIGNAL defined... no +checking for benchmark availablity... +checking for inkscape... no +checking for library containing compress... -lz +checking whether enable MeCab... yes +checking for mecab-config... /usr/bin/mecab-config +checking for library containing mecab_new... -lmecab +checking mecab.h usability... yes +checking mecab.h presence... yes +checking for mecab.h... yes +checking for mecab_dictionary_info_t... yes +checking whether enable KyTea... auto +checking whether enable futex... no +checking for library containing event_init... none required +checking for library containing msgpack_version... -lmsgpack +checking whether enable document... auto +checking whether document available... yes +checking whether document buildable... no +checking whether having built document... yes +checking whether install munin plugins... yes +checking whether package platform... no +checking for the suffix of plugin shared libraries... .so +checking whether enable mruby... no +configure: creating ./config.status +config.status: creating Makefile +config.status: creating build/Makefile +config.status: creating build/cmake_modules/Makefile +config.status: creating src/Makefile +config.status: creating src/suggest/Makefile +config.status: creating src/httpd/Makefile +config.status: creating lib/Makefile +config.status: creating lib/dat/Makefile +config.status: creating include/Makefile +config.status: creating include/groonga/Makefile +config.status: creating plugins/Makefile +config.status: creating plugins/tokenizers/Makefile +config.status: creating plugins/suggest/Makefile +config.status: creating plugins/table/Makefile +config.status: creating plugins/query_expanders/Makefile +config.status: creating examples/Makefile +config.status: creating examples/dictionary/Makefile +config.status: creating examples/dictionary/edict/Makefile +config.status: creating examples/dictionary/eijiro/Makefile +config.status: creating examples/dictionary/gene95/Makefile +config.status: creating examples/dictionary/jmdict/Makefile +config.status: creating packages/Makefile +config.status: creating packages/apt/Makefile +config.status: creating packages/rpm/Makefile +config.status: creating packages/rpm/centos/Makefile +config.status: creating packages/rpm/fedora/Makefile +config.status: creating packages/yum/Makefile +config.status: creating packages/source/Makefile +config.status: creating packages/windows/Makefile +config.status: creating packages/windows/patches/Makefile +config.status: creating packages/windows/language-files/Makefile +config.status: creating packages/windows/setup-x64.nsi +config.status: creating data/Makefile +config.status: creating data/images/Makefile +config.status: creating data/images/logo/Makefile +config.status: creating data/html/Makefile +config.status: creating data/munin/Makefile +config.status: creating data/init.d/Makefile +config.status: creating data/init.d/redhat/Makefile +config.status: creating data/init.d/redhat/sysconfig/Makefile +config.status: creating data/logrotate.d/Makefile +config.status: creating data/logrotate.d/redhat/Makefile +config.status: creating data/systemd/Makefile +config.status: creating data/systemd/fedora/Makefile +config.status: creating data/systemd/fedora/sysconfig/Makefile +config.status: creating data/scripts/Makefile +config.status: creating tools/Makefile +config.status: creating doc/Makefile +config.status: creating doc/locale/Makefile +config.status: creating doc/locale/en/Makefile +config.status: creating doc/locale/en/LC_MESSAGES/Makefile +config.status: creating doc/locale/ja/Makefile +config.status: creating doc/locale/ja/LC_MESSAGES/Makefile +config.status: creating test/Makefile +config.status: creating test/unit/Makefile +config.status: creating test/unit/lib/Makefile +config.status: creating test/unit/lib/ruby/Makefile +config.status: creating test/unit/fixtures/Makefile +config.status: creating test/unit/fixtures/inverted-index/Makefile +config.status: creating test/unit/fixtures/stress/Makefile +config.status: creating test/unit/fixtures/performance/Makefile +config.status: creating test/unit/fixtures/plugins/Makefile +config.status: creating test/unit/fixtures/geo/Makefile +config.status: creating test/unit/fixtures/story/Makefile +config.status: creating test/unit/fixtures/story/taiyaki/Makefile +config.status: creating test/unit/util/Makefile +config.status: creating test/unit/core/Makefile +config.status: creating test/unit/core/dat/Makefile +config.status: creating test/unit/memcached/Makefile +config.status: creating test/unit/http/Makefile +config.status: creating test/unit/story/Makefile +config.status: creating test/unit/groonga-benchmark/Makefile +config.status: creating test/command/Makefile +config.status: creating test/benchmark/Makefile +config.status: creating test/benchmark/fixtures/Makefile +config.status: creating test/benchmark/fixtures/geo-select/Makefile +config.status: creating test/benchmark/lib/Makefile +config.status: creating vendor/Makefile +config.status: creating vendor/mruby/Makefile +config.status: creating packages/rpm/centos/groonga.spec +config.status: creating packages/rpm/fedora/groonga.spec +config.status: creating packages/apt/debian/groonga-keyring.postrm +config.status: creating groonga.pc +config.status: creating groonga-httpd-conf.sh +config.status: creating data/groonga-httpd.conf +config.status: creating data/scripts/groonga-httpd-restart +config.status: creating config.h +config.status: executing depfiles commands +config.status: executing libtool commands +=== configuring in src/httpd (/home/groonga-build/build/groonga-3.0.7/src/httpd) +configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--build=i486-linux-gnu' '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--libexecdir=${prefix}/lib/groonga' '--disable-maintainer-mode' '--disable-dependency-tracking' '--with-munin-plugins' 'CFLAGS=-O0 -g3' 'CXXFLAGS=-O0 -g3' 'build_alias=i486-linux-gnu' --cache-file=/dev/null --srcdir=. +checking for OS + + Linux 3.8.0-19-generic x86_64 +checking for C compiler ... found + + using GNU C compiler +checking for gcc builtin atomic operations ... found +checking for C99 variadic macros ... found +checking for gcc variadic macros ... found +checking for unistd.h ... found +checking for inttypes.h ... found +checking for limits.h ... found +checking for sys/filio.h ... not found +checking for sys/param.h ... found +checking for sys/mount.h ... found +checking for sys/statvfs.h ... found +checking for crypt.h ... found +checking for Linux specific features +checking for epoll ... found +checking for sendfile() ... found +checking for sendfile64() ... found +checking for sys/prctl.h ... found +checking for prctl(PR_SET_DUMPABLE) ... found +checking for sched_setaffinity() ... found +checking for crypt_r() ... found +checking for sys/vfs.h ... found +checking for nobody group ... not found +checking for nogroup group ... found +checking for poll() ... found +checking for /dev/poll ... not found +checking for kqueue ... not found +checking for crypt() ... not found +checking for crypt() in libcrypt ... found +checking for F_READAHEAD ... not found +checking for posix_fadvise() ... found +checking for O_DIRECT ... found +checking for F_NOCACHE ... not found +checking for directio() ... not found +checking for statfs() ... found +checking for statvfs() ... found +checking for dlopen() ... not found +checking for dlopen() in libdl ... found +checking for sched_yield() ... found +checking for SO_SETFIB ... not found +checking for SO_ACCEPTFILTER ... not found +checking for TCP_DEFER_ACCEPT ... found +checking for TCP_KEEPIDLE, TCP_KEEPINTVL, TCP_KEEPCNT ... found +checking for TCP_INFO ... found +checking for accept4() ... found +checking for int size ... 4 bytes +checking for long size ... 4 bytes +checking for long long size ... 8 bytes +checking for void * size ... 4 bytes +checking for uint64_t ... found +checking for sig_atomic_t ... found +checking for sig_atomic_t size ... 4 bytes +checking for socklen_t ... found +checking for in_addr_t ... found +checking for in_port_t ... found +checking for rlim_t ... found +checking for uintptr_t ... uintptr_t found +checking for system byte ordering ... little endian +checking for size_t size ... 4 bytes +checking for off_t size ... 8 bytes +checking for time_t size ... 4 bytes +checking for setproctitle() ... not found +checking for pread() ... found +checking for pwrite() ... found +checking for sys_nerr ... found +checking for localtime_r() ... found +checking for posix_memalign() ... found +checking for memalign() ... found +checking for mmap(MAP_ANON|MAP_SHARED) ... found +checking for mmap("/dev/zero", MAP_SHARED) ... found +checking for System V shared memory ... found +checking for POSIX semaphores ... not found +checking for POSIX semaphores in libpthread ... found +checking for struct msghdr.msg_control ... found +checking for ioctl(FIONBIO) ... found +checking for struct tm.tm_gmtoff ... found +checking for struct dirent.d_namlen ... not found +checking for struct dirent.d_type ... found +checking for sysconf(_SC_NPROCESSORS_ONLN) ... found +checking for openat(), fstatat() ... found +checking for getaddrinfo() ... found +configuring additional modules +adding module in /home/groonga-build/build/groonga-3.0.7/src/httpd/nginx-module + + ngx_http_groonga_module was configured +checking for md5 in system md library ... not found +checking for md5 in system md5 library ... not found +checking for md5 in system OpenSSL crypto library ... not found +checking for sha1 in system md library ... not found +checking for sha1 in system OpenSSL crypto library ... not found +checking for zlib library ... found +creating objs/Makefile + +Configuration summary + + PCRE library is not used + + OpenSSL library is not used + + using builtin md5 code + + sha1 library is not found + + using system zlib library + + nginx path prefix: "/etc/groonga/httpd" + nginx binary file: "/usr/sbin/groonga-httpd" + nginx configuration prefix: "/etc/groonga/httpd" + nginx configuration file: "/etc/groonga/httpd/groonga-httpd.conf" + nginx pid file: "/var/run/groonga/groonga-httpd.pid" + nginx error log file: "/var/log/groonga/httpd/error.log" + nginx http access log file: "/var/log/groonga/httpd/access.log" + nginx http client request body temporary files: "client_body_temp" + nginx http proxy temporary files: "proxy_temp" + nginx http fastcgi temporary files: "fastcgi_temp" + nginx http uwsgi temporary files: "uwsgi_temp" + nginx http scgi temporary files: "scgi_temp" + +groonga 3.0.7 configuration: +----------------------- + Compiler: gcc + CFLAGS: -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings + CXXFLAGS: -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates + Libraries: -lz -ldl -lrt -lm + Stack size: 1024 + Document: yes + buildable: no + built: yes + Munin plugins: yes + Package platform: no + +Paths: + Install path prefix: /usr + Configuration file: /etc/groonga/groonga.conf + +Tokenizers: + MeCab: yes + CPPFLAGS: -I/usr/include + LDFLAGS: -L/usr/lib + LIBS: -lmecab + KyTea: no + +Libraries: + ZeroMQ: no + libevent: yes + CFLAGS: + LIBS: -levent + MessagePack: yes + CFLAGS: -I/usr/include + LIBS: -L/usr/lib -lmsgpack + mruby: no + +groonga-httpd: + enable: yes + default database path: /var/lib/groonga/db/db + PCRE: + +Tools: + yacc: + hg: + Ruby: + Cutter: + +For packages: + rsync path: packages �� packages.groonga.org:public + GPG UID: 45499429 + +Now type 'make' to build groonga 3.0.7! +make[1]: Leaving directory `/home/groonga-build/build/groonga-3.0.7' + dh_auto_build +make[1]: Entering directory `/home/groonga-build/build/groonga-3.0.7' +make all-recursive +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7' +Making all in build +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/build' +Making all in cmake_modules +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/build/cmake_modules' +make[4]: Nothing to be done for `all'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/build/cmake_modules' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/build' +make[4]: Nothing to be done for `all-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/build' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/build' +Making all in include +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/include' +Making all in groonga +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/include/groonga' +make[4]: Nothing to be done for `all'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/include/groonga' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/include' +make[4]: Nothing to be done for `all-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/include' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/include' +Making all in vendor +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor' +Making all in mruby +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/mruby' +make[4]: Nothing to be done for `all'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor/mruby' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor' +make[4]: Nothing to be done for `all-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor' +Making all in lib +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/lib' +Making all in dat +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/lib/dat' + CXX cursor-factory.lo + CXX file-impl.lo + CXX file.lo + CXX id-cursor.lo + CXX key-cursor.lo + CXX predictive-cursor.lo + CXX prefix-cursor.lo + CXX trie.lo + CXXLD libgrndat.la +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/lib/dat' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/lib' + CC com.lo + CC ctx.lo + CXX dat.lo + CC db.lo + CC error.lo + CC expr.lo +In file included from expr.c:5431:0: +ecmascript.c: In function 'yy_destructor': +ecmascript.c:876:3: warning: unused variable 'efsi' [-Wunused-variable] + CC geo.lo + CC hash.lo + CC ii.lo + CC io.lo + CC mrb.lo + CC nfkc.lo + CC normalizer.lo + CC output.lo + CC pat.lo + CC plugin.lo + CC proc.lo + CC snip.lo + CC store.lo + CC str.lo + CC string.lo + CC token.lo + CC tokenizer.lo + CC util.lo + CXXLD libgroonga.la +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/lib' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/lib' +Making all in plugins +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins' +Making all in tokenizers +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/tokenizers' + CC mecab_la-mecab.lo + CCLD mecab.la +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/tokenizers' +Making all in suggest +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/suggest' + CC suggest.lo + CCLD suggest.la +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/suggest' +Making all in table +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/table' + CC table.lo + CCLD table.la +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/table' +Making all in query_expanders +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/query_expanders' + CC tsv.lo + CCLD tsv.la +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/query_expanders' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins' +make[4]: Nothing to be done for `all-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins' +Making all in src +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src' +Making all in suggest +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src/suggest' + CC groonga_suggest_create_dataset-groonga_suggest_create_dataset.o + CXXLD groonga-suggest-create-dataset +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/src/suggest' +Making all in httpd +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src/httpd' +(cd ../../vendor/nginx-1.4.2 && make build) +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make -f objs/Makefile +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/nginx.o \ + src/core/nginx.c +In file included from src/core/ngx_config.h:26:0, + from src/core/nginx.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/nginx.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/nginx.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/nginx.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/nginx.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/nginx.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/nginx.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/nginx.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/core/nginx.c: In function 'main': +src/core/nginx.c:220:9: warning: passing argument 1 of 'ngx_write_stderr' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:50:0, + from src/core/nginx.c:9: +src/core/ngx_log.h:240:1: note: expected 'char *' but argument is of type 'const char *' +src/core/nginx.c:247:17: warning: passing argument 1 of 'ngx_write_stderr' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:50:0, + from src/core/nginx.c:9: +src/core/ngx_log.h:240:1: note: expected 'char *' but argument is of type 'const char *' +src/core/nginx.c:262:17: warning: passing argument 1 of 'ngx_write_stderr' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:50:0, + from src/core/nginx.c:9: +src/core/ngx_log.h:240:1: note: expected 'char *' but argument is of type 'const char *' +src/core/nginx.c: In function 'ngx_exec_new_binary': +src/core/nginx.c:585:14: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/nginx.c:617:14: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/nginx.c: In function 'ngx_core_module_init_conf': +src/core/nginx.c:1050:23: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/nginx.c: In function 'ngx_set_user': +src/core/nginx.c:1137:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/core/nginx.c: In function 'ngx_set_priority': +src/core/nginx.c:1219:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/core/nginx.c:1239:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/core/nginx.c: In function 'ngx_set_cpu_affinity': +src/core/nginx.c:1262:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/core/nginx.c: In function 'ngx_set_worker_processes': +src/core/nginx.c:1351:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/core/nginx.c:1364:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_log.o \ + src/core/ngx_log.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_log.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_log.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_log.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_log.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_log.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_log.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_log.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_log.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/core/ngx_log.c: In function 'ngx_error_log': +src/core/ngx_log.c:434:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_palloc.o \ + src/core/ngx_palloc.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_palloc.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_palloc.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_palloc.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_palloc.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_palloc.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_palloc.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_palloc.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_palloc.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_array.o \ + src/core/ngx_array.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_array.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_array.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_array.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_array.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_array.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_array.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_array.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_array.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_list.o \ + src/core/ngx_list.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_list.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_list.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_list.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_list.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_list.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_list.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_list.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_list.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_hash.o \ + src/core/ngx_hash.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_hash.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_hash.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_hash.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_hash.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_hash.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_hash.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_hash.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_hash.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_buf.o \ + src/core/ngx_buf.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_buf.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_buf.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_buf.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_buf.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_buf.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_buf.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_buf.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_buf.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_queue.o \ + src/core/ngx_queue.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_queue.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_queue.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_queue.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_queue.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_queue.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_queue.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_queue.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_queue.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_output_chain.o \ + src/core/ngx_output_chain.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_output_chain.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_output_chain.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_output_chain.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_output_chain.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_output_chain.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_output_chain.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_output_chain.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_output_chain.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_string.o \ + src/core/ngx_string.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_string.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_string.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_string.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_string.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_string.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_string.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_string.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_string.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_parse.o \ + src/core/ngx_parse.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_parse.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_parse.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_parse.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_parse.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_parse.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_parse.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_parse.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_parse.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_inet.o \ + src/core/ngx_inet.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_inet.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_inet.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_inet.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_inet.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_inet.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_inet.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_inet.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_inet.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/core/ngx_inet.c: In function 'ngx_parse_unix_domain_url': +src/core/ngx_inet.c:561:16: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_inet.c:569:16: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_inet.c: In function 'ngx_parse_inet_url': +src/core/ngx_inet.c:646:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_inet.c:668:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_inet.c:692:32: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_inet.c:717:16: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_inet.c: In function 'ngx_parse_inet6_url': +src/core/ngx_inet.c:923:12: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_inet.c: In function 'ngx_inet_resolve_host': +src/core/ngx_inet.c:1105:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_file.o \ + src/core/ngx_file.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_file.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_file.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_file.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_file.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_file.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_file.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_file.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_file.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/core/ngx_file.c: In function 'ngx_conf_set_path_slot': +src/core/ngx_file.c:251:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_file.c:280:13: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_file.c: In function 'ngx_conf_set_access_slot': +src/core/ngx_file.c:357:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_crc32.o \ + src/core/ngx_crc32.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_crc32.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_crc32.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_crc32.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_crc32.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_crc32.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_crc32.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_crc32.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_crc32.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_murmurhash.o \ + src/core/ngx_murmurhash.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_murmurhash.c:7: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_murmurhash.c:7: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_murmurhash.c:8: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_murmurhash.c:8: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_murmurhash.c:8: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_murmurhash.c:8: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_murmurhash.c:8: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_murmurhash.c:8: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_md5.o \ + src/core/ngx_md5.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_md5.c:11: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_md5.c:11: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_md5.c:12: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_md5.c:12: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_md5.c:12: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_md5.c:12: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_md5.c:12: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_md5.c:12: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_rbtree.o \ + src/core/ngx_rbtree.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_rbtree.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_rbtree.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_rbtree.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_rbtree.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_rbtree.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_rbtree.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_rbtree.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_rbtree.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_radix_tree.o \ + src/core/ngx_radix_tree.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_radix_tree.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_radix_tree.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_radix_tree.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_radix_tree.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_radix_tree.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_radix_tree.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_radix_tree.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_radix_tree.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_slab.o \ + src/core/ngx_slab.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_slab.c:7: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_slab.c:7: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_slab.c:8: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_slab.c:8: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_slab.c:8: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_slab.c:8: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_slab.c:8: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_slab.c:8: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/core/ngx_slab.c: In function 'ngx_slab_free_locked': +src/core/ngx_slab.c:420:9: warning: passing argument 3 of 'ngx_slab_error' discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_slab.c:63:13: note: expected 'char *' but argument is of type 'const char *' +src/core/ngx_slab.c:569:28: warning: passing argument 3 of 'ngx_slab_error' discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_slab.c:63:13: note: expected 'char *' but argument is of type 'const char *' +src/core/ngx_slab.c:575:28: warning: passing argument 3 of 'ngx_slab_error' discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_slab.c:63:13: note: expected 'char *' but argument is of type 'const char *' +src/core/ngx_slab.c:602:20: warning: passing argument 3 of 'ngx_slab_error' discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_slab.c:63:13: note: expected 'char *' but argument is of type 'const char *' +src/core/ngx_slab.c:609:20: warning: passing argument 3 of 'ngx_slab_error' discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_slab.c:63:13: note: expected 'char *' but argument is of type 'const char *' +src/core/ngx_slab.c: In function 'ngx_slab_alloc_pages': +src/core/ngx_slab.c:660:5: warning: passing argument 3 of 'ngx_slab_error' discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_slab.c:63:13: note: expected 'char *' but argument is of type 'const char *' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_times.o \ + src/core/ngx_times.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_times.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_times.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_times.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_times.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_times.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_times.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_times.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_times.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/core/ngx_times.c:55:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:55:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:55:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:55:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:55:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:55:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:55:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:56:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:56:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:56:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:56:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:56:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:56:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:57:28: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:57:28: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:57:28: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:57:28: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:57:28: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:57:28: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_shmtx.o \ + src/core/ngx_shmtx.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_shmtx.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_shmtx.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_shmtx.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_shmtx.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_shmtx.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_shmtx.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_shmtx.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_shmtx.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_connection.o \ + src/core/ngx_connection.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_connection.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_connection.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_connection.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_connection.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_connection.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_connection.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_connection.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_connection.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/core/ngx_connection.c: In function 'ngx_connection_local_sockaddr': +src/core/ngx_connection.c:1055:13: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/core/ngx_connection.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_cycle.o \ + src/core/ngx_cycle.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_cycle.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_cycle.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_cycle.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_cycle.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_cycle.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_cycle.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_cycle.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_cycle.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_spinlock.o \ + src/core/ngx_spinlock.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_spinlock.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_spinlock.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_spinlock.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_spinlock.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_spinlock.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_spinlock.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_spinlock.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_spinlock.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_cpuinfo.o \ + src/core/ngx_cpuinfo.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_cpuinfo.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_cpuinfo.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_cpuinfo.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_cpuinfo.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_cpuinfo.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_cpuinfo.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_cpuinfo.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_cpuinfo.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_conf_file.o \ + src/core/ngx_conf_file.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_conf_file.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_conf_file.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_conf_file.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_conf_file.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_conf_file.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_conf_file.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_conf_file.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_conf_file.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/core/ngx_conf_file.c: In function 'ngx_conf_set_flag_slot': +src/core/ngx_conf_file.c:1031:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_conf_file.c: In function 'ngx_conf_set_str_slot': +src/core/ngx_conf_file.c:1070:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_conf_file.c: In function 'ngx_conf_set_num_slot': +src/core/ngx_conf_file.c:1173:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_conf_file.c:1179:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_conf_file.c: In function 'ngx_conf_set_size_slot': +src/core/ngx_conf_file.c:1203:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_conf_file.c:1210:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_conf_file.c: In function 'ngx_conf_set_off_slot': +src/core/ngx_conf_file.c:1234:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_conf_file.c:1241:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_conf_file.c: In function 'ngx_conf_set_msec_slot': +src/core/ngx_conf_file.c:1265:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_conf_file.c:1272:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_conf_file.c: In function 'ngx_conf_set_sec_slot': +src/core/ngx_conf_file.c:1296:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_conf_file.c:1303:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_conf_file.c: In function 'ngx_conf_set_bufs_slot': +src/core/ngx_conf_file.c:1326:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_conf_file.c:1333:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_conf_file.c:1338:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_conf_file.c: In function 'ngx_conf_set_enum_slot': +src/core/ngx_conf_file.c:1357:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_resolver.o \ + src/core/ngx_resolver.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_resolver.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_resolver.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_resolver.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_resolver.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_resolver.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_resolver.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_resolver.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_resolver.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/core/ngx_resolver.c: In function 'ngx_resolver_send_query': +src/core/ngx_resolver.c:888:24: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_resolver.c: In function 'ngx_resolver_process_response': +src/core/ngx_resolver.c:1086:13: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_resolver.c:1106:13: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_resolver.c:1155:9: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_resolver.c: In function 'ngx_resolver_process_a': +src/core/ngx_resolver.c:1276:17: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_resolver.c:1469:9: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_resolver.c: In function 'ngx_resolver_process_ptr': +src/core/ngx_resolver.c:1585:13: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_resolver.c:1665:9: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_resolver.c: In function 'ngx_resolver_copy': +src/core/ngx_resolver.c:1973:17: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_resolver.c:1978:9: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_resolver.c: In function 'ngx_resolver_strerror': +src/core/ngx_resolver.c:2169:9: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_resolver.c:2170:9: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_resolver.c:2171:9: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_resolver.c:2172:9: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_resolver.c:2174:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_resolver.c:2181:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_resolver.c:2184:5: warning: return discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_open_file_cache.o \ + src/core/ngx_open_file_cache.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_open_file_cache.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_open_file_cache.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_open_file_cache.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_open_file_cache.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_open_file_cache.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_open_file_cache.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_open_file_cache.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_open_file_cache.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/core/ngx_open_file_cache.c: In function 'ngx_open_cached_file': +src/core/ngx_open_file_cache.c:257:28: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_open_file_cache.c: In function 'ngx_open_file_wrapper': +src/core/ngx_open_file_cache.c:576:24: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_open_file_cache.c:601:24: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_open_file_cache.c:616:24: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_open_file_cache.c:655:24: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_open_file_cache.c:699:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_open_file_cache.c: In function 'ngx_file_info_wrapper': +src/core/ngx_open_file_cache.c:742:24: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_open_file_cache.c:760:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_crypt.o \ + src/core/ngx_crypt.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_crypt.c:7: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_crypt.c:7: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_crypt.c:8: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_crypt.c:8: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_crypt.c:8: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_crypt.c:8: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_crypt.c:8: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_crypt.c:8: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/event/ngx_event.o \ + src/event/ngx_event.c +In file included from src/core/ngx_config.h:26:0, + from src/event/ngx_event.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/event/ngx_event.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/event/ngx_event.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/event/ngx_event.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/event/ngx_event.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/event/ngx_event.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/event/ngx_event.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/event/ngx_event.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/event/ngx_event.c: In function 'ngx_send_lowat': +src/event/ngx_event.c:891:30: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/event/ngx_event.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +src/event/ngx_event.c: In function 'ngx_events_block': +src/event/ngx_event.c:911:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/event/ngx_event.c: In function 'ngx_event_connections': +src/event/ngx_event.c:991:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/event/ngx_event.c: In function 'ngx_event_use': +src/event/ngx_event.c:1026:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/event/ngx_event_timer.o \ + src/event/ngx_event_timer.c +In file included from src/core/ngx_config.h:26:0, + from src/event/ngx_event_timer.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/event/ngx_event_timer.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/event/ngx_event_timer.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/event/ngx_event_timer.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/event/ngx_event_timer.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/event/ngx_event_timer.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/event/ngx_event_timer.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/event/ngx_event_timer.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/event/ngx_event_posted.o \ + src/event/ngx_event_posted.c +In file included from src/core/ngx_config.h:26:0, + from src/event/ngx_event_posted.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/event/ngx_event_posted.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/event/ngx_event_posted.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/event/ngx_event_posted.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/event/ngx_event_posted.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/event/ngx_event_posted.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/event/ngx_event_posted.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/event/ngx_event_posted.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/event/ngx_event_busy_lock.o \ + src/event/ngx_event_busy_lock.c +In file included from src/core/ngx_config.h:26:0, + from src/event/ngx_event_busy_lock.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/event/ngx_event_busy_lock.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/event/ngx_event_busy_lock.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/event/ngx_event_busy_lock.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/event/ngx_event_busy_lock.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/event/ngx_event_busy_lock.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/event/ngx_event_busy_lock.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/event/ngx_event_busy_lock.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/event/ngx_event_accept.o \ + src/event/ngx_event_accept.c +In file included from src/core/ngx_config.h:26:0, + from src/event/ngx_event_accept.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/event/ngx_event_accept.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/event/ngx_event_accept.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/event/ngx_event_accept.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/event/ngx_event_accept.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/event/ngx_event_accept.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/event/ngx_event_accept.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/event/ngx_event_accept.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/event/ngx_event_connect.o \ + src/event/ngx_event_connect.c +In file included from src/core/ngx_config.h:26:0, + from src/event/ngx_event_connect.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/event/ngx_event_connect.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/event/ngx_event_connect.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/event/ngx_event_connect.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/event/ngx_event_connect.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/event/ngx_event_connect.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/event/ngx_event_connect.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/event/ngx_event_connect.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/event/ngx_event_pipe.o \ + src/event/ngx_event_pipe.c +In file included from src/core/ngx_config.h:26:0, + from src/event/ngx_event_pipe.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/event/ngx_event_pipe.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/event/ngx_event_pipe.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/event/ngx_event_pipe.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/event/ngx_event_pipe.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/event/ngx_event_pipe.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/event/ngx_event_pipe.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/event/ngx_event_pipe.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/event/ngx_event_pipe.c: In function 'ngx_event_pipe': +src/event/ngx_event_pipe.c:31:28: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/event/ngx_event_pipe.c:47:24: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_time.o \ + src/os/unix/ngx_time.c +In file included from src/core/ngx_config.h:26:0, + from src/os/unix/ngx_time.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/os/unix/ngx_time.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_time.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_time.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_time.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_time.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/os/unix/ngx_time.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_time.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_errno.o \ + src/os/unix/ngx_errno.c +In file included from src/core/ngx_config.h:26:0, + from src/os/unix/ngx_errno.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/os/unix/ngx_errno.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_errno.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_errno.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_errno.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_errno.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/os/unix/ngx_errno.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_errno.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_alloc.o \ + src/os/unix/ngx_alloc.c +In file included from src/core/ngx_config.h:26:0, + from src/os/unix/ngx_alloc.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/os/unix/ngx_alloc.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_alloc.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_alloc.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_alloc.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_alloc.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/os/unix/ngx_alloc.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_alloc.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_files.o \ + src/os/unix/ngx_files.c +In file included from src/core/ngx_config.h:26:0, + from src/os/unix/ngx_files.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/os/unix/ngx_files.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_files.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_files.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_files.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_files.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/os/unix/ngx_files.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_files.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_socket.o \ + src/os/unix/ngx_socket.c +In file included from src/core/ngx_config.h:26:0, + from src/os/unix/ngx_socket.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/os/unix/ngx_socket.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_socket.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_socket.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_socket.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_socket.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/os/unix/ngx_socket.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_socket.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_recv.o \ + src/os/unix/ngx_recv.c +In file included from src/core/ngx_config.h:26:0, + from src/os/unix/ngx_recv.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/os/unix/ngx_recv.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_recv.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_recv.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_recv.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_recv.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/os/unix/ngx_recv.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_recv.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/os/unix/ngx_recv.c: In function 'ngx_unix_recv': +src/os/unix/ngx_recv.c:165:13: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/os/unix/ngx_recv.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_readv_chain.o \ + src/os/unix/ngx_readv_chain.c +In file included from src/core/ngx_config.h:26:0, + from src/os/unix/ngx_readv_chain.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/os/unix/ngx_readv_chain.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_readv_chain.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_readv_chain.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_readv_chain.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_readv_chain.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/os/unix/ngx_readv_chain.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_readv_chain.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/os/unix/ngx_readv_chain.c: In function 'ngx_readv_chain': +src/os/unix/ngx_readv_chain.c:251:13: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/os/unix/ngx_readv_chain.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_udp_recv.o \ + src/os/unix/ngx_udp_recv.c +In file included from src/core/ngx_config.h:26:0, + from src/os/unix/ngx_udp_recv.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/os/unix/ngx_udp_recv.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_udp_recv.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_udp_recv.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_udp_recv.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_udp_recv.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/os/unix/ngx_udp_recv.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_udp_recv.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/os/unix/ngx_udp_recv.c: In function 'ngx_udp_unix_recv': +src/os/unix/ngx_udp_recv.c:100:13: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/os/unix/ngx_udp_recv.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_send.o \ + src/os/unix/ngx_send.c +In file included from src/core/ngx_config.h:26:0, + from src/os/unix/ngx_send.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/os/unix/ngx_send.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_send.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_send.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_send.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_send.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/os/unix/ngx_send.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_send.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/os/unix/ngx_send.c: In function 'ngx_unix_send': +src/os/unix/ngx_send.c:69:13: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/os/unix/ngx_send.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_writev_chain.o \ + src/os/unix/ngx_writev_chain.c +In file included from src/core/ngx_config.h:26:0, + from src/os/unix/ngx_writev_chain.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/os/unix/ngx_writev_chain.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_writev_chain.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_writev_chain.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_writev_chain.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_writev_chain.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/os/unix/ngx_writev_chain.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_writev_chain.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/os/unix/ngx_writev_chain.c: In function 'ngx_writev_chain': +src/os/unix/ngx_writev_chain.c:128:17: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/os/unix/ngx_writev_chain.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_channel.o \ + src/os/unix/ngx_channel.c +In file included from src/core/ngx_config.h:26:0, + from src/os/unix/ngx_channel.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/os/unix/ngx_channel.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_channel.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_channel.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_channel.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_channel.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/os/unix/ngx_channel.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_channel.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_shmem.o \ + src/os/unix/ngx_shmem.c +In file included from src/core/ngx_config.h:26:0, + from src/os/unix/ngx_shmem.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/os/unix/ngx_shmem.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_shmem.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_shmem.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_shmem.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_shmem.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/os/unix/ngx_shmem.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_shmem.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_process.o \ + src/os/unix/ngx_process.c +In file included from src/core/ngx_config.h:26:0, + from src/os/unix/ngx_process.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/os/unix/ngx_process.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_process.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_process.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_process.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_process.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/os/unix/ngx_process.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_process.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/os/unix/ngx_process.c:41:7: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:42:7: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:46:7: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:47:7: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:51:7: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:52:7: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:56:7: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:57:7: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:61:7: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:62:7: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:66:7: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:67:7: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:70:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:70:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:72:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:72:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:74:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:74:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:76:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:76:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:78:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:78:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:80:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:80:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:82:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c: In function 'ngx_signal_handler': +src/os/unix/ngx_process.c:324:12: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:334:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:340:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:346:24: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:352:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:357:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:370:24: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:376:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:405:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:411:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:416:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c:422:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process.c: In function 'ngx_process_get_status': +src/os/unix/ngx_process.c:499:17: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_daemon.o \ + src/os/unix/ngx_daemon.c +In file included from src/core/ngx_config.h:26:0, + from src/os/unix/ngx_daemon.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/os/unix/ngx_daemon.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_daemon.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_daemon.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_daemon.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_daemon.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/os/unix/ngx_daemon.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_daemon.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_setaffinity.o \ + src/os/unix/ngx_setaffinity.c +In file included from src/core/ngx_config.h:26:0, + from src/os/unix/ngx_setaffinity.c:7: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/os/unix/ngx_setaffinity.c:7: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_setaffinity.c:8: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_setaffinity.c:8: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_setaffinity.c:8: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_setaffinity.c:8: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/os/unix/ngx_setaffinity.c:8: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_setaffinity.c:8: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_setproctitle.o \ + src/os/unix/ngx_setproctitle.c +In file included from src/core/ngx_config.h:26:0, + from src/os/unix/ngx_setproctitle.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/os/unix/ngx_setproctitle.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_setproctitle.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_setproctitle.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_setproctitle.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_setproctitle.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/os/unix/ngx_setproctitle.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_setproctitle.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/os/unix/ngx_setproctitle.c:30:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/os/unix/ngx_setproctitle.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_posix_init.o \ + src/os/unix/ngx_posix_init.c +In file included from src/core/ngx_config.h:26:0, + from src/os/unix/ngx_posix_init.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/os/unix/ngx_posix_init.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_posix_init.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_posix_init.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_posix_init.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_posix_init.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/os/unix/ngx_posix_init.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_posix_init.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_user.o \ + src/os/unix/ngx_user.c +In file included from src/core/ngx_config.h:26:0, + from src/os/unix/ngx_user.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/os/unix/ngx_user.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_user.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_user.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_user.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_user.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/os/unix/ngx_user.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_user.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_process_cycle.o \ + src/os/unix/ngx_process_cycle.c +In file included from src/core/ngx_config.h:26:0, + from src/os/unix/ngx_process_cycle.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/os/unix/ngx_process_cycle.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_process_cycle.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_process_cycle.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_process_cycle.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_process_cycle.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/os/unix/ngx_process_cycle.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_process_cycle.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/os/unix/ngx_process_cycle.c:69:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process_cycle.c:73:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/os/unix/ngx_process_cycle.c: In function 'ngx_start_worker_processes': +src/os/unix/ngx_process_cycle.c:363:27: warning: passing argument 4 of 'ngx_spawn_process' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_process_cycle.c:9: +src/os/unix/ngx_process.h:63:11: note: expected 'char *' but argument is of type 'const char *' +src/os/unix/ngx_process_cycle.c: In function 'ngx_start_cache_manager_processes': +src/os/unix/ngx_process_cycle.c:402:23: warning: passing argument 4 of 'ngx_spawn_process' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_process_cycle.c:9: +src/os/unix/ngx_process.h:63:11: note: expected 'char *' but argument is of type 'const char *' +src/os/unix/ngx_process_cycle.c:417:23: warning: passing argument 4 of 'ngx_spawn_process' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_process_cycle.c:9: +src/os/unix/ngx_process.h:63:11: note: expected 'char *' but argument is of type 'const char *' +src/os/unix/ngx_process_cycle.c: In function 'ngx_worker_process_cycle': +src/os/unix/ngx_process_cycle.c:733:5: warning: passing argument 1 of 'ngx_setproctitle' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/os/unix/ngx_process.h:13:0, + from src/core/ngx_core.h:47, + from src/os/unix/ngx_process_cycle.c:9: +src/os/unix/ngx_setproctitle.h:38:6: note: expected 'char *' but argument is of type 'const char *' +src/os/unix/ngx_process_cycle.c:819:13: warning: passing argument 1 of 'ngx_setproctitle' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/os/unix/ngx_process.h:13:0, + from src/core/ngx_core.h:47, + from src/os/unix/ngx_process_cycle.c:9: +src/os/unix/ngx_setproctitle.h:38:6: note: expected 'char *' but argument is of type 'const char *' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_linux_init.o \ + src/os/unix/ngx_linux_init.c +In file included from src/core/ngx_config.h:26:0, + from src/os/unix/ngx_linux_init.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/os/unix/ngx_linux_init.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_linux_init.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_linux_init.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_linux_init.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_linux_init.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/os/unix/ngx_linux_init.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_linux_init.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/event/modules/ngx_epoll_module.o \ + src/event/modules/ngx_epoll_module.c +In file included from src/core/ngx_config.h:26:0, + from src/event/modules/ngx_epoll_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/event/modules/ngx_epoll_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/event/modules/ngx_epoll_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/event/modules/ngx_epoll_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/event/modules/ngx_epoll_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/event/modules/ngx_epoll_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/event/modules/ngx_epoll_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/event/modules/ngx_epoll_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/os/unix/ngx_linux_sendfile_chain.o \ + src/os/unix/ngx_linux_sendfile_chain.c +In file included from src/core/ngx_config.h:26:0, + from src/os/unix/ngx_linux_sendfile_chain.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/os/unix/ngx_linux_sendfile_chain.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_linux_sendfile_chain.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_linux_sendfile_chain.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/os/unix/ngx_linux_sendfile_chain.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/os/unix/ngx_linux_sendfile_chain.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/os/unix/ngx_linux_sendfile_chain.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/os/unix/ngx_linux_sendfile_chain.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/os/unix/ngx_linux_sendfile_chain.c: In function 'ngx_linux_sendfile_chain': +src/os/unix/ngx_linux_sendfile_chain.c:177:46: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/os/unix/ngx_linux_sendfile_chain.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +src/os/unix/ngx_linux_sendfile_chain.c:202:46: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/os/unix/ngx_linux_sendfile_chain.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +src/os/unix/ngx_linux_sendfile_chain.c:279:21: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/os/unix/ngx_linux_sendfile_chain.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +src/os/unix/ngx_linux_sendfile_chain.c:309:21: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/os/unix/ngx_linux_sendfile_chain.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http.o \ + src/http/ngx_http.c +In file included from src/core/ngx_config.h:26:0, + from src/http/ngx_http.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/ngx_http.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/ngx_http.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/ngx_http.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/ngx_http.c: In function 'ngx_http_init_headers_in_hash': +src/http/ngx_http.c:434:15: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http.c: In function 'ngx_http_server_names': +src/http/ngx_http.c:1533:15: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http.c: In function 'ngx_http_merge_types': +src/http/ngx_http.c:2033:19: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http.c:2063:19: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_core_module.o \ + src/http/ngx_http_core_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/ngx_http_core_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/ngx_http_core_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_core_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_core_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_core_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_core_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/ngx_http_core_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/ngx_http_core_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/ngx_http_core_module.c:97:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_core_module.c:98:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_core_module.c:101:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_core_module.c:102:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_core_module.c:105:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_core_module.c:106:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_core_module.c: In function 'ngx_http_gzip_accept_encoding': +src/http/ngx_http_core_module.c:2302:9: warning: passing argument 2 of 'ngx_strcasestrn' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:44:0, + from src/http/ngx_http_core_module.c:9: +src/core/ngx_string.h:163:9: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_core_module.c: In function 'ngx_http_core_merge_loc_conf': +src/http/ngx_http_core_module.c:3718:25: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_core_module.c:3760:25: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_core_module.c: In function 'ngx_http_core_limit_except': +src/http/ngx_http_core_module.c:4497:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_core_module.c: In function 'ngx_http_core_directio': +src/http/ngx_http_core_module.c:4589:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_core_module.c:4601:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_core_module.c: In function 'ngx_http_core_try_files': +src/http/ngx_http_core_module.c:4741:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_core_module.c: In function 'ngx_http_core_open_file_cache': +src/http/ngx_http_core_module.c:4819:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_core_module.c: In function 'ngx_http_core_error_log': +src/http/ngx_http_core_module.c:4894:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_core_module.c: In function 'ngx_http_core_keepalive': +src/http/ngx_http_core_module.c:4928:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_core_module.c:4936:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_core_module.c:4946:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_core_module.c: In function 'ngx_http_core_internal': +src/http/ngx_http_core_module.c:4959:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_core_module.c: In function 'ngx_http_core_resolver': +src/http/ngx_http_core_module.c:4976:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_core_module.c: In function 'ngx_http_disable_symlinks': +src/http/ngx_http_core_module.c:5104:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_special_response.o \ + src/http/ngx_http_special_response.c +In file included from src/core/ngx_config.h:26:0, + from src/http/ngx_http_special_response.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/ngx_http_special_response.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_special_response.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_special_response.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_special_response.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_special_response.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/ngx_http_special_response.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/ngx_http_special_response.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/ngx_http_special_response.c: In function 'ngx_http_send_refresh': +src/http/ngx_http_special_response.c:779:13: warning: cast from function call of type 'uintptr_t' to non-matching type 'u_char *' [-Wbad-function-cast] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_request.o \ + src/http/ngx_http_request.c +In file included from src/core/ngx_config.h:26:0, + from src/http/ngx_http_request.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/ngx_http_request.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_request.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_request.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_request.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_request.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/ngx_http_request.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/ngx_http_request.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/ngx_http_request.c:70:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_request.c:73:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_request.c:77:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_request.c: In function 'ngx_http_init_connection': +src/http/ngx_http_request.c:307:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_request.c: In function 'ngx_http_wait_request_handler': +src/http/ngx_http_request.c:475:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_request.c: In function 'ngx_http_process_request_line': +src/http/ngx_http_request.c:960:28: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_request.c: In function 'ngx_http_read_request_header': +src/http/ngx_http_request.c:1351:24: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_request.c: In function 'ngx_http_process_connection': +src/http/ngx_http_request.c:1592:5: warning: passing argument 2 of 'ngx_strcasestrn' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:44:0, + from src/http/ngx_http_request.c:9: +src/core/ngx_string.h:163:9: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c:1595:5: warning: passing argument 2 of 'ngx_strcasestrn' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:44:0, + from src/http/ngx_http_request.c:9: +src/core/ngx_string.h:163:9: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c: In function 'ngx_http_process_user_agent': +src/http/ngx_http_request.c:1619:5: warning: passing argument 2 of 'ngx_strstrn' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:44:0, + from src/http/ngx_http_request.c:9: +src/core/ngx_string.h:162:9: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c:1633:17: warning: passing argument 2 of 'ngx_strstrn' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:44:0, + from src/http/ngx_http_request.c:9: +src/core/ngx_string.h:162:9: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c:1648:5: warning: passing argument 2 of 'ngx_strstrn' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:44:0, + from src/http/ngx_http_request.c:9: +src/core/ngx_string.h:162:9: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c:1656:9: warning: passing argument 2 of 'ngx_strstrn' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:44:0, + from src/http/ngx_http_request.c:9: +src/core/ngx_string.h:162:9: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c:1659:9: warning: passing argument 2 of 'ngx_strstrn' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:44:0, + from src/http/ngx_http_request.c:9: +src/core/ngx_string.h:162:9: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c:1662:9: warning: passing argument 2 of 'ngx_strstrn' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:44:0, + from src/http/ngx_http_request.c:9: +src/core/ngx_string.h:162:9: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c:1663:20: warning: passing argument 2 of 'ngx_strstrn' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:44:0, + from src/http/ngx_http_request.c:9: +src/core/ngx_string.h:162:9: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c:1667:9: warning: passing argument 2 of 'ngx_strstrn' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:44:0, + from src/http/ngx_http_request.c:9: +src/core/ngx_string.h:162:9: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c: In function 'ngx_http_set_keepalive': +src/http/ngx_http_request.c:2766:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_request.c:2828:24: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_request.c:2914:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_request.c:2918:13: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/http/ngx_http_request.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c:2946:34: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/http/ngx_http_request.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c: In function 'ngx_http_keepalive_handler': +src/http/ngx_http_request.c:3082:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_request.c: In function 'ngx_http_set_lingering_close': +src/http/ngx_http_request.c:3137:30: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/http/ngx_http_request.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_request.c: In function 'ngx_http_free_request': +src/http/ngx_http_request.c:3367:17: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_request.c:3371:17: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_request.c: In function 'ngx_http_log_error_handler': +src/http/ngx_http_request.c:3534:23: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_request.c:3538:27: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_parse.o \ + src/http/ngx_http_parse.c +In file included from src/core/ngx_config.h:26:0, + from src/http/ngx_http_parse.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/ngx_http_parse.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_parse.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_parse.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_parse.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_parse.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/ngx_http_parse.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/ngx_http_parse.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_header_filter_module.o \ + src/http/ngx_http_header_filter_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/ngx_http_header_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/ngx_http_header_filter_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_header_filter_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_header_filter_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_header_filter_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_header_filter_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/ngx_http_header_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/ngx_http_header_filter_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_write_filter_module.o \ + src/http/ngx_http_write_filter_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/ngx_http_write_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/ngx_http_write_filter_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_write_filter_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_write_filter_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_write_filter_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_write_filter_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/ngx_http_write_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/ngx_http_write_filter_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_copy_filter_module.o \ + src/http/ngx_http_copy_filter_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/ngx_http_copy_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/ngx_http_copy_filter_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_copy_filter_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_copy_filter_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_copy_filter_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_copy_filter_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/ngx_http_copy_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/ngx_http_copy_filter_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_log_module.o \ + src/http/modules/ngx_http_log_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_log_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_log_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_log_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_log_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_log_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_log_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_log_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_log_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_log_module.c: In function 'ngx_http_log_variable': +src/http/modules/ngx_http_log_module.c:904:16: warning: cast from function call of type 'uintptr_t' to non-matching type 'u_char *' [-Wbad-function-cast] +src/http/modules/ngx_http_log_module.c: In function 'ngx_http_log_open_file_cache': +src/http/modules/ngx_http_log_module.c:1550:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_request_body.o \ + src/http/ngx_http_request_body.c +In file included from src/core/ngx_config.h:26:0, + from src/http/ngx_http_request_body.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/ngx_http_request_body.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_request_body.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_request_body.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_request_body.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_request_body.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/ngx_http_request_body.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/ngx_http_request_body.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/ngx_http_request_body.c: In function 'ngx_http_write_request_body': +src/http/ngx_http_request_body.c:427:18: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_variables.o \ + src/http/ngx_http_variables.c +In file included from src/core/ngx_config.h:26:0, + from src/http/ngx_http_variables.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/ngx_http_variables.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_variables.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_variables.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_variables.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_variables.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/ngx_http_variables.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/ngx_http_variables.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/ngx_http_variables.c: In function 'ngx_http_variable_sent_connection': +src/http/ngx_http_variables.c:1773:11: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_variables.c:1777:11: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_variables.c:1781:11: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_variables.c: In function 'ngx_http_variables_init_vars': +src/http/ngx_http_variables.c:2528:15: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_script.o \ + src/http/ngx_http_script.c +In file included from src/core/ngx_config.h:26:0, + from src/http/ngx_http_script.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/ngx_http_script.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_script.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_script.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_script.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_script.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/ngx_http_script.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/ngx_http_script.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/ngx_http_script.c: In function 'ngx_http_set_complex_value_slot': +src/http/ngx_http_script.c:223:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_upstream.o \ + src/http/ngx_http_upstream.c +In file included from src/core/ngx_config.h:26:0, + from src/http/ngx_http_upstream.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/ngx_http_upstream.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_upstream.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_upstream.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_upstream.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_upstream.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/ngx_http_upstream.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/ngx_http_upstream.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_connect': +src/http/ngx_http_upstream.c:1138:32: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_send_request': +src/http/ngx_http_upstream.c:1431:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_process_header': +src/http/ngx_http_upstream.c:1550:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_test_connect': +src/http/ngx_http_upstream.c:1883:28: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_upstream.c:1884:13: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/http/ngx_http_upstream.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_process_body_in_memory': +src/http/ngx_http_upstream.c:2032:9: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/http/ngx_http_upstream.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_send_response': +src/http/ngx_http_upstream.c:2122:38: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/http/ngx_http_upstream.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c:2172:38: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/http/ngx_http_upstream.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c:2314:28: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_upgrade': +src/http/ngx_http_upstream.c:2409:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_upstream.c:2426:38: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/http/ngx_http_upstream.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c:2442:38: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/http/ngx_http_upstream.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_process_upgraded': +src/http/ngx_http_upstream.c:2522:9: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/http/ngx_http_upstream.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c:2528:9: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/http/ngx_http_upstream.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_process_non_buffered_downstream': +src/http/ngx_http_upstream.c:2688:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_upstream.c:2692:9: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/http/ngx_http_upstream.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_process_non_buffered_upstream': +src/http/ngx_http_upstream.c:2712:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_upstream.c:2715:9: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/http/ngx_http_upstream.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_process_downstream': +src/http/ngx_http_upstream.c:2899:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_upstream.c:2926:13: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/http/ngx_http_upstream.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_process_upstream': +src/http/ngx_http_upstream.c:2964:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_upstream.c:2968:9: warning: passing argument 3 of 'ngx_connection_error' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:79:0, + from src/http/ngx_http_upstream.c:9: +src/core/ngx_connection.h:193:11: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_finalize_request': +src/http/ngx_http_upstream.c:3407:32: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_rewrite_refresh': +src/http/ngx_http_upstream.c:3972:9: warning: passing argument 2 of 'ngx_strcasestrn' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:44:0, + from src/http/ngx_http_upstream.c:9: +src/core/ngx_string.h:163:9: note: expected 'char *' but argument is of type 'const char *' +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_bind_set_slot': +src/http/ngx_http_upstream.c:4794:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/ngx_http_upstream.c: In function 'ngx_http_upstream_init_main_conf': +src/http/ngx_http_upstream.c:5128:15: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_upstream_round_robin.o \ + src/http/ngx_http_upstream_round_robin.c +In file included from src/core/ngx_config.h:26:0, + from src/http/ngx_http_upstream_round_robin.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/ngx_http_upstream_round_robin.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_upstream_round_robin.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_upstream_round_robin.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_upstream_round_robin.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_upstream_round_robin.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/ngx_http_upstream_round_robin.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/ngx_http_upstream_round_robin.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_parse_time.o \ + src/http/ngx_http_parse_time.c +In file included from src/core/ngx_config.h:26:0, + from src/http/ngx_http_parse_time.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/ngx_http_parse_time.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_parse_time.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_parse_time.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_parse_time.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_parse_time.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/ngx_http_parse_time.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/ngx_http_parse_time.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_static_module.o \ + src/http/modules/ngx_http_static_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_static_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_static_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_static_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_static_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_static_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_static_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_static_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_static_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_static_module.c: In function 'ngx_http_static_handler': +src/http/modules/ngx_http_static_module.c:217:17: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_index_module.o \ + src/http/modules/ngx_http_index_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_index_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_index_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_index_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_index_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_index_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_index_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_index_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_index_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_chunked_filter_module.o \ + src/http/modules/ngx_http_chunked_filter_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_chunked_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_chunked_filter_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_chunked_filter_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_chunked_filter_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_chunked_filter_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_chunked_filter_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_chunked_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_chunked_filter_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_range_filter_module.o \ + src/http/modules/ngx_http_range_filter_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_range_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_range_filter_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_range_filter_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_range_filter_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_range_filter_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_range_filter_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_range_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_range_filter_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_headers_filter_module.o \ + src/http/modules/ngx_http_headers_filter_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_headers_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_headers_filter_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_headers_filter_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_headers_filter_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_headers_filter_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_headers_filter_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_headers_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_headers_filter_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_headers_filter_module.c: In function 'ngx_http_headers_expires': +src/http/modules/ngx_http_headers_filter_module.c:491:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_headers_filter_module.c:520:13: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_headers_filter_module.c:534:13: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_headers_filter_module.c:556:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_headers_filter_module.c:562:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_not_modified_filter_module.o \ + src/http/modules/ngx_http_not_modified_filter_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_not_modified_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_not_modified_filter_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_not_modified_filter_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_not_modified_filter_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_not_modified_filter_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_not_modified_filter_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_not_modified_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_not_modified_filter_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_busy_lock.o \ + src/http/ngx_http_busy_lock.c +In file included from src/core/ngx_config.h:26:0, + from src/http/ngx_http_busy_lock.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/ngx_http_busy_lock.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_busy_lock.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_busy_lock.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_busy_lock.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_busy_lock.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/ngx_http_busy_lock.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/ngx_http_busy_lock.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/ngx_http_busy_lock.c: In function 'ngx_http_set_busy_lock_slot': +src/http/ngx_http_busy_lock.c:209:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_file_cache.o \ + src/http/ngx_http_file_cache.c +In file included from src/core/ngx_config.h:26:0, + from src/http/ngx_http_file_cache.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/ngx_http_file_cache.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_file_cache.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_file_cache.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_file_cache.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_file_cache.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/ngx_http_file_cache.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/ngx_http_file_cache.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_gzip_filter_module.o \ + src/http/modules/ngx_http_gzip_filter_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_gzip_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_gzip_filter_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_gzip_filter_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_gzip_filter_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_gzip_filter_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_gzip_filter_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_gzip_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_gzip_filter_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_gzip_filter_module.c: In function 'ngx_http_gzip_window': +src/http/modules/ngx_http_gzip_filter_module.c:1202:5: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_gzip_filter_module.c: In function 'ngx_http_gzip_hash': +src/http/modules/ngx_http_gzip_filter_module.c:1226:5: warning: return discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/ngx_http_postpone_filter_module.o \ + src/http/ngx_http_postpone_filter_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/ngx_http_postpone_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/ngx_http_postpone_filter_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_postpone_filter_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_postpone_filter_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/ngx_http_postpone_filter_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/ngx_http_postpone_filter_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/ngx_http_postpone_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/ngx_http_postpone_filter_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_ssi_filter_module.o \ + src/http/modules/ngx_http_ssi_filter_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_ssi_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_ssi_filter_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_ssi_filter_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_ssi_filter_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_ssi_filter_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_ssi_filter_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_ssi_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_ssi_filter_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_ssi_filter_module.c: In function 'ngx_http_ssi_date_gmt_local_variable': +src/http/modules/ngx_http_ssi_filter_module.c:2758:23: warning: format not a string literal, format string not checked [-Wformat-nonliteral] +src/http/modules/ngx_http_ssi_filter_module.c: In function 'ngx_http_ssi_init_main_conf': +src/http/modules/ngx_http_ssi_filter_module.c:2846:15: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_charset_filter_module.o \ + src/http/modules/ngx_http_charset_filter_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_charset_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_charset_filter_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_charset_filter_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_charset_filter_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_charset_filter_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_charset_filter_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_charset_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_charset_filter_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_charset_filter_module.c: In function 'ngx_http_set_charset_slot': +src/http/modules/ngx_http_charset_filter_module.c:1404:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_userid_filter_module.o \ + src/http/modules/ngx_http_userid_filter_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_userid_filter_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_userid_filter_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_userid_filter_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_userid_filter_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_userid_filter_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_userid_filter_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_userid_filter_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_userid_filter_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_userid_filter_module.c: In function 'ngx_http_userid_expires': +src/http/modules/ngx_http_userid_filter_module.c:761:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_userid_filter_module.c:778:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_userid_filter_module.c: In function 'ngx_http_userid_mark': +src/http/modules/ngx_http_userid_filter_module.c:806:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_userid_filter_module.c:822:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_autoindex_module.o \ + src/http/modules/ngx_http_autoindex_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_autoindex_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_autoindex_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_autoindex_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_autoindex_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_autoindex_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_autoindex_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_autoindex_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_autoindex_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_autoindex_module.c: In function 'ngx_http_autoindex_handler': +src/http/modules/ngx_http_autoindex_module.c:157:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_autoindex_module.c:157:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_autoindex_module.c:157:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_autoindex_module.c:157:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_autoindex_module.c:157:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_autoindex_module.c:157:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_autoindex_module.c:158:32: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_autoindex_module.c:158:32: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_autoindex_module.c:158:32: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_autoindex_module.c:158:32: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_autoindex_module.c:158:32: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_autoindex_module.c:158:32: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_autoindex_module.c:403:19: warning: cast from function call of type 'uintptr_t' to non-matching type 'u_char *' [-Wbad-function-cast] +src/http/modules/ngx_http_autoindex_module.c:405:19: warning: cast from function call of type 'uintptr_t' to non-matching type 'u_char *' [-Wbad-function-cast] +src/http/modules/ngx_http_autoindex_module.c:456:27: warning: cast from function call of type 'uintptr_t' to non-matching type 'u_char *' [-Wbad-function-cast] +src/http/modules/ngx_http_autoindex_module.c:471:27: warning: cast from function call of type 'uintptr_t' to non-matching type 'u_char *' [-Wbad-function-cast] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_auth_basic_module.o \ + src/http/modules/ngx_http_auth_basic_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_auth_basic_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_auth_basic_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_auth_basic_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_auth_basic_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_auth_basic_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_auth_basic_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_auth_basic_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_auth_basic_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_auth_basic_module.c: In function 'ngx_http_auth_basic_user_file': +src/http/modules/ngx_http_auth_basic_module.c:449:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_access_module.o \ + src/http/modules/ngx_http_access_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_access_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_access_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_access_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_access_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_access_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_access_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_access_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_access_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_limit_conn_module.o \ + src/http/modules/ngx_http_limit_conn_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_limit_conn_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_limit_conn_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_limit_conn_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_limit_conn_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_limit_conn_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_limit_conn_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_limit_conn_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_limit_conn_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_limit_conn_module.c:65:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_limit_conn_module.c:66:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_limit_conn_module.c: In function 'ngx_http_limit_conn': +src/http/modules/ngx_http_limit_conn_module.c:722:13: warning: return discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_limit_req_module.o \ + src/http/modules/ngx_http_limit_req_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_limit_req_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_limit_req_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_limit_req_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_limit_req_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_limit_req_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_limit_req_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_limit_req_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_limit_req_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_limit_req_module.c: In function 'ngx_http_limit_req': +src/http/modules/ngx_http_limit_req_module.c:952:13: warning: return discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_geo_module.o \ + src/http/modules/ngx_http_geo_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_geo_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_geo_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_geo_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_geo_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_geo_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_geo_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_geo_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_geo_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_geo_module.c: In function 'ngx_http_geo_cidr_variable': +src/http/modules/ngx_http_geo_module.c:189:14: warning: cast from function call of type 'uintptr_t' to non-matching type 'struct ngx_http_variable_value_t *' [-Wbad-function-cast] +src/http/modules/ngx_http_geo_module.c:222:14: warning: cast from function call of type 'uintptr_t' to non-matching type 'struct ngx_http_variable_value_t *' [-Wbad-function-cast] +src/http/modules/ngx_http_geo_module.c: In function 'ngx_http_geo_cidr_add': +src/http/modules/ngx_http_geo_module.c:1180:15: warning: cast from function call of type 'uintptr_t' to non-matching type 'struct ngx_http_variable_value_t *' [-Wbad-function-cast] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_map_module.o \ + src/http/modules/ngx_http_map_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_map_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_map_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_map_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_map_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_map_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_map_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_map_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_map_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_map_module.c: In function 'ngx_http_map_block': +src/http/modules/ngx_http_map_module.c:293:15: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_split_clients_module.o \ + src/http/modules/ngx_http_split_clients_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_split_clients_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_split_clients_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_split_clients_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_split_clients_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_split_clients_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_split_clients_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_split_clients_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_split_clients_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_referer_module.o \ + src/http/modules/ngx_http_referer_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_referer_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_referer_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_referer_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_referer_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_referer_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_referer_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_referer_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_referer_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_referer_module.c: In function 'ngx_http_referer_merge_conf': +src/http/modules/ngx_http_referer_module.c:313:15: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_proxy_module.o \ + src/http/modules/ngx_http_proxy_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_proxy_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_proxy_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_proxy_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_proxy_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_proxy_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_proxy_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_proxy_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_proxy_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_proxy_module.c: In function 'ngx_http_proxy_rewrite_cookie': +src/http/modules/ngx_http_proxy_module.c:2144:9: warning: passing argument 2 of 'ngx_strcasestrn' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:44:0, + from src/http/modules/ngx_http_proxy_module.c:9: +src/core/ngx_string.h:163:9: note: expected 'char *' but argument is of type 'const char *' +src/http/modules/ngx_http_proxy_module.c:2160:9: warning: passing argument 2 of 'ngx_strcasestrn' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:44:0, + from src/http/modules/ngx_http_proxy_module.c:9: +src/core/ngx_string.h:163:9: note: expected 'char *' but argument is of type 'const char *' +src/http/modules/ngx_http_proxy_module.c: In function 'ngx_http_proxy_merge_loc_conf': +src/http/modules/ngx_http_proxy_module.c:2778:15: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_proxy_module.c: In function 'ngx_http_proxy_merge_headers': +src/http/modules/ngx_http_proxy_module.c:3090:15: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_proxy_module.c: In function 'ngx_http_proxy_pass': +src/http/modules/ngx_http_proxy_module.c:3112:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_proxy_module.c: In function 'ngx_http_proxy_store': +src/http/modules/ngx_http_proxy_module.c:3592:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_proxy_module.c:3607:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_proxy_module.c: In function 'ngx_http_proxy_cache': +src/http/modules/ngx_http_proxy_module.c:3650:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_proxy_module.c:3659:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_proxy_module.c: In function 'ngx_http_proxy_cache_key': +src/http/modules/ngx_http_proxy_module.c:3683:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_fastcgi_module.o \ + src/http/modules/ngx_http_fastcgi_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_fastcgi_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_fastcgi_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_fastcgi_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_fastcgi_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_fastcgi_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_fastcgi_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_fastcgi_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_fastcgi_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_fastcgi_module.c: In function 'ngx_http_fastcgi_merge_loc_conf': +src/http/modules/ngx_http_fastcgi_module.c:2387:15: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_fastcgi_module.c: In function 'ngx_http_fastcgi_merge_params': +src/http/modules/ngx_http_fastcgi_module.c:2652:15: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_fastcgi_module.c: In function 'ngx_http_fastcgi_pass': +src/http/modules/ngx_http_fastcgi_module.c:2810:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_fastcgi_module.c: In function 'ngx_http_fastcgi_store': +src/http/modules/ngx_http_fastcgi_module.c:2917:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_fastcgi_module.c:2932:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_fastcgi_module.c: In function 'ngx_http_fastcgi_cache': +src/http/modules/ngx_http_fastcgi_module.c:2975:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_fastcgi_module.c:2984:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_fastcgi_module.c: In function 'ngx_http_fastcgi_cache_key': +src/http/modules/ngx_http_fastcgi_module.c:3008:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_uwsgi_module.o \ + src/http/modules/ngx_http_uwsgi_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_uwsgi_module.c:10: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_uwsgi_module.c:10: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_uwsgi_module.c:11: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_uwsgi_module.c:11: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_uwsgi_module.c:11: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_uwsgi_module.c:11: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_uwsgi_module.c:11: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_uwsgi_module.c:11: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_uwsgi_module.c: In function 'ngx_http_uwsgi_merge_loc_conf': +src/http/modules/ngx_http_uwsgi_module.c:1393:15: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_uwsgi_module.c: In function 'ngx_http_uwsgi_merge_params': +src/http/modules/ngx_http_uwsgi_module.c:1654:15: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_uwsgi_module.c: In function 'ngx_http_uwsgi_pass': +src/http/modules/ngx_http_uwsgi_module.c:1674:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_uwsgi_module.c: In function 'ngx_http_uwsgi_store': +src/http/modules/ngx_http_uwsgi_module.c:1733:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_uwsgi_module.c:1748:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_uwsgi_module.c: In function 'ngx_http_uwsgi_cache': +src/http/modules/ngx_http_uwsgi_module.c:1791:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_uwsgi_module.c:1800:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_uwsgi_module.c: In function 'ngx_http_uwsgi_cache_key': +src/http/modules/ngx_http_uwsgi_module.c:1824:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_scgi_module.o \ + src/http/modules/ngx_http_scgi_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_scgi_module.c:9: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_scgi_module.c:9: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_scgi_module.c:10: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_scgi_module.c:10: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_scgi_module.c:10: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_scgi_module.c:10: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_scgi_module.c:10: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_scgi_module.c:10: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_scgi_module.c: In function 'ngx_http_scgi_merge_loc_conf': +src/http/modules/ngx_http_scgi_module.c:1354:15: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_scgi_module.c: In function 'ngx_http_scgi_merge_params': +src/http/modules/ngx_http_scgi_module.c:1619:15: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_scgi_module.c: In function 'ngx_http_scgi_pass': +src/http/modules/ngx_http_scgi_module.c:1639:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_scgi_module.c: In function 'ngx_http_scgi_store': +src/http/modules/ngx_http_scgi_module.c:1697:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_scgi_module.c:1712:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_scgi_module.c: In function 'ngx_http_scgi_cache': +src/http/modules/ngx_http_scgi_module.c:1755:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_scgi_module.c:1764:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +src/http/modules/ngx_http_scgi_module.c: In function 'ngx_http_scgi_cache_key': +src/http/modules/ngx_http_scgi_module.c:1788:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_memcached_module.o \ + src/http/modules/ngx_http_memcached_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_memcached_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_memcached_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_memcached_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_memcached_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_memcached_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_memcached_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_memcached_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_memcached_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_memcached_module.c: In function 'ngx_http_memcached_create_request': +src/http/modules/ngx_http_memcached_module.c:267:19: warning: cast from function call of type 'uintptr_t' to non-matching type 'u_char *' [-Wbad-function-cast] +src/http/modules/ngx_http_memcached_module.c: In function 'ngx_http_memcached_pass': +src/http/modules/ngx_http_memcached_module.c:662:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_empty_gif_module.o \ + src/http/modules/ngx_http_empty_gif_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_empty_gif_module.c:7: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_empty_gif_module.c:7: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_empty_gif_module.c:8: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_empty_gif_module.c:8: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_empty_gif_module.c:8: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_empty_gif_module.c:8: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_empty_gif_module.c:8: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_empty_gif_module.c:8: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_browser_module.o \ + src/http/modules/ngx_http_browser_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_browser_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_browser_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_browser_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_browser_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_browser_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_browser_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_browser_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_browser_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \ + src/http/modules/ngx_http_upstream_ip_hash_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_upstream_ip_hash_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_upstream_ip_hash_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_upstream_ip_hash_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_upstream_ip_hash_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_upstream_ip_hash_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_upstream_ip_hash_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_upstream_ip_hash_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_upstream_ip_hash_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_upstream_least_conn_module.o \ + src/http/modules/ngx_http_upstream_least_conn_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_upstream_least_conn_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_upstream_least_conn_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_upstream_least_conn_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_upstream_least_conn_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_upstream_least_conn_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_upstream_least_conn_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_upstream_least_conn_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_upstream_least_conn_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ + -o objs/src/http/modules/ngx_http_upstream_keepalive_module.o \ + src/http/modules/ngx_http_upstream_keepalive_module.c +In file included from src/core/ngx_config.h:26:0, + from src/http/modules/ngx_http_upstream_keepalive_module.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/http/modules/ngx_http_upstream_keepalive_module.c:8: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_upstream_keepalive_module.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_upstream_keepalive_module.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from src/http/modules/ngx_http_upstream_keepalive_module.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from src/http/modules/ngx_http_upstream_keepalive_module.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from src/http/modules/ngx_http_upstream_keepalive_module.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from src/http/modules/ngx_http_upstream_keepalive_module.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +src/http/modules/ngx_http_upstream_keepalive_module.c: In function 'ngx_http_upstream_keepalive': +src/http/modules/ngx_http_upstream_keepalive_module.c:496:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/mail \ + -o objs/addon/nginx-module/ngx_http_groonga_module.o \ + /home/groonga-build/build/groonga-3.0.7/src/httpd/nginx-module/ngx_http_groonga_module.c +In file included from src/core/ngx_core.h:52:0, + from /home/groonga-build/build/groonga-3.0.7/src/httpd/nginx-module/ngx_http_groonga_module.c:24: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from /home/groonga-build/build/groonga-3.0.7/src/httpd/nginx-module/ngx_http_groonga_module.c:24: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from /home/groonga-build/build/groonga-3.0.7/src/httpd/nginx-module/ngx_http_groonga_module.c:24: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from /home/groonga-build/build/groonga-3.0.7/src/httpd/nginx-module/ngx_http_groonga_module.c:24: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from /home/groonga-build/build/groonga-3.0.7/src/httpd/nginx-module/ngx_http_groonga_module.c:24: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from /home/groonga-build/build/groonga-3.0.7/src/httpd/nginx-module/ngx_http_groonga_module.c:24: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +/home/groonga-build/build/groonga-3.0.7/src/httpd/nginx-module/ngx_http_groonga_module.c: In function 'ngx_http_groonga_context_receive_handler': +/home/groonga-build/build/groonga-3.0.7/src/httpd/nginx-module/ngx_http_groonga_module.c:258:36: warning: passing argument 2 of 'ngx_os_signal_process' discards 'const' qualifier from pointer target type [enabled by default] +In file included from src/core/ngx_core.h:78:0, + from /home/groonga-build/build/groonga-3.0.7/src/httpd/nginx-module/ngx_http_groonga_module.c:24: +src/os/unix/ngx_os.h:40:11: note: expected 'char *' but argument is of type 'const char *' +/home/groonga-build/build/groonga-3.0.7/src/httpd/nginx-module/ngx_http_groonga_module.c: In function 'ngx_http_groonga_conf_set_log_level_slot': +/home/groonga-build/build/groonga-3.0.7/src/httpd/nginx-module/ngx_http_groonga_module.c:782:12: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/ngx_modules.o \ + objs/ngx_modules.c +In file included from src/core/ngx_config.h:26:0, + from objs/ngx_modules.c:2: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from objs/ngx_modules.c:2: +/usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here +In file included from src/core/ngx_core.h:52:0, + from objs/ngx_modules.c:3: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from objs/ngx_modules.c:3: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here +In file included from src/core/ngx_core.h:52:0, + from objs/ngx_modules.c:3: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] +In file included from src/core/ngx_core.h:51:0, + from objs/ngx_modules.c:3: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here +In file included from src/core/ngx_core.h:75:0, + from objs/ngx_modules.c:3: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] +In file included from src/core/ngx_core.h:47:0, + from objs/ngx_modules.c:3: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here +objs/ngx_modules.c:7:22: warning: redundant redeclaration of 'ngx_core_module' [-Wredundant-decls] +In file included from src/core/ngx_core.h:70:0, + from objs/ngx_modules.c:3: +src/core/ngx_cycle.h:134:31: note: previous declaration of 'ngx_core_module' was here +objs/ngx_modules.c:8:22: warning: redundant redeclaration of 'ngx_errlog_module' [-Wredundant-decls] +In file included from src/core/ngx_core.h:50:0, + from objs/ngx_modules.c:3: +src/core/ngx_log.h:246:22: note: previous declaration of 'ngx_errlog_module' was here +cc -o objs/nginx \ + objs/src/core/nginx.o \ + objs/src/core/ngx_log.o \ + objs/src/core/ngx_palloc.o \ + objs/src/core/ngx_array.o \ + objs/src/core/ngx_list.o \ + objs/src/core/ngx_hash.o \ + objs/src/core/ngx_buf.o \ + objs/src/core/ngx_queue.o \ + objs/src/core/ngx_output_chain.o \ + objs/src/core/ngx_string.o \ + objs/src/core/ngx_parse.o \ + objs/src/core/ngx_inet.o \ + objs/src/core/ngx_file.o \ + objs/src/core/ngx_crc32.o \ + objs/src/core/ngx_murmurhash.o \ + objs/src/core/ngx_md5.o \ + objs/src/core/ngx_rbtree.o \ + objs/src/core/ngx_radix_tree.o \ + objs/src/core/ngx_slab.o \ + objs/src/core/ngx_times.o \ + objs/src/core/ngx_shmtx.o \ + objs/src/core/ngx_connection.o \ + objs/src/core/ngx_cycle.o \ + objs/src/core/ngx_spinlock.o \ + objs/src/core/ngx_cpuinfo.o \ + objs/src/core/ngx_conf_file.o \ + objs/src/core/ngx_resolver.o \ + objs/src/core/ngx_open_file_cache.o \ + objs/src/core/ngx_crypt.o \ + objs/src/event/ngx_event.o \ + objs/src/event/ngx_event_timer.o \ + objs/src/event/ngx_event_posted.o \ + objs/src/event/ngx_event_busy_lock.o \ + objs/src/event/ngx_event_accept.o \ + objs/src/event/ngx_event_connect.o \ + objs/src/event/ngx_event_pipe.o \ + objs/src/os/unix/ngx_time.o \ + objs/src/os/unix/ngx_errno.o \ + objs/src/os/unix/ngx_alloc.o \ + objs/src/os/unix/ngx_files.o \ + objs/src/os/unix/ngx_socket.o \ + objs/src/os/unix/ngx_recv.o \ + objs/src/os/unix/ngx_readv_chain.o \ + objs/src/os/unix/ngx_udp_recv.o \ + objs/src/os/unix/ngx_send.o \ + objs/src/os/unix/ngx_writev_chain.o \ + objs/src/os/unix/ngx_channel.o \ + objs/src/os/unix/ngx_shmem.o \ + objs/src/os/unix/ngx_process.o \ + objs/src/os/unix/ngx_daemon.o \ + objs/src/os/unix/ngx_setaffinity.o \ + objs/src/os/unix/ngx_setproctitle.o \ + objs/src/os/unix/ngx_posix_init.o \ + objs/src/os/unix/ngx_user.o \ + objs/src/os/unix/ngx_process_cycle.o \ + objs/src/os/unix/ngx_linux_init.o \ + objs/src/event/modules/ngx_epoll_module.o \ + objs/src/os/unix/ngx_linux_sendfile_chain.o \ + objs/src/http/ngx_http.o \ + objs/src/http/ngx_http_core_module.o \ + objs/src/http/ngx_http_special_response.o \ + objs/src/http/ngx_http_request.o \ + objs/src/http/ngx_http_parse.o \ + objs/src/http/ngx_http_header_filter_module.o \ + objs/src/http/ngx_http_write_filter_module.o \ + objs/src/http/ngx_http_copy_filter_module.o \ + objs/src/http/modules/ngx_http_log_module.o \ + objs/src/http/ngx_http_request_body.o \ + objs/src/http/ngx_http_variables.o \ + objs/src/http/ngx_http_script.o \ + objs/src/http/ngx_http_upstream.o \ + objs/src/http/ngx_http_upstream_round_robin.o \ + objs/src/http/ngx_http_parse_time.o \ + objs/src/http/modules/ngx_http_static_module.o \ + objs/src/http/modules/ngx_http_index_module.o \ + objs/src/http/modules/ngx_http_chunked_filter_module.o \ + objs/src/http/modules/ngx_http_range_filter_module.o \ + objs/src/http/modules/ngx_http_headers_filter_module.o \ + objs/src/http/modules/ngx_http_not_modified_filter_module.o \ + objs/src/http/ngx_http_busy_lock.o \ + objs/src/http/ngx_http_file_cache.o \ + objs/src/http/modules/ngx_http_gzip_filter_module.o \ + objs/src/http/ngx_http_postpone_filter_module.o \ + objs/src/http/modules/ngx_http_ssi_filter_module.o \ + objs/src/http/modules/ngx_http_charset_filter_module.o \ + objs/src/http/modules/ngx_http_userid_filter_module.o \ + objs/src/http/modules/ngx_http_autoindex_module.o \ + objs/src/http/modules/ngx_http_auth_basic_module.o \ + objs/src/http/modules/ngx_http_access_module.o \ + objs/src/http/modules/ngx_http_limit_conn_module.o \ + objs/src/http/modules/ngx_http_limit_req_module.o \ + objs/src/http/modules/ngx_http_geo_module.o \ + objs/src/http/modules/ngx_http_map_module.o \ + objs/src/http/modules/ngx_http_split_clients_module.o \ + objs/src/http/modules/ngx_http_referer_module.o \ + objs/src/http/modules/ngx_http_proxy_module.o \ + objs/src/http/modules/ngx_http_fastcgi_module.o \ + objs/src/http/modules/ngx_http_uwsgi_module.o \ + objs/src/http/modules/ngx_http_scgi_module.o \ + objs/src/http/modules/ngx_http_memcached_module.o \ + objs/src/http/modules/ngx_http_empty_gif_module.o \ + objs/src/http/modules/ngx_http_browser_module.o \ + objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \ + objs/src/http/modules/ngx_http_upstream_least_conn_module.o \ + objs/src/http/modules/ngx_http_upstream_keepalive_module.o \ + objs/addon/nginx-module/ngx_http_groonga_module.o \ + objs/ngx_modules.o \ + -lpthread -lcrypt -L/home/groonga-build/build/groonga-3.0.7/lib/.libs -lgroonga -lz +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make -f objs/Makefile manpage +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +sed -e "s|%%PREFIX%%|/etc/groonga/httpd|" \ + -e "s|%%PID_PATH%%|/var/run/groonga/groonga-httpd.pid|" \ + -e "s|%%CONF_PATH%%|/etc/groonga/httpd/groonga-httpd.conf|" \ + -e "s|%%ERROR_LOG_PATH%%|/var/log/groonga/httpd/error.log|" \ + < man/nginx.8 > objs/nginx.8 +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/src/httpd' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src' + CC groonga-groonga.o + CXXLD groonga + CC groonga_benchmark.o + CXXLD groonga-benchmark + CC grnslap.o + CXXLD grnslap +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/src' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/src' +Making all in examples +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples' +Making all in dictionary +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary' +Making all in edict +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/edict' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/edict' +Making all in eijiro +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/eijiro' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/eijiro' +Making all in gene95 +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/gene95' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/gene95' +Making all in jmdict +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/jmdict' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/jmdict' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary' +make[5]: Nothing to be done for `all-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples' +make[4]: Nothing to be done for `all-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples' +Making all in test +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test' +Making all in unit +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit' +Making all in lib +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib' +Making all in ruby +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib/ruby' +make[6]: Nothing to be done for `all'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib/ruby' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib' +make[6]: Nothing to be done for `all-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib' +Making all in fixtures +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures' +Making all in stress +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/stress' +make[6]: Nothing to be done for `all'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/stress' +Making all in performance +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/performance' +make[6]: Nothing to be done for `all'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/performance' +Making all in inverted-index +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/inverted-index' +make[6]: Nothing to be done for `all'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/inverted-index' +Making all in plugins +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/plugins' +make[6]: Nothing to be done for `all'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/plugins' +Making all in geo +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/geo' +make[6]: Nothing to be done for `all'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/geo' +Making all in story +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story' +Making all in taiyaki +make[7]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story/taiyaki' +make[7]: Nothing to be done for `all'. +make[7]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story/taiyaki' +make[7]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story' +make[7]: Nothing to be done for `all-am'. +make[7]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story' +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures' +make[6]: Nothing to be done for `all-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures' +Making all in util +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/util' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/util' +Making all in core +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core' +Making all in dat +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core/dat' +make[6]: Nothing to be done for `all'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core/dat' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core' +make[6]: Nothing to be done for `all-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core' +Making all in memcached +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/memcached' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/memcached' +Making all in http +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/http' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/http' +Making all in story +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/story' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/story' +Making all in groonga-benchmark +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/groonga-benchmark' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/groonga-benchmark' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit' +make[5]: Nothing to be done for `all-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit' +Making all in command +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/command' +make[4]: Nothing to be done for `all'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/command' +Making all in benchmark +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark' +Making all in fixtures +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures' +Making all in geo-select +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures/geo-select' +make[6]: Nothing to be done for `all'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures/geo-select' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures' +make[6]: Nothing to be done for `all-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures' +Making all in lib +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/lib' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/lib' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark' +make[5]: Nothing to be done for `all-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test' +make[4]: Nothing to be done for `all-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test' +Making all in packages +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages' +Making all in apt +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/apt' +make[4]: Nothing to be done for `all'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/apt' +Making all in rpm +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm' +Making all in centos +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/centos' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/centos' +Making all in fedora +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/fedora' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/fedora' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm' +make[5]: Nothing to be done for `all-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm' +Making all in yum +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/yum' +make[4]: Nothing to be done for `all'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/yum' +Making all in source +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/source' +make[4]: Nothing to be done for `all'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/source' +Making all in windows +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/windows' +Making all in patches +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/patches' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/patches' +Making all in language-files +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/language-files' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/language-files' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/windows' +make[5]: Nothing to be done for `all-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/windows' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/windows' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages' +make[4]: Nothing to be done for `all-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages' +Making all in data +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data' +Making all in images +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/images' +Making all in logo +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/images/logo' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/images/logo' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/images' +make[5]: Nothing to be done for `all-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/images' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/images' +Making all in html +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/html' +make[4]: Nothing to be done for `all'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/html' +Making all in munin +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/munin' +make[4]: Nothing to be done for `all'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/munin' +Making all in init.d +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d' +Making all in redhat +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat' +Making all in sysconfig +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat/sysconfig' +make[6]: Nothing to be done for `all'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat/sysconfig' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat' +make[6]: Nothing to be done for `all-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d' +make[5]: Nothing to be done for `all-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d' +Making all in logrotate.d +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d' +Making all in redhat +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d/redhat' +make[5]: Nothing to be done for `all'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d/redhat' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d' +make[5]: Nothing to be done for `all-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d' +Making all in systemd +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd' +Making all in fedora +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora' +Making all in sysconfig +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora/sysconfig' +make[6]: Nothing to be done for `all'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora/sysconfig' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora' +make[6]: Nothing to be done for `all-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd' +make[5]: Nothing to be done for `all-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd' +Making all in scripts +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/scripts' +make[4]: Nothing to be done for `all'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/scripts' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data' +make[4]: Nothing to be done for `all-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data' +Making all in tools +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/tools' +make[3]: Nothing to be done for `all'. +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/tools' +Making all in doc +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc' +make all-recursive +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc' +Making all in locale +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale' +Making all in en +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +make all-recursive +make[7]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +Making all in LC_MESSAGES +make[8]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en/LC_MESSAGES' +make all-am +make[9]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en/LC_MESSAGES' +make[9]: Nothing to be done for `all-am'. +make[9]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en/LC_MESSAGES' +make[8]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en/LC_MESSAGES' +make[8]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +make[8]: Nothing to be done for `all-am'. +make[8]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +make[7]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +Making all in ja +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make all-recursive +make[7]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +Making all in LC_MESSAGES +make[8]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja/LC_MESSAGES' +make all-am +make[9]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja/LC_MESSAGES' +make[9]: Nothing to be done for `all-am'. +make[9]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja/LC_MESSAGES' +make[8]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja/LC_MESSAGES' +make[8]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make[8]: Nothing to be done for `all-am'. +make[8]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make[7]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale' +make[6]: Nothing to be done for `all-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc' +make[5]: Nothing to be done for `all-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7' +make[1]: Leaving directory `/home/groonga-build/build/groonga-3.0.7' + dh_testroot + dh_prep + dh_installdirs + dh_auto_install +make[1]: Entering directory `/home/groonga-build/build/groonga-3.0.7' +Making install in build +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/build' +Making install in cmake_modules +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/build/cmake_modules' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/build/cmake_modules' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/build/cmake_modules' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/build/cmake_modules' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/build' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/build' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/build' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/build' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/build' +Making install in include +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/include' +Making install in groonga +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/include/groonga' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/include/groonga' +make[4]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/include/groonga/groonga' + /usr/bin/install -c -m 644 plugin.h tokenizer.h nfkc.h normalizer.h '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/include/groonga/groonga' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/include/groonga' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/include/groonga' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/include' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/include' +make[4]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/include/groonga' + /usr/bin/install -c -m 644 groonga.h '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/include/groonga' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/include' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/include' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/include' +Making install in vendor +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor' +Making install in mruby +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/mruby' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/mruby' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor/mruby' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor/mruby' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor' +Making install in lib +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/lib' +Making install in dat +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/lib/dat' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/lib/dat' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/lib/dat' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/lib/dat' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/lib' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/lib' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib' + /bin/bash ../libtool --mode=install /usr/bin/install -c libgroonga.la '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib' +libtool: install: /usr/bin/install -c .libs/libgroonga.so.0.0.0 /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/libgroonga.so.0.0.0 +libtool: install: (cd /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib && { ln -s -f libgroonga.so.0.0.0 libgroonga.so.0 || { rm -f libgroonga.so.0 && ln -s libgroonga.so.0.0.0 libgroonga.so.0; }; }) +libtool: install: (cd /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib && { ln -s -f libgroonga.so.0.0.0 libgroonga.so || { rm -f libgroonga.so && ln -s libgroonga.so.0.0.0 libgroonga.so; }; }) +libtool: install: /usr/bin/install -c .libs/libgroonga.lai /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/libgroonga.la +libtool: install: /usr/bin/install -c .libs/libgroonga.a /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/libgroonga.a +libtool: install: chmod 644 /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/libgroonga.a +libtool: install: ranlib /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/libgroonga.a +libtool: install: warning: remember to run `libtool --finish /usr/lib' +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/lib' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/lib' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/lib' +Making install in plugins +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins' +Making install in tokenizers +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/tokenizers' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/tokenizers' +make[4]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/tokenizers' + /bin/bash ../../libtool --mode=install /usr/bin/install -c mecab.la '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/tokenizers' +libtool: install: warning: relinking `mecab.la' +libtool: install: (cd /home/groonga-build/build/groonga-3.0.7/plugins/tokenizers; /bin/bash /home/groonga-build/build/groonga-3.0.7/libtool --silent --tag CC --mode=relink gcc -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -avoid-version -module -no-undefined -L/usr/lib -o mecab.la -rpath /usr/lib/groonga/plugins/tokenizers mecab_la-mecab.lo ../../lib/libgroonga.la -lmecab ../../lib/libgroonga.la -inst-prefix-dir /home/groonga-build/build/groonga-3.0.7/debian/tmp) +libtool: install: /usr/bin/install -c .libs/mecab.soT /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/tokenizers/mecab.so +libtool: install: /usr/bin/install -c .libs/mecab.lai /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/tokenizers/mecab.la +libtool: install: /usr/bin/install -c .libs/mecab.a /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/tokenizers/mecab.a +libtool: install: chmod 644 /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/tokenizers/mecab.a +libtool: install: ranlib /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/tokenizers/mecab.a +libtool: install: warning: remember to run `libtool --finish /usr/lib/groonga/plugins/tokenizers' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/tokenizers' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/tokenizers' +Making install in suggest +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/suggest' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/suggest' +make[4]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/suggest' + /bin/bash ../../libtool --mode=install /usr/bin/install -c suggest.la '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/suggest' +libtool: install: warning: relinking `suggest.la' +libtool: install: (cd /home/groonga-build/build/groonga-3.0.7/plugins/suggest; /bin/bash /home/groonga-build/build/groonga-3.0.7/libtool --silent --tag CC --mode=relink gcc -I/usr/include -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -avoid-version -module -no-undefined -o suggest.la -rpath /usr/lib/groonga/plugins/suggest suggest.lo ../../lib/libgroonga.la -L/usr/lib -lmsgpack -inst-prefix-dir /home/groonga-build/build/groonga-3.0.7/debian/tmp) +libtool: install: /usr/bin/install -c .libs/suggest.soT /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/suggest/suggest.so +libtool: install: /usr/bin/install -c .libs/suggest.lai /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/suggest/suggest.la +libtool: install: /usr/bin/install -c .libs/suggest.a /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/suggest/suggest.a +libtool: install: chmod 644 /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/suggest/suggest.a +libtool: install: ranlib /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/suggest/suggest.a +libtool: install: warning: remember to run `libtool --finish /usr/lib/groonga/plugins/suggest' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/suggest' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/suggest' +Making install in table +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/table' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/table' +make[4]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/table' + /bin/bash ../../libtool --mode=install /usr/bin/install -c table.la '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/table' +libtool: install: warning: relinking `table.la' +libtool: install: (cd /home/groonga-build/build/groonga-3.0.7/plugins/table; /bin/bash /home/groonga-build/build/groonga-3.0.7/libtool --silent --tag CC --mode=relink gcc -I/usr/include -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -avoid-version -module -no-undefined -o table.la -rpath /usr/lib/groonga/plugins/table table.lo ../../lib/libgroonga.la -L/usr/lib -lmsgpack -inst-prefix-dir /home/groonga-build/build/groonga-3.0.7/debian/tmp) +libtool: install: /usr/bin/install -c .libs/table.soT /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/table/table.so +libtool: install: /usr/bin/install -c .libs/table.lai /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/table/table.la +libtool: install: /usr/bin/install -c .libs/table.a /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/table/table.a +libtool: install: chmod 644 /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/table/table.a +libtool: install: ranlib /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/table/table.a +libtool: install: warning: remember to run `libtool --finish /usr/lib/groonga/plugins/table' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/table' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/table' +Making install in query_expanders +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/query_expanders' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/query_expanders' +make[4]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/query_expanders' + /bin/bash ../../libtool --mode=install /usr/bin/install -c tsv.la '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/query_expanders' +libtool: install: warning: relinking `tsv.la' +libtool: install: (cd /home/groonga-build/build/groonga-3.0.7/plugins/query_expanders; /bin/bash /home/groonga-build/build/groonga-3.0.7/libtool --silent --tag CC --mode=relink gcc -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -avoid-version -module -no-undefined -o tsv.la -rpath /usr/lib/groonga/plugins/query_expanders tsv.lo ../../lib/libgroonga.la -inst-prefix-dir /home/groonga-build/build/groonga-3.0.7/debian/tmp) +libtool: install: /usr/bin/install -c .libs/tsv.soT /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/query_expanders/tsv.so +libtool: install: /usr/bin/install -c .libs/tsv.lai /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/query_expanders/tsv.la +libtool: install: /usr/bin/install -c .libs/tsv.a /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/query_expanders/tsv.a +libtool: install: chmod 644 /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/query_expanders/tsv.a +libtool: install: ranlib /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/groonga/plugins/query_expanders/tsv.a +libtool: install: warning: remember to run `libtool --finish /usr/lib/groonga/plugins/query_expanders' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/query_expanders' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/query_expanders' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins' +Making install in src +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src' +Making install in suggest +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src/suggest' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src/suggest' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/bin' + /bin/bash ../../libtool --mode=install /usr/bin/install -c groonga-suggest-create-dataset '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/bin' +libtool: install: warning: `../../lib/libgroonga.la' has not been installed in `/usr/lib' +libtool: install: /usr/bin/install -c .libs/groonga-suggest-create-dataset /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/bin/groonga-suggest-create-dataset +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/src/suggest' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/src/suggest' +Making install in httpd +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src/httpd' +(cd ../../vendor/nginx-1.4.2 && make build) +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make -f objs/Makefile +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make[5]: `objs/nginx' is up to date. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make -f objs/Makefile manpage +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make[5]: Nothing to be done for `manpage'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src/httpd' +(cd ../../vendor/nginx-1.4.2 && make install) +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make -f objs/Makefile install +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +test -d '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' || mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' +test -d '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/sbin' || mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/sbin' +test ! -f '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/sbin/groonga-httpd' || mv '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/sbin/groonga-httpd' '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/sbin/groonga-httpd.old' +cp objs/nginx '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/sbin/groonga-httpd' +test -d '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' || mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' +cp conf/koi-win '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' +cp conf/koi-utf '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' +cp conf/win-utf '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' +test -f '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/mime.types' || cp conf/mime.types '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' +cp conf/mime.types '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/mime.types.default' +test -f '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/fastcgi_params' || cp conf/fastcgi_params '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' +cp conf/fastcgi_params '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/fastcgi_params.default' +test -f '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/fastcgi.conf' || cp conf/fastcgi.conf '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' +cp conf/fastcgi.conf '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/fastcgi.conf.default' +test -f '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/uwsgi_params' || cp conf/uwsgi_params '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' +cp conf/uwsgi_params '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/uwsgi_params.default' +test -f '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/scgi_params' || cp conf/scgi_params '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' +cp conf/scgi_params '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/scgi_params.default' +test -f '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/groonga-httpd.conf' || cp conf/nginx.conf '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/groonga-httpd.conf' +cp conf/nginx.conf '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/nginx.conf.default' +test -d '/home/groonga-build/build/groonga-3.0.7/debian/tmp/var/run/groonga' || mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/var/run/groonga' +test -d '/home/groonga-build/build/groonga-3.0.7/debian/tmp/var/log/groonga/httpd' || mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/var/log/groonga/httpd' +test -d '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd/html' || cp -R html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' +test -d '/home/groonga-build/build/groonga-3.0.7/debian/tmp/var/log/groonga/httpd' || mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/var/log/groonga/httpd' +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/src/httpd' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/src/httpd' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/bin' + /bin/bash ../libtool --mode=install /usr/bin/install -c groonga groonga-benchmark '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/bin' +libtool: install: warning: `../lib/libgroonga.la' has not been installed in `/usr/lib' +libtool: install: /usr/bin/install -c .libs/groonga /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/bin/groonga +libtool: install: warning: `../lib/libgroonga.la' has not been installed in `/usr/lib' +libtool: install: /usr/bin/install -c .libs/groonga-benchmark /home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/bin/groonga-benchmark +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/src' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/src' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/src' +Making install in examples +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples' +Making install in dictionary +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary' +Making install in edict +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/edict' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/edict' +make[5]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/edict' + /usr/bin/install -c edict2grn.rb edict-import.sh '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/edict' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/edict' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/edict' +Making install in eijiro +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/eijiro' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/eijiro' +make[5]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/eijiro' + /usr/bin/install -c eijiro2grn.rb eijiro-import.sh '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/eijiro' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/eijiro' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/eijiro' +Making install in gene95 +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/gene95' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/gene95' +make[5]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/gene95' + /usr/bin/install -c gene2grn.rb gene-import.sh '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/gene95' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/gene95' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/gene95' +Making install in jmdict +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/jmdict' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/jmdict' +make[5]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/jmdict' + /usr/bin/install -c jmdict.rb '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/jmdict' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/jmdict' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary/jmdict' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary' +make[5]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary' + /usr/bin/install -c init-db.sh '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/html/css/smoothness' + /usr/bin/install -c -m 644 html/css/smoothness/jquery-ui-1.8.12.custom.css '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/html/css/smoothness' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/html/css' + /usr/bin/install -c -m 644 html/css/dictionary.css '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/html/css' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/html/js' + /usr/bin/install -c -m 644 html/js/dictionary.js html/js/jquery-1.6.0.min.js html/js/jquery-ui-1.8.12.min.js '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/html/js' + /usr/bin/install -c -m 644 readme.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/.' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/html' + /usr/bin/install -c -m 644 html/index.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/html' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/html/css/smoothness/images' + /usr/bin/install -c -m 644 html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png html/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png html/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png html/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png html/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png html/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png html/css/smoothness/images/ui-icons_222222_256x240.png html/css/smoothness/images/ui-icons_2e83ff_256x240.png html/css/smoothness/images/ui-icons_454545_256x240.png html/css/smoothness/images/ui-icons_888888_256x240.png html/css/smoothness/images/ui-icons_cd0a0a_256x240.png '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/examples/dictionary/html/css/smoothness/images' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples/dictionary' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/examples' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/examples' +Making install in test +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test' +Making install in unit +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit' +Making install in lib +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib' +Making install in ruby +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib/ruby' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib/ruby' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib/ruby' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib/ruby' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/lib' +Making install in fixtures +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures' +Making install in stress +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/stress' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/stress' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/stress' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/stress' +Making install in performance +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/performance' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/performance' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/performance' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/performance' +Making install in inverted-index +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/inverted-index' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/inverted-index' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/inverted-index' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/inverted-index' +Making install in plugins +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/plugins' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/plugins' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/plugins' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/plugins' +Making install in geo +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/geo' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/geo' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/geo' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/geo' +Making install in story +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story' +Making install in taiyaki +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story/taiyaki' +make[7]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story/taiyaki' +make[7]: Nothing to be done for `install-exec-am'. +make[7]: Nothing to be done for `install-data-am'. +make[7]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story/taiyaki' +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story/taiyaki' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story' +make[7]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story' +make[7]: Nothing to be done for `install-exec-am'. +make[7]: Nothing to be done for `install-data-am'. +make[7]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story' +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures/story' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/fixtures' +Making install in util +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/util' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/util' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/util' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/util' +Making install in core +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core' +Making install in dat +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core/dat' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core/dat' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core/dat' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core/dat' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/core' +Making install in memcached +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/memcached' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/memcached' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/memcached' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/memcached' +Making install in http +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/http' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/http' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/http' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/http' +Making install in story +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/story' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/story' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/story' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/story' +Making install in groonga-benchmark +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/groonga-benchmark' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit/groonga-benchmark' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/groonga-benchmark' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit/groonga-benchmark' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/unit' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/unit' +Making install in command +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/command' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/command' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/command' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/command' +Making install in benchmark +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark' +Making install in fixtures +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures' +Making install in geo-select +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures/geo-select' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures/geo-select' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures/geo-select' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures/geo-select' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/fixtures' +Making install in lib +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/lib' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/lib' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/lib' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark/lib' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test/benchmark' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/test' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/test' +Making install in packages +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages' +Making install in apt +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/apt' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/apt' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/apt' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/apt' +Making install in rpm +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm' +Making install in centos +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/centos' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/centos' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/centos' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/centos' +Making install in fedora +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/fedora' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/fedora' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/fedora' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm/fedora' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/rpm' +Making install in yum +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/yum' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/yum' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/yum' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/yum' +Making install in source +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/source' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/source' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/source' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/source' +Making install in windows +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/windows' +Making install in patches +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/patches' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/patches' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/patches' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/patches' +Making install in language-files +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/language-files' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/language-files' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/language-files' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/windows/language-files' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/windows' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages/windows' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/windows' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/windows' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages/windows' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/packages' +make[4]: Nothing to be done for `install-exec-am'. +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/packages' +Making install in data +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data' +Making install in images +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/images' +Making install in logo +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/images/logo' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/images/logo' +make[5]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/images/logo' + /usr/bin/install -c -m 644 groonga-icon-foreground-white.png groonga-icon-foreground-white.svg groonga-icon-full-size.png groonga-icon-full-size.svg groonga-icon.png groonga-icon.svg groonga-logo-foreground-white.png groonga-logo-foreground-white.svg groonga-logo.png groonga-logo.svg groonga-powered-by-banner-bar-foreground-white.png groonga-powered-by-banner-bar-foreground-white.svg groonga-powered-by-banner-bar.png groonga-powered-by-banner-bar.svg groonga-powered-by-banner-foreground-white.png groonga-powered-by-banner-foreground-white.svg groonga-powered-by-banner-large.png groonga-powered-by-banner-large.svg groonga-powered-by-banner.png groonga-powered-by-banner.svg mroonga-icon-foreground-white.png mroonga-icon-foreground-white.svg mroonga-icon-full-size.png mroonga-icon-full-size.svg mroonga-icon.png mroonga-icon.svg mroonga-logo-foreground-white.png mroonga-logo-foreground-white.svg mroonga-logo.png mroonga-logo.svg nroonga-icon-foreground-white.png nroonga-icon-fo reground -white.svg nroonga-icon-full-size.png nroonga-icon-full-size.svg nroonga-icon.png nroonga-icon.svg nroonga-logo-foreground-white.png nroonga-logo-foreground-white.svg nroonga-logo.png nroonga-logo.svg '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/images/logo' + /usr/bin/install -c -m 644 rroonga-icon-foreground-white.png rroonga-icon-foreground-white.svg rroonga-icon-full-size.png rroonga-icon-full-size.svg rroonga-icon.png rroonga-icon.svg rroonga-logo-foreground-white.png rroonga-logo-foreground-white.svg rroonga-logo.png rroonga-logo.svg '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/images/logo' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/images/logo' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/images/logo' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/images' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/images' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/images' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/images' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/images' +Making install in html +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/html' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/html' +make[4]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin/css/redmond/images' + /usr/bin/install -c -m 644 admin/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png admin/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png admin/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png admin/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png admin/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png admin/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png admin/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png admin/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png admin/css/redmond/images/ui-icons_217bc0_256x240.png admin/css/redmond/images/ui-icons_2e83ff_256x240.png admin/css/redmond/images/ui-icons_469bdd_256x240.png admin/css/redmond/images/ui-icons_6da8d5_256x240.png admin/css/redmond/images/ui-icons_cd0a0a_256x240.png admin/css/redmond/images/ui-icons_d8e7f3_256x240.png admin/css/redmond/images/ui-icons_f9bd01_256x240.png '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin/css/redmond/images' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin/images' + /usr/bin/install -c -m 644 admin/images/groonga.png admin/images/groonga.svg admin/images/loading.gif '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin/images' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin/js' + /usr/bin/install -c -m 644 admin/js/groonga-admin.js admin/js/jquery-1.7.2.min.js admin/js/jquery-ui-1.8.18.custom.min.js admin/js/jquery.flot-0.7.min.js admin/js/jquery.flot.license.txt admin/js/jquery.json-2.2.min.js '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin/js' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin/css/redmond' + /usr/bin/install -c -m 644 admin/css/redmond/jquery-ui-1.8.18.custom.css '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin/css/redmond' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin/css' + /usr/bin/install -c -m 644 admin/css/groonga-admin.css '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin/css' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin' + /usr/bin/install -c -m 644 admin/favicon.ico admin/favicon.png admin/favicon.svg admin/index.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/html/admin' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/html' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/html' +Making install in munin +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/munin' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/munin' +make[4]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/munin/plugins' + /usr/bin/install -c groonga_cpu_load groonga_cpu_time groonga_status groonga_memory groonga_n_records groonga_query_performance groonga_disk groonga_throughput '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/groonga/munin/plugins' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/munin' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/munin' +Making install in init.d +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d' +Making install in redhat +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat' +Making install in sysconfig +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat/sysconfig' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat/sysconfig' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat/sysconfig' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat/sysconfig' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d/redhat' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/init.d' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/init.d' +Making install in logrotate.d +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d' +Making install in redhat +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d/redhat' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d/redhat' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d/redhat' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d/redhat' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/logrotate.d' +Making install in systemd +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd' +Making install in fedora +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora' +Making install in sysconfig +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora/sysconfig' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora/sysconfig' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora/sysconfig' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora/sysconfig' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd/fedora' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/systemd' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/systemd' +Making install in scripts +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/scripts' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data/scripts' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/sbin' + /usr/bin/install -c groonga-httpd-restart '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/sbin' +make[4]: Nothing to be done for `install-data-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/scripts' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data/scripts' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/data' +make[4]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' + /usr/bin/install -c -m 644 groonga-httpd.conf '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga/httpd' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga' + /usr/bin/install -c -m 644 groonga.conf synonyms.tsv '/home/groonga-build/build/groonga-3.0.7/debian/tmp/etc/groonga' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/data' +Making install in tools +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/tools' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/tools' +make[3]: Nothing to be done for `install-exec-am'. +make[3]: Nothing to be done for `install-data-am'. +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/tools' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/tools' +Making install in doc +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc' +make install-recursive +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc' +Making install in locale +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale' +Making install in en +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +make install-recursive +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +Making install in LC_MESSAGES +make[7]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en/LC_MESSAGES' +make install-am +make[8]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en/LC_MESSAGES' +make[9]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en/LC_MESSAGES' +make[9]: Nothing to be done for `install-exec-am'. +make[9]: Nothing to be done for `install-data-am'. +make[9]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en/LC_MESSAGES' +make[8]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en/LC_MESSAGES' +make[7]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en/LC_MESSAGES' +make[7]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +make[8]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +make[8]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/man/man1' + /usr/bin/install -c -m 644 man/groonga.1 '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/man/man1' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/news' + /usr/bin/install -c -m 644 html/news/0.x.html html/news/1.0.x.html html/news/1.1.x.html html/news/1.2.x.html html/news/senna.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/news' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference' + /usr/bin/install -c -m 644 html/_sources/reference/api.txt html/_sources/reference/cast.txt html/_sources/reference/command.txt html/_sources/reference/executables.txt html/_sources/reference/function.txt html/_sources/reference/grn_expr.txt html/_sources/reference/indexing.txt html/_sources/reference/log.txt html/_sources/reference/normalizers.txt html/_sources/reference/output.txt html/_sources/reference/pseudo_column.txt html/_sources/reference/query_expanders.txt html/_sources/reference/tables.txt html/_sources/reference/tokenizers.txt html/_sources/reference/types.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/grn_expr' + /usr/bin/install -c -m 644 html/_sources/reference/grn_expr/query_syntax.txt html/_sources/reference/grn_expr/script_syntax.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/grn_expr' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/executables' + /usr/bin/install -c -m 644 html/_sources/reference/executables/grnslap.txt html/_sources/reference/executables/grntest.txt html/_sources/reference/executables/groonga-httpd.txt html/_sources/reference/executables/groonga-server-http.txt html/_sources/reference/executables/groonga-suggest-create-dataset.txt html/_sources/reference/executables/groonga.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/executables' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/troubleshooting' + /usr/bin/install -c -m 644 html/troubleshooting/different_results_with_the_same_keyword.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/troubleshooting' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_images' + /usr/bin/install -c -m 644 html/_images/geo-points.png '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_images' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/tutorial' + /usr/bin/install -c -m 644 html/tutorial/data.html html/tutorial/drilldown.html html/tutorial/index.html html/tutorial/introduction.html html/tutorial/lexicon.html html/tutorial/match_columns.html html/tutorial/micro_blog.html html/tutorial/network.html html/tutorial/patricia_trie.html html/tutorial/query_expansion.html html/tutorial/search.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/tutorial' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/contribution' + /usr/bin/install -c -m 644 html/contribution/development.html html/contribution/documentation.html html/contribution/report.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/contribution' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/server' + /usr/bin/install -c -m 644 html/server/gqtp.html html/server/http.html html/server/package.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/server' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources' + /usr/bin/install -c -m 644 html/_sources/characteristic.txt html/_sources/community.txt html/_sources/contribution.txt html/_sources/development.txt html/_sources/geolocation_search.txt html/_sources/index.txt html/_sources/install.txt html/_sources/limitations.txt html/_sources/news.txt html/_sources/reference.txt html/_sources/server.txt html/_sources/spec.txt html/_sources/suggest.txt html/_sources/troubleshooting.txt html/_sources/tutorial.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/development' + /usr/bin/install -c -m 644 html/_sources/development/travis-ci.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/development' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/commands' + /usr/bin/install -c -m 644 html/_sources/reference/commands/cache_limit.txt html/_sources/reference/commands/check.txt html/_sources/reference/commands/clearlock.txt html/_sources/reference/commands/column_create.txt html/_sources/reference/commands/column_list.txt html/_sources/reference/commands/column_remove.txt html/_sources/reference/commands/column_rename.txt html/_sources/reference/commands/define_selector.txt html/_sources/reference/commands/defrag.txt html/_sources/reference/commands/delete.txt html/_sources/reference/commands/dump.txt html/_sources/reference/commands/load.txt html/_sources/reference/commands/log_level.txt html/_sources/reference/commands/log_put.txt html/_sources/reference/commands/log_reopen.txt html/_sources/reference/commands/normalize.txt html/_sources/reference/commands/quit.txt html/_sources/reference/commands/register.txt html/_sources/reference/commands/select.txt html/_sources/reference/commands/shutdown.txt html/_sources/reference/comma nds/stat us.txt html/_sources/reference/commands/suggest.txt html/_sources/reference/commands/table_create.txt html/_sources/reference/commands/table_list.txt html/_sources/reference/commands/table_remove.txt html/_sources/reference/commands/tokenize.txt html/_sources/reference/commands/truncate.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/commands' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/news' + /usr/bin/install -c -m 644 html/_sources/news/0.x.txt html/_sources/news/1.0.x.txt html/_sources/news/1.1.x.txt html/_sources/news/1.2.x.txt html/_sources/news/senna.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/news' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference' + /usr/bin/install -c -m 644 html/reference/api.html html/reference/cast.html html/reference/command.html html/reference/executables.html html/reference/function.html html/reference/grn_expr.html html/reference/indexing.html html/reference/log.html html/reference/normalizers.html html/reference/output.html html/reference/pseudo_column.html html/reference/query_expanders.html html/reference/tables.html html/reference/tokenizers.html html/reference/types.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/grn_expr' + /usr/bin/install -c -m 644 html/reference/grn_expr/query_syntax.html html/reference/grn_expr/script_syntax.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/grn_expr' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/executables' + /usr/bin/install -c -m 644 html/reference/executables/grnslap.html html/reference/executables/grntest.html html/reference/executables/groonga-httpd.html html/reference/executables/groonga-server-http.html html/reference/executables/groonga-suggest-create-dataset.html html/reference/executables/groonga.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/executables' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/install' + /usr/bin/install -c -m 644 html/_sources/install/centos.txt html/_sources/install/debian.txt html/_sources/install/fedora.txt html/_sources/install/mac_os_x.txt html/_sources/install/others.txt html/_sources/install/solaris.txt html/_sources/install/ubuntu.txt html/_sources/install/windows.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/install' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/development' + /usr/bin/install -c -m 644 html/development/travis-ci.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/development' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/command' + /usr/bin/install -c -m 644 html/_sources/reference/command/command_version.txt html/_sources/reference/command/output_format.txt html/_sources/reference/command/return_code.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/command' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/suggest' + /usr/bin/install -c -m 644 html/_sources/suggest/completion.txt html/_sources/suggest/correction.txt html/_sources/suggest/introduction.txt html/_sources/suggest/suggestion.txt html/_sources/suggest/tutorial.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/suggest' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/commands' + /usr/bin/install -c -m 644 html/reference/commands/cache_limit.html html/reference/commands/check.html html/reference/commands/clearlock.html html/reference/commands/column_create.html html/reference/commands/column_list.html html/reference/commands/column_remove.html html/reference/commands/column_rename.html html/reference/commands/define_selector.html html/reference/commands/defrag.html html/reference/commands/delete.html html/reference/commands/dump.html html/reference/commands/load.html html/reference/commands/log_level.html html/reference/commands/log_put.html html/reference/commands/log_reopen.html html/reference/commands/normalize.html html/reference/commands/quit.html html/reference/commands/register.html html/reference/commands/select.html html/reference/commands/shutdown.html html/reference/commands/status.html html/reference/commands/suggest.html html/reference/commands/table_create.html html/reference/commands/table_list.html html/reference/commands/table_remo ve.html html/reference/commands/tokenize.html html/reference/commands/truncate.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/commands' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/api' + /usr/bin/install -c -m 644 html/_sources/reference/api/grn_column.txt html/_sources/reference/api/grn_command_version.txt html/_sources/reference/api/grn_ctx.txt html/_sources/reference/api/grn_db.txt html/_sources/reference/api/grn_encoding.txt html/_sources/reference/api/grn_expr.txt html/_sources/reference/api/grn_geo.txt html/_sources/reference/api/grn_hook.txt html/_sources/reference/api/grn_ii.txt html/_sources/reference/api/grn_index_cursor.txt html/_sources/reference/api/grn_info.txt html/_sources/reference/api/grn_match_escalation.txt html/_sources/reference/api/grn_obj.txt html/_sources/reference/api/grn_proc.txt html/_sources/reference/api/grn_search.txt html/_sources/reference/api/grn_table.txt html/_sources/reference/api/grn_table_cursor.txt html/_sources/reference/api/grn_type.txt html/_sources/reference/api/grn_user_data.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/api' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/spec' + /usr/bin/install -c -m 644 html/spec/gqtp.html html/spec/search.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/spec' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/install' + /usr/bin/install -c -m 644 html/install/centos.html html/install/debian.html html/install/fedora.html html/install/mac_os_x.html html/install/others.html html/install/solaris.html html/install/ubuntu.html html/install/windows.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/install' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/commands_not_implemented' + /usr/bin/install -c -m 644 html/_sources/reference/commands_not_implemented/add.txt html/_sources/reference/commands_not_implemented/get.txt html/_sources/reference/commands_not_implemented/set.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/commands_not_implemented' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/command' + /usr/bin/install -c -m 644 html/reference/command/command_version.html html/reference/command/output_format.html html/reference/command/return_code.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/command' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/contribution/documentation' + /usr/bin/install -c -m 644 html/_sources/contribution/documentation/c-api.txt html/_sources/contribution/documentation/i18n.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/contribution/documentation' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/suggest' + /usr/bin/install -c -m 644 html/suggest/completion.html html/suggest/correction.html html/suggest/introduction.html html/suggest/suggestion.html html/suggest/tutorial.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/suggest' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/api' + /usr/bin/install -c -m 644 html/reference/api/grn_column.html html/reference/api/grn_command_version.html html/reference/api/grn_ctx.html html/reference/api/grn_db.html html/reference/api/grn_encoding.html html/reference/api/grn_expr.html html/reference/api/grn_geo.html html/reference/api/grn_hook.html html/reference/api/grn_ii.html html/reference/api/grn_index_cursor.html html/reference/api/grn_info.html html/reference/api/grn_match_escalation.html html/reference/api/grn_obj.html html/reference/api/grn_proc.html html/reference/api/grn_search.html html/reference/api/grn_table.html html/reference/api/grn_table_cursor.html html/reference/api/grn_type.html html/reference/api/grn_user_data.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/api' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/functions' + /usr/bin/install -c -m 644 html/_sources/reference/functions/edit_distance.txt html/_sources/reference/functions/geo_distance.txt html/_sources/reference/functions/geo_in_circle.txt html/_sources/reference/functions/geo_in_rectangle.txt html/_sources/reference/functions/html_untag.txt html/_sources/reference/functions/now.txt html/_sources/reference/functions/query.txt html/_sources/reference/functions/rand.txt html/_sources/reference/functions/snippet_html.txt html/_sources/reference/functions/sub_filter.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/functions' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/commands_not_implemented' + /usr/bin/install -c -m 644 html/reference/commands_not_implemented/add.html html/reference/commands_not_implemented/get.html html/reference/commands_not_implemented/set.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/commands_not_implemented' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/contribution/documentation' + /usr/bin/install -c -m 644 html/contribution/documentation/c-api.html html/contribution/documentation/i18n.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/contribution/documentation' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/spec' + /usr/bin/install -c -m 644 html/_sources/spec/gqtp.txt html/_sources/spec/search.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/spec' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/functions' + /usr/bin/install -c -m 644 html/reference/functions/edit_distance.html html/reference/functions/geo_distance.html html/reference/functions/geo_in_circle.html html/reference/functions/geo_in_rectangle.html html/reference/functions/html_untag.html html/reference/functions/now.html html/reference/functions/query.html html/reference/functions/rand.html html/reference/functions/snippet_html.html html/reference/functions/sub_filter.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/functions' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_static' + /usr/bin/install -c -m 644 html/_static/ajax-loader.gif html/_static/basic.css html/_static/comment-bright.png html/_static/comment-close.png html/_static/comment.png html/_static/doctools.js html/_static/down-pressed.png html/_static/down.png html/_static/favicon.ico html/_static/file.png html/_static/groonga.css html/_static/header-background.png html/_static/jp.png html/_static/jquery.js html/_static/logo.png html/_static/minus.png html/_static/navigation-bar.png html/_static/plus.png html/_static/pygments.css html/_static/searchtools.js html/_static/underscore.js html/_static/up-pressed.png html/_static/up.png html/_static/us.png html/_static/websupport.js '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_static' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/server/http' + /usr/bin/install -c -m 644 html/_sources/server/http/comparison.txt html/_sources/server/http/groonga-httpd.txt html/_sources/server/http/groonga.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/server/http' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/query_expanders' + /usr/bin/install -c -m 644 html/_sources/reference/query_expanders/tsv.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/reference/query_expanders' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html' + /usr/bin/install -c -m 644 html/.buildinfo html/characteristic.html html/community.html html/contribution.html html/development.html html/genindex.html html/geolocation_search.html html/index.html html/install.html html/limitations.html html/news.html html/objects.inv html/reference.html html/search.html html/searchindex.js html/server.html html/spec.html html/suggest.html html/troubleshooting.html html/tutorial.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/contribution/development' + /usr/bin/install -c -m 644 html/_sources/contribution/development/com.txt html/_sources/contribution/development/cooperation.txt html/_sources/contribution/development/document.txt html/_sources/contribution/development/query.txt html/_sources/contribution/development/release.txt html/_sources/contribution/development/repository.txt html/_sources/contribution/development/test.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/contribution/development' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/server/http' + /usr/bin/install -c -m 644 html/server/http/comparison.html html/server/http/groonga-httpd.html html/server/http/groonga.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/server/http' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/troubleshooting' + /usr/bin/install -c -m 644 html/_sources/troubleshooting/different_results_with_the_same_keyword.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/troubleshooting' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/tutorial' + /usr/bin/install -c -m 644 html/_sources/tutorial/data.txt html/_sources/tutorial/drilldown.txt html/_sources/tutorial/index.txt html/_sources/tutorial/introduction.txt html/_sources/tutorial/lexicon.txt html/_sources/tutorial/match_columns.txt html/_sources/tutorial/micro_blog.txt html/_sources/tutorial/network.txt html/_sources/tutorial/patricia_trie.txt html/_sources/tutorial/query_expansion.txt html/_sources/tutorial/search.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/tutorial' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/contribution' + /usr/bin/install -c -m 644 html/_sources/contribution/development.txt html/_sources/contribution/documentation.txt html/_sources/contribution/report.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/contribution' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/query_expanders' + /usr/bin/install -c -m 644 html/reference/query_expanders/tsv.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/reference/query_expanders' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/server' + /usr/bin/install -c -m 644 html/_sources/server/gqtp.txt html/_sources/server/http.txt html/_sources/server/package.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/_sources/server' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/contribution/development' + /usr/bin/install -c -m 644 html/contribution/development/com.html html/contribution/development/cooperation.html html/contribution/development/document.html html/contribution/development/query.html html/contribution/development/release.html html/contribution/development/repository.html html/contribution/development/test.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/en/html/contribution/development' +make[8]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +make[7]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/en' +Making install in ja +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make install-recursive +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +Making install in LC_MESSAGES +make[7]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja/LC_MESSAGES' +make install-am +make[8]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja/LC_MESSAGES' +make[9]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja/LC_MESSAGES' +make[9]: Nothing to be done for `install-exec-am'. +make[9]: Nothing to be done for `install-data-am'. +make[9]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja/LC_MESSAGES' +make[8]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja/LC_MESSAGES' +make[7]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja/LC_MESSAGES' +make[7]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make[8]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make[8]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/man/ja/man1' + /usr/bin/install -c -m 644 man/groonga.1 '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/man/ja/man1' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/news' + /usr/bin/install -c -m 644 html/news/0.x.html html/news/1.0.x.html html/news/1.1.x.html html/news/1.2.x.html html/news/senna.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/news' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference' + /usr/bin/install -c -m 644 html/_sources/reference/api.txt html/_sources/reference/cast.txt html/_sources/reference/command.txt html/_sources/reference/executables.txt html/_sources/reference/function.txt html/_sources/reference/grn_expr.txt html/_sources/reference/indexing.txt html/_sources/reference/log.txt html/_sources/reference/normalizers.txt html/_sources/reference/output.txt html/_sources/reference/pseudo_column.txt html/_sources/reference/query_expanders.txt html/_sources/reference/tables.txt html/_sources/reference/tokenizers.txt html/_sources/reference/types.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/grn_expr' + /usr/bin/install -c -m 644 html/_sources/reference/grn_expr/query_syntax.txt html/_sources/reference/grn_expr/script_syntax.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/grn_expr' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/executables' + /usr/bin/install -c -m 644 html/_sources/reference/executables/grnslap.txt html/_sources/reference/executables/grntest.txt html/_sources/reference/executables/groonga-httpd.txt html/_sources/reference/executables/groonga-server-http.txt html/_sources/reference/executables/groonga-suggest-create-dataset.txt html/_sources/reference/executables/groonga.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/executables' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/troubleshooting' + /usr/bin/install -c -m 644 html/troubleshooting/different_results_with_the_same_keyword.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/troubleshooting' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_images' + /usr/bin/install -c -m 644 html/_images/geo-points.png '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_images' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/tutorial' + /usr/bin/install -c -m 644 html/tutorial/data.html html/tutorial/drilldown.html html/tutorial/index.html html/tutorial/introduction.html html/tutorial/lexicon.html html/tutorial/match_columns.html html/tutorial/micro_blog.html html/tutorial/network.html html/tutorial/patricia_trie.html html/tutorial/query_expansion.html html/tutorial/search.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/tutorial' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/contribution' + /usr/bin/install -c -m 644 html/contribution/development.html html/contribution/documentation.html html/contribution/report.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/contribution' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/server' + /usr/bin/install -c -m 644 html/server/gqtp.html html/server/http.html html/server/package.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/server' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources' + /usr/bin/install -c -m 644 html/_sources/characteristic.txt html/_sources/community.txt html/_sources/contribution.txt html/_sources/development.txt html/_sources/geolocation_search.txt html/_sources/index.txt html/_sources/install.txt html/_sources/limitations.txt html/_sources/news.txt html/_sources/reference.txt html/_sources/server.txt html/_sources/spec.txt html/_sources/suggest.txt html/_sources/troubleshooting.txt html/_sources/tutorial.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/development' + /usr/bin/install -c -m 644 html/_sources/development/travis-ci.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/development' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/commands' + /usr/bin/install -c -m 644 html/_sources/reference/commands/cache_limit.txt html/_sources/reference/commands/check.txt html/_sources/reference/commands/clearlock.txt html/_sources/reference/commands/column_create.txt html/_sources/reference/commands/column_list.txt html/_sources/reference/commands/column_remove.txt html/_sources/reference/commands/column_rename.txt html/_sources/reference/commands/define_selector.txt html/_sources/reference/commands/defrag.txt html/_sources/reference/commands/delete.txt html/_sources/reference/commands/dump.txt html/_sources/reference/commands/load.txt html/_sources/reference/commands/log_level.txt html/_sources/reference/commands/log_put.txt html/_sources/reference/commands/log_reopen.txt html/_sources/reference/commands/normalize.txt html/_sources/reference/commands/quit.txt html/_sources/reference/commands/register.txt html/_sources/reference/commands/select.txt html/_sources/reference/commands/shutdown.txt html/_sources/reference/comma nds/stat us.txt html/_sources/reference/commands/suggest.txt html/_sources/reference/commands/table_create.txt html/_sources/reference/commands/table_list.txt html/_sources/reference/commands/table_remove.txt html/_sources/reference/commands/tokenize.txt html/_sources/reference/commands/truncate.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/commands' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/news' + /usr/bin/install -c -m 644 html/_sources/news/0.x.txt html/_sources/news/1.0.x.txt html/_sources/news/1.1.x.txt html/_sources/news/1.2.x.txt html/_sources/news/senna.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/news' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference' + /usr/bin/install -c -m 644 html/reference/api.html html/reference/cast.html html/reference/command.html html/reference/executables.html html/reference/function.html html/reference/grn_expr.html html/reference/indexing.html html/reference/log.html html/reference/normalizers.html html/reference/output.html html/reference/pseudo_column.html html/reference/query_expanders.html html/reference/tables.html html/reference/tokenizers.html html/reference/types.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/grn_expr' + /usr/bin/install -c -m 644 html/reference/grn_expr/query_syntax.html html/reference/grn_expr/script_syntax.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/grn_expr' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/executables' + /usr/bin/install -c -m 644 html/reference/executables/grnslap.html html/reference/executables/grntest.html html/reference/executables/groonga-httpd.html html/reference/executables/groonga-server-http.html html/reference/executables/groonga-suggest-create-dataset.html html/reference/executables/groonga.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/executables' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/install' + /usr/bin/install -c -m 644 html/_sources/install/centos.txt html/_sources/install/debian.txt html/_sources/install/fedora.txt html/_sources/install/mac_os_x.txt html/_sources/install/others.txt html/_sources/install/solaris.txt html/_sources/install/ubuntu.txt html/_sources/install/windows.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/install' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/development' + /usr/bin/install -c -m 644 html/development/travis-ci.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/development' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/command' + /usr/bin/install -c -m 644 html/_sources/reference/command/command_version.txt html/_sources/reference/command/output_format.txt html/_sources/reference/command/return_code.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/command' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/suggest' + /usr/bin/install -c -m 644 html/_sources/suggest/completion.txt html/_sources/suggest/correction.txt html/_sources/suggest/introduction.txt html/_sources/suggest/suggestion.txt html/_sources/suggest/tutorial.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/suggest' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/commands' + /usr/bin/install -c -m 644 html/reference/commands/cache_limit.html html/reference/commands/check.html html/reference/commands/clearlock.html html/reference/commands/column_create.html html/reference/commands/column_list.html html/reference/commands/column_remove.html html/reference/commands/column_rename.html html/reference/commands/define_selector.html html/reference/commands/defrag.html html/reference/commands/delete.html html/reference/commands/dump.html html/reference/commands/load.html html/reference/commands/log_level.html html/reference/commands/log_put.html html/reference/commands/log_reopen.html html/reference/commands/normalize.html html/reference/commands/quit.html html/reference/commands/register.html html/reference/commands/select.html html/reference/commands/shutdown.html html/reference/commands/status.html html/reference/commands/suggest.html html/reference/commands/table_create.html html/reference/commands/table_list.html html/reference/commands/table_remo ve.html html/reference/commands/tokenize.html html/reference/commands/truncate.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/commands' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/api' + /usr/bin/install -c -m 644 html/_sources/reference/api/grn_column.txt html/_sources/reference/api/grn_command_version.txt html/_sources/reference/api/grn_ctx.txt html/_sources/reference/api/grn_db.txt html/_sources/reference/api/grn_encoding.txt html/_sources/reference/api/grn_expr.txt html/_sources/reference/api/grn_geo.txt html/_sources/reference/api/grn_hook.txt html/_sources/reference/api/grn_ii.txt html/_sources/reference/api/grn_index_cursor.txt html/_sources/reference/api/grn_info.txt html/_sources/reference/api/grn_match_escalation.txt html/_sources/reference/api/grn_obj.txt html/_sources/reference/api/grn_proc.txt html/_sources/reference/api/grn_search.txt html/_sources/reference/api/grn_table.txt html/_sources/reference/api/grn_table_cursor.txt html/_sources/reference/api/grn_type.txt html/_sources/reference/api/grn_user_data.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/api' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/spec' + /usr/bin/install -c -m 644 html/spec/gqtp.html html/spec/search.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/spec' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/install' + /usr/bin/install -c -m 644 html/install/centos.html html/install/debian.html html/install/fedora.html html/install/mac_os_x.html html/install/others.html html/install/solaris.html html/install/ubuntu.html html/install/windows.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/install' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented' + /usr/bin/install -c -m 644 html/_sources/reference/commands_not_implemented/add.txt html/_sources/reference/commands_not_implemented/get.txt html/_sources/reference/commands_not_implemented/set.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/command' + /usr/bin/install -c -m 644 html/reference/command/command_version.html html/reference/command/output_format.html html/reference/command/return_code.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/command' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/contribution/documentation' + /usr/bin/install -c -m 644 html/_sources/contribution/documentation/c-api.txt html/_sources/contribution/documentation/i18n.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/contribution/documentation' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/suggest' + /usr/bin/install -c -m 644 html/suggest/completion.html html/suggest/correction.html html/suggest/introduction.html html/suggest/suggestion.html html/suggest/tutorial.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/suggest' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/api' + /usr/bin/install -c -m 644 html/reference/api/grn_column.html html/reference/api/grn_command_version.html html/reference/api/grn_ctx.html html/reference/api/grn_db.html html/reference/api/grn_encoding.html html/reference/api/grn_expr.html html/reference/api/grn_geo.html html/reference/api/grn_hook.html html/reference/api/grn_ii.html html/reference/api/grn_index_cursor.html html/reference/api/grn_info.html html/reference/api/grn_match_escalation.html html/reference/api/grn_obj.html html/reference/api/grn_proc.html html/reference/api/grn_search.html html/reference/api/grn_table.html html/reference/api/grn_table_cursor.html html/reference/api/grn_type.html html/reference/api/grn_user_data.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/api' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/functions' + /usr/bin/install -c -m 644 html/_sources/reference/functions/edit_distance.txt html/_sources/reference/functions/geo_distance.txt html/_sources/reference/functions/geo_in_circle.txt html/_sources/reference/functions/geo_in_rectangle.txt html/_sources/reference/functions/html_untag.txt html/_sources/reference/functions/now.txt html/_sources/reference/functions/query.txt html/_sources/reference/functions/rand.txt html/_sources/reference/functions/snippet_html.txt html/_sources/reference/functions/sub_filter.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/functions' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/commands_not_implemented' + /usr/bin/install -c -m 644 html/reference/commands_not_implemented/add.html html/reference/commands_not_implemented/get.html html/reference/commands_not_implemented/set.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/commands_not_implemented' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/contribution/documentation' + /usr/bin/install -c -m 644 html/contribution/documentation/c-api.html html/contribution/documentation/i18n.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/contribution/documentation' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/spec' + /usr/bin/install -c -m 644 html/_sources/spec/gqtp.txt html/_sources/spec/search.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/spec' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/functions' + /usr/bin/install -c -m 644 html/reference/functions/edit_distance.html html/reference/functions/geo_distance.html html/reference/functions/geo_in_circle.html html/reference/functions/geo_in_rectangle.html html/reference/functions/html_untag.html html/reference/functions/now.html html/reference/functions/query.html html/reference/functions/rand.html html/reference/functions/snippet_html.html html/reference/functions/sub_filter.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/functions' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_static' + /usr/bin/install -c -m 644 html/_static/ajax-loader.gif html/_static/basic.css html/_static/comment-bright.png html/_static/comment-close.png html/_static/comment.png html/_static/doctools.js html/_static/down-pressed.png html/_static/down.png html/_static/favicon.ico html/_static/file.png html/_static/groonga.css html/_static/header-background.png html/_static/jp.png html/_static/jquery.js html/_static/logo.png html/_static/minus.png html/_static/navigation-bar.png html/_static/plus.png html/_static/pygments.css html/_static/searchtools.js html/_static/underscore.js html/_static/up-pressed.png html/_static/up.png html/_static/us.png html/_static/websupport.js '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_static' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/server/http' + /usr/bin/install -c -m 644 html/_sources/server/http/comparison.txt html/_sources/server/http/groonga-httpd.txt html/_sources/server/http/groonga.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/server/http' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/query_expanders' + /usr/bin/install -c -m 644 html/_sources/reference/query_expanders/tsv.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/reference/query_expanders' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html' + /usr/bin/install -c -m 644 html/.buildinfo html/characteristic.html html/community.html html/contribution.html html/development.html html/genindex.html html/geolocation_search.html html/index.html html/install.html html/limitations.html html/news.html html/objects.inv html/reference.html html/search.html html/searchindex.js html/server.html html/spec.html html/suggest.html html/troubleshooting.html html/tutorial.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/contribution/development' + /usr/bin/install -c -m 644 html/_sources/contribution/development/com.txt html/_sources/contribution/development/cooperation.txt html/_sources/contribution/development/document.txt html/_sources/contribution/development/query.txt html/_sources/contribution/development/release.txt html/_sources/contribution/development/repository.txt html/_sources/contribution/development/test.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/contribution/development' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/server/http' + /usr/bin/install -c -m 644 html/server/http/comparison.html html/server/http/groonga-httpd.html html/server/http/groonga.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/server/http' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/troubleshooting' + /usr/bin/install -c -m 644 html/_sources/troubleshooting/different_results_with_the_same_keyword.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/troubleshooting' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/tutorial' + /usr/bin/install -c -m 644 html/_sources/tutorial/data.txt html/_sources/tutorial/drilldown.txt html/_sources/tutorial/index.txt html/_sources/tutorial/introduction.txt html/_sources/tutorial/lexicon.txt html/_sources/tutorial/match_columns.txt html/_sources/tutorial/micro_blog.txt html/_sources/tutorial/network.txt html/_sources/tutorial/patricia_trie.txt html/_sources/tutorial/query_expansion.txt html/_sources/tutorial/search.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/tutorial' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/contribution' + /usr/bin/install -c -m 644 html/_sources/contribution/development.txt html/_sources/contribution/documentation.txt html/_sources/contribution/report.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/contribution' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/query_expanders' + /usr/bin/install -c -m 644 html/reference/query_expanders/tsv.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/reference/query_expanders' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/server' + /usr/bin/install -c -m 644 html/_sources/server/gqtp.txt html/_sources/server/http.txt html/_sources/server/package.txt '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/_sources/server' + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/contribution/development' + /usr/bin/install -c -m 644 html/contribution/development/com.html html/contribution/development/cooperation.html html/contribution/development/document.html html/contribution/development/query.html html/contribution/development/release.html html/contribution/development/repository.html html/contribution/development/test.html '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/share/doc/groonga/ja/html/contribution/development' +make[8]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make[7]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale/ja' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale' +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc/locale' +make[6]: Nothing to be done for `install-exec-am'. +make[6]: Nothing to be done for `install-data-am'. +make[6]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale' +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc/locale' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc' +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/doc' +make[5]: Nothing to be done for `install-exec-am'. +make[5]: Nothing to be done for `install-data-am'. +make[5]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc' +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/doc' +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7' +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7' +make[3]: Nothing to be done for `install-exec-am'. + /bin/mkdir -p '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/pkgconfig' + /usr/bin/install -c -m 644 groonga.pc '/home/groonga-build/build/groonga-3.0.7/debian/tmp/usr/lib/pkgconfig' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7' +make[2]: Leaving directory `/home/groonga-build/build/groonga-3.0.7' +make[1]: Leaving directory `/home/groonga-build/build/groonga-3.0.7' + debian/rules override_dh_install +make[1]: Entering directory `/home/groonga-build/build/groonga-3.0.7' +install -d debian/tmp/etc/munin/plugin-conf.d/ +install -m 0644 debian/groonga-munin-plugin.conf \ + debian/tmp/etc/munin/plugin-conf.d/groonga +mv debian/tmp/usr/share/doc/groonga/ \ + debian/tmp/usr/share/doc/groonga-doc/ +dh_install +make[1]: Leaving directory `/home/groonga-build/build/groonga-3.0.7' + dh_installdocs + dh_installchangelogs + dh_installexamples + dh_installman + dh_installcatalogs + dh_installcron + dh_installdebconf + dh_installemacsen + dh_installifupdown + dh_installinfo + dh_installinit + dh_installmenu + dh_installmime + dh_installmodules + dh_installlogcheck + dh_installlogrotate + dh_installpam + dh_installppp + dh_installudev + dh_installwm + dh_installxfonts + dh_installgsettings + dh_bugfiles + dh_ucf + dh_lintian + dh_gconf + dh_icons + dh_perl + dh_usrlocal + dh_link + dh_compress + dh_fixperms + dh_strip + dh_makeshlibs + dh_shlibdeps +dpkg-shlibdeps: warning: symbol pthread_mutexattr_init used by debian/libgroonga0/usr/lib/libgroonga.so.0.0.0 found in none of the libraries +dpkg-shlibdeps: warning: symbol pthread_condattr_setpshared used by debian/libgroonga0/usr/lib/libgroonga.so.0.0.0 found in none of the libraries +dpkg-shlibdeps: warning: symbol pthread_mutexattr_setpshared used by debian/libgroonga0/usr/lib/libgroonga.so.0.0.0 found in none of the libraries +dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libgroonga0/usr/lib/libgroonga.so.0.0.0 was not linked against libz.so.1 (it uses none of the library's symbols) +dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libgroonga0/usr/lib/libgroonga.so.0.0.0 debian/libgroonga0/usr/lib/groonga/plugins/table/table.so were not linked against libmsgpack.so.3 (they use none of the library's symbols) +dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/groonga-plugin-suggest/usr/bin/groonga-suggest-create-dataset was not linked against libdl.so.2 (it uses none of the library's symbols) +dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/groonga-plugin-suggest/usr/bin/groonga-suggest-create-dataset was not linked against libz.so.1 (it uses none of the library's symbols) +dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/groonga-plugin-suggest/usr/bin/groonga-suggest-create-dataset was not linked against libgcc_s.so.1 (it uses none of the library's symbols) +dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/groonga-plugin-suggest/usr/bin/groonga-suggest-create-dataset was not linked against libstdc++.so.6 (it uses none of the library's symbols) +dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/groonga-plugin-suggest/usr/lib/groonga/plugins/suggest/suggest.so was not linked against libmsgpack.so.3 (it uses none of the library's symbols) +dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/groonga-plugin-suggest/usr/bin/groonga-suggest-create-dataset was not linked against librt.so.1 (it uses none of the library's symbols) +dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/groonga-bin/usr/bin/groonga debian/groonga-bin/usr/bin/groonga-benchmark were not linked against libdl.so.2 (they use none of the library's symbols) +dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/groonga-bin/usr/bin/groonga debian/groonga-bin/usr/bin/groonga-benchmark were not linked against libz.so.1 (they use none of the library's symbols) +dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/groonga-bin/usr/bin/groonga debian/groonga-bin/usr/bin/groonga-benchmark were not linked against libstdc++.so.6 (they use none of the library's symbols) +dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/groonga-bin/usr/bin/groonga debian/groonga-bin/usr/bin/groonga-benchmark were not linked against libmsgpack.so.3 (they use none of the library's symbols) +dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/groonga-bin/usr/bin/groonga debian/groonga-bin/usr/bin/groonga-benchmark were not linked against librt.so.1 (they use none of the library's symbols) + dh_installdeb + dh_gencontrol +dpkg-gencontrol: warning: Depends field of package groonga: unknown substitution variable ${shlibs:Depends} +dpkg-gencontrol: warning: Depends field of package groonga-server-common: unknown substitution variable ${shlibs:Depends} +dpkg-gencontrol: warning: Depends field of package groonga-server-http: unknown substitution variable ${shlibs:Depends} +dpkg-gencontrol: warning: Depends field of package groonga-server-gqtp: unknown substitution variable ${shlibs:Depends} +dpkg-gencontrol: warning: Depends field of package libgroonga-dev: unknown substitution variable ${shlibs:Depends} +dpkg-gencontrol: warning: Depends field of package groonga-examples: unknown substitution variable ${shlibs:Depends} + dh_md5sums + dh_builddeb +dpkg-deb: building package `groonga' in `../groonga_3.0.7-1_i386.deb'. +dpkg-deb: building package `groonga-server-common' in `../groonga-server-common_3.0.7-1_i386.deb'. +dpkg-deb: building package `groonga-server-http' in `../groonga-server-http_3.0.7-1_i386.deb'. +dpkg-deb: building package `groonga-server-gqtp' in `../groonga-server-gqtp_3.0.7-1_i386.deb'. +dpkg-deb: building package `libgroonga-dev' in `../libgroonga-dev_3.0.7-1_i386.deb'. +dpkg-deb: building package `libgroonga0' in `../libgroonga0_3.0.7-1_i386.deb'. +dpkg-deb: building package `groonga-tokenizer-mecab' in `../groonga-tokenizer-mecab_3.0.7-1_i386.deb'. +dpkg-deb: building package `groonga-plugin-suggest' in `../groonga-plugin-suggest_3.0.7-1_i386.deb'. +dpkg-deb: building package `groonga-bin' in `../groonga-bin_3.0.7-1_i386.deb'. +dpkg-deb: building package `groonga-httpd' in `../groonga-httpd_3.0.7-1_i386.deb'. +dpkg-deb: building package `groonga-doc' in `../groonga-doc_3.0.7-1_all.deb'. +dpkg-deb: building package `groonga-examples' in `../groonga-examples_3.0.7-1_i386.deb'. +dpkg-deb: building package `groonga-munin-plugins' in `../groonga-munin-plugins_3.0.7-1_i386.deb'. + dpkg-genchanges >../groonga_3.0.7-1_i386.changes +dpkg-genchanges: including full source code in upload + dpkg-source --after-build groonga-3.0.7 +dpkg-buildpackage: full upload (original source is included) +Now running lintian... +W: groonga source: changelog-should-mention-nmu +W: groonga source: source-nmu-has-incorrect-version-number 3.0.7-1 +W: groonga source: out-of-date-standards-version 3.9.1 (current is 3.9.4) +E: groonga-server-common: helper-templates-in-copyright +E: libgroonga-dev: helper-templates-in-copyright +E: groonga-munin-plugins: helper-templates-in-copyright +E: groonga-examples: helper-templates-in-copyright +E: groonga-server-http: helper-templates-in-copyright +W: groonga-plugin-suggest: hardening-no-relro usr/bin/groonga-suggest-create-dataset +W: groonga-plugin-suggest: hardening-no-fortify-functions usr/bin/groonga-suggest-create-dataset +W: groonga-plugin-suggest: hardening-no-relro usr/lib/groonga/plugins/suggest/suggest.so +W: groonga-plugin-suggest: hardening-no-fortify-functions usr/lib/groonga/plugins/suggest/suggest.so +E: groonga-plugin-suggest: helper-templates-in-copyright +W: groonga-plugin-suggest: binary-without-manpage usr/bin/groonga-suggest-create-dataset +E: groonga-plugin-suggest: non-empty-dependency_libs-in-la-file usr/lib/groonga/plugins/suggest/suggest.la +W: groonga-bin: hardening-no-relro usr/bin/groonga +W: groonga-bin: hardening-no-fortify-functions usr/bin/groonga +W: groonga-bin: hardening-no-relro usr/bin/groonga-benchmark +W: groonga-bin: hardening-no-fortify-functions usr/bin/groonga-benchmark +E: groonga-bin: helper-templates-in-copyright +W: groonga-bin: extra-license-file usr/share/groonga/html/admin/js/jquery.flot.license.txt +W: groonga-bin: manpage-has-errors-from-man usr/share/man/ja/man1/groonga.1.gz <standard input> (<standard input>):104485: character above first line discarded +W: groonga-bin: manpage-has-errors-from-man usr/share/man/man1/groonga.1.gz 4171: warning [p 42, 2.0i]: can't break line +W: groonga-bin: binary-without-manpage usr/bin/groonga-benchmark +W: groonga-tokenizer-mecab: hardening-no-relro usr/lib/groonga/plugins/tokenizers/mecab.so +E: groonga-tokenizer-mecab: helper-templates-in-copyright +E: groonga-tokenizer-mecab: non-empty-dependency_libs-in-la-file usr/lib/groonga/plugins/tokenizers/mecab.la +E: groonga-doc: helper-templates-in-copyright +W: groonga-doc: embedded-javascript-library usr/share/doc/groonga-doc/en/html/_static/underscore.js +W: groonga-doc: embedded-javascript-library usr/share/doc/groonga-doc/ja/html/_static/underscore.js +W: libgroonga0: hardening-no-relro usr/lib/groonga/plugins/query_expanders/tsv.so +W: libgroonga0: hardening-no-relro usr/lib/groonga/plugins/table/table.so +W: libgroonga0: hardening-no-relro usr/lib/libgroonga.so.0.0.0 +W: libgroonga0: hardening-no-fortify-functions usr/lib/libgroonga.so.0.0.0 +E: libgroonga0: helper-templates-in-copyright +E: libgroonga0: non-empty-dependency_libs-in-la-file usr/lib/groonga/plugins/query_expanders/tsv.la +E: libgroonga0: non-empty-dependency_libs-in-la-file usr/lib/groonga/plugins/table/table.la +E: groonga-server-gqtp: helper-templates-in-copyright +W: groonga-httpd: hardening-no-relro usr/sbin/groonga-httpd +W: groonga-httpd: hardening-no-fortify-functions usr/sbin/groonga-httpd +E: groonga-httpd: helper-templates-in-copyright +W: groonga-httpd: binary-without-manpage usr/sbin/groonga-httpd +W: groonga-httpd: binary-without-manpage usr/sbin/groonga-httpd-restart +E: groonga: helper-templates-in-copyright +Finished running lintian. +cp: cannot create regular file ‘/var/lib/chroot/jessie-i386/tmp/’: Not a directory +Failed cp ./../groonga-3.0.7.tar.gz /var/lib/chroot/jessie-i386/tmp/ +Get: 1 http://ftp.jp.debian.org unstable InRelease [204 kB] +Get: 2 http://ftp.jp.debian.org unstable/main i386 Packages/DiffIndex [7876 B] +Get: 3 http://ftp.jp.debian.org unstable/main Translation-en/DiffIndex [7876 B] +Get: 4 http://ftp.jp.debian.org unstable/main i386 2013-09-12-0234.17.pdiff [14.9 kB] +Get: 5 http://ftp.jp.debian.org unstable/main i386 2013-09-12-0234.17.pdiff [14.9 kB] +Get: 6 http://ftp.jp.debian.org unstable/main 2013-09-12-0234.17.pdiff [1802 B] +Get: 7 http://ftp.jp.debian.org unstable/main 2013-09-12-0234.17.pdiff [1802 B] +Get: 8 http://ftp.jp.debian.org unstable/main i386 2013-09-12-0832.45.pdiff [2695 B] +Get: 9 http://ftp.jp.debian.org unstable/main i386 2013-09-12-0832.45.pdiff [2695 B] +Get: 10 http://ftp.jp.debian.org unstable/main 2013-09-12-0832.45.pdiff [1342 B] +Get: 11 http://ftp.jp.debian.org unstable/main 2013-09-12-0832.45.pdiff [1342 B] +Fetched 241 kB in 4s (52.7 kB/s) +Reading package lists... +Reading package lists... +Building dependency tree... +Reading state information... +Reading extended state information... +Initializing package states... +Reading task descriptions... +Resolving dependencies... +The following NEW packages will be installed: + libudev1{a} [204-3] (D: udev) +The following packages will be upgraded: + perl [5.18.1-3 -> 5.18.1-4] perl-base [5.18.1-3 -> 5.18.1-4] + perl-modules [5.18.1-3 -> 5.18.1-4] udev [175-7.2 -> 204-3] +4 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded. +Need to get 6818 kB of archives. After unpacking 5403 kB will be used. +Writing extended state information... +Get: 1 http://ftp.jp.debian.org/debian/ unstable/main perl i386 5.18.1-4 [2156 kB] +Get: 2 http://ftp.jp.debian.org/debian/ unstable/main perl-base i386 5.18.1-4 [1133 kB] +Get: 3 http://ftp.jp.debian.org/debian/ unstable/main perl-modules all 5.18.1-4 [2723 kB] +Get: 4 http://ftp.jp.debian.org/debian/ unstable/main libudev1 i386 204-3 [43.1 kB] +Get: 5 http://ftp.jp.debian.org/debian/ unstable/main udev i386 204-3 [762 kB] +Fetched 6818 kB in 1s (5381 kB/s) +dpkg-preconfigure: unable to re-open stdin: No such file or directory +(Reading database ... 24071 files and directories currently installed.) +Preparing to replace perl 5.18.1-3 (using .../perl_5.18.1-4_i386.deb) ... +Unpacking replacement perl ... +Preparing to replace perl-base 5.18.1-3 (using .../perl-base_5.18.1-4_i386.deb) ... +Unpacking replacement perl-base ... +Processing triggers for man-db ... +Setting up perl-base (5.18.1-4) ... +(Reading database ... 24071 files and directories currently installed.) +Preparing to replace perl-modules 5.18.1-3 (using .../perl-modules_5.18.1-4_all.deb) ... +Unpacking replacement perl-modules ... +Selecting previously unselected package libudev1:i386. +Unpacking libudev1:i386 (from .../libudev1_204-3_i386.deb) ... +Preparing to replace udev 175-7.2 (using .../archives/udev_204-3_i386.deb) ... +Moving obsolete conffile /etc/init.d/udev-mtab out of the way... +Unpacking replacement udev ... +Processing triggers for man-db ... +Setting up libudev1:i386 (204-3) ... +Setting up udev (204-3) ... +Installing new version of config file /etc/udev/udev.conf ... +Installing new version of config file /etc/init.d/udev ... +A chroot environment has been detected, udev not started. +A chroot environment has been detected, udev not started. +Removing obsolete conffile /etc/init.d/udev-mtab ... +Setting up perl-modules (5.18.1-4) ... +Setting up perl (5.18.1-4) ... +Processing triggers for libc-bin ... +Reading package lists... +Building dependency tree... +Reading state information... +Reading extended state information... +Initializing package states... +Writing extended state information... +Reading task descriptions... +Reading package lists... +Building dependency tree... +Reading state information... +Reading extended state information... +Initializing package states... +Reading task descriptions... +No packages will be installed, upgraded, or removed. +0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. +Need to get 0 B of archives. After unpacking 0 B will be used. +Writing extended state information... +Reading package lists... +Building dependency tree... +Reading state information... +Reading extended state information... +Initializing package states... +Reading task descriptions... +Reading package lists... +Building dependency tree... +Reading state information... +Reading extended state information... +Initializing package states... +Reading task descriptions... +No packages will be installed, upgraded, or removed. +0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. +Need to get 0 B of archives. After unpacking 0 B will be used. +Writing extended state information... +Reading package lists... +Building dependency tree... +Reading state information... +Reading extended state information... +Initializing package states... +Reading task descriptions... + dpkg-buildpackage -rfakeroot -D -us -uc +dpkg-buildpackage: source package groonga +dpkg-buildpackage: source version 3.0.7-1 +dpkg-buildpackage: source distribution unstable +dpkg-buildpackage: source changed by HAYASHI Kentaro <hayashi �� clear-code.com> + dpkg-source --before-build groonga-3.0.7 +dpkg-buildpackage: host architecture i386 + fakeroot debian/rules clean +dh clean + dh_testdir + dh_auto_clean + dh_clean + dpkg-source -b groonga-3.0.7 +dpkg-source: info: using source format `3.0 (quilt)' +dpkg-source: info: building groonga using existing ./groonga_3.0.7.orig.tar.gz +dpkg-source: info: building groonga in groonga_3.0.7-1.debian.tar.gz +dpkg-source: info: building groonga in groonga_3.0.7-1.dsc + debian/rules build +make: `build' is up to date. + fakeroot debian/rules binary +dh binary + dh_testdir + debian/rules override_dh_auto_configure +make[1]: Entering directory `/home/groonga-build/build/groonga-3.0.7' +dh_auto_configure -- --with-munin-plugins CFLAGS="-O0 -g3" CXXFLAGS="-O0 -g3" +checking for a BSD-compatible install... /usr/bin/install -c +checking whether build environment is sane... yes +checking for a thread-safe mkdir -p... /bin/mkdir -p +checking for gawk... no +checking for mawk... mawk +checking whether make sets $(MAKE)... yes +checking how to create a pax tar archive... gnutar +checking whether make supports nested variables... yes +checking build system type... i486-pc-linux-gnu +checking host system type... i486-pc-linux-gnu +checking for native Win32... no +checking for some Win32 platform... no +checking for NetBSD.... no +checking for Solaris.... no +checking for style of include used by make... GNU +checking for gcc... 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... o +checking whether we are using the GNU C compiler... yes +checking whether gcc accepts -g... yes +checking for gcc option to accept ISO C89... none needed +checking dependency style of gcc... none +checking how to run the C preprocessor... gcc -E +checking for grep that handles long lines and -e... /bin/grep +checking for egrep... /bin/grep -E +checking for ANSI C header files... yes +checking for sys/types.h... yes +checking for sys/stat.h... yes +checking for stdlib.h... yes +checking for string.h... yes +checking for memory.h... yes +checking for strings.h... yes +checking for inttypes.h... yes +checking for stdint.h... yes +checking for unistd.h... yes +checking whether byte ordering is bigendian... no +checking for g++... g++ +checking whether we are using the GNU C++ compiler... yes +checking whether g++ accepts -g... yes +checking dependency style of g++... none +checking for gcc... (cached) gcc +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 dependency style of gcc... (cached) none +checking whether gcc and cc understand -c and -o together... yes +checking for clang... no +checking if gcc supports -Wall... yes +checking if g++ supports -Wall... yes +checking if gcc supports -Wextra... yes +checking if g++ supports -Wextra... yes +checking if gcc supports -Wno-unused-but-set-variable... yes +checking if g++ supports -Wno-unused-but-set-variable... yes +checking if gcc supports -Wno-unused-parameter... yes +checking if g++ supports -Wno-unused-parameter... yes +checking if gcc supports -Wno-sign-compare... yes +checking if g++ supports -Wno-sign-compare... yes +checking if gcc supports -Wno-pointer-sign... yes +checking if gcc supports -Wno-missing-field-initializers... yes +checking if g++ supports -Wno-missing-field-initializers... yes +checking if gcc supports -Wformat=2... yes +checking if g++ supports -Wformat=2... yes +checking if gcc supports -Wstrict-aliasing=2... yes +checking if g++ supports -Wstrict-aliasing=2... yes +checking if gcc supports -Wdisabled-optimization... yes +checking if g++ supports -Wdisabled-optimization... yes +checking if gcc supports -Wfloat-equal... yes +checking if g++ supports -Wfloat-equal... yes +checking if gcc supports -Wpointer-arith... yes +checking if g++ supports -Wpointer-arith... yes +checking if gcc supports -Wdeclaration-after-statement... yes +checking if gcc supports -Wbad-function-cast... yes +checking if gcc supports -Wcast-align... yes +checking if g++ supports -Wcast-align... yes +checking if gcc supports -Wredundant-decls... yes +checking if g++ supports -Wredundant-decls... yes +checking if gcc supports -Wwrite-strings... yes +checking if g++ supports -Wwrite-strings... yes +checking if g++ supports -fexceptions... yes +checking if g++ supports -fimplicit-templates... yes +checking if gcc supports -Wno-clobbered... yes +checking if g++ supports -Wno-clobbered... yes +checking how to print strings... printf +checking for a sed that does not truncate output... /bin/sed +checking for fgrep... /bin/grep -F +checking for ld used by gcc... /usr/bin/ld +checking if the linker (/usr/bin/ld) is GNU ld... yes +checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B +checking the name lister (/usr/bin/nm -B) interface... BSD nm +checking whether ln -s works... yes +checking the maximum length of command line arguments... 805306365 +checking whether the shell understands some XSI constructs... yes +checking whether the shell understands "+="... yes +checking how to convert i486-pc-linux-gnu file names to i486-pc-linux-gnu format... func_convert_file_noop +checking how to convert i486-pc-linux-gnu file names to toolchain format... func_convert_file_noop +checking for /usr/bin/ld option to reload object files... -r +checking for objdump... objdump +checking how to recognize dependent libraries... pass_all +checking for dlltool... dlltool +checking how to associate runtime and link libraries... printf %s\n +checking for ar... ar +checking for archiver @FILE support... @ +checking for strip... strip +checking for ranlib... ranlib +checking command to parse /usr/bin/nm -B output from gcc object... ok +checking for sysroot... no +checking for mt... mt +checking if mt is a manifest tool... no +checking for dlfcn.h... yes +checking for objdir... .libs +checking if gcc supports -fno-rtti -fno-exceptions... no +checking for gcc option to produce PIC... -fPIC -DPIC +checking if gcc PIC flag -fPIC -DPIC works... yes +checking if gcc static flag -static works... yes +checking if gcc supports -c -o file.o... yes +checking if gcc supports -c -o file.o... (cached) yes +checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes +checking whether -lc should be explicitly linked in... no +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... yes +checking whether to build static libraries... yes +checking how to run the C++ preprocessor... g++ -E +checking for ld used by g++... /usr/bin/ld +checking if the linker (/usr/bin/ld) is GNU ld... yes +checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes +checking for g++ option to produce PIC... -fPIC -DPIC +checking if g++ PIC flag -fPIC -DPIC works... yes +checking if g++ static flag -static works... yes +checking if g++ supports -c -o file.o... yes +checking if g++ supports -c -o file.o... (cached) yes +checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes +checking dynamic linker characteristics... (cached) GNU/Linux ld.so +checking how to hardcode library paths into programs... immediate +configure: creating ./config.lt +config.lt: creating libtool +checking for library containing log... -lm +checking for fpclassify... yes +checking for dlfcn.h... (cached) yes +checking errno.h usability... yes +checking errno.h presence... yes +checking for errno.h... yes +checking execinfo.h usability... yes +checking execinfo.h presence... yes +checking for execinfo.h... yes +checking for inttypes.h... (cached) yes +checking netdb.h usability... yes +checking netdb.h presence... yes +checking for netdb.h... yes +checking netinet/in.h usability... yes +checking netinet/in.h presence... yes +checking for netinet/in.h... yes +checking netinet/tcp.h usability... yes +checking netinet/tcp.h presence... yes +checking for netinet/tcp.h... yes +checking signal.h usability... yes +checking signal.h presence... yes +checking for signal.h... yes +checking for stdint.h... (cached) yes +checking for stdlib.h... (cached) yes +checking sys/mman.h usability... yes +checking sys/mman.h presence... yes +checking for sys/mman.h... yes +checking sys/param.h usability... yes +checking sys/param.h presence... yes +checking for sys/param.h... yes +checking sys/resource.h usability... yes +checking sys/resource.h presence... yes +checking for sys/resource.h... yes +checking sys/socket.h usability... yes +checking sys/socket.h presence... yes +checking for sys/socket.h... yes +checking sys/sysctl.h usability... yes +checking sys/sysctl.h presence... yes +checking for sys/sysctl.h... yes +checking sys/time.h usability... yes +checking sys/time.h presence... yes +checking for sys/time.h... yes +checking sys/timeb.h usability... yes +checking sys/timeb.h presence... yes +checking for sys/timeb.h... yes +checking for sys/types.h... (cached) yes +checking sys/wait.h usability... yes +checking sys/wait.h presence... yes +checking for sys/wait.h... yes +checking time.h usability... yes +checking time.h presence... yes +checking for time.h... yes +checking ucontext.h usability... yes +checking ucontext.h presence... yes +checking for ucontext.h... yes +checking for unistd.h... (cached) yes +checking for _strnicmp... no +checking for _strtoui64... no +checking for close... yes +checking for gmtime_r... yes +checking for localtime_r... yes +checking for mkostemp... yes +checking for open... yes +checking for read... yes +checking for strncasecmp... yes +checking for strtoull... yes +checking for write... yes +checking for library containing backtrace... none required +checking for library containing clock_gettime... none required +checking for special C compiler options needed for large files... no +checking for _FILE_OFFSET_BITS value needed for large files... 64 +checking for off_t... yes +checking for size_t... yes +checking size of off_t... 8 +checking pthread.h usability... yes +checking pthread.h presence... yes +checking for pthread.h... yes +checking for library containing pthread_create... -lpthread +checking for pthread_mutexattr_setpshared... yes +checking for pthread_condattr_setpshared... yes +checking for library containing gethostbyname... none required +checking for library containing socket... none required +checking for library containing dlopen... -ldl +checking whether enable uyield... no +checking whether enable exact-alloc-count... yes +checking whether enable fmalloc... no +checking whether enable abort... no +checking whether allow dynamic memory allocation change... no +checking whether debug memory management... no +checking sys/epoll.h usability... yes +checking sys/epoll.h presence... yes +checking for sys/epoll.h... yes +checking for epoll_create... yes +checking whether MSG_MORE defined... no +checking whether MSG_NOSIGNAL defined... no +checking for benchmark availablity... +checking for inkscape... no +checking for library containing compress... -lz +checking whether enable MeCab... yes +checking for mecab-config... /usr/bin/mecab-config +checking for library containing mecab_new... -lmecab +checking mecab.h usability... yes +checking mecab.h presence... yes +checking for mecab.h... yes +checking for mecab_dictionary_info_t... yes +checking whether enable KyTea... auto +checking whether enable futex... no +checking for library containing event_init... none required +checking for library containing msgpack_version... -lmsgpack +checking whether enable document... auto +checking whether document available... yes +checking whether document buildable... no +checking whether having built document... yes +checking whether install munin plugins... yes +checking whether package platform... no +checking for the suffix of plugin shared libraries... .so +checking whether enable mruby... no +configure: creating ./config.status +config.status: creating Makefile +config.status: creating build/Makefile +config.status: creating build/cmake_modules/Makefile +config.status: creating src/Makefile +config.status: creating src/suggest/Makefile +config.status: creating src/httpd/Makefile +config.status: creating lib/Makefile +config.status: creating lib/dat/Makefile +config.status: creating include/Makefile +config.status: creating include/groonga/Makefile +config.status: creating plugins/Makefile +config.status: creating plugins/tokenizers/Makefile +config.status: creating plugins/suggest/Makefile +config.status: creating plugins/table/Makefile +config.status: creating plugins/query_expanders/Makefile +config.status: creating examples/Makefile +config.status: creating examples/dictionary/Makefile +config.status: creating examples/dictionary/edict/Makefile +config.status: creating examples/dictionary/eijiro/Makefile +config.status: creating examples/dictionary/gene95/Makefile +config.status: creating examples/dictionary/jmdict/Makefile +config.status: creating packages/Makefile +config.status: creating packages/apt/Makefile +config.status: creating packages/rpm/Makefile +config.status: creating packages/rpm/centos/Makefile +config.status: creating packages/rpm/fedora/Makefile +config.status: creating packages/yum/Makefile +config.status: creating packages/source/Makefile +config.status: creating packages/windows/Makefile +config.status: creating packages/windows/patches/Makefile +config.status: creating packages/windows/language-files/Makefile +config.status: creating packages/windows/setup-x64.nsi +config.status: creating data/Makefile +config.status: creating data/images/Makefile +config.status: creating data/images/logo/Makefile +config.status: creating data/html/Makefile +config.status: creating data/munin/Makefile +config.status: creating data/init.d/Makefile +config.status: creating data/init.d/redhat/Makefile +config.status: creating data/init.d/redhat/sysconfig/Makefile +config.status: creating data/logrotate.d/Makefile +config.status: creating data/logrotate.d/redhat/Makefile +config.status: creating data/systemd/Makefile +config.status: creating data/systemd/fedora/Makefile +config.status: creating data/systemd/fedora/sysconfig/Makefile +config.status: creating data/scripts/Makefile +config.status: creating tools/Makefile +config.status: creating doc/Makefile +config.status: creating doc/locale/Makefile +config.status: creating doc/locale/en/Makefile +config.status: creating doc/locale/en/LC_MESSAGES/Makefile +config.status: creating doc/locale/ja/Makefile +config.status: creating doc/locale/ja/LC_MESSAGES/Makefile +config.status: creating test/Makefile +config.status: creating test/unit/Makefile +config.status: creating test/unit/lib/Makefile +config.status: creating test/unit/lib/ruby/Makefile +config.status: creating test/unit/fixtures/Makefile +config.status: creating test/unit/fixtures/inverted-index/Makefile +config.status: creating test/unit/fixtures/stress/Makefile +config.status: creating test/unit/fixtures/performance/Makefile +config.status: creating test/unit/fixtures/plugins/Makefile +config.status: creating test/unit/fixtures/geo/Makefile +config.status: creating test/unit/fixtures/story/Makefile +config.status: creating test/unit/fixtures/story/taiyaki/Makefile +config.status: creating test/unit/util/Makefile +config.status: creating test/unit/core/Makefile +config.status: creating test/unit/core/dat/Makefile +config.status: creating test/unit/memcached/Makefile +config.status: creating test/unit/http/Makefile +config.status: creating test/unit/story/Makefile +config.status: creating test/unit/groonga-benchmark/Makefile +config.status: creating test/command/Makefile +config.status: creating test/benchmark/Makefile +config.status: creating test/benchmark/fixtures/Makefile +config.status: creating test/benchmark/fixtures/geo-select/Makefile +config.status: creating test/benchmark/lib/Makefile +config.status: creating vendor/Makefile +config.status: creating vendor/mruby/Makefile +config.status: creating packages/rpm/centos/groonga.spec +config.status: creating packages/rpm/fedora/groonga.spec +config.status: creating packages/apt/debian/groonga-keyring.postrm +config.status: creating groonga.pc +config.status: creating groonga-httpd-conf.sh +config.status: creating data/groonga-httpd.conf +config.status: creating data/scripts/groonga-httpd-restart +config.status: creating config.h +config.status: executing depfiles commands +config.status: executing libtool commands +=== configuring in src/httpd (/home/groonga-build/build/groonga-3.0.7/src/httpd) +configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--build=i486-linux-gnu' '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--libexecdir=${prefix}/lib/groonga' '--disable-maintainer-mode' '--disable-dependency-tracking' '--with-munin-plugins' 'CFLAGS=-O0 -g3' 'CXXFLAGS=-O0 -g3' 'build_alias=i486-linux-gnu' --cache-file=/dev/null --srcdir=. +checking for OS + + Linux 3.8.0-19-generic x86_64 +checking for C compiler ... found + + using GNU C compiler +checking for gcc builtin atomic operations ... found +checking for C99 variadic macros ... found +checking for gcc variadic macros ... found +checking for unistd.h ... found +checking for inttypes.h ... found +checking for limits.h ... found +checking for sys/filio.h ... not found +checking for sys/param.h ... found +checking for sys/mount.h ... found +checking for sys/statvfs.h ... found +checking for crypt.h ... found +checking for Linux specific features +checking for epoll ... found +checking for sendfile() ... found +checking for sendfile64() ... found +checking for sys/prctl.h ... found +checking for prctl(PR_SET_DUMPABLE) ... found +checking for sched_setaffinity() ... found +checking for crypt_r() ... found +checking for sys/vfs.h ... found +checking for nobody group ... not found +checking for nogroup group ... found +checking for poll() ... found +checking for /dev/poll ... not found +checking for kqueue ... not found +checking for crypt() ... not found +checking for crypt() in libcrypt ... found +checking for F_READAHEAD ... not found +checking for posix_fadvise() ... found +checking for O_DIRECT ... found +checking for F_NOCACHE ... not found +checking for directio() ... not found +checking for statfs() ... found +checking for statvfs() ... found +checking for dlopen() ... not found +checking for dlopen() in libdl ... found +checking for sched_yield() ... found +checking for SO_SETFIB ... not found +checking for SO_ACCEPTFILTER ... not found +checking for TCP_DEFER_ACCEPT ... found +checking for TCP_KEEPIDLE, TCP_KEEPINTVL, TCP_KEEPCNT ... found +checking for TCP_INFO ... found +checking for accept4() ... found +checking for int size ... 4 bytes +checking for long size ... 4 bytes +checking for long long size ... 8 bytes +checking for void * size ... 4 bytes +checking for uint64_t ... found +checking for sig_atomic_t ... found +checking for sig_atomic_t size ... 4 bytes +checking for socklen_t ... found +checking for in_addr_t ... found +checking for in_port_t ... found +checking for rlim_t ... found +checking for uintptr_t ... uintptr_t found +checking for system byte ordering ... little endian +checking for size_t size ... 4 bytes +checking for off_t size ... 8 bytes +checking for time_t size ... 4 bytes +checking for setproctitle() ... not found +checking for pread() ... found +checking for pwrite() ... found +checking for sys_nerr ... found +checking for localtime_r() ... found +checking for posix_memalign() ... found +checking for memalign() ... found +checking for mmap(MAP_ANON|MAP_SHARED) ... found +checking for mmap("/dev/zero", MAP_SHARED) ... found +checking for System V shared memory ... found +checking for POSIX semaphores ... not found +checking for POSIX semaphores in libpthread ... found +checking for struct msghdr.msg_control ... found +checking for ioctl(FIONBIO) ... found +checking for struct tm.tm_gmtoff ... found +checking for struct dirent.d_namlen ... not found +checking for struct dirent.d_type ... found +checking for sysconf(_SC_NPROCESSORS_ONLN) ... found +checking for openat(), fstatat() ... found +checking for getaddrinfo() ... found +configuring additional modules +adding module in /home/groonga-build/build/groonga-3.0.7/src/httpd/nginx-module + + ngx_http_groonga_module was configured +checking for md5 in system md library ... not found +checking for md5 in system md5 library ... not found +checking for md5 in system OpenSSL crypto library ... not found +checking for sha1 in system md library ... not found +checking for sha1 in system OpenSSL crypto library ... not found +checking for zlib library ... found +creating objs/Makefile + +Configuration summary + + PCRE library is not used + + OpenSSL library is not used + + using builtin md5 code + + sha1 library is not found + + using system zlib library + + nginx path prefix: "/etc/groonga/httpd" + nginx binary file: "/usr/sbin/groonga-httpd" + nginx configuration prefix: "/etc/groonga/httpd" + nginx configuration file: "/etc/groonga/httpd/groonga-httpd.conf" + nginx pid file: "/var/run/groonga/groonga-httpd.pid" + nginx error log file: "/var/log/groonga/httpd/error.log" + nginx http access log file: "/var/log/groonga/httpd/access.log" + nginx http client request body temporary files: "client_body_temp" + nginx http proxy temporary files: "proxy_temp" + nginx http fastcgi temporary files: "fastcgi_temp" + nginx http uwsgi temporary files: "uwsgi_temp" + nginx http scgi temporary files: "scgi_temp" + +groonga 3.0.7 configuration: +----------------------- + Compiler: gcc + CFLAGS: -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings + CXXFLAGS: -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wcast-align -Wredundant-decls -Wwrite-strings -fexceptions -fimplicit-templates + Libraries: -lz -ldl -lpthread -lm + Stack size: 1024 + Document: yes + buildable: no + built: yes + Munin plugins: yes + Package platform: no + +Paths: + Install path prefix: /usr + Configuration file: /etc/groonga/groonga.conf + +Tokenizers: + MeCab: yes + CPPFLAGS: -I/usr/include + LDFLAGS: -L/usr/lib + LIBS: -lmecab + KyTea: no + +Libraries: + ZeroMQ: no + libevent: yes + CFLAGS: + LIBS: -levent + MessagePack: yes + CFLAGS: -I/usr/include + LIBS: -L/usr/lib -lmsgpack + mruby: no + +groonga-httpd: + enable: yes + default database path: /var/lib/groonga/db/db + PCRE: + +Tools: + yacc: + hg: + Ruby: + Cutter: + +For packages: + rsync path: packages �� packages.groonga.org:public + GPG UID: 45499429 + +Now type 'make' to build groonga 3.0.7! +make[1]: Leaving directory `/home/groonga-build/build/groonga-3.0.7' + dh_auto_build +make[1]: Entering directory `/home/groonga-build/build/groonga-3.0.7' +make all-recursive +make[2]: Entering directory `/home/groonga-build/build/groonga-3.0.7' +Making all in build +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/build' +Making all in cmake_modules +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/build/cmake_modules' +make[4]: Nothing to be done for `all'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/build/cmake_modules' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/build' +make[4]: Nothing to be done for `all-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/build' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/build' +Making all in include +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/include' +Making all in groonga +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/include/groonga' +make[4]: Nothing to be done for `all'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/include/groonga' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/include' +make[4]: Nothing to be done for `all-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/include' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/include' +Making all in vendor +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor' +Making all in mruby +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/mruby' +make[4]: Nothing to be done for `all'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor/mruby' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor' +make[4]: Nothing to be done for `all-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/vendor' +Making all in lib +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/lib' +Making all in dat +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/lib/dat' + CXX cursor-factory.lo + CXX file-impl.lo + CXX file.lo + CXX id-cursor.lo + CXX key-cursor.lo + CXX predictive-cursor.lo + CXX prefix-cursor.lo + CXX trie.lo + CXXLD libgrndat.la +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/lib/dat' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/lib' + CC com.lo + CC ctx.lo + CXX dat.lo + CC db.lo + CC error.lo + CC expr.lo +In file included from expr.c:5431:0: +ecmascript.c: In function 'yy_destructor': +ecmascript.c:73:45: warning: unused variable 'efsi' [-Wunused-variable] + #define grn_expr_parserARG_FETCH efs_info *efsi = yypParser->efsi + ^ +ecmascript.c:876:3: note: in expansion of macro 'grn_expr_parserARG_FETCH' + grn_expr_parserARG_FETCH; + ^ + CC geo.lo + CC hash.lo + CC ii.lo + CC io.lo + CC mrb.lo + CC nfkc.lo + CC normalizer.lo + CC output.lo + CC pat.lo + CC plugin.lo + CC proc.lo + CC snip.lo + CC store.lo + CC str.lo + CC string.lo + CC token.lo + CC tokenizer.lo + CC util.lo + CXXLD libgroonga.la +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/lib' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/lib' +Making all in plugins +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins' +Making all in tokenizers +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/tokenizers' + CC mecab_la-mecab.lo + CCLD mecab.la +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/tokenizers' +Making all in suggest +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/suggest' + CC suggest.lo + CCLD suggest.la +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/suggest' +Making all in table +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/table' + CC table.lo + CCLD table.la +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/table' +Making all in query_expanders +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins/query_expanders' + CC tsv.lo + CCLD tsv.la +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins/query_expanders' +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/plugins' +make[4]: Nothing to be done for `all-am'. +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins' +make[3]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/plugins' +Making all in src +make[3]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src' +Making all in suggest +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src/suggest' + CC groonga_suggest_create_dataset-groonga_suggest_create_dataset.o + CXXLD groonga-suggest-create-dataset +make[4]: Leaving directory `/home/groonga-build/build/groonga-3.0.7/src/suggest' +Making all in httpd +make[4]: Entering directory `/home/groonga-build/build/groonga-3.0.7/src/httpd' +(cd ../../vendor/nginx-1.4.2 && make build) +make[5]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +make -f objs/Makefile +make[6]: Entering directory `/home/groonga-build/build/groonga-3.0.7/vendor/nginx-1.4.2' +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/nginx.o \ + src/core/nginx.c +In file included from src/core/ngx_config.h:26:0, + from src/core/nginx.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] + extern char **environ; + ^ +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/nginx.c:8: +/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here + extern char **environ; + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/nginx.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/nginx.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/nginx.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/nginx.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:75:0, + from src/core/nginx.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] + extern ngx_pid_t ngx_pid; + ^ +In file included from src/core/ngx_core.h:47:0, + from src/core/nginx.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here + extern ngx_pid_t ngx_pid; + ^ +src/core/nginx.c: In function 'main': +src/core/nginx.c:220:9: warning: passing argument 1 of 'ngx_write_stderr' discards 'const' qualifier from pointer target type [enabled by default] + ngx_write_stderr("nginx version: " NGINX_VER NGX_LINEFEED); + ^ +In file included from src/core/ngx_core.h:50:0, + from src/core/nginx.c:9: +src/core/ngx_log.h:240:1: note: expected 'char *' but argument is of type 'const char *' + ngx_write_stderr(char *text) + ^ +src/core/nginx.c:247:17: warning: passing argument 1 of 'ngx_write_stderr' discards 'const' qualifier from pointer target type [enabled by default] + ); + ^ +In file included from src/core/ngx_core.h:50:0, + from src/core/nginx.c:9: +src/core/ngx_log.h:240:1: note: expected 'char *' but argument is of type 'const char *' + ngx_write_stderr(char *text) + ^ +src/core/nginx.c:262:17: warning: passing argument 1 of 'ngx_write_stderr' discards 'const' qualifier from pointer target type [enabled by default] + "configure arguments:" NGX_CONFIGURE NGX_LINEFEED); + ^ +In file included from src/core/ngx_core.h:50:0, + from src/core/nginx.c:9: +src/core/ngx_log.h:240:1: note: expected 'char *' but argument is of type 'const char *' + ngx_write_stderr(char *text) + ^ +src/core/nginx.c: In function 'ngx_exec_new_binary': +src/core/nginx.c:585:14: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] + ctx.name = "new binary process"; + ^ +src/core/nginx.c:617:14: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] + env[n++] = "SPARE=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" + ^ +src/core/nginx.c: In function 'ngx_core_module_init_conf': +src/core/nginx.c:1050:23: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] + ccf->username = NGX_USER; + ^ +src/core/nginx.c: In function 'ngx_set_user': +src/core/nginx.c:1137:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] + return "is duplicate"; + ^ +src/core/nginx.c: In function 'ngx_set_priority': +src/core/nginx.c:1219:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] + return "is duplicate"; + ^ +src/core/nginx.c:1239:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] + return "invalid number"; + ^ +src/core/nginx.c: In function 'ngx_set_cpu_affinity': +src/core/nginx.c:1262:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] + return "is duplicate"; + ^ +src/core/nginx.c: In function 'ngx_set_worker_processes': +src/core/nginx.c:1351:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] + return "is duplicate"; + ^ +src/core/nginx.c:1364:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] + return "invalid value"; + ^ +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_log.o \ + src/core/ngx_log.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_log.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] + extern char **environ; + ^ +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_log.c:8: +/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here + extern char **environ; + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_log.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_log.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_log.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_log.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_log.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] + extern ngx_pid_t ngx_pid; + ^ +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_log.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here + extern ngx_pid_t ngx_pid; + ^ +src/core/ngx_log.c: In function 'ngx_error_log': +src/core/ngx_log.c:434:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] + return "is duplicate"; + ^ +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_palloc.o \ + src/core/ngx_palloc.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_palloc.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] + extern char **environ; + ^ +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_palloc.c:8: +/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here + extern char **environ; + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_palloc.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_palloc.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_palloc.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_palloc.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_palloc.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] + extern ngx_pid_t ngx_pid; + ^ +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_palloc.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here + extern ngx_pid_t ngx_pid; + ^ +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_array.o \ + src/core/ngx_array.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_array.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] + extern char **environ; + ^ +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_array.c:8: +/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here + extern char **environ; + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_array.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_array.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_array.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_array.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_array.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] + extern ngx_pid_t ngx_pid; + ^ +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_array.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here + extern ngx_pid_t ngx_pid; + ^ +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_list.o \ + src/core/ngx_list.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_list.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] + extern char **environ; + ^ +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_list.c:8: +/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here + extern char **environ; + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_list.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_list.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_list.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_list.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_list.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] + extern ngx_pid_t ngx_pid; + ^ +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_list.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here + extern ngx_pid_t ngx_pid; + ^ +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_hash.o \ + src/core/ngx_hash.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_hash.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] + extern char **environ; + ^ +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_hash.c:8: +/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here + extern char **environ; + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_hash.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_hash.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_hash.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_hash.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_hash.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] + extern ngx_pid_t ngx_pid; + ^ +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_hash.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here + extern ngx_pid_t ngx_pid; + ^ +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_buf.o \ + src/core/ngx_buf.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_buf.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] + extern char **environ; + ^ +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_buf.c:8: +/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here + extern char **environ; + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_buf.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_buf.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_buf.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_buf.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_buf.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] + extern ngx_pid_t ngx_pid; + ^ +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_buf.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here + extern ngx_pid_t ngx_pid; + ^ +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_queue.o \ + src/core/ngx_queue.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_queue.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] + extern char **environ; + ^ +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_queue.c:8: +/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here + extern char **environ; + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_queue.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_queue.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_queue.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_queue.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_queue.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] + extern ngx_pid_t ngx_pid; + ^ +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_queue.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here + extern ngx_pid_t ngx_pid; + ^ +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_output_chain.o \ + src/core/ngx_output_chain.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_output_chain.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] + extern char **environ; + ^ +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_output_chain.c:8: +/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here + extern char **environ; + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_output_chain.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_output_chain.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_output_chain.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_output_chain.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_output_chain.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] + extern ngx_pid_t ngx_pid; + ^ +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_output_chain.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here + extern ngx_pid_t ngx_pid; + ^ +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_string.o \ + src/core/ngx_string.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_string.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] + extern char **environ; + ^ +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_string.c:8: +/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here + extern char **environ; + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_string.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_string.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_string.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_string.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_string.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] + extern ngx_pid_t ngx_pid; + ^ +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_string.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here + extern ngx_pid_t ngx_pid; + ^ +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_parse.o \ + src/core/ngx_parse.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_parse.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] + extern char **environ; + ^ +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_parse.c:8: +/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here + extern char **environ; + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_parse.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_parse.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_parse.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_parse.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_parse.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] + extern ngx_pid_t ngx_pid; + ^ +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_parse.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here + extern ngx_pid_t ngx_pid; + ^ +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_inet.o \ + src/core/ngx_inet.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_inet.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] + extern char **environ; + ^ +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_inet.c:8: +/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here + extern char **environ; + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_inet.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_inet.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_inet.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_inet.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_inet.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] + extern ngx_pid_t ngx_pid; + ^ +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_inet.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here + extern ngx_pid_t ngx_pid; + ^ +src/core/ngx_inet.c: In function 'ngx_parse_unix_domain_url': +src/core/ngx_inet.c:561:16: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] + u->err = "no path in the unix domain socket"; + ^ +src/core/ngx_inet.c:569:16: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] + u->err = "too long path in the unix domain socket"; + ^ +src/core/ngx_inet.c: In function 'ngx_parse_inet_url': +src/core/ngx_inet.c:646:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] + u->err = "invalid host"; + ^ +src/core/ngx_inet.c:668:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] + u->err = "invalid port"; + ^ +src/core/ngx_inet.c:692:32: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] + u->err = "invalid port"; + ^ +src/core/ngx_inet.c:717:16: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] + u->err = "no host"; + ^ +src/core/ngx_inet.c: In function 'ngx_parse_inet6_url': +src/core/ngx_inet.c:923:12: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] + u->err = "the INET6 sockets are not supported on this platform"; + ^ +src/core/ngx_inet.c: In function 'ngx_inet_resolve_host': +src/core/ngx_inet.c:1105:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] + u->err = "host not found"; + ^ +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_file.o \ + src/core/ngx_file.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_file.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] + extern char **environ; + ^ +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_file.c:8: +/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here + extern char **environ; + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_file.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_file.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_file.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_file.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_file.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] + extern ngx_pid_t ngx_pid; + ^ +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_file.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here + extern ngx_pid_t ngx_pid; + ^ +src/core/ngx_file.c: In function 'ngx_conf_set_path_slot': +src/core/ngx_file.c:251:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] + return "is duplicate"; + ^ +src/core/ngx_file.c:280:13: warning: return discards 'const' qualifier from pointer target type [enabled by default] + return "invalid value"; + ^ +src/core/ngx_file.c: In function 'ngx_conf_set_access_slot': +src/core/ngx_file.c:357:9: warning: return discards 'const' qualifier from pointer target type [enabled by default] + return "is duplicate"; + ^ +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_crc32.o \ + src/core/ngx_crc32.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_crc32.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] + extern char **environ; + ^ +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_crc32.c:8: +/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here + extern char **environ; + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_crc32.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_crc32.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_crc32.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_crc32.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_crc32.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] + extern ngx_pid_t ngx_pid; + ^ +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_crc32.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here + extern ngx_pid_t ngx_pid; + ^ +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_murmurhash.o \ + src/core/ngx_murmurhash.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_murmurhash.c:7: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] + extern char **environ; + ^ +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_murmurhash.c:7: +/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here + extern char **environ; + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_murmurhash.c:8: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_murmurhash.c:8: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_murmurhash.c:8: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_murmurhash.c:8: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_murmurhash.c:8: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] + extern ngx_pid_t ngx_pid; + ^ +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_murmurhash.c:8: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here + extern ngx_pid_t ngx_pid; + ^ +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_md5.o \ + src/core/ngx_md5.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_md5.c:11: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] + extern char **environ; + ^ +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_md5.c:11: +/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here + extern char **environ; + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_md5.c:12: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_md5.c:12: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_md5.c:12: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_md5.c:12: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_md5.c:12: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] + extern ngx_pid_t ngx_pid; + ^ +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_md5.c:12: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here + extern ngx_pid_t ngx_pid; + ^ +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_rbtree.o \ + src/core/ngx_rbtree.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_rbtree.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] + extern char **environ; + ^ +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_rbtree.c:8: +/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here + extern char **environ; + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_rbtree.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_rbtree.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_rbtree.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_rbtree.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_rbtree.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] + extern ngx_pid_t ngx_pid; + ^ +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_rbtree.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here + extern ngx_pid_t ngx_pid; + ^ +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_radix_tree.o \ + src/core/ngx_radix_tree.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_radix_tree.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] + extern char **environ; + ^ +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_radix_tree.c:8: +/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here + extern char **environ; + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_radix_tree.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_radix_tree.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_radix_tree.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_radix_tree.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_radix_tree.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] + extern ngx_pid_t ngx_pid; + ^ +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_radix_tree.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here + extern ngx_pid_t ngx_pid; + ^ +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_slab.o \ + src/core/ngx_slab.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_slab.c:7: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] + extern char **environ; + ^ +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_slab.c:7: +/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here + extern char **environ; + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_slab.c:8: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_slab.c:8: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_slab.c:8: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_slab.c:8: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_slab.c:8: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] + extern ngx_pid_t ngx_pid; + ^ +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_slab.c:8: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here + extern ngx_pid_t ngx_pid; + ^ +src/core/ngx_slab.c: In function 'ngx_slab_free_locked': +src/core/ngx_slab.c:420:9: warning: passing argument 3 of 'ngx_slab_error' discards 'const' qualifier from pointer target type [enabled by default] + ngx_slab_error(pool, NGX_LOG_ALERT, "ngx_slab_free(): outside of pool"); + ^ +src/core/ngx_slab.c:63:13: note: expected 'char *' but argument is of type 'const char *' + static void ngx_slab_error(ngx_slab_pool_t *pool, ngx_uint_t level, + ^ +src/core/ngx_slab.c:569:28: warning: passing argument 3 of 'ngx_slab_error' discards 'const' qualifier from pointer target type [enabled by default] + "ngx_slab_free(): page is already free"); + ^ +src/core/ngx_slab.c:63:13: note: expected 'char *' but argument is of type 'const char *' + static void ngx_slab_error(ngx_slab_pool_t *pool, ngx_uint_t level, + ^ +src/core/ngx_slab.c:575:28: warning: passing argument 3 of 'ngx_slab_error' discards 'const' qualifier from pointer target type [enabled by default] + "ngx_slab_free(): pointer to wrong page"); + ^ +src/core/ngx_slab.c:63:13: note: expected 'char *' but argument is of type 'const char *' + static void ngx_slab_error(ngx_slab_pool_t *pool, ngx_uint_t level, + ^ +src/core/ngx_slab.c:602:20: warning: passing argument 3 of 'ngx_slab_error' discards 'const' qualifier from pointer target type [enabled by default] + "ngx_slab_free(): pointer to wrong chunk"); + ^ +src/core/ngx_slab.c:63:13: note: expected 'char *' but argument is of type 'const char *' + static void ngx_slab_error(ngx_slab_pool_t *pool, ngx_uint_t level, + ^ +src/core/ngx_slab.c:609:20: warning: passing argument 3 of 'ngx_slab_error' discards 'const' qualifier from pointer target type [enabled by default] + "ngx_slab_free(): chunk is already free"); + ^ +src/core/ngx_slab.c:63:13: note: expected 'char *' but argument is of type 'const char *' + static void ngx_slab_error(ngx_slab_pool_t *pool, ngx_uint_t level, + ^ +src/core/ngx_slab.c: In function 'ngx_slab_alloc_pages': +src/core/ngx_slab.c:660:5: warning: passing argument 3 of 'ngx_slab_error' discards 'const' qualifier from pointer target type [enabled by default] + ngx_slab_error(pool, NGX_LOG_CRIT, "ngx_slab_alloc() failed: no memory"); + ^ +src/core/ngx_slab.c:63:13: note: expected 'char *' but argument is of type 'const char *' + static void ngx_slab_error(ngx_slab_pool_t *pool, ngx_uint_t level, + ^ +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_times.o \ + src/core/ngx_times.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_times.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] + extern char **environ; + ^ +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_times.c:8: +/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here + extern char **environ; + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_times.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_times.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_times.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_times.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_times.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] + extern ngx_pid_t ngx_pid; + ^ +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_times.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here + extern ngx_pid_t ngx_pid; + ^ +src/core/ngx_times.c:55:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] + static char *week[] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" }; + ^ +src/core/ngx_times.c:55:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:55:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:55:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:55:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:55:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:55:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:56:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] + static char *months[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", + ^ +src/core/ngx_times.c:56:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:56:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:56:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:56:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:56:1: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:57:28: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] + "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" }; + ^ +src/core/ngx_times.c:57:28: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:57:28: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:57:28: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:57:28: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +src/core/ngx_times.c:57:28: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_shmtx.o \ + src/core/ngx_shmtx.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_shmtx.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] + extern char **environ; + ^ +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_shmtx.c:8: +/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here + extern char **environ; + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_shmtx.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_shmtx.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_shmtx.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_shmtx.c:9: +src/os/unix/ngx_alloc.h:17:7: note: previous declaration of 'ngx_calloc' was here + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:75:0, + from src/core/ngx_shmtx.c:9: +src/os/unix/ngx_process_cycle.h:42:24: warning: redundant redeclaration of 'ngx_pid' [-Wredundant-decls] + extern ngx_pid_t ngx_pid; + ^ +In file included from src/core/ngx_core.h:47:0, + from src/core/ngx_shmtx.c:9: +src/os/unix/ngx_process.h:81:23: note: previous declaration of 'ngx_pid' was here + extern ngx_pid_t ngx_pid; + ^ +cc -c -O0 -g3 -Wall -Wextra -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign -Wno-missing-field-initializers -Wformat=2 -Wstrict-aliasing=2 -Wdisabled-optimization -Wfloat-equal -Wpointer-arith -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wredundant-decls -Wwrite-strings -I/home/groonga-build/build/groonga-3.0.7/include -DNGX_HTTP_GROONGA_LOG_PATH=\""/var/log/groonga/httpd/groonga.log"\" -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ + -o objs/src/core/ngx_connection.o \ + src/core/ngx_connection.c +In file included from src/core/ngx_config.h:26:0, + from src/core/ngx_connection.c:8: +src/os/unix/ngx_linux_config.h:115:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] + extern char **environ; + ^ +In file included from src/os/unix/ngx_linux_config.h:20:0, + from src/core/ngx_config.h:26, + from src/core/ngx_connection.c:8: +/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here + extern char **environ; + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_connection.c:9: +src/core/ngx_palloc.h:75:7: warning: redundant redeclaration of 'ngx_alloc' [-Wredundant-decls] + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_connection.c:9: +src/os/unix/ngx_alloc.h:16:7: note: previous declaration of 'ngx_alloc' was here + void *ngx_alloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:52:0, + from src/core/ngx_connection.c:9: +src/core/ngx_palloc.h:76:7: warning: redundant redeclaration of 'ngx_calloc' [-Wredundant-decls] + void *ngx_calloc(size_t size, ngx_log_t *log); + ^ +In file included from src/core/ngx_core.h:51:0, + from src/core/ngx_connection.c:9: ... truncated to 1.0MB