Build of tre with clang_glibc toolchain

The build took 00h 02m 19s and was SUCCESSFUL.

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

SLOCLanguage
9,963 ansic
9,949 sh
4,017 makefile
44 python
16 sed
23,989 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: tre 0.8.0-4 (Thu Apr 13 17:24:24 UTC 2017)
# ==> Checking runtime dependencies...
# ==> 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 build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... 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 ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether clang and cc understand -c and -o together... yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for isascii... yes
# checking for isblank... yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking for getopt_long... yes
# checking for libutf8... not needed
# checking wchar.h usability... yes
# checking wchar.h presence... yes
# checking for wchar.h... yes
# checking wctype.h usability... yes
# checking wctype.h presence... yes
# checking for wctype.h... yes
# checking for wchar_t... yes
# checking whether WCHAR_MAX is defined... yes
# checking for wint_t... yes
# checking for mbstate_t... yes
# checking for wcsrtombs... yes
# checking for iswlower... yes
# checking for iswupper... yes
# checking for towlower... yes
# checking for towupper... yes
# checking for wcschr... yes
# checking for wcscpy... yes
# checking for wcslen... yes
# checking for wcsncpy... yes
# checking for wctype... yes
# checking for iswctype... yes
# checking for iswascii... no
# checking for iswblank... yes
# checking for mbrtowc... yes
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... 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 for CFPreferencesCopyAppValue... no
# checking for CFLocaleCopyCurrent... no
# checking for GNU gettext in libc... yes
# checking whether to use NLS... yes
# checking where the gettext function comes from... libc
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for ld used by clang... /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... /usr/bin/nm -B
# checking whether ln -s works... yes
# checking how to recognize dependent libraries... pass_all
# checking dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking the maximum length of command line arguments... 1572864
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for objdir... .libs
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... strip
# checking if clang supports -fno-rtti -fno-exceptions... yes
# 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 whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# configure: creating libtool
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating doc/Makefile
# config.status: creating doc/agrep.1
# config.status: creating lib/Makefile
# config.status: creating m4/Makefile
# config.status: creating po/Makefile.in
# config.status: creating src/Makefile
# config.status: creating tests/Makefile
# config.status: creating tests/agrep/Makefile
# config.status: creating tre.pc
# config.status: creating tre.spec
# config.status: creating utils/Makefile
# config.status: creating config.h
# config.status: creating lib/tre-config.h
# config.status: executing depfiles commands
# config.status: executing po-directories commands
# config.status: creating po/POTFILES
# config.status: creating po/Makefile
#
#
# Configuration summary
# =====================
#
# TRE is now configured as follows:
#
# * Compilation environment
#
# CC = clang
# CFLAGS =
# CPP = clang -E
# CPPFLAGS =
# LD = /usr/bin/ld -m elf_x86_64
# LDFLAGS =
# LIBS =
# Use alloca(): yes
#
# * TRE options
#
# Development-time debugging: no
# System regex ABI compatibility: no
# Wide character (wchar_t) support: yes
# Multibyte character set support: yes
# Approximate matching support: yes
# Build and install agrep: yes
#
# make all-recursive
# make[1]: Entering directory '/tmp/tre/src/tre-0.8.0'
# Making all in lib
# make[2]: Entering directory '/tmp/tre/src/tre-0.8.0/lib'
# make all-am
# make[3]: Entering directory '/tmp/tre/src/tre-0.8.0/lib'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -MT tre-ast.lo -MD -MP -MF .deps/tre-ast.Tpo -c -o tre-ast.lo tre-ast.c
# mkdir .libs
# clang -DHAVE_CONFIG_H -I. -I.. -MT tre-ast.lo -MD -MP -MF .deps/tre-ast.Tpo -c tre-ast.c -fPIC -DPIC -o .libs/tre-ast.o
# clang -DHAVE_CONFIG_H -I. -I.. -MT tre-ast.lo -MD -MP -MF .deps/tre-ast.Tpo -c tre-ast.c -o tre-ast.o >/dev/null 2>&1
# mv -f .deps/tre-ast.Tpo .deps/tre-ast.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -MT tre-compile.lo -MD -MP -MF .deps/tre-compile.Tpo -c -o tre-compile.lo tre-compile.c
# clang -DHAVE_CONFIG_H -I. -I.. -MT tre-compile.lo -MD -MP -MF .deps/tre-compile.Tpo -c tre-compile.c -fPIC -DPIC -o .libs/tre-compile.o
# clang -DHAVE_CONFIG_H -I. -I.. -MT tre-compile.lo -MD -MP -MF .deps/tre-compile.Tpo -c tre-compile.c -o tre-compile.o >/dev/null 2>&1
# mv -f .deps/tre-compile.Tpo .deps/tre-compile.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -MT tre-match-backtrack.lo -MD -MP -MF .deps/tre-match-backtrack.Tpo -c -o tre-match-backtrack.lo tre-match-backtrack.c
# clang -DHAVE_CONFIG_H -I. -I.. -MT tre-match-backtrack.lo -MD -MP -MF .deps/tre-match-backtrack.Tpo -c tre-match-backtrack.c -fPIC -DPIC -o .libs/tre-match-backtrack.o
# tre-match-backtrack.c:603:42: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand]
# if (stack->item.state->assertions && ASSERT_BACKREF)
# ^ ~~~~~~~~~~~~~~
# tre-match-backtrack.c:603:42: note: use '&' for a bitwise operation
# if (stack->item.state->assertions && ASSERT_BACKREF)
# ^~
# &
# tre-match-backtrack.c:603:42: note: remove constant to silence this warning
# if (stack->item.state->assertions && ASSERT_BACKREF)
# ~^~~~~~~~~~~~~~~~~
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -MT tre-match-backtrack.lo -MD -MP -MF .deps/tre-match-backtrack.Tpo -c tre-match-backtrack.c -o tre-match-backtrack.o >/dev/null 2>&1
# mv -f .deps/tre-match-backtrack.Tpo .deps/tre-match-backtrack.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -MT tre-match-parallel.lo -MD -MP -MF .deps/tre-match-parallel.Tpo -c -o tre-match-parallel.lo tre-match-parallel.c
# clang -DHAVE_CONFIG_H -I. -I.. -MT tre-match-parallel.lo -MD -MP -MF .deps/tre-match-parallel.Tpo -c tre-match-parallel.c -fPIC -DPIC -o .libs/tre-match-parallel.o
# clang -DHAVE_CONFIG_H -I. -I.. -MT tre-match-parallel.lo -MD -MP -MF .deps/tre-match-parallel.Tpo -c tre-match-parallel.c -o tre-match-parallel.o >/dev/null 2>&1
# mv -f .deps/tre-match-parallel.Tpo .deps/tre-match-parallel.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -MT tre-mem.lo -MD -MP -MF .deps/tre-mem.Tpo -c -o tre-mem.lo tre-mem.c
# clang -DHAVE_CONFIG_H -I. -I.. -MT tre-mem.lo -MD -MP -MF .deps/tre-mem.Tpo -c tre-mem.c -fPIC -DPIC -o .libs/tre-mem.o
# clang -DHAVE_CONFIG_H -I. -I.. -MT tre-mem.lo -MD -MP -MF .deps/tre-mem.Tpo -c tre-mem.c -o tre-mem.o >/dev/null 2>&1
# mv -f .deps/tre-mem.Tpo .deps/tre-mem.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -MT tre-parse.lo -MD -MP -MF .deps/tre-parse.Tpo -c -o tre-parse.lo tre-parse.c
# clang -DHAVE_CONFIG_H -I. -I.. -MT tre-parse.lo -MD -MP -MF .deps/tre-parse.Tpo -c tre-parse.c -fPIC -DPIC -o .libs/tre-parse.o
# clang -DHAVE_CONFIG_H -I. -I.. -MT tre-parse.lo -MD -MP -MF .deps/tre-parse.Tpo -c tre-parse.c -o tre-parse.o >/dev/null 2>&1
# mv -f .deps/tre-parse.Tpo .deps/tre-parse.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -MT tre-stack.lo -MD -MP -MF .deps/tre-stack.Tpo -c -o tre-stack.lo tre-stack.c
# clang -DHAVE_CONFIG_H -I. -I.. -MT tre-stack.lo -MD -MP -MF .deps/tre-stack.Tpo -c tre-stack.c -fPIC -DPIC -o .libs/tre-stack.o
# clang -DHAVE_CONFIG_H -I. -I.. -MT tre-stack.lo -MD -MP -MF .deps/tre-stack.Tpo -c tre-stack.c -o tre-stack.o >/dev/null 2>&1
# mv -f .deps/tre-stack.Tpo .deps/tre-stack.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c -o regcomp.lo regcomp.c
# clang -DHAVE_CONFIG_H -I. -I.. -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c regcomp.c -fPIC -DPIC -o .libs/regcomp.o
# clang -DHAVE_CONFIG_H -I. -I.. -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c regcomp.c -o regcomp.o >/dev/null 2>&1
# mv -f .deps/regcomp.Tpo .deps/regcomp.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -MT regexec.lo -MD -MP -MF .deps/regexec.Tpo -c -o regexec.lo regexec.c
# clang -DHAVE_CONFIG_H -I. -I.. -MT regexec.lo -MD -MP -MF .deps/regexec.Tpo -c regexec.c -fPIC -DPIC -o .libs/regexec.o
# clang -DHAVE_CONFIG_H -I. -I.. -MT regexec.lo -MD -MP -MF .deps/regexec.Tpo -c regexec.c -o regexec.o >/dev/null 2>&1
# mv -f .deps/regexec.Tpo .deps/regexec.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c -o regerror.lo regerror.c
# clang -DHAVE_CONFIG_H -I. -I.. -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c regerror.c -fPIC -DPIC -o .libs/regerror.o
# clang -DHAVE_CONFIG_H -I. -I.. -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c regerror.c -o regerror.o >/dev/null 2>&1
# mv -f .deps/regerror.Tpo .deps/regerror.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -MT tre-match-approx.lo -MD -MP -MF .deps/tre-match-approx.Tpo -c -o tre-match-approx.lo tre-match-approx.c
# clang -DHAVE_CONFIG_H -I. -I.. -MT tre-match-approx.lo -MD -MP -MF .deps/tre-match-approx.Tpo -c tre-match-approx.c -fPIC -DPIC -o .libs/tre-match-approx.o
# clang -DHAVE_CONFIG_H -I. -I.. -MT tre-match-approx.lo -MD -MP -MF .deps/tre-match-approx.Tpo -c tre-match-approx.c -o tre-match-approx.o >/dev/null 2>&1
# mv -f .deps/tre-match-approx.Tpo .deps/tre-match-approx.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -no-undefined -version-info 5:0:0 -o libtre.la -rpath /usr/lib tre-ast.lo tre-compile.lo tre-match-backtrack.lo tre-match-parallel.lo tre-mem.lo tre-parse.lo tre-stack.lo regcomp.lo regexec.lo regerror.lo tre-match-approx.lo
# clang -shared .libs/tre-ast.o .libs/tre-compile.o .libs/tre-match-backtrack.o .libs/tre-match-parallel.o .libs/tre-mem.o .libs/tre-parse.o .libs/tre-stack.o .libs/regcomp.o .libs/regexec.o .libs/regerror.o .libs/tre-match-approx.o -Wl,-soname -Wl,libtre.so.5 -o .libs/libtre.so.5.0.0
# (cd .libs && rm -f libtre.so.5 && ln -s libtre.so.5.0.0 libtre.so.5)
# (cd .libs && rm -f libtre.so && ln -s libtre.so.5.0.0 libtre.so)
# ar cru .libs/libtre.a tre-ast.o tre-compile.o tre-match-backtrack.o tre-match-parallel.o tre-mem.o tre-parse.o tre-stack.o regcomp.o regexec.o regerror.o tre-match-approx.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib .libs/libtre.a
# creating libtre.la
# (cd .libs && rm -f libtre.la && ln -s ../libtre.la libtre.la)
# make[3]: Leaving directory '/tmp/tre/src/tre-0.8.0/lib'
# make[2]: Leaving directory '/tmp/tre/src/tre-0.8.0/lib'
# Making all in src
# make[2]: Entering directory '/tmp/tre/src/tre-0.8.0/src'
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -I../lib -DLOCALEDIR=\"/usr/share/locale\" -MT agrep-agrep.o -MD -MP -MF .deps/agrep-agrep.Tpo -c -o agrep-agrep.o `test -f 'agrep.c' || echo './'`agrep.c
# mv -f .deps/agrep-agrep.Tpo .deps/agrep-agrep.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -DLOCALEDIR=\"/usr/share/locale\" -o agrep agrep-agrep.o ../lib/libtre.la
# mkdir .libs
# clang -DLOCALEDIR=\"/usr/share/locale\" -o .libs/agrep agrep-agrep.o ../lib/.libs/libtre.so
# creating agrep
# make[2]: Leaving directory '/tmp/tre/src/tre-0.8.0/src'
# Making all in doc
# make[2]: Entering directory '/tmp/tre/src/tre-0.8.0/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/tre/src/tre-0.8.0/doc'
# Making all in tests
# make[2]: Entering directory '/tmp/tre/src/tre-0.8.0/tests'
# Making all in agrep
# make[3]: Entering directory '/tmp/tre/src/tre-0.8.0/tests/agrep'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/tre/src/tre-0.8.0/tests/agrep'
# make[3]: Entering directory '/tmp/tre/src/tre-0.8.0/tests'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/tre/src/tre-0.8.0/tests'
# make[2]: Leaving directory '/tmp/tre/src/tre-0.8.0/tests'
# Making all in utils
# make[2]: Entering directory '/tmp/tre/src/tre-0.8.0/utils'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/tre/src/tre-0.8.0/utils'
# Making all in po
# make[2]: Entering directory '/tmp/tre/src/tre-0.8.0/po'
# make[2]: Leaving directory '/tmp/tre/src/tre-0.8.0/po'
# Making all in m4
# make[2]: Entering directory '/tmp/tre/src/tre-0.8.0/m4'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/tre/src/tre-0.8.0/m4'
# make[2]: Entering directory '/tmp/tre/src/tre-0.8.0'
# make[2]: Leaving directory '/tmp/tre/src/tre-0.8.0'
# make[1]: Leaving directory '/tmp/tre/src/tre-0.8.0'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in lib
# make[1]: Entering directory '/tmp/tre/src/tre-0.8.0/lib'
# make[2]: Entering directory '/tmp/tre/src/tre-0.8.0/lib'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/tre/pkg/tre/usr/lib"
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'libtre.la' '/tmp/tre/pkg/tre/usr/lib/libtre.la'
# /usr/bin/install -c .libs/libtre.so.5.0.0 /tmp/tre/pkg/tre/usr/lib/libtre.so.5.0.0
# (cd /tmp/tre/pkg/tre/usr/lib && { ln -s -f libtre.so.5.0.0 libtre.so.5 || { rm -f libtre.so.5 && ln -s libtre.so.5.0.0 libtre.so.5; }; })
# (cd /tmp/tre/pkg/tre/usr/lib && { ln -s -f libtre.so.5.0.0 libtre.so || { rm -f libtre.so && ln -s libtre.so.5.0.0 libtre.so; }; })
# /usr/bin/install -c .libs/libtre.lai /tmp/tre/pkg/tre/usr/lib/libtre.la
# /usr/bin/install -c .libs/libtre.a /tmp/tre/pkg/tre/usr/lib/libtre.a
# chmod 644 /tmp/tre/pkg/tre/usr/lib/libtre.a
# ranlib /tmp/tre/pkg/tre/usr/lib/libtre.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# test -z "/usr/include/tre" || /usr/bin/mkdir -p "/tmp/tre/pkg/tre/usr/include/tre"
# /usr/bin/install -c -m 644 'tre.h' '/tmp/tre/pkg/tre/usr/include/tre/tre.h'
# /usr/bin/install -c -m 644 'regex.h' '/tmp/tre/pkg/tre/usr/include/tre/regex.h'
# test -z "/usr/include/tre" || /usr/bin/mkdir -p "/tmp/tre/pkg/tre/usr/include/tre"
# /usr/bin/install -c -m 644 'tre-config.h' '/tmp/tre/pkg/tre/usr/include/tre/tre-config.h'
# make[2]: Leaving directory '/tmp/tre/src/tre-0.8.0/lib'
# make[1]: Leaving directory '/tmp/tre/src/tre-0.8.0/lib'
# Making install in src
# make[1]: Entering directory '/tmp/tre/src/tre-0.8.0/src'
# make[2]: Entering directory '/tmp/tre/src/tre-0.8.0/src'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/tre/pkg/tre/usr/bin"
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'agrep' '/tmp/tre/pkg/tre/usr/bin/agrep'
# libtool: install: warning: `../lib/libtre.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/agrep /tmp/tre/pkg/tre/usr/bin/agrep
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/tre/src/tre-0.8.0/src'
# make[1]: Leaving directory '/tmp/tre/src/tre-0.8.0/src'
# Making install in doc
# make[1]: Entering directory '/tmp/tre/src/tre-0.8.0/doc'
# make[2]: Entering directory '/tmp/tre/src/tre-0.8.0/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/tmp/tre/pkg/tre/usr/share/man/man1"
# /usr/bin/install -c -m 644 './agrep.1' '/tmp/tre/pkg/tre/usr/share/man/man1/agrep.1'
# make[2]: Leaving directory '/tmp/tre/src/tre-0.8.0/doc'
# make[1]: Leaving directory '/tmp/tre/src/tre-0.8.0/doc'
# Making install in tests
# make[1]: Entering directory '/tmp/tre/src/tre-0.8.0/tests'
# Making install in agrep
# make[2]: Entering directory '/tmp/tre/src/tre-0.8.0/tests/agrep'
# make[3]: Entering directory '/tmp/tre/src/tre-0.8.0/tests/agrep'
# 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/tre/src/tre-0.8.0/tests/agrep'
# make[2]: Leaving directory '/tmp/tre/src/tre-0.8.0/tests/agrep'
# make[2]: Entering directory '/tmp/tre/src/tre-0.8.0/tests'
# make[3]: Entering directory '/tmp/tre/src/tre-0.8.0/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/tre/src/tre-0.8.0/tests'
# make[2]: Leaving directory '/tmp/tre/src/tre-0.8.0/tests'
# make[1]: Leaving directory '/tmp/tre/src/tre-0.8.0/tests'
# Making install in utils
# make[1]: Entering directory '/tmp/tre/src/tre-0.8.0/utils'
# make[2]: Entering directory '/tmp/tre/src/tre-0.8.0/utils'
# 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/tre/src/tre-0.8.0/utils'
# make[1]: Leaving directory '/tmp/tre/src/tre-0.8.0/utils'
# Making install in po
# make[1]: Entering directory '/tmp/tre/src/tre-0.8.0/po'
# /usr/bin/mkdir -p /tmp/tre/pkg/tre/usr/share
# installing fi.gmo as /tmp/tre/pkg/tre/usr/share/locale/fi/LC_MESSAGES/tre.mo
# installing sv.gmo as /tmp/tre/pkg/tre/usr/share/locale/sv/LC_MESSAGES/tre.mo
# if test "tre" = "gettext-tools"; then \
# /usr/bin/mkdir -p /tmp/tre/pkg/tre/usr/share/gettext/po; \
# for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
# /usr/bin/install -c -m 644 ./$file \
# /tmp/tre/pkg/tre/usr/share/gettext/po/$file; \
# done; \
# for file in Makevars; do \
# rm -f /tmp/tre/pkg/tre/usr/share/gettext/po/$file; \
# done; \
# else \
# : ; \
# fi
# make[1]: Leaving directory '/tmp/tre/src/tre-0.8.0/po'
# Making install in m4
# make[1]: Entering directory '/tmp/tre/src/tre-0.8.0/m4'
# make[2]: Entering directory '/tmp/tre/src/tre-0.8.0/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/tre/src/tre-0.8.0/m4'
# make[1]: Leaving directory '/tmp/tre/src/tre-0.8.0/m4'
# make[1]: Entering directory '/tmp/tre/src/tre-0.8.0'
# make[2]: Entering directory '/tmp/tre/src/tre-0.8.0'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/lib/pkgconfig" || /usr/bin/mkdir -p "/tmp/tre/pkg/tre/usr/lib/pkgconfig"
# /usr/bin/install -c -m 644 'tre.pc' '/tmp/tre/pkg/tre/usr/lib/pkgconfig/tre.pc'
# make[2]: Leaving directory '/tmp/tre/src/tre-0.8.0'
# make[1]: Leaving directory '/tmp/tre/src/tre-0.8.0'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "tre"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: tre 0.8.0-4 (Thu Apr 13 17:25:00 UTC 2017)

