Build of namazu with clang_glibc toolchain

The build took 00h 01m 48s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
18,230 perl
14,243 ansic
9,337 sh
8,883 makefile
1,147 lisp
51,840 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: namazu 2.0.21-2 (Thu Apr 13 15:18:42 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) perl-file-mmagic-1.30-2
#
# Total Installed Size: 0.09 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing perl-file-mmagic...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ANSI C... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... none
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether ln -s works... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for ld used by GCC... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for BSD-compatible nm... nm
# checking for a sed that does not truncate output... /usr/bin/sed
# checking how to recognise dependent libraries... pass_all
# checking command to parse nm output... ok
# checking how to run the C preprocessor... clang -E
# checking for egrep... 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 dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... strip
# checking for objdir... .libs
# checking for clang option to produce PIC... -fPIC
# checking if clang PIC flag -fPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.lo... yes
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking whether the linker (/usr/bin/ld) supports shared libraries... yes
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking whether -lc should be explicitly linked in... no
# creating libtool
# checking whether make sets $(MAKE)... (cached) yes
# checking for strerror in -lcposix... no
# checking whether NLS is requested... yes
# checking for msgfmt... /usr/bin/msgfmt
# checking for gmsgfmt... /usr/bin/msgfmt
# checking for xgettext... /usr/bin/xgettext
# checking for msgmerge... /usr/bin/msgmerge
# checking for ld used by GCC... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for shared library run path origin... done
# checking whether NLS is requested... yes
# checking for GNU gettext in libc... yes
# checking whether to use NLS... yes
# checking where the gettext function comes from... libc
# checking for LC_MESSAGES... yes
# checking for main in -lm... yes
# checking for ANSI C header files... (cached) yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking for unistd.h... (cached) yes
# checking for string.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking locale.h usability... yes
# checking locale.h presence... yes
# checking for locale.h... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking whether byte ordering is bigendian... no
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking whether char is unsigned... no
# checking for int... yes
# checking size of int... 4
# checking for long... yes
# checking size of long... 8
# checking for long long... yes
# checking size of long long... 8
# checking for pid_t... yes
# checking for size_t... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for getpagesize... yes
# checking for working mmap... yes
# checking for working memcmp... yes
# checking for vprintf... yes
# checking for _doprnt... no
# checking for getcwd... yes
# checking for getwd... yes
# checking for putenv... yes
# checking for setenv... yes
# checking for strdup... yes
# checking for strspn... yes
# checking for setlocale... yes
# checking for strstr... yes
# checking for memmove... yes
# checking for memset... yes
# checking for strcspn... yes
# checking for strerror... yes
# checking for strcasecmp... yes
# checking for strncasecmp... yes
# checking for vsnprintf... yes
# checking if malloc debugging is wanted... no
# checking for admin's email address... webmaster@89ef9752ea57.cs.ucl.ac.uk
# checking for perl5... no
# checking for perl... /usr/bin/perl
# checking for NKF perl module... no
# checking for nkf... no
# configure: WARNING: NKF (network kanji filter) not found
# checking for Text::Kakasi perl module... no
# checking for kakasi... no
# checking for Text::ChaSen perl module... no
# checking for chasen... no
# checking for MeCab perl module... no
# checking for mecab... no
# checking for default wakatigaki processor... configure: WARNING: KAKASI or ChaSen are required to handle Japanese
# none
# checking for File::MMagic perl module... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating nmz-config
# config.status: creating namazu.spec
# config.status: creating conf/Makefile
# config.status: creating doc/Makefile
# config.status: creating doc/en/Makefile
# config.status: creating doc/ja/Makefile
# config.status: creating etc/Makefile
# config.status: creating filter/Makefile
# config.status: creating filter/win32/Makefile
# config.status: creating m4/Makefile
# config.status: creating lib/Makefile
# config.status: creating lisp/Makefile
# config.status: creating man/Makefile
# config.status: creating nmz/Makefile
# config.status: creating pl/Makefile
# config.status: creating pl/var.pl
# config.status: creating pl/conf.pl
# config.status: creating po/Makefile.in
# config.status: creating scripts/Makefile
# config.status: creating src/Makefile
# config.status: creating template/Makefile
# config.status: creating contrib/Makefile
# config.status: creating tests/Makefile
# config.status: creating tests/data/Makefile
# config.status: creating tests/data/ja/Makefile
# config.status: creating tests/data/ja-spec/Makefile
# config.status: creating tests/data/en/Makefile
# config.status: creating tests/data/query/Makefile
# config.status: creating tests/data/html-split/Makefile
# config.status: creating tests/data/filter/Makefile
# config.status: creating tests/data/emphasize/Makefile
# config.status: creating tests/data/dup-field/Makefile
# config.status: creating tests/data/decodebase64/Makefile
# config.status: creating pltests/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing default-1 commands
# config.status: creating po/POTFILES
# config.status: creating po/Makefile
# config.status: executing default commands
# make all-recursive
# make[1]: Entering directory '/tmp/namazu/src/namazu-2.0.21'
# Making all in m4
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/m4'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/m4'
# Making all in conf
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/conf'
# perl -pe 's/^/\x23 / unless /^(\x23|package|$)/' ../pl/conf.pl | perl -pe 's/^#\[WIN\].*$//s' > mknmzrc-sample
# perl -pe 's/^/\x23 / unless /^(\x23|package|$)/' ../pl/conf.pl | perl -pe 's/^#\[WIN\]\s+//' > mknmzrc-sample.win32
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/conf'
# Making all in doc
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/doc'
# Making all in en
# make[3]: Entering directory '/tmp/namazu/src/namazu-2.0.21/doc/en'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/doc/en'
# Making all in ja
# make[3]: Entering directory '/tmp/namazu/src/namazu-2.0.21/doc/ja'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/doc/ja'
# make[3]: Entering directory '/tmp/namazu/src/namazu-2.0.21/doc'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/doc'
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/doc'
# Making all in etc
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/etc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/etc'
# Making all in filter
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/filter'
# make[3]: Entering directory '/tmp/namazu/src/namazu-2.0.21/filter'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/filter'
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/filter'
# Making all in po
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/po'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/po'
# Making all in lib
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/lib'
# clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -pedantic -c `test -f 'getopt.c' || echo './'`getopt.c
# clang -DHAVE_CONFIG_H -I. -I. -I.. -Wall -pedantic -c `test -f 'getopt1.c' || echo './'`getopt1.c
# rm -f libnmzut.a
# ar cru libnmzut.a getopt.o getopt1.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libnmzut.a
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/lib'
# Making all in nmz
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/nmz'
# /bin/sh ../libtool --mode=compile clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c -o alias.lo `test -f 'alias.c' || echo './'`alias.c
# mkdir .libs
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c alias.c -fPIC -DPIC -o .libs/alias.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c alias.c -o alias.o >/dev/null 2>&1
# mv -f .libs/alias.lo alias.lo
# /bin/sh ../libtool --mode=compile clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c -o codeconv.lo `test -f 'codeconv.c' || echo './'`codeconv.c
# rm -f .libs/codeconv.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c codeconv.c -fPIC -DPIC -o .libs/codeconv.lo
# codeconv.c:206:11: warning: comparison of constant 159 with boolean expression is always true [-Wtautological-constant-out-of-range-compare]
# else if (iskanji1st(c)) {
# ^~~~~~~~~~~~~
# codeconv.c:73:36: note: expanded from macro 'iskanji1st'
# (uchar)(c)) <= 0x9f || \
# ~~~~~~~~~~~ ^ ~~~~
# 1 warning generated.
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c codeconv.c -o codeconv.o >/dev/null 2>&1
# mv -f .libs/codeconv.lo codeconv.lo
# /bin/sh ../libtool --mode=compile clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c -o field.lo `test -f 'field.c' || echo './'`field.c
# rm -f .libs/field.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c field.c -fPIC -DPIC -o .libs/field.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c field.c -o field.o >/dev/null 2>&1
# mv -f .libs/field.lo field.lo
# /bin/sh ../libtool --mode=compile clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c -o hlist.lo `test -f 'hlist.c' || echo './'`hlist.c
# rm -f .libs/hlist.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c hlist.c -fPIC -DPIC -o .libs/hlist.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c hlist.c -o hlist.o >/dev/null 2>&1
# mv -f .libs/hlist.lo hlist.lo
# /bin/sh ../libtool --mode=compile clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c -o i18n.lo `test -f 'i18n.c' || echo './'`i18n.c
# rm -f .libs/i18n.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c i18n.c -fPIC -DPIC -o .libs/i18n.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c i18n.c -o i18n.o >/dev/null 2>&1
# mv -f .libs/i18n.lo i18n.lo
# /bin/sh ../libtool --mode=compile clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c -o idxname.lo `test -f 'idxname.c' || echo './'`idxname.c
# rm -f .libs/idxname.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c idxname.c -fPIC -DPIC -o .libs/idxname.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c idxname.c -o idxname.o >/dev/null 2>&1
# mv -f .libs/idxname.lo idxname.lo
# /bin/sh ../libtool --mode=compile clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c -o libnamazu.lo `test -f 'libnamazu.c' || echo './'`libnamazu.c
# rm -f .libs/libnamazu.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c libnamazu.c -fPIC -DPIC -o .libs/libnamazu.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c libnamazu.c -o libnamazu.o >/dev/null 2>&1
# mv -f .libs/libnamazu.lo libnamazu.lo
# /bin/sh ../libtool --mode=compile clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c -o l10n-ja.lo `test -f 'l10n-ja.c' || echo './'`l10n-ja.c
# rm -f .libs/l10n-ja.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c l10n-ja.c -fPIC -DPIC -o .libs/l10n-ja.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c l10n-ja.c -o l10n-ja.o >/dev/null 2>&1
# mv -f .libs/l10n-ja.lo l10n-ja.lo
# /bin/sh ../libtool --mode=compile clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c -o parser.lo `test -f 'parser.c' || echo './'`parser.c
# rm -f .libs/parser.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c parser.c -fPIC -DPIC -o .libs/parser.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c parser.c -o parser.o >/dev/null 2>&1
# mv -f .libs/parser.lo parser.lo
# /bin/sh ../libtool --mode=compile clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c -o query.lo `test -f 'query.c' || echo './'`query.c
# rm -f .libs/query.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c query.c -fPIC -DPIC -o .libs/query.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c query.c -o query.o >/dev/null 2>&1
# mv -f .libs/query.lo query.lo
# /bin/sh ../libtool --mode=compile clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c -o re.lo `test -f 're.c' || echo './'`re.c
# rm -f .libs/re.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c re.c -fPIC -DPIC -o .libs/re.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c re.c -o re.o >/dev/null 2>&1
# mv -f .libs/re.lo re.lo
# /bin/sh ../libtool --mode=compile clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c -o replace.lo `test -f 'replace.c' || echo './'`replace.c
# rm -f .libs/replace.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c replace.c -fPIC -DPIC -o .libs/replace.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c replace.c -o replace.o >/dev/null 2>&1
# mv -f .libs/replace.lo replace.lo
# /bin/sh ../libtool --mode=compile clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c -o regex.lo `test -f 'regex.c' || echo './'`regex.c
# rm -f .libs/regex.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c regex.c -fPIC -DPIC -o .libs/regex.lo
# regex.c:1372:7: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
# c, p-pattern);
# ^~~~~~~~~
# regex.c:1528:40: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# set_list_bits(0x80, 0xffffffff, b);
# ^
# regex.c:1558:40: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# set_list_bits(0x80, 0xffffffff, b);
# ^
# regex.c:1575:40: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# set_list_bits(0x80, 0xffffffff, b);
# ^
# regex.c:1601:34: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers]
# c = read_special(p, pend, &pp);
# ^~~
# regex.c:1629:29: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# set_list_bits(last, c, b);
# ^
# regex.c:1724:24: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# set_list_bits(c, c, b);
# ^
# regex.c:2030:4: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
# p-pattern);
# ^~~~~~~~~
# regex.c:2720:52: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (slow_match(little, little+llen, big, bend, translate))
# ^~~~~~~~~
# regex.c:3255:25: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# pos = slow_search(bufp->must+1, len,
# ^~~~~~~~~~~~
# regex.c:3256:4: warning: passing 'const char *' to parameter of type 'unsigned char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# string+pbeg, pend-pbeg,
# ^~~~~~~~~~~
# regex.c:3257:4: warning: passing 'const unsigned char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# MAY_TRANSLATE()?translate:0);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# regex.c:476:25: note: expanded from macro 'MAY_TRANSLATE'
# #define MAY_TRANSLATE() ((bufp->options&(RE_OPTION_IGNORECASE|RE_MAY_IGNORECASE)) && translate)
# ^
# regex.c:3260:23: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# pos = bm_search(bufp->must+1, len,
# ^~~~~~~~~~~~
# regex.c:3261:9: warning: passing 'const char *' to parameter of type 'unsigned char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# string+pbeg, pend-pbeg,
# ^~~~~~~~~~~
# regex.c:3263:9: warning: passing 'const unsigned char *' to parameter of type 'unsigned char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# MAY_TRANSLATE()?translate:0);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# regex.c:476:25: note: expanded from macro 'MAY_TRANSLATE'
# #define MAY_TRANSLATE() ((bufp->options&(RE_OPTION_IGNORECASE|RE_MAY_IGNORECASE)) && translate)
# ^
# regex.c:3357:25: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (!is_in_list(c, bufp->stclass+1)) break;
# ^~~~~~~~~~~~~~~
# regex.c:3360:24: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (is_in_list(c, bufp->stclass+1)) break;
# ^~~~~~~~~~~~~~~
# 17 warnings generated.
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c regex.c -o regex.o >/dev/null 2>&1
# mv -f .libs/regex.lo regex.lo
# /bin/sh ../libtool --mode=compile clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c -o search.lo `test -f 'search.c' || echo './'`search.c
# rm -f .libs/search.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c search.c -fPIC -DPIC -o .libs/search.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c search.c -o search.o >/dev/null 2>&1
# mv -f .libs/search.lo search.lo
# /bin/sh ../libtool --mode=compile clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c -o seed.lo `test -f 'seed.c' || echo './'`seed.c
# rm -f .libs/seed.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c seed.c -fPIC -DPIC -o .libs/seed.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c seed.c -o seed.o >/dev/null 2>&1
# mv -f .libs/seed.lo seed.lo
# /bin/sh ../libtool --mode=compile clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c -o util.lo `test -f 'util.c' || echo './'`util.c
# rm -f .libs/util.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c util.c -fPIC -DPIC -o .libs/util.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c util.c -o util.o >/dev/null 2>&1
# mv -f .libs/util.lo util.lo
# /bin/sh ../libtool --mode=compile clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c -o var.lo `test -f 'var.c' || echo './'`var.c
# rm -f .libs/var.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c var.c -fPIC -DPIC -o .libs/var.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c var.c -o var.o >/dev/null 2>&1
# mv -f .libs/var.lo var.lo
# /bin/sh ../libtool --mode=compile clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c -o wakati.lo `test -f 'wakati.c' || echo './'`wakati.c
# rm -f .libs/wakati.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c wakati.c -fPIC -DPIC -o .libs/wakati.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c wakati.c -o wakati.o >/dev/null 2>&1
# mv -f .libs/wakati.lo wakati.lo
# /bin/sh ../libtool --mode=compile clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c -o score.lo `test -f 'score.c' || echo './'`score.c
# rm -f .libs/score.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c score.c -fPIC -DPIC -o .libs/score.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c score.c -o score.o >/dev/null 2>&1
# mv -f .libs/score.lo score.lo
# /bin/sh ../libtool --mode=compile clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c -o list.lo `test -f 'list.c' || echo './'`list.c
# rm -f .libs/list.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c list.c -fPIC -DPIC -o .libs/list.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c list.c -o list.o >/dev/null 2>&1
# mv -f .libs/list.lo list.lo
# /bin/sh ../libtool --mode=compile clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c -o nmzversion.lo `test -f 'nmzversion.c' || echo './'`nmzversion.c
# rm -f .libs/nmzversion.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c nmzversion.c -fPIC -DPIC -o .libs/nmzversion.lo
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DNO_ALLOCA -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../lib -I./../src -I../intl -I./../nmz -Wall -pedantic -c nmzversion.c -o nmzversion.o >/dev/null 2>&1
# mv -f .libs/nmzversion.lo nmzversion.lo
# /bin/sh ../libtool --mode=link clang -Wall -pedantic -o libnmz.la -rpath /usr/lib/namazu -version-info 8:3:1 alias.lo codeconv.lo field.lo hlist.lo i18n.lo idxname.lo libnamazu.lo l10n-ja.lo parser.lo query.lo re.lo replace.lo regex.lo search.lo seed.lo util.lo var.lo wakati.lo score.lo list.lo nmzversion.lo -lm
# rm -fr .libs/libnmz.la .libs/libnmz.* .libs/libnmz.*
# clang -shared alias.lo codeconv.lo field.lo hlist.lo i18n.lo idxname.lo libnamazu.lo l10n-ja.lo parser.lo query.lo re.lo replace.lo regex.lo search.lo seed.lo util.lo var.lo wakati.lo score.lo list.lo nmzversion.lo -lm -Wl,-soname -Wl,libnmz.so.7 -o .libs/libnmz.so.7.1.3
# (cd .libs && rm -f libnmz.so.7 && ln -s libnmz.so.7.1.3 libnmz.so.7)
# (cd .libs && rm -f libnmz.so && ln -s libnmz.so.7.1.3 libnmz.so)
# ar cru .libs/libnmz.a alias.o codeconv.o field.o hlist.o i18n.o idxname.o libnamazu.o l10n-ja.o parser.o query.o re.o replace.o regex.o search.o seed.o util.o var.o wakati.o score.o list.o nmzversion.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib .libs/libnmz.a
# creating libnmz.la
# (cd .libs && rm -f libnmz.la && ln -s ../libnmz.la libnmz.la)
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/nmz'
# Making all in pl
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/pl'
# rm -f gettext.pl
# sed -e 's!@LOCALEDIR@!/usr/share/locale!g' \
# ./gettext.pl.in > gettext.pl
# rm -f filter.pl
# sed -e 's!@pkgdatadir@!/usr/share/namazu!g' \
# ./filter.pl.in > filter.pl.tmp
# mv filter.pl.tmp filter.pl
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/pl'
# Making all in src
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/src'
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I./../lib -I./../nmz -Wall -pedantic -c `test -f 'form.c' || echo './'`form.c
# form.c:383:21: warning: field width should have type 'int', but argument has type 'size_t' (aka 'unsigned long') [-Wformat]
# fprintf(stdout, "%*.*s", l, l, start);
# ~~^~~ ~
# 1 warning generated.
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I./../lib -I./../nmz -Wall -pedantic -c `test -f 'namazu.c' || echo './'`namazu.c
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I./../lib -I./../nmz -Wall -pedantic -c `test -f 'output.c' || echo './'`output.c
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I./../lib -I./../nmz -Wall -pedantic -c `test -f 'rcfile.c' || echo './'`rcfile.c
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I./../lib -I./../nmz -Wall -pedantic -c `test -f 'charset.c' || echo './'`charset.c
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I./../lib -I./../nmz -Wall -pedantic -c `test -f 'result.c' || echo './'`result.c
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I./../lib -I./../nmz -Wall -pedantic -c `test -f 'usage.c' || echo './'`usage.c
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I./../lib -I./../nmz -Wall -pedantic -c `test -f 'namazu-cmd.c' || echo './'`namazu-cmd.c
# /bin/sh ../libtool --mode=link clang -Wall -pedantic -o namazu form.o namazu.o output.o rcfile.o charset.o result.o usage.o namazu-cmd.o ../nmz/libnmz.la ../lib/libnmzut.a -lm
# mkdir .libs
# clang -Wall -pedantic -o .libs/namazu form.o namazu.o output.o rcfile.o charset.o result.o usage.o namazu-cmd.o ../nmz/.libs/libnmz.so ../lib/libnmzut.a -lm -Wl,--rpath -Wl,/usr/lib/namazu
# creating namazu
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I./../lib -I./../nmz -Wall -pedantic -c `test -f 'cgi.c' || echo './'`cgi.c
# clang -DLOCALEDIR=\"/usr/share/locale\" -DOPT_CONFDIR=\"/etc/namazu\" -DOPT_INDEXDIR=\"/var/lib/namazu/index\" -DHAVE_SUPPORT_H -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I./../lib -I./../nmz -Wall -pedantic -c `test -f 'namazu-cgi.c' || echo './'`namazu-cgi.c
# /bin/sh ../libtool --mode=link clang -Wall -pedantic -o namazu.cgi form.o namazu.o output.o rcfile.o charset.o result.o usage.o cgi.o namazu-cgi.o ../nmz/libnmz.la ../lib/libnmzut.a -lm
# clang -Wall -pedantic -o .libs/namazu.cgi form.o namazu.o output.o rcfile.o charset.o result.o usage.o cgi.o namazu-cgi.o ../nmz/.libs/libnmz.so ../lib/libnmzut.a -lm -Wl,--rpath -Wl,/usr/lib/namazu
# creating namazu.cgi
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/src'
# Making all in lisp
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/lisp'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/lisp'
# Making all in scripts
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/scripts'
# rm -f bnamazu
# sed -e 's!%PERL%!/usr/bin/perl!g' \
# -e 's!@pkgdatadir@!/usr/share/namazu!g' ./bnamazu.in > bnamazu.tmp
# mv bnamazu.tmp bnamazu
# chmod +x bnamazu
# rm -f gcnmz
# sed -e 's!%PERL%!/usr/bin/perl!g' \
# -e 's!@pkgdatadir@!/usr/share/namazu!g' ./gcnmz.in > gcnmz.tmp
# mv gcnmz.tmp gcnmz
# chmod +x gcnmz
# rm -f kwnmz
# sed -e 's!%PERL%!/usr/bin/perl!g' \
# -e 's!@pkgdatadir@!/usr/share/namazu!g' ./kwnmz.in > kwnmz.tmp
# mv kwnmz.tmp kwnmz
# chmod +x kwnmz
# rm -f mailutime
# sed -e 's!%PERL%!/usr/bin/perl!g' \
# -e 's!@pkgdatadir@!/usr/share/namazu!g' ./mailutime.in > mailutime.tmp
# mv mailutime.tmp mailutime
# chmod +x mailutime
# rm -f mknmz
# sed -e 's!%PERL%!/usr/bin/perl!g' \
# -e 's!%ADDITIONAL_INC%!.!g' \
# -e 's!@pkgdatadir@!/usr/share/namazu!g' \
# -e 's!@CONFDIR@!/etc/namazu!g' ./mknmz.in >mknmz.tmp
# mv mknmz.tmp mknmz
# chmod +x mknmz
# rm -f nmzgrep
# sed -e 's!%PERL%!/usr/bin/perl!g' \
# -e 's!@pkgdatadir@!/usr/share/namazu!g' ./nmzgrep.in > nmzgrep.tmp
# mv nmzgrep.tmp nmzgrep
# chmod +x nmzgrep
# rm -f rfnmz
# sed -e 's!%PERL%!/usr/bin/perl!g' \
# -e 's!@pkgdatadir@!/usr/share/namazu!g' ./rfnmz.in > rfnmz.tmp
# mv rfnmz.tmp rfnmz
# chmod +x rfnmz
# rm -f vfnmz
# sed -e 's!%PERL%!/usr/bin/perl!g' \
# -e 's!@pkgdatadir@!/usr/share/namazu!g' ./vfnmz.in > vfnmz.tmp
# mv vfnmz.tmp vfnmz
# chmod +x vfnmz
# rm -f lnnmz
# sed -e 's!%PERL%!/usr/bin/perl!g' \
# -e 's!@pkgdatadir@!/usr/share/namazu!g' ./lnnmz.in > lnnmz.tmp
# mv lnnmz.tmp lnnmz
# chmod +x lnnmz
# rm -f adnmz
# sed -e 's!%PERL%!/usr/bin/perl!g' \
# -e 's!@pkgdatadir@!/usr/share/namazu!g' ./adnmz.in > adnmz.tmp
# mv adnmz.tmp adnmz
# chmod +x adnmz
# rm -f nmzmerge
# sed -e 's!%PERL%!/usr/bin/perl!g' \
# -e 's!@pkgdatadir@!/usr/share/namazu!g' ./nmzmerge.in > nmzmerge.tmp
# mv nmzmerge.tmp nmzmerge
# chmod +x nmzmerge
# rm -f nmzegrep
# sed -e 's!%PERL%!/usr/bin/perl!g' \
# -e 's!@pkgdatadir@!/usr/share/namazu!g' ./nmzegrep.in > nmzegrep.tmp
# mv nmzegrep.tmp nmzegrep
# chmod +x nmzegrep
# rm -f nmzcat
# sed -e 's!%PERL%!/usr/bin/perl!g' \
# -e 's!@pkgdatadir@!/usr/share/namazu!g' ./nmzcat.in > nmzcat.tmp
# mv nmzcat.tmp nmzcat
# chmod +x nmzcat
# rm -f gtnmz
# sed -e 's!%PERL%!/usr/bin/perl!g' \
# -e 's!@pkgdatadir@!/usr/share/namazu!g' ./gtnmz.in > gtnmz.tmp
# mv gtnmz.tmp gtnmz
# chmod +x gtnmz
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/scripts'
# Making all in man
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/man'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/man'
# Making all in tests
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests'
# Making all in data
# make[3]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data'
# Making all in en
# make[4]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/en'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/en'
# Making all in ja
# make[4]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/ja'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/ja'
# Making all in query
# make[4]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/query'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/query'
# Making all in html-split
# make[4]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/html-split'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/html-split'
# Making all in filter
# make[4]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/filter'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/filter'
# Making all in ja-spec
# make[4]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/ja-spec'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/ja-spec'
# Making all in emphasize
# make[4]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/emphasize'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/emphasize'
# Making all in dup-field
# make[4]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/dup-field'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/dup-field'
# Making all in decodebase64
# make[4]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/decodebase64'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/decodebase64'
# make[4]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data'
# make[3]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data'
# make[3]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests'
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests'
# Making all in pltests
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/pltests'
# sed -e 's!%PERL%!/usr/bin/perl!g' \
# -e 's!@pkgdatadir@!/usr/share/namazu!g' ./pltests.pl.in > pltests.pl.tmp
# mv pltests.pl.tmp pltests.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./alltests.pl.in > alltests.pl.tmp
# mv alltests.pl.tmp alltests.pl
# chmod +x alltests.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./env.pl.in > env.pl.tmp
# mv env.pl.tmp env.pl
# chmod +x env.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./mknmz-1.pl.in > mknmz-1.pl.tmp
# mv mknmz-1.pl.tmp mknmz-1.pl
# chmod +x mknmz-1.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./mknmz-2.pl.in > mknmz-2.pl.tmp
# mv mknmz-2.pl.tmp mknmz-2.pl
# chmod +x mknmz-2.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./mknmz-4.pl.in > mknmz-4.pl.tmp
# mv mknmz-4.pl.tmp mknmz-4.pl
# chmod +x mknmz-4.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./mknmz-5.pl.in > mknmz-5.pl.tmp
# mv mknmz-5.pl.tmp mknmz-5.pl
# chmod +x mknmz-5.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./mknmz-6.pl.in > mknmz-6.pl.tmp
# mv mknmz-6.pl.tmp mknmz-6.pl
# chmod +x mknmz-6.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./mknmz-7.pl.in > mknmz-7.pl.tmp
# mv mknmz-7.pl.tmp mknmz-7.pl
# chmod +x mknmz-7.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./mknmz-8.pl.in > mknmz-8.pl.tmp
# mv mknmz-8.pl.tmp mknmz-8.pl
# chmod +x mknmz-8.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./mknmz-10.pl.in > mknmz-10.pl.tmp
# mv mknmz-10.pl.tmp mknmz-10.pl
# chmod +x mknmz-10.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./mknmz-12.pl.in > mknmz-12.pl.tmp
# mv mknmz-12.pl.tmp mknmz-12.pl
# chmod +x mknmz-12.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./mknmz-14.pl.in > mknmz-14.pl.tmp
# mv mknmz-14.pl.tmp mknmz-14.pl
# chmod +x mknmz-14.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./mknmz-15.pl.in > mknmz-15.pl.tmp
# mv mknmz-15.pl.tmp mknmz-15.pl
# chmod +x mknmz-15.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./mknmz-16.pl.in > mknmz-16.pl.tmp
# mv mknmz-16.pl.tmp mknmz-16.pl
# chmod +x mknmz-16.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./mknmz-17.pl.in > mknmz-17.pl.tmp
# mv mknmz-17.pl.tmp mknmz-17.pl
# chmod +x mknmz-17.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./mknmz-18.pl.in > mknmz-18.pl.tmp
# mv mknmz-18.pl.tmp mknmz-18.pl
# chmod +x mknmz-18.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./gcnmz-1.pl.in > gcnmz-1.pl.tmp
# mv gcnmz-1.pl.tmp gcnmz-1.pl
# chmod +x gcnmz-1.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./idxdiff-1.pl.in > idxdiff-1.pl.tmp
# mv idxdiff-1.pl.tmp idxdiff-1.pl
# chmod +x idxdiff-1.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./idxdiff-3.pl.in > idxdiff-3.pl.tmp
# mv idxdiff-3.pl.tmp idxdiff-3.pl
# chmod +x idxdiff-3.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./namazu-1.pl.in > namazu-1.pl.tmp
# mv namazu-1.pl.tmp namazu-1.pl
# chmod +x namazu-1.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./namazu-2.pl.in > namazu-2.pl.tmp
# mv namazu-2.pl.tmp namazu-2.pl
# chmod +x namazu-2.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./namazu-3.pl.in > namazu-3.pl.tmp
# mv namazu-3.pl.tmp namazu-3.pl
# chmod +x namazu-3.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./namazu-4.pl.in > namazu-4.pl.tmp
# mv namazu-4.pl.tmp namazu-4.pl
# chmod +x namazu-4.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./namazu-5.pl.in > namazu-5.pl.tmp
# mv namazu-5.pl.tmp namazu-5.pl
# chmod +x namazu-5.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./namazu-6.pl.in > namazu-6.pl.tmp
# mv namazu-6.pl.tmp namazu-6.pl
# chmod +x namazu-6.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./namazu-7.pl.in > namazu-7.pl.tmp
# mv namazu-7.pl.tmp namazu-7.pl
# chmod +x namazu-7.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./namazu-8.pl.in > namazu-8.pl.tmp
# mv namazu-8.pl.tmp namazu-8.pl
# chmod +x namazu-8.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./namazu-9.pl.in > namazu-9.pl.tmp
# mv namazu-9.pl.tmp namazu-9.pl
# chmod +x namazu-9.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./namazu-10.pl.in > namazu-10.pl.tmp
# mv namazu-10.pl.tmp namazu-10.pl
# chmod +x namazu-10.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./namazu-11.pl.in > namazu-11.pl.tmp
# mv namazu-11.pl.tmp namazu-11.pl
# chmod +x namazu-11.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./namazu-12.pl.in > namazu-12.pl.tmp
# mv namazu-12.pl.tmp namazu-12.pl
# chmod +x namazu-12.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./namazu-cgi-1.pl.in > namazu-cgi-1.pl.tmp
# mv namazu-cgi-1.pl.tmp namazu-cgi-1.pl
# chmod +x namazu-cgi-1.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./namazu-cgi-2.pl.in > namazu-cgi-2.pl.tmp
# mv namazu-cgi-2.pl.tmp namazu-cgi-2.pl
# chmod +x namazu-cgi-2.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./namazu-cgi-3.pl.in > namazu-cgi-3.pl.tmp
# mv namazu-cgi-3.pl.tmp namazu-cgi-3.pl
# chmod +x namazu-cgi-3.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./namazu-cgi-4.pl.in > namazu-cgi-4.pl.tmp
# mv namazu-cgi-4.pl.tmp namazu-cgi-4.pl
# chmod +x namazu-cgi-4.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./namazu-cgi-5.pl.in > namazu-cgi-5.pl.tmp
# mv namazu-cgi-5.pl.tmp namazu-cgi-5.pl
# chmod +x namazu-cgi-5.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./namazu-cgi-7.pl.in > namazu-cgi-7.pl.tmp
# mv namazu-cgi-7.pl.tmp namazu-cgi-7.pl
# chmod +x namazu-cgi-7.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./namazu-cgi-8.pl.in > namazu-cgi-8.pl.tmp
# mv namazu-cgi-8.pl.tmp namazu-cgi-8.pl
# chmod +x namazu-cgi-8.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./namazu-cgi-9.pl.in > namazu-cgi-9.pl.tmp
# mv namazu-cgi-9.pl.tmp namazu-cgi-9.pl
# chmod +x namazu-cgi-9.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./namazu-cgi-10.pl.in > namazu-cgi-10.pl.tmp
# mv namazu-cgi-10.pl.tmp namazu-cgi-10.pl
# chmod +x namazu-cgi-10.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./namazu-cgi-12.pl.in > namazu-cgi-12.pl.tmp
# mv namazu-cgi-12.pl.tmp namazu-cgi-12.pl
# chmod +x namazu-cgi-12.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./ja-namazu-cgi-3.pl.in > ja-namazu-cgi-3.pl.tmp
# mv ja-namazu-cgi-3.pl.tmp ja-namazu-cgi-3.pl
# chmod +x ja-namazu-cgi-3.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./chasen-1.pl.in > chasen-1.pl.tmp
# mv chasen-1.pl.tmp chasen-1.pl
# chmod +x chasen-1.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./chasen-2.pl.in > chasen-2.pl.tmp
# mv chasen-2.pl.tmp chasen-2.pl
# chmod +x chasen-2.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./chasen-3.pl.in > chasen-3.pl.tmp
# mv chasen-3.pl.tmp chasen-3.pl
# chmod +x chasen-3.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./mecab-1.pl.in > mecab-1.pl.tmp
# mv mecab-1.pl.tmp mecab-1.pl
# chmod +x mecab-1.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./mecab-2.pl.in > mecab-2.pl.tmp
# mv mecab-2.pl.tmp mecab-2.pl
# chmod +x mecab-2.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./mecab-3.pl.in > mecab-3.pl.tmp
# mv mecab-3.pl.tmp mecab-3.pl
# chmod +x mecab-3.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./kakasi-1.pl.in > kakasi-1.pl.tmp
# mv kakasi-1.pl.tmp kakasi-1.pl
# chmod +x kakasi-1.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./kakasi-2.pl.in > kakasi-2.pl.tmp
# mv kakasi-2.pl.tmp kakasi-2.pl
# chmod +x kakasi-2.pl
# sed -e 's!%PERL%!/usr/bin/perl!g' ./kakasi-3.pl.in > kakasi-3.pl.tmp
# mv kakasi-3.pl.tmp kakasi-3.pl
# chmod +x kakasi-3.pl
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/pltests'
# Making all in template
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/template'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/template'
# Making all in contrib
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/contrib'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/contrib'
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21'
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21'
# make[1]: Leaving directory '/tmp/namazu/src/namazu-2.0.21'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in m4
# make[1]: Entering directory '/tmp/namazu/src/namazu-2.0.21/m4'
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/m4'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/m4'
# make[1]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/m4'
# Making install in conf
# make[1]: Entering directory '/tmp/namazu/src/namazu-2.0.21/conf'
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/conf'
# make[2]: Nothing to be done for 'install-exec-am'.
# /bin/sh ../mkinstalldirs /tmp/namazu/pkg/namazu/etc/namazu
# mkdir -p -- /tmp/namazu/pkg/namazu/etc/namazu
# /usr/bin/install -c -m 644 namazurc-sample /tmp/namazu/pkg/namazu/etc/namazu/namazurc-sample
# /usr/bin/install -c -m 644 mknmzrc-sample /tmp/namazu/pkg/namazu/etc/namazu/mknmzrc-sample
# /usr/bin/install -c -m 644 namazurc-sample.win32 /tmp/namazu/pkg/namazu/etc/namazu/namazurc-sample.win32
# /usr/bin/install -c -m 644 mknmzrc-sample.win32 /tmp/namazu/pkg/namazu/etc/namazu/mknmzrc-sample.win32
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/conf'
# make[1]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/conf'
# Making install in doc
# make[1]: Entering directory '/tmp/namazu/src/namazu-2.0.21/doc'
# Making install in en
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/doc/en'
# make[3]: Entering directory '/tmp/namazu/src/namazu-2.0.21/doc/en'
# make[3]: Nothing to be done for 'install-exec-am'.
# /bin/sh ../../mkinstalldirs /tmp/namazu/pkg/namazu/usr/share/namazu/doc/en
# mkdir -p -- /tmp/namazu/pkg/namazu/usr/share/namazu/doc/en
# /usr/bin/install -c -m 644 manual.html /tmp/namazu/pkg/namazu/usr/share/namazu/doc/en/manual.html
# /usr/bin/install -c -m 644 nmz.html /tmp/namazu/pkg/namazu/usr/share/namazu/doc/en/nmz.html
# /usr/bin/install -c -m 644 tutorial.html /tmp/namazu/pkg/namazu/usr/share/namazu/doc/en/tutorial.html
# /usr/bin/install -c -m 644 tips.html /tmp/namazu/pkg/namazu/usr/share/namazu/doc/en/tips.html
# make[3]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/doc/en'
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/doc/en'
# Making install in ja
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/doc/ja'
# make[3]: Entering directory '/tmp/namazu/src/namazu-2.0.21/doc/ja'
# make[3]: Nothing to be done for 'install-exec-am'.
# /bin/sh ../../mkinstalldirs /tmp/namazu/pkg/namazu/usr/share/namazu/doc/ja
# mkdir -p -- /tmp/namazu/pkg/namazu/usr/share/namazu/doc/ja
# /usr/bin/install -c -m 644 manual.html /tmp/namazu/pkg/namazu/usr/share/namazu/doc/ja/manual.html
# /usr/bin/install -c -m 644 nmz.html /tmp/namazu/pkg/namazu/usr/share/namazu/doc/ja/nmz.html
# /usr/bin/install -c -m 644 tips.html /tmp/namazu/pkg/namazu/usr/share/namazu/doc/ja/tips.html
# /usr/bin/install -c -m 644 tutorial.html /tmp/namazu/pkg/namazu/usr/share/namazu/doc/ja/tutorial.html
# make[3]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/doc/ja'
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/doc/ja'
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/doc'
# make[3]: Entering directory '/tmp/namazu/src/namazu-2.0.21/doc'
# make[3]: Nothing to be done for 'install-exec-am'.
# /bin/sh ../mkinstalldirs /tmp/namazu/pkg/namazu/usr/share/namazu/doc
# /usr/bin/install -c -m 644 namazu.css /tmp/namazu/pkg/namazu/usr/share/namazu/doc/namazu.css
# make[3]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/doc'
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/doc'
# make[1]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/doc'
# Making install in etc
# make[1]: Entering directory '/tmp/namazu/src/namazu-2.0.21/etc'
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/etc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /bin/sh ../mkinstalldirs /tmp/namazu/pkg/namazu/usr/share/namazu/etc
# mkdir -p -- /tmp/namazu/pkg/namazu/usr/share/namazu/etc
# /usr/bin/install -c -m 644 namazu.png /tmp/namazu/pkg/namazu/usr/share/namazu/etc/namazu.png
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/etc'
# make[1]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/etc'
# Making install in filter
# make[1]: Entering directory '/tmp/namazu/src/namazu-2.0.21/filter'
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/filter'
# make[3]: Entering directory '/tmp/namazu/src/namazu-2.0.21/filter'
# make[3]: Nothing to be done for 'install-exec-am'.
# rm -f /usr/share/namazu/filter/ole*.pl
# rm -f /usr/share/namazu/filter/gfilter.pl
# /bin/sh ../mkinstalldirs /tmp/namazu/pkg/namazu/usr/share/namazu/filter
# mkdir -p -- /tmp/namazu/pkg/namazu/usr/share/namazu/filter
# /usr/bin/install -c -m 644 bzip2.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/bzip2.pl
# /usr/bin/install -c -m 644 compress.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/compress.pl
# /usr/bin/install -c -m 644 excel.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/excel.pl
# /usr/bin/install -c -m 644 gzip.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/gzip.pl
# /usr/bin/install -c -m 644 hnf.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/hnf.pl
# /usr/bin/install -c -m 644 html.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/html.pl
# /usr/bin/install -c -m 644 mailnews.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/mailnews.pl
# /usr/bin/install -c -m 644 man.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/man.pl
# /usr/bin/install -c -m 644 mhonarc.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/mhonarc.pl
# /usr/bin/install -c -m 644 msword.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/msword.pl
# /usr/bin/install -c -m 644 pdf.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/pdf.pl
# /usr/bin/install -c -m 644 rfc.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/rfc.pl
# /usr/bin/install -c -m 644 tex.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/tex.pl
# /usr/bin/install -c -m 644 powerpoint.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/powerpoint.pl
# /usr/bin/install -c -m 644 taro.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/taro.pl
# /usr/bin/install -c -m 644 taro56.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/taro56.pl
# /usr/bin/install -c -m 644 taro7_10.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/taro7_10.pl
# /usr/bin/install -c -m 644 hdml.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/hdml.pl
# /usr/bin/install -c -m 644 postscript.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/postscript.pl
# /usr/bin/install -c -m 644 dvi.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/dvi.pl
# /usr/bin/install -c -m 644 rpm.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/rpm.pl
# /usr/bin/install -c -m 644 deb.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/deb.pl
# /usr/bin/install -c -m 644 ooo.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/ooo.pl
# /usr/bin/install -c -m 644 rtf.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/rtf.pl
# /usr/bin/install -c -m 644 apachecache.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/apachecache.pl
# /usr/bin/install -c -m 644 mp3.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/mp3.pl
# /usr/bin/install -c -m 644 macbinary.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/macbinary.pl
# /usr/bin/install -c -m 644 pipermail.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/pipermail.pl
# /usr/bin/install -c -m 644 koffice.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/koffice.pl
# /usr/bin/install -c -m 644 gnumeric.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/gnumeric.pl
# /usr/bin/install -c -m 644 msofficexml.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/msofficexml.pl
# /usr/bin/install -c -m 644 visio.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/visio.pl
# /usr/bin/install -c -m 644 zip.pl /tmp/namazu/pkg/namazu/usr/share/namazu/filter/zip.pl
# make[3]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/filter'
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/filter'
# make[1]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/filter'
# Making install in po
# make[1]: Entering directory '/tmp/namazu/src/namazu-2.0.21/po'
# /bin/sh .././mkinstalldirs /tmp/namazu/pkg/namazu/usr/share
# mkdir -p -- /tmp/namazu/pkg/namazu/usr/share/locale/ja/LC_MESSAGES
# installing ja.gmo as /tmp/namazu/pkg/namazu/usr/share/locale/ja/LC_MESSAGES/namazu.mo
# mkdir -p -- /tmp/namazu/pkg/namazu/usr/share/locale/ja_JP.SJIS/LC_MESSAGES
# installing ja_JP.SJIS.gmo as /tmp/namazu/pkg/namazu/usr/share/locale/ja_JP.SJIS/LC_MESSAGES/namazu.mo
# mkdir -p -- /tmp/namazu/pkg/namazu/usr/share/locale/es/LC_MESSAGES
# installing es.gmo as /tmp/namazu/pkg/namazu/usr/share/locale/es/LC_MESSAGES/namazu.mo
# mkdir -p -- /tmp/namazu/pkg/namazu/usr/share/locale/fr/LC_MESSAGES
# installing fr.gmo as /tmp/namazu/pkg/namazu/usr/share/locale/fr/LC_MESSAGES/namazu.mo
# mkdir -p -- /tmp/namazu/pkg/namazu/usr/share/locale/de/LC_MESSAGES
# installing de.gmo as /tmp/namazu/pkg/namazu/usr/share/locale/de/LC_MESSAGES/namazu.mo
# mkdir -p -- /tmp/namazu/pkg/namazu/usr/share/locale/pl/LC_MESSAGES
# installing pl.gmo as /tmp/namazu/pkg/namazu/usr/share/locale/pl/LC_MESSAGES/namazu.mo
# if test "namazu" = "gettext-tools"; then \
# /bin/sh .././mkinstalldirs /tmp/namazu/pkg/namazu/usr/share/gettext/po; \
# for file in Makefile.in.in remove-potcdate.sin Makevars.template; do \
# /usr/bin/install -c -m 644 ./$file \
# /tmp/namazu/pkg/namazu/usr/share/gettext/po/$file; \
# done; \
# for file in Makevars; do \
# rm -f /tmp/namazu/pkg/namazu/usr/share/gettext/po/$file; \
# done; \
# else \
# : ; \
# fi
# make[1]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/po'
# Making install in lib
# make[1]: Entering directory '/tmp/namazu/src/namazu-2.0.21/lib'
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/lib'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/lib'
# make[1]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/lib'
# Making install in nmz
# make[1]: Entering directory '/tmp/namazu/src/namazu-2.0.21/nmz'
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/nmz'
# /bin/sh ../mkinstalldirs /tmp/namazu/pkg/namazu/usr/lib/namazu
# mkdir -p -- /tmp/namazu/pkg/namazu/usr/lib/namazu
# /bin/sh ../libtool --mode=install /usr/bin/install -c libnmz.la /tmp/namazu/pkg/namazu/usr/lib/namazu/libnmz.la
# /usr/bin/install -c .libs/libnmz.so.7.1.3 /tmp/namazu/pkg/namazu/usr/lib/namazu/libnmz.so.7.1.3
# (cd /tmp/namazu/pkg/namazu/usr/lib/namazu && rm -f libnmz.so.7 && ln -s libnmz.so.7.1.3 libnmz.so.7)
# (cd /tmp/namazu/pkg/namazu/usr/lib/namazu && rm -f libnmz.so && ln -s libnmz.so.7.1.3 libnmz.so)
# /usr/bin/install -c .libs/libnmz.lai /tmp/namazu/pkg/namazu/usr/lib/namazu/libnmz.la
# /usr/bin/install -c .libs/libnmz.a /tmp/namazu/pkg/namazu/usr/lib/namazu/libnmz.a
# ranlib /tmp/namazu/pkg/namazu/usr/lib/namazu/libnmz.a
# chmod 644 /tmp/namazu/pkg/namazu/usr/lib/namazu/libnmz.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib/namazu'
# /bin/sh ../mkinstalldirs /tmp/namazu/pkg/namazu/usr/include/namazu
# mkdir -p -- /tmp/namazu/pkg/namazu/usr/include/namazu
# /usr/bin/install -c -m 644 codeconv.h /tmp/namazu/pkg/namazu/usr/include/namazu/codeconv.h
# /usr/bin/install -c -m 644 field.h /tmp/namazu/pkg/namazu/usr/include/namazu/field.h
# /usr/bin/install -c -m 644 hlist.h /tmp/namazu/pkg/namazu/usr/include/namazu/hlist.h
# /usr/bin/install -c -m 644 i18n.h /tmp/namazu/pkg/namazu/usr/include/namazu/i18n.h
# /usr/bin/install -c -m 644 idxname.h /tmp/namazu/pkg/namazu/usr/include/namazu/idxname.h
# /usr/bin/install -c -m 644 libnamazu.h /tmp/namazu/pkg/namazu/usr/include/namazu/libnamazu.h
# /usr/bin/install -c -m 644 l10n-ja.h /tmp/namazu/pkg/namazu/usr/include/namazu/l10n-ja.h
# /usr/bin/install -c -m 644 parser.h /tmp/namazu/pkg/namazu/usr/include/namazu/parser.h
# /usr/bin/install -c -m 644 query.h /tmp/namazu/pkg/namazu/usr/include/namazu/query.h
# /usr/bin/install -c -m 644 re.h /tmp/namazu/pkg/namazu/usr/include/namazu/re.h
# /usr/bin/install -c -m 644 regex.h /tmp/namazu/pkg/namazu/usr/include/namazu/regex.h
# /usr/bin/install -c -m 644 search.h /tmp/namazu/pkg/namazu/usr/include/namazu/search.h
# /usr/bin/install -c -m 644 score.h /tmp/namazu/pkg/namazu/usr/include/namazu/score.h
# /usr/bin/install -c -m 644 util.h /tmp/namazu/pkg/namazu/usr/include/namazu/util.h
# /usr/bin/install -c -m 644 var.h /tmp/namazu/pkg/namazu/usr/include/namazu/var.h
# /usr/bin/install -c -m 644 wakati.h /tmp/namazu/pkg/namazu/usr/include/namazu/wakati.h
# /usr/bin/install -c -m 644 list.h /tmp/namazu/pkg/namazu/usr/include/namazu/list.h
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/nmz'
# make[1]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/nmz'
# Making install in pl
# make[1]: Entering directory '/tmp/namazu/src/namazu-2.0.21/pl'
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/pl'
# make[2]: Nothing to be done for 'install-exec-am'.
# /bin/sh ../mkinstalldirs /tmp/namazu/pkg/namazu/usr/share/namazu/pl
# mkdir -p -- /tmp/namazu/pkg/namazu/usr/share/namazu/pl
# /usr/bin/install -c -m 644 codeconv.pl /tmp/namazu/pkg/namazu/usr/share/namazu/pl/codeconv.pl
# /usr/bin/install -c -m 644 conf.pl /tmp/namazu/pkg/namazu/usr/share/namazu/pl/conf.pl
# /usr/bin/install -c -m 644 gettext.pl /tmp/namazu/pkg/namazu/usr/share/namazu/pl/gettext.pl
# /usr/bin/install -c -m 644 gfilter.pl /tmp/namazu/pkg/namazu/usr/share/namazu/pl/gfilter.pl
# /usr/bin/install -c -m 644 htmlsplit.pl /tmp/namazu/pkg/namazu/usr/share/namazu/pl/htmlsplit.pl
# /usr/bin/install -c -m 644 nmzidx.pl /tmp/namazu/pkg/namazu/usr/share/namazu/pl/nmzidx.pl
# /usr/bin/install -c -m 644 seed.pl /tmp/namazu/pkg/namazu/usr/share/namazu/pl/seed.pl
# /usr/bin/install -c -m 644 usage.pl /tmp/namazu/pkg/namazu/usr/share/namazu/pl/usage.pl
# /usr/bin/install -c -m 644 util.pl /tmp/namazu/pkg/namazu/usr/share/namazu/pl/util.pl
# /usr/bin/install -c -m 644 var.pl /tmp/namazu/pkg/namazu/usr/share/namazu/pl/var.pl
# /usr/bin/install -c -m 644 wakati.pl /tmp/namazu/pkg/namazu/usr/share/namazu/pl/wakati.pl
# /usr/bin/install -c -m 644 time.pl /tmp/namazu/pkg/namazu/usr/share/namazu/pl/time.pl
# /usr/bin/install -c -m 644 document.pl /tmp/namazu/pkg/namazu/usr/share/namazu/pl/document.pl
# /usr/bin/install -c -m 644 filter.pl /tmp/namazu/pkg/namazu/usr/share/namazu/pl/filter.pl
# /usr/bin/install -c -m 644 ext.pl /tmp/namazu/pkg/namazu/usr/share/namazu/pl/ext.pl
# /usr/bin/install -c -m 644 extzip.pl /tmp/namazu/pkg/namazu/usr/share/namazu/pl/extzip.pl
# /usr/bin/install -c -m 644 extutf8.pl /tmp/namazu/pkg/namazu/usr/share/namazu/pl/extutf8.pl
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/pl'
# make[1]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/pl'
# Making install in src
# make[1]: Entering directory '/tmp/namazu/src/namazu-2.0.21/src'
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/src'
# /bin/sh ../mkinstalldirs /tmp/namazu/pkg/namazu/usr/bin
# mkdir -p -- /tmp/namazu/pkg/namazu/usr/bin
# /bin/sh ../libtool --mode=install /usr/bin/install -c namazu /tmp/namazu/pkg/namazu/usr/bin/namazu
# libtool: install: warning: `../nmz/libnmz.la' has not been installed in `/usr/lib/namazu'
# /usr/bin/install -c .libs/namazu /tmp/namazu/pkg/namazu/usr/bin/namazu
# /bin/sh ../mkinstalldirs /tmp/namazu/pkg/namazu/usr/lib/namazu
# /bin/sh ../libtool --mode=install /usr/bin/install -c namazu.cgi /tmp/namazu/pkg/namazu/usr/lib/namazu/namazu.cgi
# libtool: install: warning: `../nmz/libnmz.la' has not been installed in `/usr/lib/namazu'
# /usr/bin/install -c .libs/namazu.cgi /tmp/namazu/pkg/namazu/usr/lib/namazu/namazu.cgi
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/src'
# make[1]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/src'
# Making install in lisp
# make[1]: Entering directory '/tmp/namazu/src/namazu-2.0.21/lisp'
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/lisp'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/lisp'
# make[1]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/lisp'
# Making install in scripts
# make[1]: Entering directory '/tmp/namazu/src/namazu-2.0.21/scripts'
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/scripts'
# /bin/sh ../mkinstalldirs /tmp/namazu/pkg/namazu/usr/bin
# /usr/bin/install -c bnamazu /tmp/namazu/pkg/namazu/usr/bin/bnamazu
# /usr/bin/install -c gcnmz /tmp/namazu/pkg/namazu/usr/bin/gcnmz
# /usr/bin/install -c kwnmz /tmp/namazu/pkg/namazu/usr/bin/kwnmz
# /usr/bin/install -c mailutime /tmp/namazu/pkg/namazu/usr/bin/mailutime
# /usr/bin/install -c mknmz /tmp/namazu/pkg/namazu/usr/bin/mknmz
# /usr/bin/install -c nmzgrep /tmp/namazu/pkg/namazu/usr/bin/nmzgrep
# /usr/bin/install -c rfnmz /tmp/namazu/pkg/namazu/usr/bin/rfnmz
# /usr/bin/install -c vfnmz /tmp/namazu/pkg/namazu/usr/bin/vfnmz
# /usr/bin/install -c lnnmz /tmp/namazu/pkg/namazu/usr/bin/lnnmz
# /usr/bin/install -c adnmz /tmp/namazu/pkg/namazu/usr/bin/adnmz
# /usr/bin/install -c nmzmerge /tmp/namazu/pkg/namazu/usr/bin/nmzmerge
# /usr/bin/install -c nmzegrep /tmp/namazu/pkg/namazu/usr/bin/nmzegrep
# /usr/bin/install -c nmzcat /tmp/namazu/pkg/namazu/usr/bin/nmzcat
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/scripts'
# make[1]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/scripts'
# Making install in man
# make[1]: Entering directory '/tmp/namazu/src/namazu-2.0.21/man'
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/man'
# make[2]: Nothing to be done for 'install-exec-am'.
# /bin/sh ../mkinstalldirs /tmp/namazu/pkg/namazu/usr/share/man/man1
# mkdir -p -- /tmp/namazu/pkg/namazu/usr/share/man/man1
# /usr/bin/install -c -m 644 ./namazu.1 /tmp/namazu/pkg/namazu/usr/share/man/man1/namazu.1
# /usr/bin/install -c -m 644 ./mknmz.1 /tmp/namazu/pkg/namazu/usr/share/man/man1/mknmz.1
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/man'
# make[1]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/man'
# Making install in tests
# make[1]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests'
# Making install in data
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data'
# Making install in en
# make[3]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/en'
# make[4]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/en'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/en'
# make[3]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/en'
# Making install in ja
# make[3]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/ja'
# make[4]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/ja'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/ja'
# make[3]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/ja'
# Making install in query
# make[3]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/query'
# make[4]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/query'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/query'
# make[3]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/query'
# Making install in html-split
# make[3]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/html-split'
# make[4]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/html-split'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/html-split'
# make[3]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/html-split'
# Making install in filter
# make[3]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/filter'
# make[4]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/filter'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/filter'
# make[3]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/filter'
# Making install in ja-spec
# make[3]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/ja-spec'
# make[4]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/ja-spec'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/ja-spec'
# make[3]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/ja-spec'
# Making install in emphasize
# make[3]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/emphasize'
# make[4]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/emphasize'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/emphasize'
# make[3]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/emphasize'
# Making install in dup-field
# make[3]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/dup-field'
# make[4]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/dup-field'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/dup-field'
# make[3]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/dup-field'
# Making install in decodebase64
# make[3]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/decodebase64'
# make[4]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data/decodebase64'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/decodebase64'
# make[3]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data/decodebase64'
# make[3]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data'
# make[4]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests/data'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data'
# make[3]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data'
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests/data'
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests'
# make[3]: Entering directory '/tmp/namazu/src/namazu-2.0.21/tests'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests'
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests'
# make[1]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/tests'
# Making install in pltests
# make[1]: Entering directory '/tmp/namazu/src/namazu-2.0.21/pltests'
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/pltests'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/pltests'
# make[1]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/pltests'
# Making install in template
# make[1]: Entering directory '/tmp/namazu/src/namazu-2.0.21/template'
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/template'
# make[2]: Nothing to be done for 'install-exec-am'.
# /bin/sh ../mkinstalldirs /tmp/namazu/pkg/namazu/usr/share/namazu/template
# mkdir -p -- /tmp/namazu/pkg/namazu/usr/share/namazu/template
# /usr/bin/install -c -m 644 NMZ.body /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.body
# /usr/bin/install -c -m 644 NMZ.body.ja /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.body.ja
# /usr/bin/install -c -m 644 NMZ.foot /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.foot
# /usr/bin/install -c -m 644 NMZ.foot.ja /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.foot.ja
# /usr/bin/install -c -m 644 NMZ.head /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.head
# /usr/bin/install -c -m 644 NMZ.head.ja /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.head.ja
# /usr/bin/install -c -m 644 NMZ.result.normal /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.result.normal
# /usr/bin/install -c -m 644 NMZ.result.short /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.result.short
# /usr/bin/install -c -m 644 NMZ.result.normal.ja /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.result.normal.ja
# /usr/bin/install -c -m 644 NMZ.result.short.ja /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.result.short.ja
# /usr/bin/install -c -m 644 NMZ.tips /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.tips
# /usr/bin/install -c -m 644 NMZ.tips.ja /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.tips.ja
# /usr/bin/install -c -m 644 NMZ.body.es /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.body.es
# /usr/bin/install -c -m 644 NMZ.head.es /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.head.es
# /usr/bin/install -c -m 644 NMZ.result.short.es /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.result.short.es
# /usr/bin/install -c -m 644 NMZ.foot.es /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.foot.es
# /usr/bin/install -c -m 644 NMZ.result.normal.es /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.result.normal.es
# /usr/bin/install -c -m 644 NMZ.tips.es /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.tips.es
# /usr/bin/install -c -m 644 NMZ.body.fr /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.body.fr
# /usr/bin/install -c -m 644 NMZ.foot.fr /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.foot.fr
# /usr/bin/install -c -m 644 NMZ.head.fr /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.head.fr
# /usr/bin/install -c -m 644 NMZ.result.normal.fr /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.result.normal.fr
# /usr/bin/install -c -m 644 NMZ.result.short.fr /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.result.short.fr
# /usr/bin/install -c -m 644 NMZ.tips.fr /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.tips.fr
# /usr/bin/install -c -m 644 NMZ.foot.de /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.foot.de
# /usr/bin/install -c -m 644 NMZ.head.de /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.head.de
# /usr/bin/install -c -m 644 NMZ.result.normal.de /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.result.normal.de
# /usr/bin/install -c -m 644 NMZ.result.short.de /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.result.short.de
# /usr/bin/install -c -m 644 NMZ.body.pl /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.body.pl
# /usr/bin/install -c -m 644 NMZ.foot.pl /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.foot.pl
# /usr/bin/install -c -m 644 NMZ.head.pl /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.head.pl
# /usr/bin/install -c -m 644 NMZ.result.normal.pl /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.result.normal.pl
# /usr/bin/install -c -m 644 NMZ.result.short.pl /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.result.short.pl
# /usr/bin/install -c -m 644 NMZ.tips.pl /tmp/namazu/pkg/namazu/usr/share/namazu/template/NMZ.tips.pl
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/template'
# make[1]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/template'
# Making install in contrib
# make[1]: Entering directory '/tmp/namazu/src/namazu-2.0.21/contrib'
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21/contrib'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/contrib'
# make[1]: Leaving directory '/tmp/namazu/src/namazu-2.0.21/contrib'
# make[1]: Entering directory '/tmp/namazu/src/namazu-2.0.21'
# make[2]: Entering directory '/tmp/namazu/src/namazu-2.0.21'
# /bin/sh ./mkinstalldirs /tmp/namazu/pkg/namazu/usr/bin
# /usr/bin/install -c nmz-config /tmp/namazu/pkg/namazu/usr/bin/nmz-config
# /bin/sh ./mkinstalldirs /tmp/namazu/pkg/namazu/var/lib/namazu/index
# mkdir -p -- /tmp/namazu/pkg/namazu/var/lib/namazu/index
# /bin/sh ./mkinstalldirs /tmp/namazu/pkg/namazu/usr/share/namazu/etc
# /usr/bin/install -c -m 644 AUTHORS /tmp/namazu/pkg/namazu/usr/share/namazu/etc/AUTHORS
# /usr/bin/install -c -m 644 ChangeLog /tmp/namazu/pkg/namazu/usr/share/namazu/etc/ChangeLog
# /usr/bin/install -c -m 644 ChangeLog.1 /tmp/namazu/pkg/namazu/usr/share/namazu/etc/ChangeLog.1
# /usr/bin/install -c -m 644 CREDITS /tmp/namazu/pkg/namazu/usr/share/namazu/etc/CREDITS
# /usr/bin/install -c -m 644 COPYING /tmp/namazu/pkg/namazu/usr/share/namazu/etc/COPYING
# /usr/bin/install -c -m 644 INSTALL /tmp/namazu/pkg/namazu/usr/share/namazu/etc/INSTALL
# /usr/bin/install -c -m 644 INSTALL-ja /tmp/namazu/pkg/namazu/usr/share/namazu/etc/INSTALL-ja
# /usr/bin/install -c -m 644 README /tmp/namazu/pkg/namazu/usr/share/namazu/etc/README
# /usr/bin/install -c -m 644 README-es /tmp/namazu/pkg/namazu/usr/share/namazu/etc/README-es
# /usr/bin/install -c -m 644 README-ja /tmp/namazu/pkg/namazu/usr/share/namazu/etc/README-ja
# /usr/bin/install -c -m 644 NEWS /tmp/namazu/pkg/namazu/usr/share/namazu/etc/NEWS
# /usr/bin/install -c -m 644 THANKS /tmp/namazu/pkg/namazu/usr/share/namazu/etc/THANKS
# /usr/bin/install -c -m 644 TODO /tmp/namazu/pkg/namazu/usr/share/namazu/etc/TODO
# /usr/bin/install -c -m 644 HACKING /tmp/namazu/pkg/namazu/usr/share/namazu/etc/HACKING
# /usr/bin/install -c -m 644 HACKING-ja /tmp/namazu/pkg/namazu/usr/share/namazu/etc/HACKING-ja
# make[2]: Leaving directory '/tmp/namazu/src/namazu-2.0.21'
# make[1]: Leaving directory '/tmp/namazu/src/namazu-2.0.21'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "namazu"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: namazu 2.0.21-2 (Thu Apr 13 15:19:31 UTC 2017)

