Build of libkate with clang_glibc toolchain

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

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

SLOCLanguage
16,765 ansic
10,344 sh
3,454 makefile
2,358 yacc
770 python
363 lex
34,054 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: libkate 0.4.1-5 (Thu Apr 13 19:07:42 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 x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for style of include used by make... GNU
# 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 dependency style of clang... gcc3
# checking whether clang and cc understand -c and -o together... yes
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking how to run the C preprocessor... clang -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 dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC 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.o... (cached) 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 for shl_load... no
# checking for shl_load in -ldld... no
# checking for dlopen... no
# checking for dlopen in -ldl... yes
# checking whether a program can dlopen itself... yes
# checking whether a statically linked program can dlopen itself... no
# 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... no
# checking for flex... flex
# checking lex output file root... lex.yy
# checking lex library... none needed
# checking whether yytext is a pointer... no
# checking for bison... bison -y
# checking for grep that handles long lines and -e... (cached) /usr/bin/grep
# checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
# checking for a sed that does not truncate output... (cached) /usr/bin/sed
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for ANSI C header files... (cached) yes
# checking for unistd.h... (cached) yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking ctype.h usability... yes
# checking ctype.h presence... yes
# checking for ctype.h... yes
# checking for stdint.h... (cached) yes
# checking for size_t... yes
# checking for pkg-config... yes
# checking for oggz... no
# checking for oggz-merge... no
# checking for oggzmerge... no
# checking for oggmerge... no
# checking for oggz-diff... no
# checking for oggzdiff... no
# checking for cmp... /usr/bin/cmp
# checking for python version... 2.7
# checking for python platform... linux2
# checking for python script directory... ${prefix}/lib/python2.7/site-packages
# checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
# checking for md5sum... md5sum
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for OGG... yes
# checking for PNG... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating tools/Makefile
# config.status: creating tools/KateDJ/Makefile
# config.status: creating tools/KateDJ/kdj/constants.py
# config.status: creating doc/Makefile
# config.status: creating doc/man/kateenc.1
# config.status: creating doc/man/katedec.1
# config.status: creating doc/man/katalyzer.1
# config.status: creating doc/man/KateDJ.1
# config.status: creating include/kate/kate.h
# config.status: creating tests/Makefile
# config.status: creating misc/pkgconfig/kate.pc
# config.status: creating misc/pkgconfig/kate-uninstalled.pc
# config.status: creating misc/pkgconfig/oggkate.pc
# config.status: creating misc/pkgconfig/oggkate-uninstalled.pc
# config.status: creating doc/kate.doxygen
# config.status: creating include/config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# Making all in .
# make[1]: Entering directory '/tmp/libkate/src/libkate-0.4.1'
# /bin/sh ./libtool --tag=CC --silent --mode=compile clang -DHAVE_CONFIG_H -I. -I./include -I ./src -I ./include -Wall -W -MT src/lib_libkate_la-kate.lo -MD -MP -MF src/.deps/lib_libkate_la-kate.Tpo -c -o src/lib_libkate_la-kate.lo `test -f 'src/kate.c' || echo './'`src/kate.c
# mv -f src/.deps/lib_libkate_la-kate.Tpo src/.deps/lib_libkate_la-kate.Plo
# /bin/sh ./libtool --tag=CC --silent --mode=compile clang -DHAVE_CONFIG_H -I. -I./include -I ./src -I ./include -Wall -W -MT src/lib_libkate_la-kate_info.lo -MD -MP -MF src/.deps/lib_libkate_la-kate_info.Tpo -c -o src/lib_libkate_la-kate_info.lo `test -f 'src/kate_info.c' || echo './'`src/kate_info.c
# mv -f src/.deps/lib_libkate_la-kate_info.Tpo src/.deps/lib_libkate_la-kate_info.Plo
# /bin/sh ./libtool --tag=CC --silent --mode=compile clang -DHAVE_CONFIG_H -I. -I./include -I ./src -I ./include -Wall -W -MT src/lib_libkate_la-kate_comment.lo -MD -MP -MF src/.deps/lib_libkate_la-kate_comment.Tpo -c -o src/lib_libkate_la-kate_comment.lo `test -f 'src/kate_comment.c' || echo './'`src/kate_comment.c
# mv -f src/.deps/lib_libkate_la-kate_comment.Tpo src/.deps/lib_libkate_la-kate_comment.Plo
# /bin/sh ./libtool --tag=CC --silent --mode=compile clang -DHAVE_CONFIG_H -I. -I./include -I ./src -I ./include -Wall -W -MT src/lib_libkate_la-kate_granule.lo -MD -MP -MF src/.deps/lib_libkate_la-kate_granule.Tpo -c -o src/lib_libkate_la-kate_granule.lo `test -f 'src/kate_granule.c' || echo './'`src/kate_granule.c
# mv -f src/.deps/lib_libkate_la-kate_granule.Tpo src/.deps/lib_libkate_la-kate_granule.Plo
# /bin/sh ./libtool --tag=CC --silent --mode=compile clang -DHAVE_CONFIG_H -I. -I./include -I ./src -I ./include -Wall -W -MT src/lib_libkate_la-kate_event.lo -MD -MP -MF src/.deps/lib_libkate_la-kate_event.Tpo -c -o src/lib_libkate_la-kate_event.lo `test -f 'src/kate_event.c' || echo './'`src/kate_event.c
# mv -f src/.deps/lib_libkate_la-kate_event.Tpo src/.deps/lib_libkate_la-kate_event.Plo
# /bin/sh ./libtool --tag=CC --silent --mode=compile clang -DHAVE_CONFIG_H -I. -I./include -I ./src -I ./include -Wall -W -MT src/lib_libkate_la-kate_motion.lo -MD -MP -MF src/.deps/lib_libkate_la-kate_motion.Tpo -c -o src/lib_libkate_la-kate_motion.lo `test -f 'src/kate_motion.c' || echo './'`src/kate_motion.c
# mv -f src/.deps/lib_libkate_la-kate_motion.Tpo src/.deps/lib_libkate_la-kate_motion.Plo
# /bin/sh ./libtool --tag=CC --silent --mode=compile clang -DHAVE_CONFIG_H -I. -I./include -I ./src -I ./include -Wall -W -MT src/lib_libkate_la-kate_text.lo -MD -MP -MF src/.deps/lib_libkate_la-kate_text.Tpo -c -o src/lib_libkate_la-kate_text.lo `test -f 'src/kate_text.c' || echo './'`src/kate_text.c
# mv -f src/.deps/lib_libkate_la-kate_text.Tpo src/.deps/lib_libkate_la-kate_text.Plo
# /bin/sh ./libtool --tag=CC --silent --mode=compile clang -DHAVE_CONFIG_H -I. -I./include -I ./src -I ./include -Wall -W -MT src/lib_libkate_la-kate_tracker.lo -MD -MP -MF src/.deps/lib_libkate_la-kate_tracker.Tpo -c -o src/lib_libkate_la-kate_tracker.lo `test -f 'src/kate_tracker.c' || echo './'`src/kate_tracker.c
# mv -f src/.deps/lib_libkate_la-kate_tracker.Tpo src/.deps/lib_libkate_la-kate_tracker.Plo
# /bin/sh ./libtool --tag=CC --silent --mode=compile clang -DHAVE_CONFIG_H -I. -I./include -I ./src -I ./include -Wall -W -MT src/lib_libkate_la-kate_fp.lo -MD -MP -MF src/.deps/lib_libkate_la-kate_fp.Tpo -c -o src/lib_libkate_la-kate_fp.lo `test -f 'src/kate_fp.c' || echo './'`src/kate_fp.c
# mv -f src/.deps/lib_libkate_la-kate_fp.Tpo src/.deps/lib_libkate_la-kate_fp.Plo
# /bin/sh ./libtool --tag=CC --silent --mode=compile clang -DHAVE_CONFIG_H -I. -I./include -I ./src -I ./include -Wall -W -MT src/lib_libkate_la-kate_font.lo -MD -MP -MF src/.deps/lib_libkate_la-kate_font.Tpo -c -o src/lib_libkate_la-kate_font.lo `test -f 'src/kate_font.c' || echo './'`src/kate_font.c
# mv -f src/.deps/lib_libkate_la-kate_font.Tpo src/.deps/lib_libkate_la-kate_font.Plo
# /bin/sh ./libtool --tag=CC --silent --mode=compile clang -DHAVE_CONFIG_H -I. -I./include -I ./src -I ./include -Wall -W -MT src/lib_libkate_la-kate_encode_state.lo -MD -MP -MF src/.deps/lib_libkate_la-kate_encode_state.Tpo -c -o src/lib_libkate_la-kate_encode_state.lo `test -f 'src/kate_encode_state.c' || echo './'`src/kate_encode_state.c
# mv -f src/.deps/lib_libkate_la-kate_encode_state.Tpo src/.deps/lib_libkate_la-kate_encode_state.Plo
# /bin/sh ./libtool --tag=CC --silent --mode=compile clang -DHAVE_CONFIG_H -I. -I./include -I ./src -I ./include -Wall -W -MT src/lib_libkate_la-kate_encode.lo -MD -MP -MF src/.deps/lib_libkate_la-kate_encode.Tpo -c -o src/lib_libkate_la-kate_encode.lo `test -f 'src/kate_encode.c' || echo './'`src/kate_encode.c
# mv -f src/.deps/lib_libkate_la-kate_encode.Tpo src/.deps/lib_libkate_la-kate_encode.Plo
# /bin/sh ./libtool --tag=CC --silent --mode=compile clang -DHAVE_CONFIG_H -I. -I./include -I ./src -I ./include -Wall -W -MT src/lib_libkate_la-kate_decode_state.lo -MD -MP -MF src/.deps/lib_libkate_la-kate_decode_state.Tpo -c -o src/lib_libkate_la-kate_decode_state.lo `test -f 'src/kate_decode_state.c' || echo './'`src/kate_decode_state.c
# mv -f src/.deps/lib_libkate_la-kate_decode_state.Tpo src/.deps/lib_libkate_la-kate_decode_state.Plo
# /bin/sh ./libtool --tag=CC --silent --mode=compile clang -DHAVE_CONFIG_H -I. -I./include -I ./src -I ./include -Wall -W -MT src/lib_libkate_la-kate_decode.lo -MD -MP -MF src/.deps/lib_libkate_la-kate_decode.Tpo -c -o src/lib_libkate_la-kate_decode.lo `test -f 'src/kate_decode.c' || echo './'`src/kate_decode.c
# mv -f src/.deps/lib_libkate_la-kate_decode.Tpo src/.deps/lib_libkate_la-kate_decode.Plo
# /bin/sh ./libtool --tag=CC --silent --mode=compile clang -DHAVE_CONFIG_H -I. -I./include -I ./src -I ./include -Wall -W -MT src/lib_libkate_la-kate_packet.lo -MD -MP -MF src/.deps/lib_libkate_la-kate_packet.Tpo -c -o src/lib_libkate_la-kate_packet.lo `test -f 'src/kate_packet.c' || echo './'`src/kate_packet.c
# mv -f src/.deps/lib_libkate_la-kate_packet.Tpo src/.deps/lib_libkate_la-kate_packet.Plo
# /bin/sh ./libtool --tag=CC --silent --mode=compile clang -DHAVE_CONFIG_H -I. -I./include -I ./src -I ./include -Wall -W -MT src/lib_libkate_la-kate_bitwise.lo -MD -MP -MF src/.deps/lib_libkate_la-kate_bitwise.Tpo -c -o src/lib_libkate_la-kate_bitwise.lo `test -f 'src/kate_bitwise.c' || echo './'`src/kate_bitwise.c
# mv -f src/.deps/lib_libkate_la-kate_bitwise.Tpo src/.deps/lib_libkate_la-kate_bitwise.Plo
# /bin/sh ./libtool --tag=CC --silent --mode=compile clang -DHAVE_CONFIG_H -I. -I./include -I ./src -I ./include -Wall -W -MT src/lib_libkate_la-kate_rle.lo -MD -MP -MF src/.deps/lib_libkate_la-kate_rle.Tpo -c -o src/lib_libkate_la-kate_rle.lo `test -f 'src/kate_rle.c' || echo './'`src/kate_rle.c
# mv -f src/.deps/lib_libkate_la-kate_rle.Tpo src/.deps/lib_libkate_la-kate_rle.Plo
# /bin/sh ./libtool --tag=CC --silent --mode=compile clang -DHAVE_CONFIG_H -I. -I./include -I ./src -I ./include -Wall -W -MT src/lib_libkate_la-kate_meta.lo -MD -MP -MF src/.deps/lib_libkate_la-kate_meta.Tpo -c -o src/lib_libkate_la-kate_meta.lo `test -f 'src/kate_meta.c' || echo './'`src/kate_meta.c
# mv -f src/.deps/lib_libkate_la-kate_meta.Tpo src/.deps/lib_libkate_la-kate_meta.Plo
# /bin/sh ./libtool --tag=CC --silent --mode=compile clang -DHAVE_CONFIG_H -I. -I./include -I ./src -I ./include -Wall -W -MT src/lib_libkate_la-kate_high.lo -MD -MP -MF src/.deps/lib_libkate_la-kate_high.Tpo -c -o src/lib_libkate_la-kate_high.lo `test -f 'src/kate_high.c' || echo './'`src/kate_high.c
# mv -f src/.deps/lib_libkate_la-kate_high.Tpo src/.deps/lib_libkate_la-kate_high.Plo
# /bin/sh ./libtool --tag=CC --silent --mode=link clang -Wall -W -version-info 4:0:3 -no-undefined -o lib/libkate.la -rpath /usr/lib src/lib_libkate_la-kate.lo src/lib_libkate_la-kate_info.lo src/lib_libkate_la-kate_comment.lo src/lib_libkate_la-kate_granule.lo src/lib_libkate_la-kate_event.lo src/lib_libkate_la-kate_motion.lo src/lib_libkate_la-kate_text.lo src/lib_libkate_la-kate_tracker.lo src/lib_libkate_la-kate_fp.lo src/lib_libkate_la-kate_font.lo src/lib_libkate_la-kate_encode_state.lo src/lib_libkate_la-kate_encode.lo src/lib_libkate_la-kate_decode_state.lo src/lib_libkate_la-kate_decode.lo src/lib_libkate_la-kate_packet.lo src/lib_libkate_la-kate_bitwise.lo src/lib_libkate_la-kate_rle.lo src/lib_libkate_la-kate_meta.lo src/lib_libkate_la-kate_high.lo
# /bin/sh ./libtool --tag=CC --silent --mode=compile clang -DHAVE_CONFIG_H -I. -I./include -I ./src -I ./include -Wall -W -MT src/lib_liboggkate_la-kate_ogg.lo -MD -MP -MF src/.deps/lib_liboggkate_la-kate_ogg.Tpo -c -o src/lib_liboggkate_la-kate_ogg.lo `test -f 'src/kate_ogg.c' || echo './'`src/kate_ogg.c
# mv -f src/.deps/lib_liboggkate_la-kate_ogg.Tpo src/.deps/lib_liboggkate_la-kate_ogg.Plo
# /bin/sh ./libtool --tag=CC --silent --mode=link clang -Wall -W -version-info 3:2:2 -no-undefined -o lib/liboggkate.la -rpath /usr/lib src/lib_liboggkate_la-kate_ogg.lo lib/libkate.la
# make[1]: Leaving directory '/tmp/libkate/src/libkate-0.4.1'
# Making all in tools
# make[1]: Entering directory '/tmp/libkate/src/libkate-0.4.1/tools'
# make all-recursive
# make[2]: Entering directory '/tmp/libkate/src/libkate-0.4.1/tools'
# Making all in KateDJ
# make[3]: Entering directory '/tmp/libkate/src/libkate-0.4.1/tools/KateDJ'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/libkate/src/libkate-0.4.1/tools/KateDJ'
# make[3]: Entering directory '/tmp/libkate/src/libkate-0.4.1/tools'
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -I ../tools -Wall -W -MT katedec-katedec.o -MD -MP -MF .deps/katedec-katedec.Tpo -c -o katedec-katedec.o `test -f 'katedec.c' || echo './'`katedec.c
# katedec.c:57:56: warning: unused parameter 'offset' [-Wunused-parameter]
# static int ogg_parser_on_page(kate_uintptr_t data,long offset,ogg_page *og)
# ^
# 1 warning generated.
# mv -f .deps/katedec-katedec.Tpo .deps/katedec-katedec.Po
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -I ../tools -Wall -W -MT katedec-kkate.o -MD -MP -MF .deps/katedec-kkate.Tpo -c -o katedec-kkate.o `test -f 'kkate.c' || echo './'`kkate.c
# mv -f .deps/katedec-kkate.Tpo .deps/katedec-kkate.Po
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -I ../tools -Wall -W -MT katedec-ksrt.o -MD -MP -MF .deps/katedec-ksrt.Tpo -c -o katedec-ksrt.o `test -f 'ksrt.c' || echo './'`ksrt.c
# mv -f .deps/katedec-ksrt.Tpo .deps/katedec-ksrt.Po
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -I ../tools -Wall -W -MT katedec-klrc.o -MD -MP -MF .deps/katedec-klrc.Tpo -c -o katedec-klrc.o `test -f 'klrc.c' || echo './'`klrc.c
# mv -f .deps/katedec-klrc.Tpo .deps/katedec-klrc.Po
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -I ../tools -Wall -W -MT katedec-kutil.o -MD -MP -MF .deps/katedec-kutil.Tpo -c -o katedec-kutil.o `test -f 'kutil.c' || echo './'`kutil.c
# mv -f .deps/katedec-kutil.Tpo .deps/katedec-kutil.Po
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -I ../tools -Wall -W -MT katedec-kfuzz.o -MD -MP -MF .deps/katedec-kfuzz.Tpo -c -o katedec-kfuzz.o `test -f 'kfuzz.c' || echo './'`kfuzz.c
# mv -f .deps/katedec-kfuzz.Tpo .deps/katedec-kfuzz.Po
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -I ../tools -Wall -W -MT katedec-kstream.o -MD -MP -MF .deps/katedec-kstream.Tpo -c -o katedec-kstream.o `test -f 'kstream.c' || echo './'`kstream.c
# mv -f .deps/katedec-kstream.Tpo .deps/katedec-kstream.Po
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -I ../tools -Wall -W -MT katedec-kread.o -MD -MP -MF .deps/katedec-kread.Tpo -c -o katedec-kread.o `test -f 'kread.c' || echo './'`kread.c
# mv -f .deps/katedec-kread.Tpo .deps/katedec-kread.Po
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -I ../tools -Wall -W -MT katedec-kstrings.o -MD -MP -MF .deps/katedec-kstrings.Tpo -c -o katedec-kstrings.o `test -f 'kstrings.c' || echo './'`kstrings.c
# mv -f .deps/katedec-kstrings.Tpo .deps/katedec-kstrings.Po
# /bin/sh ../libtool --tag=CC --silent --mode=link clang -Wall -W -o katedec katedec-katedec.o katedec-kkate.o katedec-ksrt.o katedec-klrc.o katedec-kutil.o katedec-kfuzz.o katedec-kstream.o katedec-kread.o katedec-kstrings.o ../lib/liboggkate.la ../lib/libkate.la -logg
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -I ../tools -Wall -W -I/usr/include/libpng16 -MT kateenc-kateenc.o -MD -MP -MF .deps/kateenc-kateenc.Tpo -c -o kateenc-kateenc.o `test -f 'kateenc.c' || echo './'`kateenc.c
# mv -f .deps/kateenc-kateenc.Tpo .deps/kateenc-kateenc.Po
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -I ../tools -Wall -W -I/usr/include/libpng16 -MT kateenc-kate_lexer.o -MD -MP -MF .deps/kateenc-kate_lexer.Tpo -c -o kateenc-kate_lexer.o `test -f 'kate_lexer.c' || echo './'`kate_lexer.c
# kate_lexer.c:2205:3: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
# YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# kate_lexer.c:1050:18: note: expanded from macro 'YY_INPUT'
# for ( n = 0; n < max_size && \
# ~ ^ ~~~~~~~~
# kate_lexer.c:2300:16: warning: function 'input' is not needed and will not be emitted [-Wunneeded-internal-declaration]
# static int input (void)
# ^
# 2 warnings generated.
# mv -f .deps/kateenc-kate_lexer.Tpo .deps/kateenc-kate_lexer.Po
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -I ../tools -Wall -W -I/usr/include/libpng16 -MT kateenc-kate_parser.o -MD -MP -MF .deps/kateenc-kate_parser.Tpo -c -o kateenc-kate_parser.o `test -f 'kate_parser.c' || echo './'`kate_parser.c
# mv -f .deps/kateenc-kate_parser.Tpo .deps/kateenc-kate_parser.Po
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -I ../tools -Wall -W -I/usr/include/libpng16 -MT kateenc-kpng.o -MD -MP -MF .deps/kateenc-kpng.Tpo -c -o kateenc-kpng.o `test -f 'kpng.c' || echo './'`kpng.c
# mv -f .deps/kateenc-kpng.Tpo .deps/kateenc-kpng.Po
# /bin/sh ../libtool --tag=CC --silent --mode=link clang -Wall -W -I/usr/include/libpng16 -o kateenc kateenc-kateenc.o kateenc-kate_lexer.o kateenc-kate_parser.o kateenc-kpng.o ../lib/liboggkate.la ../lib/libkate.la -logg -lpng16
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -I ../tools -Wall -W -MT katalyzer-katalyzer.o -MD -MP -MF .deps/katalyzer-katalyzer.Tpo -c -o katalyzer-katalyzer.o `test -f 'katalyzer.c' || echo './'`katalyzer.c
# katalyzer.c:380:13: warning: unused function 'katalyzer_output_stats_for_stream' [-Wunused-function]
# static void katalyzer_output_stats_for_stream(ogg_parser_data *opd,kate_stream *ks)
# ^
# 1 warning generated.
# mv -f .deps/katalyzer-katalyzer.Tpo .deps/katalyzer-katalyzer.Po
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -I ../tools -Wall -W -MT katalyzer-kutil.o -MD -MP -MF .deps/katalyzer-kutil.Tpo -c -o katalyzer-kutil.o `test -f 'kutil.c' || echo './'`kutil.c
# mv -f .deps/katalyzer-kutil.Tpo .deps/katalyzer-kutil.Po
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -I ../tools -Wall -W -MT katalyzer-kstream.o -MD -MP -MF .deps/katalyzer-kstream.Tpo -c -o katalyzer-kstream.o `test -f 'kstream.c' || echo './'`kstream.c
# mv -f .deps/katalyzer-kstream.Tpo .deps/katalyzer-kstream.Po
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -I ../tools -Wall -W -MT katalyzer-kread.o -MD -MP -MF .deps/katalyzer-kread.Tpo -c -o katalyzer-kread.o `test -f 'kread.c' || echo './'`kread.c
# mv -f .deps/katalyzer-kread.Tpo .deps/katalyzer-kread.Po
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -I ../tools -Wall -W -MT katalyzer-kstrings.o -MD -MP -MF .deps/katalyzer-kstrings.Tpo -c -o katalyzer-kstrings.o `test -f 'kstrings.c' || echo './'`kstrings.c
# mv -f .deps/katalyzer-kstrings.Tpo .deps/katalyzer-kstrings.Po
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -I ../tools -Wall -W -MT katalyzer-kstats.o -MD -MP -MF .deps/katalyzer-kstats.Tpo -c -o katalyzer-kstats.o `test -f 'kstats.c' || echo './'`kstats.c
# mv -f .deps/katalyzer-kstats.Tpo .deps/katalyzer-kstats.Po
# /bin/sh ../libtool --tag=CC --silent --mode=link clang -Wall -W -o katalyzer katalyzer-katalyzer.o katalyzer-kutil.o katalyzer-kstream.o katalyzer-kread.o katalyzer-kstrings.o katalyzer-kstats.o ../lib/liboggkate.la ../lib/libkate.la -logg
# make[3]: Leaving directory '/tmp/libkate/src/libkate-0.4.1/tools'
# make[2]: Leaving directory '/tmp/libkate/src/libkate-0.4.1/tools'
# make[1]: Leaving directory '/tmp/libkate/src/libkate-0.4.1/tools'
# Making all in tests
# make[1]: Entering directory '/tmp/libkate/src/libkate-0.4.1/tests'
# depbase=`echo check_sizes.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -MT check_sizes.o -MD -MP -MF $depbase.Tpo -c -o check_sizes.o check_sizes.c &&\
# mv -f $depbase.Tpo $depbase.Po
# /bin/sh ../libtool --tag=CC --silent --mode=link clang -o check_sizes check_sizes.o ../lib/libkate.la
# depbase=`echo language.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -MT language.o -MD -MP -MF $depbase.Tpo -c -o language.o language.c &&\
# mv -f $depbase.Tpo $depbase.Po
# /bin/sh ../libtool --tag=CC --silent --mode=link clang -o language language.o ../lib/libkate.la
# depbase=`echo text.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -MT text.o -MD -MP -MF $depbase.Tpo -c -o text.o text.c &&\
# mv -f $depbase.Tpo $depbase.Po
# text.c:112:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_VALID2("<88><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:84:22: note: expanded from macro 'CHECK_VALID2'
# #define CHECK_VALID2 CHECK_INVALID
# ^
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:112:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_VALID2("<88><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:84:22: note: expanded from macro 'CHECK_VALID2'
# #define CHECK_VALID2 CHECK_INVALID
# ^
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:112:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_VALID2("<88><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:84:22: note: expanded from macro 'CHECK_VALID2'
# #define CHECK_VALID2 CHECK_INVALID
# ^
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:113:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_VALID2("<84><80><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:84:22: note: expanded from macro 'CHECK_VALID2'
# #define CHECK_VALID2 CHECK_INVALID
# ^
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:113:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_VALID2("<84><80><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:84:22: note: expanded from macro 'CHECK_VALID2'
# #define CHECK_VALID2 CHECK_INVALID
# ^
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:113:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_VALID2("<84><80><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:84:22: note: expanded from macro 'CHECK_VALID2'
# #define CHECK_VALID2 CHECK_INVALID
# ^
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:119:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_VALID2("");
# ^~~~~~~~~~~~~~~~
# text.c:84:22: note: expanded from macro 'CHECK_VALID2'
# #define CHECK_VALID2 CHECK_INVALID
# ^
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:119:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_VALID2("");
# ^~~~~~~~~~~~~~~~
# text.c:84:22: note: expanded from macro 'CHECK_VALID2'
# #define CHECK_VALID2 CHECK_INVALID
# ^
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:119:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_VALID2("");
# ^~~~~~~~~~~~~~~~
# text.c:84:22: note: expanded from macro 'CHECK_VALID2'
# #define CHECK_VALID2 CHECK_INVALID
# ^
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:120:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_VALID2("");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:84:22: note: expanded from macro 'CHECK_VALID2'
# #define CHECK_VALID2 CHECK_INVALID
# ^
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:120:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_VALID2("");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:84:22: note: expanded from macro 'CHECK_VALID2'
# #define CHECK_VALID2 CHECK_INVALID
# ^
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:120:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_VALID2("");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:84:22: note: expanded from macro 'CHECK_VALID2'
# #define CHECK_VALID2 CHECK_INVALID
# ^
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:121:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_VALID2("");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:84:22: note: expanded from macro 'CHECK_VALID2'
# #define CHECK_VALID2 CHECK_INVALID
# ^
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:121:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_VALID2("");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:84:22: note: expanded from macro 'CHECK_VALID2'
# #define CHECK_VALID2 CHECK_INVALID
# ^
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:121:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_VALID2("");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:84:22: note: expanded from macro 'CHECK_VALID2'
# #define CHECK_VALID2 CHECK_INVALID
# ^
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:128:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_VALID2("<90><80><80>");
# ^~~~~~~~~~~~~~~~
# text.c:84:22: note: expanded from macro 'CHECK_VALID2'
# #define CHECK_VALID2 CHECK_INVALID
# ^
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:128:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_VALID2("<90><80><80>");
# ^~~~~~~~~~~~~~~~
# text.c:84:22: note: expanded from macro 'CHECK_VALID2'
# #define CHECK_VALID2 CHECK_INVALID
# ^
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:128:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_VALID2("<90><80><80>");
# ^~~~~~~~~~~~~~~~
# text.c:84:22: note: expanded from macro 'CHECK_VALID2'
# #define CHECK_VALID2 CHECK_INVALID
# ^
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:131:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:131:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:131:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:132:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:132:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:132:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:134:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:134:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:134:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:135:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80>");
# ^~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:135:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80>");
# ^~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:135:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80>");
# ^~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:136:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80>");
# ^~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:136:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80>");
# ^~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:136:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80>");
# ^~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:137:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:137:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:137:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:138:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:138:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:138:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:139:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:139:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:139:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:141:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><81><82><83><84><85><86><87><88><89><8A><8B><8C><8D><8E><8F><90><91><92><93><94><95><96><97><98><99><9A><9B><9C><9D><9E><9F>");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:141:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><81><82><83><84><85><86><87><88><89><8A><8B><8C><8D><8E><8F><90><91><92><93><94><95><96><97><98><99><9A><9B><9C><9D><9E><9F>");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:141:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><81><82><83><84><85><86><87><88><89><8A><8B><8C><8D><8E><8F><90><91><92><93><94><95><96><97><98><99><9A><9B><9C><9D><9E><9F>");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:142:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID(" )");
# ^~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:142:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID(" )");
# ^~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:142:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID(" )");
# ^~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:143:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID(" )");
# ^~~~ ~~~~ ~~~~ ~~~~ ~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:143:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID(" )");
# ^~~~ ~~~~ ~~~~ ~~~~ ~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:143:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID(" )");
# ^~~~ ~~~~ ~~~~ ~~~~ ~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:144:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID(" )");
# ^~~~ ~~~~ ~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:144:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID(" )");
# ^~~~ ~~~~ ~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:144:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID(" )");
# ^~~~ ~~~~ ~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:145:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID(" ");
# ^~~~ ~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:145:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID(" ");
# ^~~~ ~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:145:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID(" ");
# ^~~~ ~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:148:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:148:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:148:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:149:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:149:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:149:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:150:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80>");
# ^~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:150:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80>");
# ^~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:150:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80>");
# ^~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:151:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80>");
# ^~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:151:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80>");
# ^~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:151:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80>");
# ^~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:152:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:152:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:152:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:153:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:153:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:153:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:154:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:154:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:154:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:155:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:155:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:155:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:156:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:156:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:156:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:157:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:157:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:157:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:160:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80><80><80><80><80><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:160:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80><80><80><80><80><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:160:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80><80><80><80><80><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:163:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:163:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:163:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:164:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:164:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:164:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:165:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:165:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:165:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:168:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:168:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:168:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:169:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:169:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:169:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:170:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80>");
# ^~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:170:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80>");
# ^~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:170:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80>");
# ^~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:171:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:171:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:171:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:172:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:172:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:172:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:175:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:175:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:175:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:176:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<9F>");
# ^~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:176:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<9F>");
# ^~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:176:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<9F>");
# ^~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:177:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<8F>");
# ^~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:177:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<8F>");
# ^~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:177:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<8F>");
# ^~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:178:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<87>");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:178:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<87>");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:178:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<87>");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:179:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<83>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:179:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<83>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:179:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<83>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:182:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:182:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:182:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:183:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80>");
# ^~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:183:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80>");
# ^~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:183:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80>");
# ^~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:184:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80>");
# ^~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:184:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80>");
# ^~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:184:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80>");
# ^~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:185:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:185:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:185:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:186:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:186:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:186:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80><80><80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:189:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:189:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:189:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:190:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:190:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:190:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:191:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:191:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:191:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:192:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:192:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:192:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:193:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:193:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:193:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:194:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:194:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:194:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:195:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:195:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:195:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:198:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:198:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:198:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:199:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:199:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:199:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:200:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:200:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:200:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:201:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:201:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:201:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:202:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:202:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:202:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80><80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:203:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:203:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:203:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:204:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:204:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:204:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("<80>");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# text.c:205:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:42: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:205:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:74:54: note: expanded from macro 'CHECK_INVALID'
# int ret=kate_text_validate(kate_utf8,text,strlen(text)+1); \
# ^
# text.c:205:18: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# CHECK_INVALID("");
# ^~~~~~~~~~~~~~~~~~~~~~~~
# text.c:76:128: note: expanded from macro 'CHECK_INVALID'
# fprintf(stderr,"line %u: %s: supposed to be invalid, but kate_text_validate did not return a text error (%d)\n",__LINE__,text,ret); \
# ^
# 189 warnings generated.
# /bin/sh ../libtool --tag=CC --silent --mode=link clang -o text text.o ../lib/libkate.la
# depbase=`echo overflow.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -MT overflow.o -MD -MP -MF $depbase.Tpo -c -o overflow.o overflow.c &&\
# mv -f $depbase.Tpo $depbase.Po
# /bin/sh ../libtool --tag=CC --silent --mode=link clang -o overflow overflow.o ../lib/libkate.la
# depbase=`echo metadata.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -MT metadata.o -MD -MP -MF $depbase.Tpo -c -o metadata.o metadata.c &&\
# mv -f $depbase.Tpo $depbase.Po
# /bin/sh ../libtool --tag=CC --silent --mode=link clang -o metadata metadata.o ../lib/libkate.la
# depbase=`echo gen_srt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -MT gen_srt.o -MD -MP -MF $depbase.Tpo -c -o gen_srt.o gen_srt.c &&\
# mv -f $depbase.Tpo $depbase.Po
# /bin/sh ../libtool --tag=CC --silent --mode=link clang -o gen_srt gen_srt.o
# depbase=`echo gen_lrc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -MT gen_lrc.o -MD -MP -MF $depbase.Tpo -c -o gen_lrc.o gen_lrc.c &&\
# mv -f $depbase.Tpo $depbase.Po
# /bin/sh ../libtool --tag=CC --silent --mode=link clang -o gen_lrc gen_lrc.o
# make[1]: Leaving directory '/tmp/libkate/src/libkate-0.4.1/tests'
# Making all in doc
# make[1]: Entering directory '/tmp/libkate/src/libkate-0.4.1/doc'
# echo "doxygen not found, cannot build docs"
# doxygen not found, cannot build docs
# make[1]: Leaving directory '/tmp/libkate/src/libkate-0.4.1/doc'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in .
# make[1]: Entering directory '/tmp/libkate/src/libkate-0.4.1'
# make[2]: Entering directory '/tmp/libkate/src/libkate-0.4.1'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/libkate/pkg/libkate/usr/lib"
# /bin/sh ./libtool --silent --mode=install /usr/bin/install -c lib/libkate.la lib/liboggkate.la '/tmp/libkate/pkg/libkate/usr/lib'
# libtool: install: warning: relinking `lib/liboggkate.la'
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# test -z "/usr/include/kate" || /usr/bin/mkdir -p "/tmp/libkate/pkg/libkate/usr/include/kate"
# /usr/bin/install -c -m 644 include/kate/kate.h include/kate/kate_config.h include/kate/oggkate.h '/tmp/libkate/pkg/libkate/usr/include/kate'
# test -z "/usr/lib/pkgconfig" || /usr/bin/mkdir -p "/tmp/libkate/pkg/libkate/usr/lib/pkgconfig"
# /usr/bin/install -c -m 644 misc/pkgconfig/kate.pc misc/pkgconfig/oggkate.pc '/tmp/libkate/pkg/libkate/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/libkate/src/libkate-0.4.1'
# make[1]: Leaving directory '/tmp/libkate/src/libkate-0.4.1'
# Making install in tools
# make[1]: Entering directory '/tmp/libkate/src/libkate-0.4.1/tools'
# make install-recursive
# make[2]: Entering directory '/tmp/libkate/src/libkate-0.4.1/tools'
# Making install in KateDJ
# make[3]: Entering directory '/tmp/libkate/src/libkate-0.4.1/tools/KateDJ'
# make[4]: Entering directory '/tmp/libkate/src/libkate-0.4.1/tools/KateDJ'
# /bin/sh /tmp/libkate/src/libkate-0.4.1/misc/autotools/install-sh -d "/tmp/libkate/pkg/libkate/usr/lib/python2.7/site-packages/kdj"
# for module in __init__ constants finder tools muxer demuxer tester options ui_main ui_editor ui_options; do \
# /usr/bin/install -c -m 644 "../../tools/KateDJ/kdj/$module.py" "/tmp/libkate/pkg/libkate/usr/lib/python2.7/site-packages/kdj"; \
# if test -z "/tmp/libkate/pkg/libkate"; then \
# ../../misc/autotools/py-compile --basedir "/usr/lib/python2.7/site-packages/kdj" "$module.py"; \
# else \
# ../../misc/autotools/py-compile --destdir "/tmp/libkate/pkg/libkate" --basedir "/usr/lib/python2.7/site-packages/kdj" "$module.py"; \
# fi \
# done
# Byte-compiling python modules...
# __init__.py
# Byte-compiling python modules (optimized versions) ...
# __init__.py
# Byte-compiling python modules...
# constants.py
# Byte-compiling python modules (optimized versions) ...
# constants.py
# Byte-compiling python modules...
# finder.py
# Byte-compiling python modules (optimized versions) ...
# finder.py
# Byte-compiling python modules...
# tools.py
# Byte-compiling python modules (optimized versions) ...
# tools.py
# Byte-compiling python modules...
# muxer.py
# Byte-compiling python modules (optimized versions) ...
# muxer.py
# Byte-compiling python modules...
# demuxer.py
# Byte-compiling python modules (optimized versions) ...
# demuxer.py
# Byte-compiling python modules...
# tester.py
# Byte-compiling python modules (optimized versions) ...
# tester.py
# Byte-compiling python modules...
# options.py
# Byte-compiling python modules (optimized versions) ...
# options.py
# Byte-compiling python modules...
# ui_main.py
# Byte-compiling python modules (optimized versions) ...
# ui_main.py
# Byte-compiling python modules...
# ui_editor.py
# Byte-compiling python modules (optimized versions) ...
# ui_editor.py
# Byte-compiling python modules...
# ui_options.py
# Byte-compiling python modules (optimized versions) ...
# ui_options.py
# /bin/sh /tmp/libkate/src/libkate-0.4.1/misc/autotools/install-sh -d "/tmp/libkate/pkg/libkate/usr/bin"
# /usr/bin/install -c "../../tools/KateDJ/KateDJ" "/tmp/libkate/pkg/libkate/usr/bin"
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/libkate/src/libkate-0.4.1/tools/KateDJ'
# make[3]: Leaving directory '/tmp/libkate/src/libkate-0.4.1/tools/KateDJ'
# make[3]: Entering directory '/tmp/libkate/src/libkate-0.4.1/tools'
# make[4]: Entering directory '/tmp/libkate/src/libkate-0.4.1/tools'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/libkate/pkg/libkate/usr/bin"
# /bin/sh ../libtool --silent --mode=install /usr/bin/install -c katedec kateenc katalyzer '/tmp/libkate/pkg/libkate/usr/bin'
# libtool: install: warning: `../lib/liboggkate.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/libkate/src/libkate-0.4.1/lib/libkate.la' has not been installed in `/usr/lib'
# libtool: install: warning: `../lib/libkate.la' has not been installed in `/usr/lib'
# libtool: install: warning: `../lib/liboggkate.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/libkate/src/libkate-0.4.1/lib/libkate.la' has not been installed in `/usr/lib'
# libtool: install: warning: `../lib/libkate.la' has not been installed in `/usr/lib'
# libtool: install: warning: `../lib/liboggkate.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/libkate/src/libkate-0.4.1/lib/libkate.la' has not been installed in `/usr/lib'
# libtool: install: warning: `../lib/libkate.la' has not been installed in `/usr/lib'
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/libkate/src/libkate-0.4.1/tools'
# make[3]: Leaving directory '/tmp/libkate/src/libkate-0.4.1/tools'
# make[2]: Leaving directory '/tmp/libkate/src/libkate-0.4.1/tools'
# make[1]: Leaving directory '/tmp/libkate/src/libkate-0.4.1/tools'
# Making install in tests
# make[1]: Entering directory '/tmp/libkate/src/libkate-0.4.1/tests'
# make[2]: Entering directory '/tmp/libkate/src/libkate-0.4.1/tests'
# 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/libkate/src/libkate-0.4.1/tests'
# make[1]: Leaving directory '/tmp/libkate/src/libkate-0.4.1/tests'
# Making install in doc
# make[1]: Entering directory '/tmp/libkate/src/libkate-0.4.1/doc'
# echo "doxygen not found, cannot build docs"
# doxygen not found, cannot build docs
# make[2]: Entering directory '/tmp/libkate/src/libkate-0.4.1/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /bin/sh /tmp/libkate/src/libkate-0.4.1/misc/autotools/install-sh -d /tmp/libkate/pkg/libkate/usr/share/doc/libkate
# for dir in ../doc/html; do \
# if test -d "$dir"; then \
# b=`basename $dir`; \
# /bin/sh /tmp/libkate/src/libkate-0.4.1/misc/autotools/install-sh -d /tmp/libkate/pkg/libkate/usr/share/doc/libkate/$b; \
# for f in "$dir/"*; do \
# /usr/bin/install -c -m 644 "$f" "/tmp/libkate/pkg/libkate/usr/share/doc/libkate/$b"; \
# done \
# fi \
# done
# for f in README AUTHORS COPYING THANKS ChangeLog; do \
# /usr/bin/install -c -m 644 ../$f /tmp/libkate/pkg/libkate/usr/share/doc/libkate; \
# done
# test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/tmp/libkate/pkg/libkate/usr/share/man/man1"
# /usr/bin/install -c -m 644 man/kateenc.1 man/katedec.1 man/katalyzer.1 man/KateDJ.1 '/tmp/libkate/pkg/libkate/usr/share/man/man1'
# make[2]: Leaving directory '/tmp/libkate/src/libkate-0.4.1/doc'
# make[1]: Leaving directory '/tmp/libkate/src/libkate-0.4.1/doc'
# Listing /tmp/libkate/pkg/libkate/usr/lib/python2.7/site-packages/kdj/ ...
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libkate"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libkate 0.4.1-5 (Thu Apr 13 19:08:23 UTC 2017)

CMD: pacman --query --file libkate-0.4.1-5-x86_64.pkg.tar.xz
# libkate 0.4.1-5

Creating hybrid package for 'libkate'

Trying to find vanilla package 'libkate'...

CMD: pacman --query --file /mirror/libkate-0.4.1-5.pkg.tar.xz
# libkate 0.4.1-5

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/include/kate/kate.h
# /usr/include/kate/kate_config.h
# /usr/include/kate/oggkate.h
# /usr/lib/libkate.so.1
# /usr/lib/libkate.so
# /usr/lib/liboggkate.so.1
# /usr/lib/liboggkate.so
# /usr/lib/libkate.so.1.3.0
# /usr/lib/liboggkate.so.1.2.2
# /usr/lib/pkgconfig/kate.pc
# /usr/lib/pkgconfig/oggkate.pc
# /usr/lib/python2.7/site-packages/kdj/__init__.py
# /usr/lib/python2.7/site-packages/kdj/__init__.pyc
# /usr/lib/python2.7/site-packages/kdj/__init__.pyo
# /usr/lib/python2.7/site-packages/kdj/constants.py
# /usr/lib/python2.7/site-packages/kdj/constants.pyc
# /usr/lib/python2.7/site-packages/kdj/constants.pyo
# /usr/lib/python2.7/site-packages/kdj/finder.py
# /usr/lib/python2.7/site-packages/kdj/finder.pyc
# /usr/lib/python2.7/site-packages/kdj/finder.pyo
# /usr/lib/python2.7/site-packages/kdj/tools.py
# /usr/lib/python2.7/site-packages/kdj/tools.pyc
# /usr/lib/python2.7/site-packages/kdj/tools.pyo
# /usr/lib/python2.7/site-packages/kdj/muxer.py
# /usr/lib/python2.7/site-packages/kdj/muxer.pyc
# /usr/lib/python2.7/site-packages/kdj/muxer.pyo
# /usr/lib/python2.7/site-packages/kdj/demuxer.py
# /usr/lib/python2.7/site-packages/kdj/demuxer.pyc
# /usr/lib/python2.7/site-packages/kdj/demuxer.pyo
# /usr/lib/python2.7/site-packages/kdj/tester.py
# /usr/lib/python2.7/site-packages/kdj/tester.pyc
# /usr/lib/python2.7/site-packages/kdj/tester.pyo
# /usr/lib/python2.7/site-packages/kdj/options.py
# /usr/lib/python2.7/site-packages/kdj/options.pyc
# /usr/lib/python2.7/site-packages/kdj/options.pyo
# /usr/lib/python2.7/site-packages/kdj/ui_main.py
# /usr/lib/python2.7/site-packages/kdj/ui_main.pyc
# /usr/lib/python2.7/site-packages/kdj/ui_main.pyo
# /usr/lib/python2.7/site-packages/kdj/ui_editor.py
# /usr/lib/python2.7/site-packages/kdj/ui_editor.pyc
# /usr/lib/python2.7/site-packages/kdj/ui_editor.pyo
# /usr/lib/python2.7/site-packages/kdj/ui_options.py
# /usr/lib/python2.7/site-packages/kdj/ui_options.pyc
# /usr/lib/python2.7/site-packages/kdj/ui_options.pyo
# /usr/bin/KateDJ
# /usr/bin/katedec
# /usr/bin/kateenc
# /usr/bin/katalyzer
# /usr/share/man/man1/kateenc.1.gz
# /usr/share/man/man1/katedec.1.gz
# /usr/share/man/man1/katalyzer.1.gz
# /usr/share/man/man1/KateDJ.1.gz
# /usr/share/doc/libkate/README
# /usr/share/doc/libkate/AUTHORS
# /usr/share/doc/libkate/COPYING
# /usr/share/doc/libkate/THANKS
# /usr/share/doc/libkate/ChangeLog
# /usr/share/doc/libkate/html/Format.html
# /usr/share/doc/libkate/html/HOWTO.html
# /usr/share/doc/libkate/html/Support.html
# /usr/share/doc/libkate/html/annotated.html
# /usr/share/doc/libkate/html/categories.html
# /usr/share/doc/libkate/html/classes.html
# /usr/share/doc/libkate/html/config_8h-source.html
# /usr/share/doc/libkate/html/config_8h_source.html
# /usr/share/doc/libkate/html/decoding_8c-example.html
# /usr/share/doc/libkate/html/doxygen.css
# /usr/share/doc/libkate/html/doxygen.png
# /usr/share/doc/libkate/html/encoding_8c-example.html
# /usr/share/doc/libkate/html/errors.html
# /usr/share/doc/libkate/html/examples.html
# /usr/share/doc/libkate/html/files.html
# /usr/share/doc/libkate/html/format_0x00.html
# /usr/share/doc/libkate/html/format_0x01.html
# /usr/share/doc/libkate/html/format_0x7f.html
# /usr/share/doc/libkate/html/format_0x80.html
# /usr/share/doc/libkate/html/format_0x81.html
# /usr/share/doc/libkate/html/format_0x82.html
# /usr/share/doc/libkate/html/format_0x83.html
# /usr/share/doc/libkate/html/format_0x84.html
# /usr/share/doc/libkate/html/format_0x85.html
# /usr/share/doc/libkate/html/format_0x86.html
# /usr/share/doc/libkate/html/format_0x87.html
# /usr/share/doc/libkate/html/format_0x88.html
# /usr/share/doc/libkate/html/format_32v.html
# /usr/share/doc/libkate/html/format_bitmap.html
# /usr/share/doc/libkate/html/format_color.html
# /usr/share/doc/libkate/html/format_curve.html
# /usr/share/doc/libkate/html/format_font_range.html
# /usr/share/doc/libkate/html/format_fp.html
# /usr/share/doc/libkate/html/format_metadata.html
# /usr/share/doc/libkate/html/format_motion.html
# /usr/share/doc/libkate/html/format_palette.html
# /usr/share/doc/libkate/html/format_region.html
# /usr/share/doc/libkate/html/format_rle.html
# /usr/share/doc/libkate/html/format_style.html
# /usr/share/doc/libkate/html/format_warp.html
# /usr/share/doc/libkate/html/functions.html
# /usr/share/doc/libkate/html/functions_vars.html
# /usr/share/doc/libkate/html/globals.html
# /usr/share/doc/libkate/html/globals_0x63.html
# /usr/share/doc/libkate/html/globals_0x64.html
# /usr/share/doc/libkate/html/globals_0x65.html
# /usr/share/doc/libkate/html/globals_0x66.html
# /usr/share/doc/libkate/html/globals_0x67.html
# /usr/share/doc/libkate/html/globals_0x68.html
# /usr/share/doc/libkate/html/globals_0x69.html
# /usr/share/doc/libkate/html/globals_0x6c.html
# /usr/share/doc/libkate/html/globals_0x6d.html
# /usr/share/doc/libkate/html/globals_0x6f.html
# /usr/share/doc/libkate/html/globals_0x70.html
# /usr/share/doc/libkate/html/globals_0x72.html
# /usr/share/doc/libkate/html/globals_0x73.html
# /usr/share/doc/libkate/html/globals_0x74.html
# /usr/share/doc/libkate/html/globals_0x75.html
# /usr/share/doc/libkate/html/globals_0x76.html
# /usr/share/doc/libkate/html/globals_0x77.html
# /usr/share/doc/libkate/html/globals_defs.html
# /usr/share/doc/libkate/html/globals_enum.html
# /usr/share/doc/libkate/html/globals_eval.html
# /usr/share/doc/libkate/html/globals_func.html
# /usr/share/doc/libkate/html/granule.html
# /usr/share/doc/libkate/html/group__comments.html
# /usr/share/doc/libkate/html/group__decoding.html
# /usr/share/doc/libkate/html/group__encoding.html
# /usr/share/doc/libkate/html/group__font.html
# /usr/share/doc/libkate/html/group__granule.html
# /usr/share/doc/libkate/html/group__high.html
# /usr/share/doc/libkate/html/group__info.html
# /usr/share/doc/libkate/html/group__metadata.html
# /usr/share/doc/libkate/html/group__misc.html
# /usr/share/doc/libkate/html/group__ogg__decode.html
# /usr/share/doc/libkate/html/group__ogg__encode.html
# /usr/share/doc/libkate/html/group__packet.html
# /usr/share/doc/libkate/html/group__text.html
# /usr/share/doc/libkate/html/group__tracker.html
# /usr/share/doc/libkate/html/group__version.html
# /usr/share/doc/libkate/html/high_8c-example.html
# /usr/share/doc/libkate/html/index.html
# /usr/share/doc/libkate/html/kate_8c_source.html
# /usr/share/doc/libkate/html/kate_8h-source.html
# /usr/share/doc/libkate/html/kate_8h.html
# /usr/share/doc/libkate/html/kate_8h_source.html
# /usr/share/doc/libkate/html/kate__bitwise_8c_source.html
# /usr/share/doc/libkate/html/kate__bitwise_8h_source.html
# /usr/share/doc/libkate/html/kate__comment_8c_source.html
# /usr/share/doc/libkate/html/kate__config_8h-source.html
# /usr/share/doc/libkate/html/kate__config_8h_source.html
# /usr/share/doc/libkate/html/kate__decode_8c_source.html
# /usr/share/doc/libkate/html/kate__decode__state_8c_source.html
# /usr/share/doc/libkate/html/kate__decode__state_8h_source.html
# /usr/share/doc/libkate/html/kate__encode_8c_source.html
# /usr/share/doc/libkate/html/kate__encode__state_8c_source.html
# /usr/share/doc/libkate/html/kate__encode__state_8h_source.html
# /usr/share/doc/libkate/html/kate__event_8c_source.html
# /usr/share/doc/libkate/html/kate__font_8c_source.html
# /usr/share/doc/libkate/html/kate__fp_8c_source.html
# /usr/share/doc/libkate/html/kate__fp_8h_source.html
# /usr/share/doc/libkate/html/kate__granule_8c_source.html
# /usr/share/doc/libkate/html/kate__high_8c_source.html
# /usr/share/doc/libkate/html/kate__info_8c_source.html
# /usr/share/doc/libkate/html/kate__internal_8h_source.html
# /usr/share/doc/libkate/html/kate__motion_8c_source.html
# /usr/share/doc/libkate/html/kate__ogg_8c_source.html
# /usr/share/doc/libkate/html/kate__packet_8c_source.html
# /usr/share/doc/libkate/html/kate__rle_8c_source.html
# /usr/share/doc/libkate/html/kate__rle_8h_source.html
# /usr/share/doc/libkate/html/kate__text_8c_source.html
# /usr/share/doc/libkate/html/kate__tracker_8c_source.html
# /usr/share/doc/libkate/html/modules.html
# /usr/share/doc/libkate/html/oggkate_8h-source.html
# /usr/share/doc/libkate/html/oggkate_8h.html
# /usr/share/doc/libkate/html/oggkate_8h_source.html
# /usr/share/doc/libkate/html/pages.html
# /usr/share/doc/libkate/html/structkate__active__event.html
# /usr/share/doc/libkate/html/structkate__bitmap.html
# /usr/share/doc/libkate/html/structkate__color.html
# /usr/share/doc/libkate/html/structkate__comment.html
# /usr/share/doc/libkate/html/structkate__curve.html
# /usr/share/doc/libkate/html/structkate__decode__state.html
# /usr/share/doc/libkate/html/structkate__encode__state.html
# /usr/share/doc/libkate/html/structkate__event.html
# /usr/share/doc/libkate/html/structkate__event__timing.html
# /usr/share/doc/libkate/html/structkate__font__mapping.html
# /usr/share/doc/libkate/html/structkate__font__range.html
# /usr/share/doc/libkate/html/structkate__info.html
# /usr/share/doc/libkate/html/structkate__memory__guard.html
# /usr/share/doc/libkate/html/structkate__motion.html
# /usr/share/doc/libkate/html/structkate__pack__buffer.html
# /usr/share/doc/libkate/html/structkate__packet.html
# /usr/share/doc/libkate/html/structkate__palette.html
# /usr/share/doc/libkate/html/structkate__region.html
# /usr/share/doc/libkate/html/structkate__state.html
# /usr/share/doc/libkate/html/structkate__style.html
# /usr/share/doc/libkate/html/structkate__tracker.html
# /usr/share/doc/libkate/html/structkate__tracker__internal.html
# /usr/share/doc/libkate/html/tab_b.gif
# /usr/share/doc/libkate/html/tab_l.gif
# /usr/share/doc/libkate/html/tab_r.gif
# /usr/share/doc/libkate/html/tabs.css
# /usr/share/licenses/libkate/LICENSE
# /sysroot/usr/lib/libkate.so.1.3.0
# /sysroot/usr/lib/libkate.so.1
# /sysroot/usr/lib/libkate.so
# /sysroot/usr/lib/libkate.la
# /sysroot/usr/lib/liboggkate.so.1.2.2
# /sysroot/usr/lib/liboggkate.so.1
# /sysroot/usr/lib/liboggkate.so
# /sysroot/usr/lib/liboggkate.la
# /sysroot/usr/lib/pkgconfig/kate.pc
# /sysroot/usr/lib/pkgconfig/oggkate.pc
# /sysroot/usr/lib/python2.7/site-packages/kdj/__init__.py
# /sysroot/usr/lib/python2.7/site-packages/kdj/__init__.pyc
# /sysroot/usr/lib/python2.7/site-packages/kdj/__init__.pyo
# /sysroot/usr/lib/python2.7/site-packages/kdj/constants.py
# /sysroot/usr/lib/python2.7/site-packages/kdj/constants.pyc
# /sysroot/usr/lib/python2.7/site-packages/kdj/constants.pyo
# /sysroot/usr/lib/python2.7/site-packages/kdj/finder.py
# /sysroot/usr/lib/python2.7/site-packages/kdj/finder.pyc
# /sysroot/usr/lib/python2.7/site-packages/kdj/finder.pyo
# /sysroot/usr/lib/python2.7/site-packages/kdj/tools.py
# /sysroot/usr/lib/python2.7/site-packages/kdj/tools.pyc
# /sysroot/usr/lib/python2.7/site-packages/kdj/tools.pyo
# /sysroot/usr/lib/python2.7/site-packages/kdj/muxer.py
# /sysroot/usr/lib/python2.7/site-packages/kdj/muxer.pyc
# /sysroot/usr/lib/python2.7/site-packages/kdj/muxer.pyo
# /sysroot/usr/lib/python2.7/site-packages/kdj/demuxer.py
# /sysroot/usr/lib/python2.7/site-packages/kdj/demuxer.pyc
# /sysroot/usr/lib/python2.7/site-packages/kdj/demuxer.pyo
# /sysroot/usr/lib/python2.7/site-packages/kdj/tester.py
# /sysroot/usr/lib/python2.7/site-packages/kdj/tester.pyc
# /sysroot/usr/lib/python2.7/site-packages/kdj/tester.pyo
# /sysroot/usr/lib/python2.7/site-packages/kdj/options.py
# /sysroot/usr/lib/python2.7/site-packages/kdj/options.pyc
# /sysroot/usr/lib/python2.7/site-packages/kdj/options.pyo
# /sysroot/usr/lib/python2.7/site-packages/kdj/ui_main.py
# /sysroot/usr/lib/python2.7/site-packages/kdj/ui_main.pyc
# /sysroot/usr/lib/python2.7/site-packages/kdj/ui_main.pyo
# /sysroot/usr/lib/python2.7/site-packages/kdj/ui_editor.py
# /sysroot/usr/lib/python2.7/site-packages/kdj/ui_editor.pyc
# /sysroot/usr/lib/python2.7/site-packages/kdj/ui_editor.pyo
# /sysroot/usr/lib/python2.7/site-packages/kdj/ui_options.py
# /sysroot/usr/lib/python2.7/site-packages/kdj/ui_options.pyc
# /sysroot/usr/lib/python2.7/site-packages/kdj/ui_options.pyo
# /sysroot/usr/include/kate/kate.h
# /sysroot/usr/include/kate/kate_config.h
# /sysroot/usr/include/kate/oggkate.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

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

Attempting to access local repository, attempt 2

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

Attempting to access local repository, attempt 3

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

Attempting to access local repository, attempt 4

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libkate.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libkate.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/libkate/src/libkate-0.4.1/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 libkate configure 0.4.1, which was
# generated by GNU Autoconf 2.64. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-static --disable-doc
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 51a2adc0694a
# 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:2589: checking build system type
# configure:2603: result: x86_64-unknown-linux-gnu
# configure:2623: checking host system type
# configure:2636: result: x86_64-unknown-linux-gnu
# configure:2656: checking target system type
# configure:2669: result: x86_64-unknown-linux-gnu
# configure:2712: checking for a BSD-compatible install
# configure:2780: result: /usr/bin/install -c
# configure:2791: checking whether build environment is sane
# configure:2841: result: yes
# configure:2890: checking for x86_64-unknown-linux-strip
# configure:2920: result: no
# configure:2930: checking for strip
# configure:2946: found /usr/bin/strip
# configure:2957: result: strip
# configure:2982: checking for a thread-safe mkdir -p
# configure:3021: result: /usr/bin/mkdir -p
# configure:3034: checking for gawk
# configure:3050: found /usr/bin/gawk
# configure:3061: result: gawk
# configure:3072: checking whether make sets $(MAKE)
# configure:3094: result: yes
# configure:3206: checking for style of include used by make
# configure:3234: result: GNU
# configure:3264: checking for x86_64-unknown-linux-gcc
# configure:3291: result: clang
# configure:3560: checking for C compiler version
# configure:3569: 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:3580: $? = 0
# configure:3569: 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
# ... rest of stderr output deleted ...
# configure:3580: $? = 0
# configure:3569: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3580: $? = 1
# configure:3569: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3580: $? = 1
# configure:3602: checking for C compiler default output file name
# configure:3624: clang conftest.c >&5
# configure:3628: $? = 0
# configure:3665: result: a.out
# configure:3681: checking whether the C compiler works
# configure:3690: ./a.out
# configure:3694: $? = 0
# configure:3709: result: yes
# configure:3716: checking whether we are cross compiling
# configure:3718: result: no
# configure:3721: checking for suffix of executables
# configure:3728: clang -o conftest conftest.c >&5
# configure:3732: $? = 0
# configure:3754: result:
# configure:3760: checking for suffix of object files
# configure:3782: clang -c conftest.c >&5
# configure:3786: $? = 0
# configure:3807: result: o
# configure:3811: checking whether we are using the GNU C compiler
# configure:3830: clang -c conftest.c >&5
# configure:3830: $? = 0
# configure:3839: result: yes
# configure:3848: checking whether clang accepts -g
# configure:3868: clang -c -g conftest.c >&5
# configure:3868: $? = 0
# configure:3909: result: yes
# configure:3926: checking for clang option to accept ISO C89
# configure:3990: clang -c conftest.c >&5
# configure:3990: $? = 0
# configure:4003: result: none needed
# configure:4025: checking dependency style of clang
# configure:4135: result: gcc3
# configure:4151: checking whether clang and cc understand -c and -o together
# configure:4182: clang -c conftest.c -o conftest2.o >&5
# configure:4186: $? = 0
# configure:4192: clang -c conftest.c -o conftest2.o >&5
# configure:4196: $? = 0
# configure:4207: cc -c conftest.c >&5
# configure:4211: $? = 0
# configure:4219: cc -c conftest.c -o conftest2.o >&5
# configure:4223: $? = 0
# configure:4229: cc -c conftest.c -o conftest2.o >&5
# configure:4233: $? = 0
# configure:4251: result: yes
# configure:4290: checking for a sed that does not truncate output
# configure:4354: result: /usr/bin/sed
# configure:4372: checking for grep that handles long lines and -e
# configure:4430: result: /usr/bin/grep
# configure:4435: checking for egrep
# configure:4497: result: /usr/bin/grep -E
# configure:4502: checking for fgrep
# configure:4564: result: /usr/bin/grep -F
# configure:4599: checking for ld used by clang
# configure:4666: result: /usr/bin/ld
# configure:4673: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4688: result: yes
# configure:4700: checking for BSD- or MS-compatible name lister (nm)
# configure:4749: result: /usr/bin/nm -B
# configure:4867: checking the name lister (/usr/bin/nm -B) interface
# configure:4874: clang -c conftest.c >&5
# configure:4877: /usr/bin/nm -B "conftest.o"
# configure:4880: output
# 0000000000000000 B some_variable
# configure:4887: result: BSD nm
# configure:4890: checking whether ln -s works
# configure:4894: result: yes
# configure:4902: checking the maximum length of command line arguments
# configure:5022: result: 1572864
# configure:5039: checking whether the shell understands some XSI constructs
# configure:5049: result: yes
# configure:5053: checking whether the shell understands "+="
# configure:5059: result: yes
# configure:5094: checking for /usr/bin/ld option to reload object files
# configure:5101: result: -r
# configure:5130: checking for x86_64-unknown-linux-objdump
# configure:5160: result: no
# configure:5170: checking for objdump
# configure:5186: found /usr/bin/objdump
# configure:5197: result: objdump
# configure:5229: checking how to recognize dependent libraries
# configure:5425: result: pass_all
# configure:5445: checking for x86_64-unknown-linux-ar
# configure:5475: result: no
# configure:5485: checking for ar
# configure:5501: found /usr/bin/ar
# configure:5512: result: ar
# configure:5550: checking for x86_64-unknown-linux-strip
# configure:5577: result: strip
# configure:5649: checking for x86_64-unknown-linux-ranlib
# configure:5679: result: no
# configure:5689: checking for ranlib
# configure:5705: found /usr/bin/ranlib
# configure:5716: result: ranlib
# configure:5806: checking command to parse /usr/bin/nm -B output from clang object
# configure:5924: clang -c conftest.c >&5
# configure:5927: $? = 0
# configure:5931: /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:5934: $? = 0
# configure:5988: clang -o conftest conftest.c conftstm.o >&5
# configure:5991: $? = 0
# configure:6029: result: ok
# configure:6125: clang -c conftest.c >&5
# configure:6128: $? = 0
# configure:6838: checking how to run the C preprocessor
# configure:6869: clang -E conftest.c
# configure:6869: $? = 0
# configure:6883: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:6883: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libkate"
# | #define PACKAGE_TARNAME "libkate"
# | #define PACKAGE_VERSION "0.4.1"
# | #define PACKAGE_STRING "libkate 0.4.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libkate"
# | #define VERSION "0.4.1"
# | /* end confdefs.h. */
# | #include
# configure:6908: result: clang -E
# configure:6928: clang -E conftest.c
# configure:6928: $? = 0
# configure:6942: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:6942: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libkate"
# | #define PACKAGE_TARNAME "libkate"
# | #define PACKAGE_VERSION "0.4.1"
# | #define PACKAGE_STRING "libkate 0.4.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libkate"
# | #define VERSION "0.4.1"
# | /* end confdefs.h. */
# | #include
# configure:6971: checking for ANSI C header files
# configure:6991: clang -c conftest.c >&5
# configure:6991: $? = 0
# configure:7064: clang -o conftest conftest.c >&5
# configure:7064: $? = 0
# configure:7064: ./conftest
# configure:7064: $? = 0
# configure:7075: result: yes
# configure:7088: checking for sys/types.h
# configure:7088: clang -c conftest.c >&5
# configure:7088: $? = 0
# configure:7088: result: yes
# configure:7088: checking for sys/stat.h
# configure:7088: clang -c conftest.c >&5
# configure:7088: $? = 0
# configure:7088: result: yes
# configure:7088: checking for stdlib.h
# configure:7088: clang -c conftest.c >&5
# configure:7088: $? = 0
# configure:7088: result: yes
# configure:7088: checking for string.h
# configure:7088: clang -c conftest.c >&5
# configure:7088: $? = 0
# configure:7088: result: yes
# configure:7088: checking for memory.h
# configure:7088: clang -c conftest.c >&5
# configure:7088: $? = 0
# configure:7088: result: yes
# configure:7088: checking for strings.h
# configure:7088: clang -c conftest.c >&5
# configure:7088: $? = 0
# configure:7088: result: yes
# configure:7088: checking for inttypes.h
# configure:7088: clang -c conftest.c >&5
# configure:7088: $? = 0
# configure:7088: result: yes
# configure:7088: checking for stdint.h
# configure:7088: clang -c conftest.c >&5
# configure:7088: $? = 0
# configure:7088: result: yes
# configure:7088: checking for unistd.h
# configure:7088: clang -c conftest.c >&5
# configure:7088: $? = 0
# configure:7088: result: yes
# configure:7103: checking for dlfcn.h
# configure:7103: clang -c conftest.c >&5
# configure:7103: $? = 0
# configure:7103: result: yes
# configure:7285: checking for objdir
# configure:7300: result: .libs
# configure:7592: checking if clang supports -fno-rtti -fno-exceptions
# configure:7610: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:7614: $? = 0
# configure:7627: result: yes
# configure:7647: checking for clang option to produce PIC
# configure:7919: result: -fPIC -DPIC
# configure:7931: checking if clang PIC flag -fPIC -DPIC works
# configure:7949: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:7953: $? = 0
# configure:7966: result: yes
# configure:7990: checking if clang static flag -static works
# configure:8018: result: yes
# configure:8033: checking if clang supports -c -o file.o
# configure:8054: clang -c -o out/conftest2.o conftest.c >&5
# configure:8058: $? = 0
# configure:8080: result: yes
# configure:8088: checking if clang supports -c -o file.o
# configure:8135: result: yes
# configure:8168: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9154: result: yes
# configure:9191: checking whether -lc should be explicitly linked in
# configure:9196: clang -c conftest.c >&5
# configure:9199: $? = 0
# configure:9214: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:9217: $? = 0
# configure:9229: result: no
# configure:9393: checking dynamic linker characteristics
# configure:9826: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:9826: $? = 0
# configure:10044: result: GNU/Linux ld.so
# configure:10146: checking how to hardcode library paths into programs
# configure:10171: result: immediate
# configure:10265: checking for shl_load
# configure:10265: clang -o conftest conftest.c >&5
# /tmp/conftest-fde491.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `shl_load'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:10265: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libkate"
# | #define PACKAGE_TARNAME "libkate"
# | #define PACKAGE_VERSION "0.4.1"
# | #define PACKAGE_STRING "libkate 0.4.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libkate"
# | #define VERSION "0.4.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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | /* Define shl_load to an innocuous variant, in case declares shl_load.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define shl_load innocuous_shl_load
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char shl_load (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef shl_load
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char shl_load ();
# | /* 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_shl_load || defined __stub___shl_load
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:10265: result: no
# configure:10269: checking for shl_load in -ldld
# configure:10294: clang -o conftest conftest.c -ldld >&5
# /usr/bin/ld: cannot find -ldld
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:10294: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libkate"
# | #define PACKAGE_TARNAME "libkate"
# | #define PACKAGE_VERSION "0.4.1"
# | #define PACKAGE_STRING "libkate 0.4.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libkate"
# | #define VERSION "0.4.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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char shl_load ();
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:10303: result: no
# configure:10308: checking for dlopen
# configure:10308: clang -o conftest conftest.c >&5
# /tmp/conftest-29b87c.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `dlopen'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:10308: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libkate"
# | #define PACKAGE_TARNAME "libkate"
# | #define PACKAGE_VERSION "0.4.1"
# | #define PACKAGE_STRING "libkate 0.4.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libkate"
# | #define VERSION "0.4.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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | /* Define dlopen to an innocuous variant, in case declares dlopen.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define dlopen innocuous_dlopen
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char dlopen (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef dlopen
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char dlopen ();
# | /* 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_dlopen || defined __stub___dlopen
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:10308: result: no
# configure:10312: checking for dlopen in -ldl
# configure:10337: clang -o conftest conftest.c -ldl >&5
# configure:10337: $? = 0
# configure:10346: result: yes
# configure:10465: checking whether a program can dlopen itself
# configure:10535: clang -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
# configure:10538: $? = 0
# configure:10556: result: yes
# configure:10561: checking whether a statically linked program can dlopen itself
# configure:10631: clang -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
# /tmp/conftest-c9f003.o: In function `main':
# conftest.c:(.text+0x29): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
# /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:10634: $? = 1
# configure:10652: result: no
# configure:10691: checking whether stripping libraries is possible
# configure:10696: result: yes
# configure:10731: checking if libtool supports shared libraries
# configure:10733: result: yes
# configure:10736: checking whether to build shared libraries
# configure:10757: result: yes
# configure:10760: checking whether to build static libraries
# configure:10764: result: no
# configure:10803: checking for flex
# configure:10819: found /usr/bin/flex
# configure:10830: result: flex
# configure:10867: flex conftest.l
# configure:10871: $? = 1
# configure:10873: checking lex output file root
# configure:10887: result: lex.yy
# configure:10892: checking lex library
# configure:10906: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:10906: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libkate"
# | #define PACKAGE_TARNAME "libkate"
# | #define PACKAGE_VERSION "0.4.1"
# | #define PACKAGE_STRING "libkate 0.4.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libkate"
# | #define VERSION "0.4.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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# configure:10906: clang -o conftest conftest.c -lfl >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libfl.so: undefined reference to `yylex'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:10906: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libkate"
# | #define PACKAGE_TARNAME "libkate"
# | #define PACKAGE_VERSION "0.4.1"
# | #define PACKAGE_STRING "libkate 0.4.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libkate"
# | #define VERSION "0.4.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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# configure:10906: clang -o conftest conftest.c -ll >&5
# /usr/bin/ld: cannot find -ll
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:10906: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libkate"
# | #define PACKAGE_TARNAME "libkate"
# | #define PACKAGE_VERSION "0.4.1"
# | #define PACKAGE_STRING "libkate 0.4.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libkate"
# | #define VERSION "0.4.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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# configure:10916: result: none needed
# configure:10922: checking whether yytext is a pointer
# configure:10938: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:10938: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libkate"
# | #define PACKAGE_TARNAME "libkate"
# | #define PACKAGE_VERSION "0.4.1"
# | #define PACKAGE_STRING "libkate 0.4.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libkate"
# | #define VERSION "0.4.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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #define YYTEXT_POINTER 1
# |
# configure:10946: result: no
# configure:10960: checking for bison
# configure:10976: found /usr/bin/bison
# configure:10987: result: bison -y
# configure:10999: checking for grep that handles long lines and -e
# configure:11057: result: /usr/bin/grep
# configure:11062: checking for BSD- or MS-compatible name lister (nm)
# configure:11111: result: /usr/bin/nm -B
# configure:11226: checking the name lister (/usr/bin/nm -B) interface
# configure:11246: result: BSD nm
# configure:11249: checking for a sed that does not truncate output
# configure:11313: result: /usr/bin/sed
# configure:11319: checking for an ANSI C-conforming const
# configure:11384: clang -c conftest.c >&5
# configure:11384: $? = 0
# configure:11391: result: yes
# configure:11399: checking for inline
# configure:11415: clang -c conftest.c >&5
# configure:11415: $? = 0
# configure:11423: result: inline
# configure:11445: checking for ANSI C header files
# configure:11549: result: yes
# configure:11560: checking for unistd.h
# configure:11560: result: yes
# configure:11560: checking time.h usability
# configure:11560: clang -c conftest.c >&5
# configure:11560: $? = 0
# configure:11560: result: yes
# configure:11560: checking time.h presence
# configure:11560: clang -E conftest.c
# configure:11560: $? = 0
# configure:11560: result: yes
# configure:11560: checking for time.h
# configure:11560: result: yes
# configure:11560: checking limits.h usability
# configure:11560: clang -c conftest.c >&5
# configure:11560: $? = 0
# configure:11560: result: yes
# configure:11560: checking limits.h presence
# configure:11560: clang -E conftest.c
# configure:11560: $? = 0
# configure:11560: result: yes
# configure:11560: checking for limits.h
# configure:11560: result: yes
# configure:11560: checking ctype.h usability
# configure:11560: clang -c conftest.c >&5
# configure:11560: $? = 0
# configure:11560: result: yes
# configure:11560: checking ctype.h presence
# configure:11560: clang -E conftest.c
# configure:11560: $? = 0
# configure:11560: result: yes
# configure:11560: checking for ctype.h
# configure:11560: result: yes
# configure:11574: checking for stdint.h
# configure:11574: result: yes
# configure:11649: checking for size_t
# configure:11649: clang -c conftest.c >&5
# configure:11649: $? = 0
# configure:11649: clang -c conftest.c >&5
# conftest.c:65:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:11649: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libkate"
# | #define PACKAGE_TARNAME "libkate"
# | #define PACKAGE_VERSION "0.4.1"
# | #define PACKAGE_STRING "libkate 0.4.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libkate"
# | #define VERSION "0.4.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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_STDINT_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:11649: result: yes
# configure:11663: checking for pkg-config
# configure:11679: found /usr/bin/pkg-config
# configure:11690: result: yes
# configure:11810: checking for oggz
# configure:11843: result: no
# configure:11855: checking for oggz-merge
# configure:11888: result: no
# configure:11897: checking for oggzmerge
# configure:11930: result: no
# configure:11939: checking for oggmerge
# configure:11972: result: no
# configure:11981: checking for oggz-diff
# configure:12014: result: no
# configure:12023: checking for oggzdiff
# configure:12056: result: no
# configure:12065: checking for cmp
# configure:12083: found /usr/bin/cmp
# configure:12095: result: /usr/bin/cmp
# configure:12176: checking for python version
# configure:12183: result: 2.7
# configure:12195: checking for python platform
# configure:12202: result: linux2
# configure:12209: checking for python script directory
# configure:12230: result: ${prefix}/lib/python2.7/site-packages
# configure:12239: checking for python extension module directory
# configure:12260: result: ${exec_prefix}/lib/python2.7/site-packages
# configure:12286: checking for md5sum
# configure:12302: found /usr/bin/md5sum
# configure:12313: result: md5sum
# configure:12337: checking for x86_64-unknown-linux-pkg-config
# configure:12370: result: no
# configure:12380: checking for pkg-config
# configure:12398: found /usr/bin/pkg-config
# configure:12410: result: /usr/bin/pkg-config
# configure:12435: checking pkg-config is at least version 0.9.0
# configure:12438: result: yes
# configure:12449: checking for OGG
# configure:12456: $PKG_CONFIG --exists --print-errors "ogg >= 1.0"
# configure:12459: $? = 0
# configure:12472: $PKG_CONFIG --exists --print-errors "ogg >= 1.0"
# configure:12475: $? = 0
# configure:12510: result: yes
# configure:12583: checking for PNG
# configure:12590: $PKG_CONFIG --exists --print-errors "libpng"
# configure:12593: $? = 0
# configure:12606: $PKG_CONFIG --exists --print-errors "libpng"
# configure:12609: $? = 0
# configure:12644: result: yes
# configure:12936: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libkate config.status 0.4.1, which was
# generated by GNU Autoconf 2.64. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 51a2adc0694a
#
# config.status:1138: creating Makefile
# config.status:1138: creating tools/Makefile
# config.status:1138: creating tools/KateDJ/Makefile
# config.status:1138: creating tools/KateDJ/kdj/constants.py
# config.status:1138: creating doc/Makefile
# config.status:1138: creating doc/man/kateenc.1
# config.status:1138: creating doc/man/katedec.1
# config.status:1138: creating doc/man/katalyzer.1
# config.status:1138: creating doc/man/KateDJ.1
# config.status:1138: creating include/kate/kate.h
# config.status:1138: creating tests/Makefile
# config.status:1138: creating misc/pkgconfig/kate.pc
# config.status:1138: creating misc/pkgconfig/kate-uninstalled.pc
# config.status:1138: creating misc/pkgconfig/oggkate.pc
# config.status:1138: creating misc/pkgconfig/oggkate-uninstalled.pc
# config.status:1138: creating doc/kate.doxygen
# config.status:1138: creating include/config.h
# config.status:1358: executing depfiles commands
# config.status:1358: executing libtool 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_OGG_CFLAGS_set=
# ac_cv_env_OGG_CFLAGS_value=
# ac_cv_env_OGG_LIBS_set=
# ac_cv_env_OGG_LIBS_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_PNG_CFLAGS_set=
# ac_cv_env_PNG_CFLAGS_value=
# ac_cv_env_PNG_LIBS_set=
# ac_cv_env_PNG_LIBS_value=
# ac_cv_env_YACC_set=
# ac_cv_env_YACC_value=
# ac_cv_env_YFLAGS_set=
# ac_cv_env_YFLAGS_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_dlopen=no
# ac_cv_func_shl_load=no
# ac_cv_header_ctype_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_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_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_dld_shl_load=no
# ac_cv_lib_lex='none needed'
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_OGG_DIFF=/usr/bin/cmp
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# 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_GENHASH=md5sum
# ac_cv_prog_HAVE_PKG_CONFIG=yes
# ac_cv_prog_LEX=flex
# ac_cv_prog_STRIP=strip
# ac_cv_prog_YACC='bison -y'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# 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_lex_root=lex.yy
# ac_cv_prog_lex_yytext_pointer=no
# ac_cv_prog_make_make_set=yes
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_python_platform=linux2
# am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
# am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
# am_cv_python_version=2.7
# lt_cv_deplibs_check_method=pass_all
# lt_cv_dlopen=dlopen
# lt_cv_dlopen_libs=-ldl
# lt_cv_dlopen_self=yes
# lt_cv_dlopen_self_static=no
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# 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\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# pkg_cv_OGG_CFLAGS=
# pkg_cv_OGG_LIBS=-logg
# pkg_cv_PNG_CFLAGS=-I/usr/include/libpng16
# pkg_cv_PNG_LIBS=-lpng16
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libkate/src/libkate-0.4.1/misc/autotools/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/libkate/src/libkate-0.4.1/misc/autotools/missing --run tar'
# AM_BACKSLASH='\'
# AM_DEFAULT_VERBOSITY='1'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/libkate/src/libkate-0.4.1/misc/autotools/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/libkate/src/libkate-0.4.1/misc/autotools/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/libkate/src/libkate-0.4.1/misc/autotools/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CFLAGS_DEBUG=''
# CFLAGS_FORTIFY_SOURCE=''
# CONST=''
# CPP='clang -E'
# CPPFLAGS=''
# CWARNFLAGS_FULL=' -Wall -W'
# CWARNFLAGS_LIGHT=' -Wall -W'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GENHASH='md5sum'
# GREP='/usr/bin/grep'
# HAVE_DOXYGEN='no'
# HAVE_DOXYGEN_FALSE=''
# HAVE_DOXYGEN_TRUE='#'
# HAVE_OGG_FALSE='#'
# HAVE_OGG_MERGE_FALSE=''
# HAVE_OGG_MERGE_TRUE='#'
# HAVE_OGG_TRUE=''
# HAVE_PKG_CONFIG='yes'
# HAVE_PNG_FALSE='#'
# HAVE_PNG_TRUE=''
# HAVE_PYTHON_FALSE='#'
# HAVE_PYTHON_TRUE=''
# INCLUDE_INT_HEADER='#include '
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INT32_T='int32_t'
# INT64_T='int64_t'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LEX='flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LIBKATE_SHARED_VERSION='4:0:3'
# LIBOBJS=''
# LIBOGGKATE_SHARED_VERSION='3:2:2'
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/libkate/src/libkate-0.4.1/misc/autotools/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OGGZ=''
# OGG_CFLAGS=''
# OGG_DIFF='/usr/bin/cmp'
# OGG_LIBS='-logg'
# OGG_MERGE=''
# OTOOL64=''
# OTOOL=''
# PACKAGE='libkate'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='libkate'
# PACKAGE_STRING='libkate 0.4.1'
# PACKAGE_TARNAME='libkate'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.4.1'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PNG_CFLAGS='-I/usr/include/libpng16'
# PNG_LIBS='-lpng16'
# PYTHON='/usr/bin/python2'
# PYTHON_EXEC_PREFIX='${exec_prefix}'
# PYTHON_PLATFORM='linux2'
# PYTHON_PREFIX='${prefix}'
# PYTHON_VERSION='2.7'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STREAMS='bspline kate empty demo minimal karaoke unicode path bom markup font utf8test z metadata style periodic granule justify png'
# STRIP='strip'
# UINT32_T='uint32_t'
# UINT64_T='uint64_t'
# VALGRIND=''
# VERSION='0.4.1'
# VERSION_MAJOR='0'
# VERSION_MINOR='4'
# VERSION_PATCH='1'
# YACC='bison -y'
# YFLAGS=''
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# 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/libkate/src/libkate-0.4.1/misc/autotools/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# lt_ECHO='echo'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# pkgpyexecdir='${pyexecdir}/libkate'
# pkgpythondir='${pythondir}/libkate'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
# pythondir='${prefix}/lib/python2.7/site-packages'
# 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. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libkate"
# #define PACKAGE_TARNAME "libkate"
# #define PACKAGE_VERSION "0.4.1"
# #define PACKAGE_STRING "libkate 0.4.1"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "libkate"
# #define VERSION "0.4.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_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define STDC_HEADERS 1
# #define HAVE_UNISTD_H 1
# #define HAVE_TIME_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_CTYPE_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_PNG 1
#
# configure: exit 0