CMD: pacman --query --file tre-0.8.0-4-x86_64.pkg.tar.xz
# tre 0.8.0-4

Creating hybrid package for 'tre'

Trying to find vanilla package 'tre'...

CMD: pacman --query --file /mirror/ristretto-0.8.0-2.pkg.tar.xz
# ristretto 0.8.0-2

CMD: pacman --query --file /mirror/cherrytree-0.37.1-1.pkg.tar.xz
# cherrytree 0.37.1-1

CMD: pacman --query --file /mirror/gstreamer0.10-base-0.10.36-3.pkg.tar.xz
# gstreamer0.10-base 0.10.36-3

CMD: pacman --query --file /mirror/mate-applet-streamer-0.1.2-1.pkg.tar.xz
# mate-applet-streamer 0.1.2-1

CMD: pacman --query --file /mirror/qt5-gstreamer-1.2.0-2.pkg.tar.xz
# qt5-gstreamer 1.2.0-2

CMD: pacman --query --file /mirror/python2-waitress-0.9.0-1.pkg.tar.xz
# python2-waitress 0.9.0-1

CMD: pacman --query --file /mirror/wvstreams-4.6.1-9.pkg.tar.xz
# wvstreams 4.6.1-9

CMD: pacman --query --file /mirror/farstream-0.1-0.1.2-5.pkg.tar.xz
# farstream-0.1 0.1.2-5