CMD: pacman --query --file namazu-2.0.21-2-x86_64.pkg.tar.xz
# namazu 2.0.21-2

Creating hybrid package for 'namazu'

Trying to find vanilla package 'namazu'...

CMD: pacman --query --file /mirror/namazu-2.0.21-2.pkg.tar.xz
# namazu 2.0.21-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /etc/namazu/namazurc-sample.win32
# /etc/namazu/mknmzrc-sample.win32
# /etc/namazu/mknmzrc-sample
# /etc/namazu/namazurc-sample
# /usr/bin/nmzegrep
# /usr/bin/vfnmz
# /usr/bin/lnnmz
# /usr/bin/rfnmz
# /usr/bin/mknmz
# /usr/bin/gcnmz
# /usr/bin/bnamazu
# /usr/bin/adnmz
# /usr/bin/nmzcat
# /usr/bin/mailutime
# /usr/bin/nmzgrep
# /usr/bin/nmz-config
# /usr/bin/namazu
# /usr/bin/kwnmz
# /usr/bin/nmzmerge
# /usr/share/man/man1/mknmz.1.gz
# /usr/share/man/man1/namazu.1.gz
# /usr/share/locale/fr/LC_MESSAGES/namazu.mo
# /usr/share/locale/ja/LC_MESSAGES/namazu.mo
# /usr/share/locale/es/LC_MESSAGES/namazu.mo
# /usr/share/locale/pl/LC_MESSAGES/namazu.mo
# /usr/share/locale/ja_JP.SJIS/LC_MESSAGES/namazu.mo
# /usr/share/locale/de/LC_MESSAGES/namazu.mo
# /usr/share/namazu/etc/NEWS
# /usr/share/namazu/etc/THANKS
# /usr/share/namazu/etc/TODO
# /usr/share/namazu/etc/ChangeLog.1
# /usr/share/namazu/etc/COPYING
# /usr/share/namazu/etc/HACKING-ja
# /usr/share/namazu/etc/README-es
# /usr/share/namazu/etc/HACKING
# /usr/share/namazu/etc/INSTALL-ja
# /usr/share/namazu/etc/README
# /usr/share/namazu/etc/namazu.png
# /usr/share/namazu/etc/ChangeLog
# /usr/share/namazu/etc/CREDITS
# /usr/share/namazu/etc/INSTALL
# /usr/share/namazu/etc/AUTHORS
# /usr/share/namazu/etc/README-ja
# /usr/share/namazu/doc/namazu.css
# /usr/share/namazu/doc/en/manual.html
# /usr/share/namazu/doc/en/tutorial.html
# /usr/share/namazu/doc/en/tips.html
# /usr/share/namazu/doc/en/nmz.html
# /usr/share/namazu/doc/ja/manual.html
# /usr/share/namazu/doc/ja/tutorial.html
# /usr/share/namazu/doc/ja/tips.html
# /usr/share/namazu/doc/ja/nmz.html
# /usr/share/namazu/filter/deb.pl
# /usr/share/namazu/filter/msword.pl
# /usr/share/namazu/filter/hdml.pl
# /usr/share/namazu/filter/excel.pl
# /usr/share/namazu/filter/rtf.pl
# /usr/share/namazu/filter/ooo.pl
# /usr/share/namazu/filter/mhonarc.pl
# /usr/share/namazu/filter/pipermail.pl
# /usr/share/namazu/filter/taro56.pl
# /usr/share/namazu/filter/bzip2.pl
# /usr/share/namazu/filter/gnumeric.pl
# /usr/share/namazu/filter/postscript.pl
# /usr/share/namazu/filter/msofficexml.pl
# /usr/share/namazu/filter/visio.pl
# /usr/share/namazu/filter/tex.pl
# /usr/share/namazu/filter/macbinary.pl
# /usr/share/namazu/filter/taro.pl
# /usr/share/namazu/filter/mailnews.pl
# /usr/share/namazu/filter/mp3.pl
# /usr/share/namazu/filter/zip.pl
# /usr/share/namazu/filter/apachecache.pl
# /usr/share/namazu/filter/html.pl
# /usr/share/namazu/filter/koffice.pl
# /usr/share/namazu/filter/dvi.pl
# /usr/share/namazu/filter/hnf.pl
# /usr/share/namazu/filter/man.pl
# /usr/share/namazu/filter/powerpoint.pl
# /usr/share/namazu/filter/rfc.pl
# /usr/share/namazu/filter/gzip.pl
# /usr/share/namazu/filter/rpm.pl
# /usr/share/namazu/filter/taro7_10.pl
# /usr/share/namazu/filter/pdf.pl
# /usr/share/namazu/filter/compress.pl
# /usr/share/namazu/pl/conf.pl
# /usr/share/namazu/pl/filter.pl
# /usr/share/namazu/pl/usage.pl
# /usr/share/namazu/pl/var.pl
# /usr/share/namazu/pl/extutf8.pl
# /usr/share/namazu/pl/htmlsplit.pl
# /usr/share/namazu/pl/nmzidx.pl
# /usr/share/namazu/pl/extzip.pl
# /usr/share/namazu/pl/wakati.pl
# /usr/share/namazu/pl/gfilter.pl
# /usr/share/namazu/pl/gettext.pl
# /usr/share/namazu/pl/util.pl
# /usr/share/namazu/pl/time.pl
# /usr/share/namazu/pl/codeconv.pl
# /usr/share/namazu/pl/document.pl
# /usr/share/namazu/pl/ext.pl
# /usr/share/namazu/pl/seed.pl
# /usr/share/namazu/template/NMZ.head.es
# /usr/share/namazu/template/NMZ.head.ja
# /usr/share/namazu/template/NMZ.result.normal.fr
# /usr/share/namazu/template/NMZ.foot.es
# /usr/share/namazu/template/NMZ.result.normal.pl
# /usr/share/namazu/template/NMZ.result.short.pl
# /usr/share/namazu/template/NMZ.result.normal.de
# /usr/share/namazu/template/NMZ.result.short.ja
# /usr/share/namazu/template/NMZ.body.pl
# /usr/share/namazu/template/NMZ.result.normal
# /usr/share/namazu/template/NMZ.result.short
# /usr/share/namazu/template/NMZ.body.ja
# /usr/share/namazu/template/NMZ.body.es
# /usr/share/namazu/template/NMZ.head.de
# /usr/share/namazu/template/NMZ.result.normal.ja
# /usr/share/namazu/template/NMZ.result.short.de
# /usr/share/namazu/template/NMZ.foot
# /usr/share/namazu/template/NMZ.tips.pl
# /usr/share/namazu/template/NMZ.foot.fr
# /usr/share/namazu/template/NMZ.tips.fr
# /usr/share/namazu/template/NMZ.body.fr
# /usr/share/namazu/template/NMZ.result.short.fr
# /usr/share/namazu/template/NMZ.result.normal.es
# /usr/share/namazu/template/NMZ.body
# /usr/share/namazu/template/NMZ.head.fr
# /usr/share/namazu/template/NMZ.tips.es
# /usr/share/namazu/template/NMZ.head.pl
# /usr/share/namazu/template/NMZ.result.short.es
# /usr/share/namazu/template/NMZ.foot.ja
# /usr/share/namazu/template/NMZ.tips.ja
# /usr/share/namazu/template/NMZ.foot.de
# /usr/share/namazu/template/NMZ.head
# /usr/share/namazu/template/NMZ.tips
# /usr/share/namazu/template/NMZ.foot.pl
# /usr/lib/namazu/libnmz.so
# /usr/lib/namazu/namazu.cgi
# /usr/lib/namazu/libnmz.so.7.1.3
# /usr/lib/namazu/libnmz.so.7
# /usr/include/namazu/var.h
# /usr/include/namazu/regex.h
# /usr/include/namazu/util.h
# /usr/include/namazu/wakati.h
# /usr/include/namazu/list.h
# /usr/include/namazu/query.h
# /usr/include/namazu/l10n-ja.h
# /usr/include/namazu/search.h
# /usr/include/namazu/re.h
# /usr/include/namazu/i18n.h
# /usr/include/namazu/score.h
# /usr/include/namazu/field.h
# /usr/include/namazu/parser.h
# /usr/include/namazu/codeconv.h
# /usr/include/namazu/idxname.h
# /usr/include/namazu/hlist.h
# /usr/include/namazu/libnamazu.h
# /sysroot/usr/lib/namazu/libnmz.so.7.1.3
# /sysroot/usr/lib/namazu/libnmz.so.7
# /sysroot/usr/lib/namazu/libnmz.so
# /sysroot/usr/lib/namazu/libnmz.la
# /sysroot/usr/lib/namazu/libnmz.a
# /sysroot/usr/lib/namazu/namazu.cgi
# /sysroot/usr/include/namazu/codeconv.h
# /sysroot/usr/include/namazu/field.h
# /sysroot/usr/include/namazu/hlist.h
# /sysroot/usr/include/namazu/i18n.h
# /sysroot/usr/include/namazu/idxname.h
# /sysroot/usr/include/namazu/libnamazu.h
# /sysroot/usr/include/namazu/l10n-ja.h
# /sysroot/usr/include/namazu/parser.h
# /sysroot/usr/include/namazu/query.h
# /sysroot/usr/include/namazu/re.h
# /sysroot/usr/include/namazu/regex.h
# /sysroot/usr/include/namazu/search.h
# /sysroot/usr/include/namazu/score.h
# /sysroot/usr/include/namazu/util.h
# /sysroot/usr/include/namazu/var.h
# /sysroot/usr/include/namazu/wakati.h
# /sysroot/usr/include/namazu/list.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO etc usr var sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO etc usr var sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO etc usr var sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf namazu.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/namazu.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/namazu.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/namazu.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/namazu/src/namazu-2.0.21/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by namazu configure 2.0.21, which was
# generated by GNU Autoconf 2.57. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --mandir=/usr/share/man --libexecdir=/usr/lib/namazu --libdir=/usr/lib/namazu
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 89ef9752ea57
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1507: checking for a BSD-compatible install
# configure:1561: result: /usr/bin/install -c
# configure:1572: checking whether build environment is sane
# configure:1615: result: yes
# configure:1648: checking for gawk
# configure:1664: found /usr/bin/gawk
# configure:1674: result: gawk
# configure:1684: checking whether make sets $(MAKE)
# configure:1704: result: yes
# configure:1764: checking for x86_64-unknown-linux-strip
# configure:1793: result: no
# configure:1802: checking for strip
# configure:1818: found /usr/bin/strip
# configure:1829: result: strip
# configure:1849: checking whether to enable maintainer-specific portions of Makefiles
# configure:1858: result: no
# configure:1911: checking for x86_64-unknown-linux-gcc
# configure:1937: result: clang
# configure:2219: checking for C compiler version
# configure:2222: clang --version &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2225: $? = 0
# configure:2227: clang -v &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2230: $? = 0
# configure:2232: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2235: $? = 1
# configure:2259: checking for C compiler default output
# configure:2262: clang conftest.c >&5
# configure:2265: $? = 0
# configure:2311: result: a.out
# configure:2316: checking whether the C compiler works
# configure:2322: ./a.out
# configure:2325: $? = 0
# configure:2342: result: yes
# configure:2349: checking whether we are cross compiling
# configure:2351: result: no
# configure:2354: checking for suffix of executables
# configure:2356: clang -o conftest conftest.c >&5
# configure:2359: $? = 0
# configure:2384: result:
# configure:2390: checking for suffix of object files
# configure:2412: clang -c conftest.c >&5
# configure:2415: $? = 0
# configure:2437: result: o
# configure:2441: checking whether we are using the GNU C compiler
# configure:2466: clang -c conftest.c >&5
# configure:2469: $? = 0
# configure:2472: test -s conftest.o
# configure:2475: $? = 0
# configure:2488: result: yes
# configure:2494: checking whether clang accepts -g
# configure:2516: clang -c -g conftest.c >&5
# configure:2519: $? = 0
# configure:2522: test -s conftest.o
# configure:2525: $? = 0
# configure:2536: result: yes
# configure:2553: checking for clang option to accept ANSI C
# configure:2614: clang -c conftest.c >&5
# configure:2617: $? = 0
# configure:2620: test -s conftest.o
# configure:2623: $? = 0
# configure:2641: result: none needed
# configure:2659: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:2662: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:2790: checking for style of include used by make
# configure:2818: result: GNU
# configure:2846: checking dependency style of clang
# configure:2908: result: none
# configure:2925: checking for a BSD-compatible install
# configure:2979: result: /usr/bin/install -c
# configure:2990: checking whether ln -s works
# configure:2994: result: yes
# configure:3073: checking build system type
# configure:3091: result: x86_64-unknown-linux-gnu
# configure:3099: checking host system type
# configure:3113: result: x86_64-unknown-linux-gnu
# configure:3143: checking for ld used by GCC
# configure:3206: result: /usr/bin/ld
# configure:3215: checking if the linker (/usr/bin/ld) is GNU ld
# GNU ld (GNU Binutils) 2.26.1
# configure:3227: result: yes
# configure:3232: checking for /usr/bin/ld option to reload object files
# configure:3239: result: -r
# configure:3244: checking for BSD-compatible nm
# configure:3280: result: nm
# configure:3283: checking for a sed that does not truncate output
# configure:3365: result: /usr/bin/sed
# configure:3368: checking how to recognise dependent libraries
# configure:3549: result: pass_all
# configure:3562: checking command to parse nm output
# configure:3646: clang -c conftest.c >&5
# configure:3649: $? = 0
# configure:3653: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
# configure:3656: $? = 0
# configure:3708: clang -o conftest conftest.c conftstm.o >&5
# conftest.c:6:1: warning: variable named 'main' with external linkage has undefined behavior [-Wmain]
# extern char main;
# ^
# 1 warning generated.
# configure:3711: $? = 0
# configure:3755: result: ok
# configure:3764: checking how to run the C preprocessor
# configure:3800: clang -E conftest.c
# configure:3806: $? = 0
# configure:3838: clang -E conftest.c
# configure:3842:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3844: $? = 1
# configure: failed program was:
# | #line 3829 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "namazu"
# | #define PACKAGE_TARNAME "namazu"
# | #define PACKAGE_VERSION "2.0.21"
# | #define PACKAGE_STRING "namazu 2.0.21"
# | #define PACKAGE_BUGREPORT "bug-namazu@namazu.org"
# | #define PACKAGE "namazu"
# | #define VERSION "2.0.21"
# | #define MAILING_ADDRESS "bug-namazu@namazu.org"
# | #define TRAC_URI "http://www.namazu.org/trac-namazu/trac.cgi"
# | #define COPYRIGHT "Copyright (C) 1997-1999 Satoru Takabayashi All rights reserved.\nCopyright (C) 2000-2011 Namazu Project All rights reserved."
# | /* end confdefs.h. */
# | #include
# configure:3882: result: clang -E
# configure:3907: clang -E conftest.c
# configure:3913: $? = 0
# configure:3945: clang -E conftest.c
# configure:3949:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3951: $? = 1
# configure: failed program was:
# | #line 3936 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "namazu"
# | #define PACKAGE_TARNAME "namazu"
# | #define PACKAGE_VERSION "2.0.21"
# | #define PACKAGE_STRING "namazu 2.0.21"
# | #define PACKAGE_BUGREPORT "bug-namazu@namazu.org"
# | #define PACKAGE "namazu"
# | #define VERSION "2.0.21"
# | #define MAILING_ADDRESS "bug-namazu@namazu.org"
# | #define TRAC_URI "http://www.namazu.org/trac-namazu/trac.cgi"
# | #define COPYRIGHT "Copyright (C) 1997-1999 Satoru Takabayashi All rights reserved.\nCopyright (C) 2000-2011 Namazu Project All rights reserved."
# | /* end confdefs.h. */
# | #include
# configure:3994: checking for egrep
# configure:4004: result: grep -E
# configure:4009: checking for ANSI C header files
# configure:4035: clang -c conftest.c >&5
# configure:4038: $? = 0
# configure:4041: test -s conftest.o
# configure:4044: $? = 0
# configure:4136: clang -o conftest conftest.c >&5
# configure:4134:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(2);
# ^
# configure:4134:7: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:4139: $? = 0
# configure:4141: ./conftest
# configure:4144: $? = 0
# configure:4159: result: yes
# configure:4183: checking for sys/types.h
# configure:4200: clang -c conftest.c >&5
# configure:4203: $? = 0
# configure:4206: test -s conftest.o
# configure:4209: $? = 0
# configure:4220: result: yes
# configure:4183: checking for sys/stat.h
# configure:4200: clang -c conftest.c >&5
# configure:4203: $? = 0
# configure:4206: test -s conftest.o
# configure:4209: $? = 0
# configure:4220: result: yes
# configure:4183: checking for stdlib.h
# configure:4200: clang -c conftest.c >&5
# configure:4203: $? = 0
# configure:4206: test -s conftest.o
# configure:4209: $? = 0
# configure:4220: result: yes
# configure:4183: checking for string.h
# configure:4200: clang -c conftest.c >&5
# configure:4203: $? = 0
# configure:4206: test -s conftest.o
# configure:4209: $? = 0
# configure:4220: result: yes
# configure:4183: checking for memory.h
# configure:4200: clang -c conftest.c >&5
# configure:4203: $? = 0
# configure:4206: test -s conftest.o
# configure:4209: $? = 0
# configure:4220: result: yes
# configure:4183: checking for strings.h
# configure:4200: clang -c conftest.c >&5
# configure:4203: $? = 0
# configure:4206: test -s conftest.o
# configure:4209: $? = 0
# configure:4220: result: yes
# configure:4183: checking for inttypes.h
# configure:4200: clang -c conftest.c >&5
# configure:4203: $? = 0
# configure:4206: test -s conftest.o
# configure:4209: $? = 0
# configure:4220: result: yes
# configure:4183: checking for stdint.h
# configure:4200: clang -c conftest.c >&5
# configure:4203: $? = 0
# configure:4206: test -s conftest.o
# configure:4209: $? = 0
# configure:4220: result: yes
# configure:4183: checking for unistd.h
# configure:4200: clang -c conftest.c >&5
# configure:4203: $? = 0
# configure:4206: test -s conftest.o
# configure:4209: $? = 0
# configure:4220: result: yes
# configure:4246: checking dlfcn.h usability
# configure:4259: clang -c conftest.c >&5
# configure:4262: $? = 0
# configure:4265: test -s conftest.o
# configure:4268: $? = 0
# configure:4278: result: yes
# configure:4282: checking dlfcn.h presence
# configure:4293: clang -E conftest.c
# configure:4299: $? = 0
# configure:4318: result: yes
# configure:4354: checking for dlfcn.h
# configure:4361: result: yes
# configure:4521: checking for x86_64-unknown-linux-ranlib
# configure:4550: result: no
# configure:4559: checking for ranlib
# configure:4575: found /usr/bin/ranlib
# configure:4586: result: ranlib
# configure:4601: checking for x86_64-unknown-linux-strip
# configure:4627: result: strip
# configure:4876: checking for objdir
# configure:4887: result: .libs
# configure:4904: checking for clang option to produce PIC
# configure:5050: result: -fPIC
# configure:5054: checking if clang PIC flag -fPIC works
# configure:5078: clang -c -fPIC -DPIC conftest.c >&5
# configure:5081: $? = 0
# configure:5084: test -s conftest.o
# configure:5087: $? = 0
# configure:5125: result: yes
# configure:5141: checking if clang static flag -static works
# configure:5166: clang -o conftest -static conftest.c >&5
# configure:5169: $? = 0
# configure:5172: test -s conftest
# configure:5175: $? = 0
# configure:5191: result: yes
# configure:5203: checking if clang supports -c -o file.o
# configure:5223: clang -c -o out/conftest2.o conftest.c >&5
# configure:5247: result: yes
# configure:5252: checking if clang supports -c -o file.lo
# configure:5280: clang -c -c -o conftest.lo conftest.c >&5
# configure:5283: $? = 0
# configure:5286: test -s conftest.lo
# configure:5289: $? = 0
# configure:5311: result: yes
# configure:5342: checking if clang supports -fno-rtti -fno-exceptions
# configure:5365: clang -c -fno-rtti -fno-exceptions -c conftest.c conftest.c >&5
# configure:5368: $? = 0
# configure:5371: test -s conftest.o
# configure:5374: $? = 0
# configure:5391: result: yes
# configure:5402: checking whether the linker (/usr/bin/ld) supports shared libraries
# configure:6097: result: yes
# configure:6102: checking how to hardcode library paths into programs
# configure:6126: result: immediate
# configure:6131: checking whether stripping libraries is possible
# configure:6136: result: yes
# configure:6147: checking dynamic linker characteristics
# configure:6408: clang -c conftest.c >&5
# configure:6411: $? = 0
# configure:6578: result: GNU/Linux ld.so
# configure:6583: checking if libtool supports shared libraries
# configure:6585: result: yes
# configure:6588: checking whether to build shared libraries
# configure:6609: result: yes
# configure:6612: checking whether to build static libraries
# configure:6616: result: yes
# configure:7290: checking whether -lc should be explicitly linked in
# configure:7298: clang -c conftest.c >&5
# configure:7301: $? = 0
# configure:7315: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
# configure:7318: $? = 0
# configure:7331: result: no
# configure:7904: checking whether make sets $(MAKE)
# configure:7924: result: yes
# configure:7940: checking for strerror in -lcposix
# configure:7971: clang -o conftest -Wall -pedantic conftest.c -lcposix >&5
# configure:7978:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# configure:7978:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# /usr/bin/ld: cannot find -lcposix
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7974: $? = 1
# configure: failed program was:
# | #line 7947 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "namazu"
# | #define PACKAGE_TARNAME "namazu"
# | #define PACKAGE_VERSION "2.0.21"
# | #define PACKAGE_STRING "namazu 2.0.21"
# | #define PACKAGE_BUGREPORT "bug-namazu@namazu.org"
# | #define PACKAGE "namazu"
# | #define VERSION "2.0.21"
# | #define MAILING_ADDRESS "bug-namazu@namazu.org"
# | #define TRAC_URI "http://www.namazu.org/trac-namazu/trac.cgi"
# | #define COPYRIGHT "Copyright (C) 1997-1999 Satoru Takabayashi All rights reserved.\nCopyright (C) 2000-2011 Namazu Project All rights reserved."
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char strerror ();
# | int
# | main ()
# | {
# | strerror ();
# | ;
# | return 0;
# | }
# configure:7992: result: no
# configure:8037: checking whether NLS is requested
# configure:8046: result: yes
# configure:8084: checking for msgfmt
# configure:8115: result: /usr/bin/msgfmt
# configure:8124: checking for gmsgfmt
# configure:8155: result: /usr/bin/msgfmt
# configure:8194: checking for xgettext
# configure:8225: result: /usr/bin/xgettext
# configure:8265: checking for msgmerge
# configure:8295: result: /usr/bin/msgmerge
# configure:8370: checking for ld used by GCC
# configure:8434: result: /usr/bin/ld
# configure:8443: checking if the linker (/usr/bin/ld) is GNU ld
# configure:8456: result: yes
# configure:8462: checking for shared library run path origin
# configure:8475: result: done
# configure:8891: checking whether NLS is requested
# configure:8900: result: yes
# configure:8918: checking for GNU gettext in libc
# configure:8943: clang -o conftest -Wall -pedantic conftest.c >&5
# configure:8946: $? = 0
# configure:8949: test -s conftest
# configure:8952: $? = 0
# configure:8963: result: yes
# configure:9622: checking whether to use NLS
# configure:9624: result: yes
# configure:9627: checking where the gettext function comes from
# configure:9638: result: libc
# configure:9700: checking for LC_MESSAGES
# configure:9722: clang -o conftest -Wall -pedantic conftest.c >&5
# configure:9725: $? = 0
# configure:9728: test -s conftest
# configure:9731: $? = 0
# configure:9742: result: yes
# configure:9758: checking for main in -lm
# configure:9783: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:9797:1: warning: all paths through this function will call itself [-Winfinite-recursion]
# {
# ^
# 1 warning generated.
# configure:9786: $? = 0
# configure:9789: test -s conftest
# configure:9792: $? = 0
# configure:9804: result: yes
# configure:9833: checking for ANSI C header files
# configure:9983: result: yes
# configure:10014: checking fcntl.h usability
# configure:10027: clang -c -Wall -pedantic conftest.c >&5
# configure:10030: $? = 0
# configure:10033: test -s conftest.o
# configure:10036: $? = 0
# configure:10046: result: yes
# configure:10050: checking fcntl.h presence
# configure:10061: clang -E conftest.c
# configure:10067: $? = 0
# configure:10086: result: yes
# configure:10122: checking for fcntl.h
# configure:10129: result: yes
# configure:10014: checking limits.h usability
# configure:10027: clang -c -Wall -pedantic conftest.c >&5
# configure:10030: $? = 0
# configure:10033: test -s conftest.o
# configure:10036: $? = 0
# configure:10046: result: yes
# configure:10050: checking limits.h presence
# configure:10061: clang -E conftest.c
# configure:10067: $? = 0
# configure:10086: result: yes
# configure:10122: checking for limits.h
# configure:10129: result: yes
# configure:10014: checking malloc.h usability
# configure:10027: clang -c -Wall -pedantic conftest.c >&5
# configure:10030: $? = 0
# configure:10033: test -s conftest.o
# configure:10036: $? = 0
# configure:10046: result: yes
# configure:10050: checking malloc.h presence
# configure:10061: clang -E conftest.c
# configure:10067: $? = 0
# configure:10086: result: yes
# configure:10122: checking for malloc.h
# configure:10129: result: yes
# configure:10005: checking for unistd.h
# configure:10010: result: yes
# configure:10005: checking for string.h
# configure:10010: result: yes
# configure:10005: checking for stdlib.h
# configure:10010: result: yes
# configure:10014: checking locale.h usability
# configure:10027: clang -c -Wall -pedantic conftest.c >&5
# configure:10030: $? = 0
# configure:10033: test -s conftest.o
# configure:10036: $? = 0
# configure:10046: result: yes
# configure:10050: checking locale.h presence
# configure:10061: clang -E conftest.c
# configure:10067: $? = 0
# configure:10086: result: yes
# configure:10122: checking for locale.h
# configure:10129: result: yes
# configure:10014: checking errno.h usability
# configure:10027: clang -c -Wall -pedantic conftest.c >&5
# configure:10030: $? = 0
# configure:10033: test -s conftest.o
# configure:10036: $? = 0
# configure:10046: result: yes
# configure:10050: checking errno.h presence
# configure:10061: clang -E conftest.c
# configure:10067: $? = 0
# configure:10086: result: yes
# configure:10122: checking for errno.h
# configure:10129: result: yes
# configure:10143: checking whether byte ordering is bigendian
# configure:10171: clang -c -Wall -pedantic conftest.c >&5
# configure:10174: $? = 0
# configure:10177: test -s conftest.o
# configure:10180: $? = 0
# configure:10205: clang -c -Wall -pedantic conftest.c >&5
# configure:10228:2: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:10208: $? = 1
# configure: failed program was:
# | #line 10183 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "namazu"
# | #define PACKAGE_TARNAME "namazu"
# | #define PACKAGE_VERSION "2.0.21"
# | #define PACKAGE_STRING "namazu 2.0.21"
# | #define PACKAGE_BUGREPORT "bug-namazu@namazu.org"
# | #define PACKAGE "namazu"
# | #define VERSION "2.0.21"
# | #define MAILING_ADDRESS "bug-namazu@namazu.org"
# | #define TRAC_URI "http://www.namazu.org/trac-namazu/trac.cgi"
# | #define COPYRIGHT "Copyright (C) 1997-1999 Satoru Takabayashi All rights reserved.\nCopyright (C) 2000-2011 Namazu Project All rights reserved."
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:10328: result: no
# configure:10348: checking for an ANSI C-conforming const
# configure:10416: clang -c -Wall -pedantic conftest.c >&5
# configure:10418:17: warning: unused variable 's' [-Wunused-variable]
# char const *s = 0 ? (char *) 0 : (char const *) 0;
# ^
# configure:10438:15: warning: unused variable 'foo' [-Wunused-variable]
# const int foo = 10;
# ^
# configure:10399:17: warning: unused variable 'x' [-Wunused-variable]
# const charset x;
# ^
# configure:10405:29: warning: unused variable 'zero' [-Wunused-variable]
# static struct point const zero = {0,0};
# ^
# configure:10420:6: warning: variable 't' is uninitialized when used here [-Wuninitialized]
# *t++ = 0;
# ^
# configure:10417:12: note: initialize the variable 't' to silence this warning
# char *t;
# ^
# = 0
# configure:10435:18: warning: variable 'b' is uninitialized when used here [-Wuninitialized]
# struct s *b; b->j = 5;
# ^
# configure:10435:16: note: initialize the variable 'b' to silence this warning
# struct s *b; b->j = 5;
# ^
# = 0
# 6 warnings generated.
# configure:10419: $? = 0
# configure:10422: test -s conftest.o
# configure:10425: $? = 0
# configure:10436: result: yes
# configure:10446: checking for inline
# configure:10468: clang -c -Wall -pedantic conftest.c >&5
# configure:10493:21: warning: unused function 'static_foo' [-Wunused-function]
# static inline foo_t static_foo () {return 0; }
# ^
# 1 warning generated.
# configure:10471: $? = 0
# configure:10474: test -s conftest.o
# configure:10477: $? = 0
# configure:10489: result: inline
# configure:10505: checking whether char is unsigned
# configure:10529: clang -c -Wall -pedantic conftest.c >&5
# configure:10532: $? = 0
# configure:10535: test -s conftest.o
# configure:10538: $? = 0
# configure:10549: result: no
# configure:10558: checking for int
# configure:10583: clang -c -Wall -pedantic conftest.c >&5
# configure:10586: $? = 0
# configure:10589: test -s conftest.o
# configure:10592: $? = 0
# configure:10603: result: yes
# configure:10606: checking size of int
# configure:10881: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:10884: $? = 0
# configure:10886: ./conftest
# configure:10889: $? = 0
# configure:10912: result: 4
# configure:10919: checking for long
# configure:10944: clang -c -Wall -pedantic conftest.c >&5
# configure:10947: $? = 0
# configure:10950: test -s conftest.o
# configure:10953: $? = 0
# configure:10964: result: yes
# configure:10967: checking size of long
# configure:11242: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:11245: $? = 0
# configure:11247: ./conftest
# configure:11250: $? = 0
# configure:11273: result: 8
# configure:11280: checking for long long
# configure:11305: clang -c -Wall -pedantic conftest.c >&5
# configure:11308: $? = 0
# configure:11311: test -s conftest.o
# configure:11314: $? = 0
# configure:11325: result: yes
# configure:11328: checking size of long long
# configure:11603: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:11606: $? = 0
# configure:11608: ./conftest
# configure:11611: $? = 0
# configure:11634: result: 8
# configure:11641: checking for pid_t
# configure:11666: clang -c -Wall -pedantic conftest.c >&5
# configure:11669: $? = 0
# configure:11672: test -s conftest.o
# configure:11675: $? = 0
# configure:11686: result: yes
# configure:11698: checking for size_t
# configure:11723: clang -c -Wall -pedantic conftest.c >&5
# configure:11726: $? = 0
# configure:11729: test -s conftest.o
# configure:11732: $? = 0
# configure:11743: result: yes
# configure:11758: checking for working alloca.h
# configure:11780: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:11808:7: warning: unused variable 'p' [-Wunused-variable]
# char *p = (char *) alloca (2 * sizeof (int));
# ^
# 1 warning generated.
# configure:11783: $? = 0
# configure:11786: test -s conftest
# configure:11789: $? = 0
# configure:11800: result: yes
# configure:11810: checking for alloca
# configure:11852: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:11881:7: warning: unused variable 'p' [-Wunused-variable]
# char *p = (char *) alloca (1);
# ^
# 1 warning generated.
# configure:11855: $? = 0
# configure:11858: test -s conftest
# configure:11861: $? = 0
# configure:11872: result: yes
# configure:12089: checking for stdlib.h
# configure:12094: result: yes
# configure:12089: checking for unistd.h
# configure:12094: result: yes
# configure:12230: checking for getpagesize
# configure:12280: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:12283: $? = 0
# configure:12286: test -s conftest
# configure:12289: $? = 0
# configure:12300: result: yes
# configure:12310: checking for working mmap
# configure:12453: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:12456: $? = 0
# configure:12458: ./conftest
# configure:12461: $? = 0
# configure:12475: result: yes
# configure:12486: checking for working memcmp
# configure:12531: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:12542:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# main()
# ^
# configure:12546:7: warning: implicitly declaring library function 'memcmp' with type 'int (const void *, const void *, unsigned long)' [-Wimplicit-function-declaration]
# if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
# ^
# configure:12546:7: note: include the header or explicitly provide a declaration for 'memcmp'
# configure:12547:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit (1);
# ^
# configure:12547:5: note: include the header or explicitly provide a declaration for 'exit'
# configure:12560:2: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' [-Wimplicit-function-declaration]
# strcpy (a, "--------01111111");
# ^
# configure:12560:2: note: include the header or explicitly provide a declaration for 'strcpy'
# 4 warnings generated.
# configure:12534: $? = 0
# configure:12536: ./conftest
# configure:12539: $? = 0
# configure:12553: result: yes
# configure:12570: checking for vprintf
# configure:12620: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:12638:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
# char vprintf ();
# ^
# configure:12638:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:12623: $? = 0
# configure:12626: test -s conftest
# configure:12629: $? = 0
# configure:12640: result: yes
# configure:12647: checking for _doprnt
# configure:12697: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# /tmp/conftest-d244e1.o: In function `main':
# conftest.c:(.text+0x6): undefined reference to `_doprnt'
# /tmp/conftest-d244e1.o:(.data+0x0): undefined reference to `_doprnt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12700: $? = 1
# configure: failed program was:
# | #line 12652 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "namazu"
# | #define PACKAGE_TARNAME "namazu"
# | #define PACKAGE_VERSION "2.0.21"
# | #define PACKAGE_STRING "namazu 2.0.21"
# | #define PACKAGE_BUGREPORT "bug-namazu@namazu.org"
# | #define PACKAGE "namazu"
# | #define VERSION "2.0.21"
# | #define MAILING_ADDRESS "bug-namazu@namazu.org"
# | #define TRAC_URI "http://www.namazu.org/trac-namazu/trac.cgi"
# | #define COPYRIGHT "Copyright (C) 1997-1999 Satoru Takabayashi All rights reserved.\nCopyright (C) 2000-2011 Namazu Project All rights reserved."
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_ERRNO_H 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | #define HAVE_VPRINTF 1
# | /* end confdefs.h. */
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _doprnt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char _doprnt ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined (__stub__doprnt) || defined (__stub____doprnt)
# | choke me
# | #else
# | char (*f) () = _doprnt;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != _doprnt;
# | ;
# | return 0;
# | }
# configure:12717: result: no
# configure:12741: checking for getcwd
# configure:12791: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:12794: $? = 0
# configure:12797: test -s conftest
# configure:12800: $? = 0
# configure:12811: result: yes
# configure:12741: checking for getwd
# configure:12791: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# /tmp/conftest-f89d2d.o: In function `main':
# conftest.c:(.text+0x6): warning: the `getwd' function is dangerous and should not be used.
# configure:12794: $? = 0
# configure:12797: test -s conftest
# configure:12800: $? = 0
# configure:12811: result: yes
# configure:12741: checking for putenv
# configure:12791: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:12794: $? = 0
# configure:12797: test -s conftest
# configure:12800: $? = 0
# configure:12811: result: yes
# configure:12741: checking for setenv
# configure:12791: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:12794: $? = 0
# configure:12797: test -s conftest
# configure:12800: $? = 0
# configure:12811: result: yes
# configure:12741: checking for strdup
# configure:12791: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:12814:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# configure:12814:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:12794: $? = 0
# configure:12797: test -s conftest
# configure:12800: $? = 0
# configure:12811: result: yes
# configure:12741: checking for strspn
# configure:12791: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:12815:6: warning: incompatible redeclaration of library function 'strspn' [-Wincompatible-library-redeclaration]
# char strspn ();
# ^
# configure:12815:6: note: 'strspn' is a builtin with type 'unsigned long (const char *, const char *)'
# 1 warning generated.
# configure:12794: $? = 0
# configure:12797: test -s conftest
# configure:12800: $? = 0
# configure:12811: result: yes
# configure:12741: checking for setlocale
# configure:12791: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:12794: $? = 0
# configure:12797: test -s conftest
# configure:12800: $? = 0
# configure:12811: result: yes
# configure:12825: checking for strstr
# configure:12875: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:12901:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
# char strstr ();
# ^
# configure:12901:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
# 1 warning generated.
# configure:12878: $? = 0
# configure:12881: test -s conftest
# configure:12884: $? = 0
# configure:12895: result: yes
# configure:12915: checking for memmove
# configure:12965: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:12992:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# configure:12992:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:12968: $? = 0
# configure:12971: test -s conftest
# configure:12974: $? = 0
# configure:12985: result: yes
# configure:12915: checking for memset
# configure:12965: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:12993:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# configure:12993:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:12968: $? = 0
# configure:12971: test -s conftest
# configure:12974: $? = 0
# configure:12985: result: yes
# configure:12915: checking for strcspn
# configure:12965: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:12994:6: warning: incompatible redeclaration of library function 'strcspn' [-Wincompatible-library-redeclaration]
# char strcspn ();
# ^
# configure:12994:6: note: 'strcspn' is a builtin with type 'unsigned long (const char *, const char *)'
# 1 warning generated.
# configure:12968: $? = 0
# configure:12971: test -s conftest
# configure:12974: $? = 0
# configure:12985: result: yes
# configure:12915: checking for strerror
# configure:12965: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:12995:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# configure:12995:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:12968: $? = 0
# configure:12971: test -s conftest
# configure:12974: $? = 0
# configure:12985: result: yes
# configure:13005: checking for strcasecmp
# configure:13055: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:13086:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# configure:13086:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:13058: $? = 0
# configure:13061: test -s conftest
# configure:13064: $? = 0
# configure:13075: result: yes
# configure:13005: checking for strncasecmp
# configure:13055: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:13087:6: warning: incompatible redeclaration of library function 'strncasecmp' [-Wincompatible-library-redeclaration]
# char strncasecmp ();
# ^
# configure:13087:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
# 1 warning generated.
# configure:13058: $? = 0
# configure:13061: test -s conftest
# configure:13064: $? = 0
# configure:13075: result: yes
# configure:13005: checking for vsnprintf
# configure:13055: clang -o conftest -Wall -pedantic conftest.c -lm >&5
# configure:13088:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
# char vsnprintf ();
# ^
# configure:13088:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:13058: $? = 0
# configure:13061: test -s conftest
# configure:13064: $? = 0
# configure:13075: result: yes
# configure:13090: checking if malloc debugging is wanted
# configure:13111: result: no
# configure:13157: checking for admin's email address
# configure:13159: result: webmaster@89ef9752ea57.cs.ucl.ac.uk
# configure:13189: checking for perl5
# configure:13222: result: no
# configure:13189: checking for perl
# configure:13207: found /usr/bin/perl
# configure:13219: result: /usr/bin/perl
# configure:13238: checking for NKF perl module
# configure:13245: result: no
# configure:13249: checking for nkf
# configure:13280: result: no
# configure:13289: WARNING: NKF (network kanji filter) not found
# configure:13293: checking for Text::Kakasi perl module
# configure:13300: result: no
# configure:13304: checking for kakasi
# configure:13335: result: no
# configure:13344: checking for Text::ChaSen perl module
# configure:13351: result: no
# configure:13355: checking for chasen
# configure:13386: result: no
# configure:13395: checking for MeCab perl module
# configure:13402: result: no
# configure:13406: checking for mecab
# configure:13437: result: no
# configure:13446: checking for default wakatigaki processor
# configure:13456: WARNING: KAKASI or ChaSen are required to handle Japanese
# configure:13459: result: none
# configure:13635: checking for File::MMagic perl module
# configure:13639: result: yes
# configure:13857: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by namazu config.status 2.0.21, which was
# generated by GNU Autoconf 2.57. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 89ef9752ea57
#
# config.status:747: creating Makefile
# config.status:747: creating nmz-config
# config.status:747: creating namazu.spec
# config.status:747: creating conf/Makefile
# config.status:747: creating doc/Makefile
# config.status:747: creating doc/en/Makefile
# config.status:747: creating doc/ja/Makefile
# config.status:747: creating etc/Makefile
# config.status:747: creating filter/Makefile
# config.status:747: creating filter/win32/Makefile
# config.status:747: creating m4/Makefile
# config.status:747: creating lib/Makefile
# config.status:747: creating lisp/Makefile
# config.status:747: creating man/Makefile
# config.status:747: creating nmz/Makefile
# config.status:747: creating pl/Makefile
# config.status:747: creating pl/var.pl
# config.status:747: creating pl/conf.pl
# config.status:747: creating po/Makefile.in
# config.status:747: creating scripts/Makefile
# config.status:747: creating src/Makefile
# config.status:747: creating template/Makefile
# config.status:747: creating contrib/Makefile
# config.status:747: creating tests/Makefile
# config.status:747: creating tests/data/Makefile
# config.status:747: creating tests/data/ja/Makefile
# config.status:747: creating tests/data/ja-spec/Makefile
# config.status:747: creating tests/data/en/Makefile
# config.status:747: creating tests/data/query/Makefile
# config.status:747: creating tests/data/html-split/Makefile
# config.status:747: creating tests/data/filter/Makefile
# config.status:747: creating tests/data/emphasize/Makefile
# config.status:747: creating tests/data/dup-field/Makefile
# config.status:747: creating tests/data/decodebase64/Makefile
# config.status:747: creating pltests/Makefile
# config.status:851: creating config.h
# config.status:1170: executing depfiles commands
# config.status:1170: executing default-1 commands
# config.status:1170: executing default commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_char_unsigned=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_exeext=
# ac_cv_func__doprnt=no
# ac_cv_func_alloca_works=yes
# ac_cv_func_getcwd=yes
# ac_cv_func_getpagesize=yes
# ac_cv_func_getwd=yes
# ac_cv_func_memmove=yes
# ac_cv_func_memset=yes
# ac_cv_func_mmap_fixed_mapped=yes
# ac_cv_func_putenv=yes
# ac_cv_func_setenv=yes
# ac_cv_func_setlocale=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strcspn=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strncasecmp=yes
# ac_cv_func_strspn=yes
# ac_cv_func_strstr=yes
# ac_cv_func_vprintf=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_locale_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_host_alias=x86_64-unknown-linux
# ac_cv_lib_cposix_strerror=no
# ac_cv_lib_m_main=yes
# ac_cv_objext=o
# ac_cv_path_CHASEN=no
# ac_cv_path_GMSGFMT=/usr/bin/msgfmt
# ac_cv_path_KAKASI=no
# ac_cv_path_MECAB=no
# ac_cv_path_MKNMZ='${exec_prefix}/bin/mknmz'
# ac_cv_path_MSGFMT=/usr/bin/msgfmt
# ac_cv_path_MSGMERGE=/usr/bin/msgmerge
# ac_cv_path_NAMAZU='${exec_prefix}/bin/namazu'
# ac_cv_path_NKF=no
# ac_cv_path_PERL=/usr/bin/perl
# ac_cv_path_XGETTEXT=/usr/bin/xgettext
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_egrep='grep -E'
# ac_cv_prog_make_make_set=yes
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long=8
# ac_cv_sizeof_long_long=8
# ac_cv_type_int=yes
# ac_cv_type_long=yes
# ac_cv_type_long_long=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_size_t=yes
# ac_cv_working_alloca_h=yes
# acl_cv_hardcode_direct=no
# acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
# acl_cv_hardcode_libdir_separator=
# acl_cv_hardcode_minus_L=no
# acl_cv_libext=a
# acl_cv_path_LD=/usr/bin/ld
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_wl=-Wl,
# am_cv_CC_dependencies_compiler_type=none
# am_cv_val_LC_MESSAGES=yes
# gt_cv_func_gnugettext1_libc=yes
# lt_cv_archive_cmds_need_lc=no
# lt_cv_compiler_c_o=yes
# lt_cv_compiler_o_lo=yes
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file='/lib/libc.so /lib/libc.so.6 /lib/libc-2.23.so'
# lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
# lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_ld_reload_flag=-r
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM=nm
# lt_cv_path_SED=/usr/bin/sed
# lt_cv_prog_cc_can_build_shared=yes
# lt_cv_prog_cc_no_builtin=
# lt_cv_prog_cc_pic=' -fPIC'
# lt_cv_prog_cc_pic_works=yes
# lt_cv_prog_cc_shlib=
# lt_cv_prog_cc_static=-static
# lt_cv_prog_cc_static_works=yes
# lt_cv_prog_cc_wl=-Wl,
# lt_cv_prog_gnu_ld=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
# nmz_cv_func_memcmp_working=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/namazu/src/namazu-2.0.21/missing --run aclocal-1.6'
# ADDITIONAL_INC='.'
# ALLOCA=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/namazu/src/namazu-2.0.21/missing --run tar'
# AUTOCONF='${SHELL} /tmp/namazu/src/namazu-2.0.21/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/namazu/src/namazu-2.0.21/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/namazu/src/namazu-2.0.21/missing --run automake-1.6'
# AWK='gawk'
# BUILD_TKNAMAZU_FALSE=''
# BUILD_TKNAMAZU_TRUE='#'
# CC='clang'
# CCDEPMODE='depmode=none'
# CFLAGS=' -Wall -pedantic'
# CHASEN='no'
# COPYRIGHT='Copyright (C) 1997-1999 Satoru Takabayashi All rights reserved.\nCopyright (C) 2000-2011 Namazu Project All rights reserved.'
# CPP='clang -E'
# CPPFLAGS=''
# DATADIRNAME='share'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DO_CHASEN='no'
# DO_CHASEN_NOUN='no'
# DO_KAKASI='no'
# DO_MECAB='no'
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# EXEEXT=''
# GMSGFMT='/usr/bin/msgfmt'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
# INTLLIBS=''
# KAKASI='no'
# LDFLAGS=''
# LIBICONV='-liconv'
# LIBINTL=''
# LIBOBJS=''
# LIBS='-lm '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LN_S='ln -s'
# LTALLOCA=''
# LTLIBICONV='-liconv'
# LTLIBINTL=''
# LTLIBOBJS=''
# LTVERSION='8:3:1'
# LYNX=''
# MAILING_ADDRESS='bug-namazu@namazu.org'
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/namazu/src/namazu-2.0.21/missing --run makeinfo'
# MECAB='no'
# MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs'
# MSGFMT='/usr/bin/msgfmt'
# MSGMERGE='/usr/bin/msgmerge'
# NKF='no'
# NMZ_LIBOBJS=''
# OBJEXT='o'
# OPT_ADMIN_EMAIL='webmaster@89ef9752ea57.cs.ucl.ac.uk'
# OPT_NMZ_URI='http://www.namazu.org/'
# OPT_WAKATI_DEFAULT='none'
# PACKAGE='namazu'
# PACKAGE_BUGREPORT='bug-namazu@namazu.org'
# PACKAGE_NAME='namazu'
# PACKAGE_STRING='namazu 2.0.21'
# PACKAGE_TARNAME='namazu'
# PACKAGE_VERSION='2.0.21'
# PATH_SEPARATOR=':'
# PERL='/usr/bin/perl'
# POSUB='po'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# TRAC_URI='http://www.namazu.org/trac-namazu/trac.cgi'
# USE_NLS='yes'
# VERSION='2.0.21'
# WIN32_FALSE=''
# WIN32_TRUE='#'
# WISH=''
# XGETTEXT='/usr/bin/xgettext'
# ac_ct_CC=''
# ac_ct_RANLIB='ranlib'
# ac_ct_STRIP='strip'
# am__include='include'
# am__quote=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${prefix}/share'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# install_sh='/tmp/namazu/src/namazu-2.0.21/install-sh'
# libdir='/usr/lib/namazu'
# libexecdir='/usr/lib/namazu'
# localstatedir='/var/lib'
# mandir='/usr/share/man'
# oldincludedir='/usr/include'
# prefix='/usr'
# program_transform_name='s,x,x,'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# subdirs=''
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define COPYRIGHT "Copyright (C) 1997-1999 Satoru Takabayashi All rights reserved.\nCopyright (C) 2000-2011 Namazu Project All rights reserved."
# #define ENABLE_NLS 1
# #define HAVE_ALLOCA 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_DCGETTEXT 1
# #define HAVE_DLFCN_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_GETCWD 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_GETTEXT 1
# #define HAVE_GETWD 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_LC_MESSAGES 1
# #define HAVE_LIBM 1
# #define HAVE_LIMITS_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_MEMMOVE 1
# #define HAVE_MEMORY_H 1
# #define HAVE_MEMSET 1
# #define HAVE_MMAP 1
# #define HAVE_PUTENV 1
# #define HAVE_SETENV 1
# #define HAVE_SETLOCALE 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRCSPN 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRNCASECMP 1
# #define HAVE_STRSPN 1
# #define HAVE_STRSTR 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_VPRINTF 1
# #define HAVE_VSNPRINTF 1
# #define MAILING_ADDRESS "bug-namazu@namazu.org"
# #define MSIE4MACFIX 1
# #define OPT_SCORING
# #define PACKAGE "namazu"
# #define PACKAGE_BUGREPORT "bug-namazu@namazu.org"
# #define PACKAGE_NAME "namazu"
# #define PACKAGE_STRING "namazu 2.0.21"
# #define PACKAGE_TARNAME "namazu"
# #define PACKAGE_VERSION "2.0.21"
# #define SIZEOF_INT 4
# #define SIZEOF_LONG 8
# #define SIZEOF_LONG_LONG 8
# #define STDC_HEADERS 1
# #define STDC_HEADERS 1
# #define TRAC_URI "http://www.namazu.org/trac-namazu/trac.cgi"
# #define VERSION "2.0.21"
#
# configure: exit 0