CMD: pacman --query --file /mirror/python2-pyprof2calltree-1.3.2-3.pkg.tar.xz
# python2-pyprof2calltree 1.3.2-3

CMD: pacman --query --file /mirror/gstreamer0.10-ugly-plugins-0.10.19-16.pkg.tar.xz
# gstreamer0.10-ugly-plugins 0.10.19-16

CMD: pacman --query --file /mirror/gstreamer0.10-good-0.10.31-10.pkg.tar.xz
# gstreamer0.10-good 0.10.31-10

CMD: pacman --query --file /mirror/tre-0.8.0-4.pkg.tar.xz
# tre 0.8.0-4

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/include/tre/tre.h
# /usr/include/tre/tre-config.h
# /usr/include/tre/regex.h
# /usr/lib/libtre.so.5
# /usr/lib/libtre.so
# /usr/lib/libtre.so.5.0.0
# /usr/lib/pkgconfig/tre.pc
# /usr/bin/agrep
# /usr/share/man/man1/agrep.1.gz
# /usr/share/locale/fi/LC_MESSAGES/tre.mo
# /usr/share/locale/sv/LC_MESSAGES/tre.mo
# /usr/share/licenses/tre/LICENSE
# /usr/share/doc/tre/default.css
# /usr/share/doc/tre/tre-api.html
# /usr/share/doc/tre/tre-syntax.html
# /sysroot/usr/lib/libtre.so.5.0.0
# /sysroot/usr/lib/libtre.so.5
# /sysroot/usr/lib/libtre.so
# /sysroot/usr/lib/libtre.la
# /sysroot/usr/lib/libtre.a
# /sysroot/usr/lib/pkgconfig/tre.pc
# /sysroot/usr/include/tre/tre.h
# /sysroot/usr/include/tre/regex.h
# /sysroot/usr/include/tre/tre-config.h

Generating .MTREE

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

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/tre.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 608

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/tre.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/tre.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/tre/src/tre-0.8.0/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 TRE configure 0.8.0, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --enable-static
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = bea2078b9150
# 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
# /usr/bin/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/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2011: checking build system type
# configure:2029: result: x86_64-unknown-linux-gnu
# configure:2051: checking host system type
# configure:2066: result: x86_64-unknown-linux-gnu
# configure:2088: checking target system type
# configure:2103: result: x86_64-unknown-linux-gnu
# configure:2146: checking for a BSD-compatible install
# configure:2202: result: /usr/bin/install -c
# configure:2213: checking whether build environment is sane
# configure:2256: result: yes
# configure:2284: checking for a thread-safe mkdir -p
# configure:2323: result: /usr/bin/mkdir -p
# configure:2336: checking for gawk
# configure:2352: found /usr/bin/gawk
# configure:2363: result: gawk
# configure:2374: checking whether make sets $(MAKE)
# configure:2395: result: yes
# configure:2475: checking for x86_64-unknown-linux-strip
# configure:2505: result: no
# configure:2515: checking for strip
# configure:2531: found /usr/bin/strip
# configure:2542: result: strip
# configure:2594: checking for x86_64-unknown-linux-gcc
# configure:2621: result: clang
# configure:2899: checking for C compiler version
# configure:2906: 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:2909: $? = 0
# configure:2916: 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:2919: $? = 0
# configure:2926: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2929: $? = 1
# configure:2952: checking for C compiler default output file name
# configure:2979: clang conftest.c >&5
# configure:2982: $? = 0
# configure:3020: result: a.out
# configure:3037: checking whether the C compiler works
# configure:3047: ./a.out
# configure:3050: $? = 0
# configure:3067: result: yes
# configure:3074: checking whether we are cross compiling
# configure:3076: result: no
# configure:3079: checking for suffix of executables
# configure:3086: clang -o conftest conftest.c >&5
# configure:3089: $? = 0
# configure:3113: result:
# configure:3119: checking for suffix of object files
# configure:3145: clang -c conftest.c >&5
# configure:3148: $? = 0
# configure:3171: result: o
# configure:3175: checking whether we are using the GNU C compiler
# configure:3204: clang -c conftest.c >&5
# configure:3210: $? = 0
# configure:3227: result: yes
# configure:3232: checking whether clang accepts -g
# configure:3262: clang -c -g conftest.c >&5
# configure:3268: $? = 0
# configure:3367: result: yes
# configure:3384: checking for clang option to accept ISO C89
# configure:3458: clang -c conftest.c >&5
# configure:3464: $? = 0
# configure:3487: result: none needed
# configure:3516: checking for style of include used by make
# configure:3544: result: GNU
# configure:3569: checking dependency style of clang
# configure:3660: result: gcc3
# configure:3680: checking how to run the C preprocessor
# configure:3720: clang -E conftest.c
# configure:3726: $? = 0
# configure:3757: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3763: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "TRE"
# | #define PACKAGE_TARNAME "tre"
# | #define PACKAGE_VERSION "0.8.0"
# | #define PACKAGE_STRING "TRE 0.8.0"
# | #define PACKAGE_BUGREPORT "tre-general@lists.laurikari.net"
# | #define PACKAGE "tre"
# | #define VERSION "0.8.0"
# | /* end confdefs.h. */
# | #include
# configure:3796: result: clang -E
# configure:3825: clang -E conftest.c
# configure:3831: $? = 0
# configure:3862: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3868: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "TRE"
# | #define PACKAGE_TARNAME "tre"
# | #define PACKAGE_VERSION "0.8.0"
# | #define PACKAGE_STRING "TRE 0.8.0"
# | #define PACKAGE_BUGREPORT "tre-general@lists.laurikari.net"
# | #define PACKAGE "tre"
# | #define VERSION "0.8.0"
# | /* end confdefs.h. */
# | #include
# configure:3918: checking for a BSD-compatible install
# configure:3974: result: /usr/bin/install -c
# configure:3986: checking whether clang and cc understand -c and -o together
# configure:4021: clang -c conftest.c -o conftest2.o >&5
# configure:4024: $? = 0
# configure:4030: clang -c conftest.c -o conftest2.o >&5
# configure:4033: $? = 0
# configure:4044: cc -c conftest.c >&5
# configure:4047: $? = 0
# configure:4055: cc -c conftest.c -o conftest2.o >&5
# configure:4058: $? = 0
# configure:4064: cc -c conftest.c -o conftest2.o >&5
# configure:4067: $? = 0
# configure:4085: result: yes
# configure:4387: checking for an ANSI C-conforming const
# configure:4462: clang -c conftest.c >&5
# configure:4468: $? = 0
# configure:4483: result: yes
# configure:4493: checking for inline
# configure:4519: clang -c conftest.c >&5
# configure:4525: $? = 0
# configure:4543: result: inline
# configure:4569: checking for grep that handles long lines and -e
# configure:4643: result: /usr/bin/grep
# configure:4648: checking for egrep
# configure:4726: result: /usr/bin/grep -E
# configure:4731: checking for ANSI C header files
# configure:4761: clang -c conftest.c >&5
# configure:4767: $? = 0
# configure:4866: clang -o conftest conftest.c >&5
# configure:4869: $? = 0
# configure:4875: ./conftest
# configure:4878: $? = 0
# configure:4895: result: yes
# configure:4930: checking for sys/types.h
# configure:4951: clang -c conftest.c >&5
# configure:4957: $? = 0
# configure:4973: result: yes
# configure:4930: checking for sys/stat.h
# configure:4951: clang -c conftest.c >&5
# configure:4957: $? = 0
# configure:4973: result: yes
# configure:4930: checking for stdlib.h
# configure:4951: clang -c conftest.c >&5
# configure:4957: $? = 0
# configure:4973: result: yes
# configure:4930: checking for string.h
# configure:4951: clang -c conftest.c >&5
# configure:4957: $? = 0
# configure:4973: result: yes
# configure:4930: checking for memory.h
# configure:4951: clang -c conftest.c >&5
# configure:4957: $? = 0
# configure:4973: result: yes
# configure:4930: checking for strings.h
# configure:4951: clang -c conftest.c >&5
# configure:4957: $? = 0
# configure:4973: result: yes
# configure:4930: checking for inttypes.h
# configure:4951: clang -c conftest.c >&5
# configure:4957: $? = 0
# configure:4973: result: yes
# configure:4930: checking for stdint.h
# configure:4951: clang -c conftest.c >&5
# configure:4957: $? = 0
# configure:4973: result: yes
# configure:4930: checking for unistd.h
# configure:4951: clang -c conftest.c >&5
# configure:4957: $? = 0
# configure:4973: result: yes
# configure:4987: checking for working alloca.h
# configure:5014: clang -o conftest conftest.c >&5
# configure:5020: $? = 0
# configure:5037: result: yes
# configure:5047: checking for alloca
# configure:5094: clang -o conftest conftest.c >&5
# configure:5100: $? = 0
# configure:5117: result: yes
# configure:5863: checking for isascii
# configure:5919: clang -o conftest conftest.c >&5
# configure:5925: $? = 0
# configure:5943: result: yes
# configure:5863: checking for isblank
# configure:5919: clang -o conftest conftest.c >&5
# configure:5925: $? = 0
# configure:5943: result: yes
# configure:5969: checking getopt.h usability
# configure:5986: clang -c conftest.c >&5
# configure:5992: $? = 0
# configure:6006: result: yes
# configure:6010: checking getopt.h presence
# configure:6025: clang -E conftest.c
# configure:6031: $? = 0
# configure:6045: result: yes
# configure:6078: checking for getopt.h
# configure:6086: result: yes
# configure:6103: checking for getopt_long
# configure:6159: clang -o conftest conftest.c >&5
# configure:6165: $? = 0
# configure:6183: result: yes
# configure:6296: checking for libutf8
# configure:6341: clang -o conftest conftest.c >&5
# configure:6347: $? = 0
# configure:6427: result: not needed
# configure:6616: checking wchar.h usability
# configure:6633: clang -c conftest.c >&5
# configure:6639: $? = 0
# configure:6653: result: yes
# configure:6657: checking wchar.h presence
# configure:6672: clang -E conftest.c
# configure:6678: $? = 0
# configure:6692: result: yes
# configure:6725: checking for wchar.h
# configure:6733: result: yes
# configure:6616: checking wctype.h usability
# configure:6633: clang -c conftest.c >&5
# configure:6639: $? = 0
# configure:6653: result: yes
# configure:6657: checking wctype.h presence
# configure:6672: clang -E conftest.c
# configure:6678: $? = 0
# configure:6692: result: yes
# configure:6725: checking for wctype.h
# configure:6733: result: yes
# configure:6767: checking for wchar_t
# configure:6798: clang -c conftest.c >&5
# configure:6804: $? = 0
# configure:6819: result: yes
# configure:6829: checking whether WCHAR_MAX is defined
# configure:6860: clang -c conftest.c >&5
# configure:6866: $? = 0
# configure:6881: result: yes
# configure:6981: checking for wint_t
# configure:7012: clang -c conftest.c >&5
# configure:7018: $? = 0
# configure:7033: result: yes
# configure:7050: checking for mbstate_t
# configure:7081: clang -c conftest.c >&5
# configure:7087: $? = 0
# configure:7102: result: yes
# configure:7123: checking for wcsrtombs
# configure:7152: clang -o conftest conftest.c >&5
# configure:7158: $? = 0
# configure:7176: result: yes
# configure:7211: checking for iswlower
# configure:7240: clang -o conftest conftest.c >&5
# configure:7246: $? = 0
# configure:7264: result: yes
# configure:7211: checking for iswupper
# configure:7240: clang -o conftest conftest.c >&5
# configure:7246: $? = 0
# configure:7264: result: yes
# configure:7211: checking for towlower
# configure:7240: clang -o conftest conftest.c >&5
# configure:7246: $? = 0
# configure:7264: result: yes
# configure:7211: checking for towupper
# configure:7240: clang -o conftest conftest.c >&5
# configure:7246: $? = 0
# configure:7264: result: yes
# configure:7211: checking for wcschr
# configure:7240: clang -o conftest conftest.c >&5
# configure:7246: $? = 0
# configure:7264: result: yes
# configure:7211: checking for wcscpy
# configure:7240: clang -o conftest conftest.c >&5
# configure:7246: $? = 0
# configure:7264: result: yes
# configure:7211: checking for wcslen
# configure:7240: clang -o conftest conftest.c >&5
# configure:7246: $? = 0
# configure:7264: result: yes
# configure:7211: checking for wcsncpy
# configure:7240: clang -o conftest conftest.c >&5
# configure:7246: $? = 0
# configure:7264: result: yes
# configure:7316: checking for wctype
# configure:7345: clang -o conftest conftest.c >&5
# configure:7351: $? = 0
# configure:7369: result: yes
# configure:7316: checking for iswctype
# configure:7345: clang -o conftest conftest.c >&5
# configure:7351: $? = 0
# configure:7369: result: yes
# configure:7390: checking for iswascii
# configure:7419: clang -o conftest conftest.c >&5
# conftest.c:63:13: error: use of undeclared identifier 'iswascii'
# void *foo = iswascii;
# ^
# conftest.c:68:17: error: use of undeclared identifier 'iswascii'
# return foo != iswascii;
# ^
# 2 errors generated.
# configure:7425: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "TRE"
# | #define PACKAGE_TARNAME "tre"
# | #define PACKAGE_VERSION "0.8.0"
# | #define PACKAGE_STRING "TRE 0.8.0"
# | #define PACKAGE_BUGREPORT "tre-general@lists.laurikari.net"
# | #define PACKAGE "tre"
# | #define VERSION "0.8.0"
# | #define TRE_VERSION "0.8.0"
# | #define TRE_VERSION_1 0
# | #define TRE_VERSION_2 8
# | #define TRE_VERSION_3 0
# | #define NDEBUG 1
# | #define TRE_APPROX 1
# | #define _GNU_SOURCE 1
# | #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_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define TRE_USE_ALLOCA 1
# | #define TRE_REGEX_T_FIELD value
# | #define HAVE_ISASCII 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_WCSRTOMBS 1
# | #define HAVE_ISWLOWER 1
# | #define HAVE_ISWUPPER 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_TOWUPPER 1
# | #define HAVE_WCSCHR 1
# | #define HAVE_WCSCPY 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNCPY 1
# | #define TRE_WCHAR 1
# | #define HAVE_WCTYPE 1
# | #define HAVE_ISWCTYPE 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_WCHAR_H
# | #include
# | #endif /* HAVE_WCHAR_H */
# | #ifdef HAVE_WCTYPE_H
# | #include
# | #endif /* HAVE_WCTYPE_H */
# | #ifdef HAVE_LIBUTF8_H
# | #include
# | #endif /* HAVE_LIBUTF8_H */
# |
# | void *foo = iswascii;
# |
# | int
# | main ()
# | {
# | return foo != iswascii;
# | ;
# | return 0;
# | }
# configure:7443: result: no
# configure:7390: checking for iswblank
# configure:7419: clang -o conftest conftest.c >&5
# configure:7425: $? = 0
# configure:7443: result: yes
# configure:7489: checking for mbrtowc
# configure:7518: clang -o conftest conftest.c >&5
# configure:7524: $? = 0
# configure:7542: result: yes
# configure:7612: checking for special C compiler options needed for large files
# configure:7705: result: no
# configure:7711: checking for _FILE_OFFSET_BITS value needed for large files
# configure:7746: clang -c conftest.c >&5
# configure:7752: $? = 0
# configure:7820: result: no
# configure:7957: checking whether NLS is requested
# configure:7966: result: yes
# configure:8007: checking for msgfmt
# configure: trying /usr/bin/msgfmt...
# 0 translated messages.
# configure:8039: result: /usr/bin/msgfmt
# configure:8048: checking for gmsgfmt
# configure:8079: result: /usr/bin/msgfmt
# configure:8130: checking for xgettext
# configure: trying /usr/bin/xgettext...
# /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
# configure:8162: result: /usr/bin/xgettext
# configure:8208: checking for msgmerge
# configure: trying /usr/bin/msgmerge...
# configure:8239: result: /usr/bin/msgmerge
# configure:8296: checking for ld used by GCC
# configure:8360: result: /usr/bin/ld
# configure:8369: checking if the linker (/usr/bin/ld) is GNU ld
# configure:8382: result: yes
# configure:8389: checking for shared library run path origin
# configure:8402: result: done
# configure:8903: checking for CFPreferencesCopyAppValue
# configure:8931: clang -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:55:10: fatal error: 'CoreFoundation/CFPreferences.h' file not found
# #include
# ^
# 1 error generated.
# configure:8937: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "TRE"
# | #define PACKAGE_TARNAME "tre"
# | #define PACKAGE_VERSION "0.8.0"
# | #define PACKAGE_STRING "TRE 0.8.0"
# | #define PACKAGE_BUGREPORT "tre-general@lists.laurikari.net"
# | #define PACKAGE "tre"
# | #define VERSION "0.8.0"
# | #define TRE_VERSION "0.8.0"
# | #define TRE_VERSION_1 0
# | #define TRE_VERSION_2 8
# | #define TRE_VERSION_3 0
# | #define NDEBUG 1
# | #define TRE_APPROX 1
# | #define _GNU_SOURCE 1
# | #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_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define TRE_USE_ALLOCA 1
# | #define TRE_REGEX_T_FIELD value
# | #define HAVE_ISASCII 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_WCSRTOMBS 1
# | #define HAVE_ISWLOWER 1
# | #define HAVE_ISWUPPER 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_TOWUPPER 1
# | #define HAVE_WCSCHR 1
# | #define HAVE_WCSCPY 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNCPY 1
# | #define TRE_WCHAR 1
# | #define HAVE_WCTYPE 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_MBRTOWC 1
# | #define TRE_MULTIBYTE 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFPreferencesCopyAppValue(NULL, NULL)
# | ;
# | return 0;
# | }
# configure:8955: result: no
# configure:8964: checking for CFLocaleCopyCurrent
# configure:8992: clang -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:55:10: fatal error: 'CoreFoundation/CFLocale.h' file not found
# #include
# ^
# 1 error generated.
# configure:8998: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "TRE"
# | #define PACKAGE_TARNAME "tre"
# | #define PACKAGE_VERSION "0.8.0"
# | #define PACKAGE_STRING "TRE 0.8.0"
# | #define PACKAGE_BUGREPORT "tre-general@lists.laurikari.net"
# | #define PACKAGE "tre"
# | #define VERSION "0.8.0"
# | #define TRE_VERSION "0.8.0"
# | #define TRE_VERSION_1 0
# | #define TRE_VERSION_2 8
# | #define TRE_VERSION_3 0
# | #define NDEBUG 1
# | #define TRE_APPROX 1
# | #define _GNU_SOURCE 1
# | #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_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define TRE_USE_ALLOCA 1
# | #define TRE_REGEX_T_FIELD value
# | #define HAVE_ISASCII 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_WCSRTOMBS 1
# | #define HAVE_ISWLOWER 1
# | #define HAVE_ISWUPPER 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_TOWUPPER 1
# | #define HAVE_WCSCHR 1
# | #define HAVE_WCSCPY 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSNCPY 1
# | #define TRE_WCHAR 1
# | #define HAVE_WCTYPE 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_MBRTOWC 1
# | #define TRE_MULTIBYTE 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFLocaleCopyCurrent();
# | ;
# | return 0;
# | }
# configure:9016: result: no
# configure:9067: checking for GNU gettext in libc
# configure:9097: clang -o conftest conftest.c >&5
# configure:9103: $? = 0
# configure:9121: result: yes
# configure:10005: checking whether to use NLS
# configure:10007: result: yes
# configure:10010: checking where the gettext function comes from
# configure:10021: result: libc
# configure:10159: checking for a sed that does not truncate output
# configure:10215: result: /usr/bin/sed
# configure:10229: checking for ld used by clang
# configure:10296: result: /usr/bin/ld
# configure:10305: checking if the linker (/usr/bin/ld) is GNU ld
# configure:10320: result: yes
# configure:10325: checking for /usr/bin/ld option to reload object files
# configure:10332: result: -r
# configure:10350: checking for BSD-compatible nm
# configure:10399: result: /usr/bin/nm -B
# configure:10403: checking whether ln -s works
# configure:10407: result: yes
# configure:10414: checking how to recognize dependent libraries
# configure:10600: result: pass_all
# configure:10688: clang -c conftest.c >&5
# configure:10691: $? = 0
# configure:11144: checking dlfcn.h usability
# configure:11161: clang -c conftest.c >&5
# configure:11167: $? = 0
# configure:11181: result: yes
# configure:11185: checking dlfcn.h presence
# configure:11200: clang -E conftest.c
# configure:11206: $? = 0
# configure:11220: result: yes
# configure:11253: checking for dlfcn.h
# configure:11261: result: yes
# configure:11277: checking the maximum length of command line arguments
# configure:11389: result: 1572864
# configure:11401: checking command to parse /usr/bin/nm -B output from clang object
# configure:11506: clang -c conftest.c >&5
# configure:11509: $? = 0
# configure:11513: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:11516: $? = 0
# configure:11568: clang -o conftest conftest.c conftstm.o >&5
# configure:11571: $? = 0
# configure:11609: result: ok
# configure:11613: checking for objdir
# configure:11628: result: .libs
# configure:11680: checking for x86_64-unknown-linux-ar
# configure:11710: result: no
# configure:11720: checking for ar
# configure:11736: found /usr/bin/ar
# configure:11747: result: ar
# configure:11776: checking for x86_64-unknown-linux-ranlib
# configure:11806: result: no
# configure:11816: checking for ranlib
# configure:11832: found /usr/bin/ranlib
# configure:11843: result: ranlib
# configure:11872: checking for x86_64-unknown-linux-strip
# configure:11899: result: strip
# configure:12537: checking if clang supports -fno-rtti -fno-exceptions
# configure:12555: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:12559: $? = 0
# configure:12572: result: yes
# configure:12587: checking for clang option to produce PIC
# configure:12819: result: -fPIC
# configure:12827: checking if clang PIC flag -fPIC works
# configure:12845: clang -c -fPIC -DPIC conftest.c >&5
# configure:12849: $? = 0
# configure:12862: result: yes
# configure:12890: checking if clang static flag -static works
# configure:12918: result: yes
# configure:12928: checking if clang supports -c -o file.o
# configure:12949: clang -c -o out/conftest2.o conftest.c >&5
# configure:12953: $? = 0
# configure:12975: result: yes
# configure:13001: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:13982: result: yes
# configure:14003: checking whether -lc should be explicitly linked in
# configure:14008: clang -c conftest.c >&5
# configure:14011: $? = 0
# configure:14026: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
# configure:14029: $? = 0
# configure:14041: result: no
# configure:14049: checking dynamic linker characteristics
# configure:14663: result: GNU/Linux ld.so
# configure:14687: checking how to hardcode library paths into programs
# configure:14712: result: immediate
# configure:14726: checking whether stripping libraries is possible
# configure:14731: result: yes
# configure:15533: checking if libtool supports shared libraries
# configure:15535: result: yes
# configure:15538: checking whether to build shared libraries
# configure:15559: result: yes
# configure:15562: checking whether to build static libraries
# configure:15566: result: yes
# configure:15660: creating libtool
# configure:16293: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by TRE config.status 0.8.0, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on bea2078b9150
#
# config.status:710: creating Makefile
# config.status:710: creating doc/Makefile
# config.status:710: creating doc/agrep.1
# config.status:710: creating lib/Makefile
# config.status:710: creating m4/Makefile
# config.status:710: creating po/Makefile.in
# config.status:710: creating src/Makefile
# config.status:710: creating tests/Makefile
# config.status:710: creating tests/agrep/Makefile
# config.status:710: creating tre.pc
# config.status:710: creating tre.spec
# config.status:710: creating utils/Makefile
# config.status:710: creating config.h
# config.status:710: creating lib/tre-config.h
# config.status:1030: executing depfiles commands
# config.status:1030: executing po-directories commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# 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_LIBS_set=
# ac_cv_env_LIBS_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_func_alloca_works=yes
# ac_cv_func_getopt_long=yes
# ac_cv_func_isascii=yes
# ac_cv_func_isblank=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_inttypes_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_header_wchar_h=yes
# ac_cv_header_wctype_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GMSGFMT=/usr/bin/msgfmt
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_MSGFMT=/usr/bin/msgfmt
# ac_cv_path_MSGMERGE=/usr/bin/msgmerge
# ac_cv_path_XGETTEXT=/usr/bin/xgettext
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# 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_AR=ar
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_clang_c_o=yes
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_type_mbstate_t=yes
# ac_cv_type_wchar_t=yes
# ac_cv_type_wint_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_libname_spec='lib$name'
# acl_cv_library_names_spec='$libname$shrext'
# 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=gcc3
# ax_cv_decl_wchar_max=yes
# ax_cv_func_iswascii=no
# ax_cv_func_iswblank=yes
# ax_cv_func_iswctype=yes
# ax_cv_func_iswlower=yes
# ax_cv_func_iswupper=yes
# ax_cv_func_mbrtowc=yes
# ax_cv_func_towlower=yes
# ax_cv_func_towupper=yes
# ax_cv_func_wcschr=yes
# ax_cv_func_wcscpy=yes
# ax_cv_func_wcslen=yes
# ax_cv_func_wcsncpy=yes
# ax_cv_func_wcsrtombs=yes
# ax_cv_func_wctype=yes
# gt_cv_func_CFLocaleCopyCurrent=no
# gt_cv_func_CFPreferencesCopyAppValue=no
# gt_cv_func_gnugettext1_libc=yes
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_SED=/usr/bin/sed
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_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_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
# lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib/R/lib /usr/lib/libfakeroot '
# lt_cv_sys_lib_search_path_spec='/usr/lib/clang/3.8.0 /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1 /usr/lib64 /lib64 /usr/lib /lib'
# lt_cv_sys_max_cmd_len=1572864
# lt_lt_cv_prog_compiler_c_o='"yes"'
# lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
# lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
# lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/tre/src/tre-0.8.0/utils/missing --run aclocal-1.10'
# ALLOCA=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/tre/src/tre-0.8.0/utils/missing --run tar'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/tre/src/tre-0.8.0/utils/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/tre/src/tre-0.8.0/utils/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/tre/src/tre-0.8.0/utils/missing --run automake-1.10'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='dlltool'
# DSYMUTIL=''
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GETTEXT_MACRO_VERSION='0.17'
# GMSGFMT='/usr/bin/msgfmt'
# GMSGFMT_015='/usr/bin/msgfmt'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INTLLIBS=''
# INTL_MACOSX_LIBS=''
# LDFLAGS=''
# LIBICONV='-liconv'
# LIBINTL=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LN_S='ln -s'
# LTLIBICONV='-liconv'
# LTLIBINTL=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/tre/src/tre-0.8.0/utils/missing --run makeinfo'
# MSGFMT='/usr/bin/msgfmt'
# MSGFMT_015='/usr/bin/msgfmt'
# MSGMERGE='/usr/bin/msgmerge'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# PACKAGE='tre'
# PACKAGE_BUGREPORT='tre-general@lists.laurikari.net'
# PACKAGE_NAME='TRE'
# PACKAGE_STRING='TRE 0.8.0'
# PACKAGE_TARNAME='tre'
# PACKAGE_VERSION='0.8.0'
# PATH_SEPARATOR=':'
# POSUB='po'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# TRE_AGREP_FALSE='#'
# TRE_AGREP_TRUE=''
# TRE_APPROX_FALSE='#'
# TRE_APPROX_TRUE=''
# TRE_DEBUG_FALSE=''
# TRE_DEBUG_TRUE='#'
# TRE_MULTIBYTE_FALSE='#'
# TRE_MULTIBYTE_TRUE=''
# TRE_PROFILE_FALSE=''
# TRE_PROFILE_TRUE='#'
# TRE_VERSION='0.8.0'
# USE_NLS='yes'
# VERSION='0.8.0'
# XGETTEXT='/usr/bin/xgettext'
# XGETTEXT_015='/usr/bin/xgettext'
# XGETTEXT_EXTRA_OPTIONS=''
# ac_ct_CC=''
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# 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'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='$(SHELL) /tmp/tre/src/tre-0.8.0/utils/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "TRE"
# #define PACKAGE_TARNAME "tre"
# #define PACKAGE_VERSION "0.8.0"
# #define PACKAGE_STRING "TRE 0.8.0"
# #define PACKAGE_BUGREPORT "tre-general@lists.laurikari.net"
# #define PACKAGE "tre"
# #define VERSION "0.8.0"
# #define TRE_VERSION "0.8.0"
# #define TRE_VERSION_1 0
# #define TRE_VERSION_2 8
# #define TRE_VERSION_3 0
# #define NDEBUG 1
# #define TRE_APPROX 1
# #define _GNU_SOURCE 1
# #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_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define TRE_USE_ALLOCA 1
# #define TRE_REGEX_T_FIELD value
# #define HAVE_ISASCII 1
# #define HAVE_ISBLANK 1
# #define HAVE_GETOPT_H 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_WCHAR_H 1
# #define HAVE_WCTYPE_H 1
# #define HAVE_WCHAR_T 1
# #define HAVE_WINT_T 1
# #define HAVE_MBSTATE_T 1
# #define HAVE_WCSRTOMBS 1
# #define HAVE_ISWLOWER 1
# #define HAVE_ISWUPPER 1
# #define HAVE_TOWLOWER 1
# #define HAVE_TOWUPPER 1
# #define HAVE_WCSCHR 1
# #define HAVE_WCSCPY 1
# #define HAVE_WCSLEN 1
# #define HAVE_WCSNCPY 1
# #define TRE_WCHAR 1
# #define HAVE_WCTYPE 1
# #define HAVE_ISWCTYPE 1
# #define HAVE_ISWBLANK 1
# #define HAVE_MBRTOWC 1
# #define TRE_MULTIBYTE 1
# #define ENABLE_NLS 1
# #define HAVE_GETTEXT 1
# #define HAVE_DCGETTEXT 1
# #define HAVE_DLFCN_H 1
#
# configure: exit 0