Build of tslib with musl toolchain

The build took 00h 01m 43s and was NOT successful.

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

SLOCLanguage
10,100 ansic
4,119 sh
3,325 makefile
17,544 total

The process tree of the build process is here.

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

List of Errors

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...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/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: tslib 1.1-1 (Wed Apr 5 01:41:24 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# libtoolize: putting auxiliary files in '.'.
# libtoolize: copying file './ltmain.sh'
# libtoolize: putting macros in 'm4/internal'.
# libtoolize: copying file 'm4/internal/libtool.m4'
# libtoolize: copying file 'm4/internal/ltoptions.m4'
# libtoolize: copying file 'm4/internal/ltsugar.m4'
# libtoolize: copying file 'm4/internal/ltversion.m4'
# libtoolize: copying file 'm4/internal/lt~obsolete.m4'
# libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4/internal])' to configure.ac,
# libtoolize: and rerunning libtoolize and aclocal.
# Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/sbin/automake line 3936.
# configure.ac:18: installing './compile'
# configure.ac:7: installing './missing'
# plugins/Makefile.am:13: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
# plugins/Makefile.am: installing './depcomp'
# src/Makefile.am:23: warning: source file '$(top_srcdir)/plugins/linear.c' is in a subdirectory,
# src/Makefile.am:23: but option 'subdir-objects' is disabled
# automake: warning: possible forward-incompatibility.
# automake: At least a source file is in a subdirectory, but the 'subdir-objects'
# automake: automake option hasn't been enabled. For now, the corresponding output
# automake: object file(s) will be placed in the top-level directory. However,
# automake: this behaviour will change in future Automake versions: they will
# automake: unconditionally cause object files to be placed in the same subdirectory
# automake: of the corresponding sources.
# automake: You are advised to start using 'subdir-objects' option throughout your
# automake: project, to avoid future incompatibilities.
# src/Makefile.am:27: warning: source file '$(top_srcdir)/plugins/dejitter.c' is in a subdirectory,
# src/Makefile.am:27: but option 'subdir-objects' is disabled
# src/Makefile.am:31: warning: source file '$(top_srcdir)/plugins/linear-h2200.c' is in a subdirectory,
# src/Makefile.am:31: but option 'subdir-objects' is disabled
# src/Makefile.am:35: warning: source file '$(top_srcdir)/plugins/variance.c' is in a subdirectory,
# src/Makefile.am:35: but option 'subdir-objects' is disabled
# src/Makefile.am:39: warning: source file '$(top_srcdir)/plugins/pthres.c' is in a subdirectory,
# src/Makefile.am:39: but option 'subdir-objects' is disabled
# src/Makefile.am:43: warning: source file '$(top_srcdir)/plugins/ucb1x00-raw.c' is in a subdirectory,
# src/Makefile.am:43: but option 'subdir-objects' is disabled
# src/Makefile.am:47: warning: source file '$(top_srcdir)/plugins/corgi-raw.c' is in a subdirectory,
# src/Makefile.am:47: but option 'subdir-objects' is disabled
# src/Makefile.am:51: warning: source file '$(top_srcdir)/plugins/collie-raw.c' is in a subdirectory,
# src/Makefile.am:51: but option 'subdir-objects' is disabled
# src/Makefile.am:55: warning: source file '$(top_srcdir)/plugins/h3600-raw.c' is in a subdirectory,
# src/Makefile.am:55: but option 'subdir-objects' is disabled
# src/Makefile.am:59: warning: source file '$(top_srcdir)/plugins/mk712-raw.c' is in a subdirectory,
# src/Makefile.am:59: but option 'subdir-objects' is disabled
# src/Makefile.am:63: warning: source file '$(top_srcdir)/plugins/arctic2-raw.c' is in a subdirectory,
# src/Makefile.am:63: but option 'subdir-objects' is disabled
# src/Makefile.am:67: warning: source file '$(top_srcdir)/plugins/tatung-raw.c' is in a subdirectory,
# src/Makefile.am:67: but option 'subdir-objects' is disabled
# src/Makefile.am:71: warning: source file '$(top_srcdir)/plugins/input-raw.c' is in a subdirectory,
# src/Makefile.am:71: but option 'subdir-objects' is disabled
# tests/Makefile.am:12: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
# 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/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... yes
# 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 whether clang understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking whether the C compiler supports -fvisibility=hidden... yes
# checking whether to use -fvisibility=hidden... yes
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by clang... /sysroot/bin/ld
# checking if the linker (/sysroot/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/nm -B
# checking the name lister (/sysroot/bin/nm -B) interface... BSD nm
# checking the maximum length of command line arguments... 1572864
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /sysroot/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# configure: WARNING: using cross tools not prefixed with host triplet
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /sysroot/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for a working dd... /usr/sbin/dd
# checking how to truncate binary pipes... /usr/sbin/dd bs=4096 count=1
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# 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... no
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/sysroot/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... yes
# checking whether a program can dlopen itself... cross
# 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 dlopen in -ldl... yes
# checking for size_t... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for ANSI C header files... (cached) yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for unistd.h... (cached) yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for size_t... (cached) yes
# checking whether time.h and sys/time.h may both be included... yes
# checking whether clang needs -traditional... no
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for sys/param.h... yes
# checking for getpagesize... yes
# checking for working mmap... no
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking types of arguments for select... int,fd_set *,struct timeval *
# checking return type of signal handlers... void
# checking whether lstat correctly handles trailing slash... no
# checking whether stat accepts an empty string... yes
# checking for vprintf... yes
# checking for _doprnt... no
# checking for gettimeofday... yes
# checking for memmove... yes
# checking for memset... yes
# checking for munmap... yes
# checking for select... yes
# checking for strcasecmp... yes
# checking for strchr... yes
# checking for strdup... yes
# checking for strtoul... yes
# checking whether linear module is requested... yes
# checking whether dejitter module is requested... yes
# checking whether linear-h2200 module is requested... yes
# checking whether variance module is requested... yes
# checking whether pthres module is requested... yes
# checking whether ucb1x00 module is requested... yes
# checking whether cy8mrln-palmpre module is requested... no
# checking whether corgi module is requested... yes
# checking whether collie module is requested... yes
# checking whether h3600 module is requested... yes
# checking whether mk712 module is requested... yes
# checking whether arctic2 module is requested... yes
# checking whether tatung module is requested... yes
# checking whether dmc module is requested... yes
# checking whether input module is requested... yes
# checking whether touchkit module is requested... yes
# checking whether galax module is requested... yes
# checking where to place modules... ${libdir}/ts
# checking whether to enable debugging... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating etc/Makefile
# config.status: creating plugins/Makefile
# config.status: creating src/Makefile
# config.status: creating tests/Makefile
# config.status: creating tslib.pc
# config.status: creating tslib-1.0.pc
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/tslib/src/tslib-1.1'
# Making all in etc
# make[2]: Entering directory '/tmp/tslib/src/tslib-1.1/etc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/tslib/src/tslib-1.1/etc'
# Making all in src
# make[2]: Entering directory '/tmp/tslib/src/tslib-1.1/src'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DPLUGIN_DIR=\"/usr/lib/ts\" -DTS_CONF=\"/etc/ts.conf\" -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_attach.lo -MD -MP -MF .deps/ts_attach.Tpo -c -o ts_attach.lo ts_attach.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DPLUGIN_DIR=\"/usr/lib/ts\" -DTS_CONF=\"/etc/ts.conf\" -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_close.lo -MD -MP -MF .deps/ts_close.Tpo -c -o ts_close.lo ts_close.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DPLUGIN_DIR=\"/usr/lib/ts\" -DTS_CONF=\"/etc/ts.conf\" -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_config.lo -MD -MP -MF .deps/ts_config.Tpo -c -o ts_config.lo ts_config.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DPLUGIN_DIR=\"/usr/lib/ts\" -DTS_CONF=\"/etc/ts.conf\" -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_error.lo -MD -MP -MF .deps/ts_error.Tpo -c -o ts_error.lo ts_error.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DPLUGIN_DIR=\"/usr/lib/ts\" -DTS_CONF=\"/etc/ts.conf\" -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_error.lo -MD -MP -MF .deps/ts_error.Tpo -c ts_error.c -fPIC -DPIC -o .libs/ts_error.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DPLUGIN_DIR=\"/usr/lib/ts\" -DTS_CONF=\"/etc/ts.conf\" -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_close.lo -MD -MP -MF .deps/ts_close.Tpo -c ts_close.c -fPIC -DPIC -o .libs/ts_close.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DPLUGIN_DIR=\"/usr/lib/ts\" -DTS_CONF=\"/etc/ts.conf\" -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_config.lo -MD -MP -MF .deps/ts_config.Tpo -c ts_config.c -fPIC -DPIC -o .libs/ts_config.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DPLUGIN_DIR=\"/usr/lib/ts\" -DTS_CONF=\"/etc/ts.conf\" -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_attach.lo -MD -MP -MF .deps/ts_attach.Tpo -c ts_attach.c -fPIC -DPIC -o .libs/ts_attach.o
# mv -f .deps/ts_error.Tpo .deps/ts_error.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DPLUGIN_DIR=\"/usr/lib/ts\" -DTS_CONF=\"/etc/ts.conf\" -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_fd.lo -MD -MP -MF .deps/ts_fd.Tpo -c -o ts_fd.lo ts_fd.c
# mv -f .deps/ts_attach.Tpo .deps/ts_attach.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DPLUGIN_DIR=\"/usr/lib/ts\" -DTS_CONF=\"/etc/ts.conf\" -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_load_module.lo -MD -MP -MF .deps/ts_load_module.Tpo -c -o ts_load_module.lo ts_load_module.c
# mv -f .deps/ts_close.Tpo .deps/ts_close.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DPLUGIN_DIR=\"/usr/lib/ts\" -DTS_CONF=\"/etc/ts.conf\" -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_open.lo -MD -MP -MF .deps/ts_open.Tpo -c -o ts_open.lo ts_open.c
# mv -f .deps/ts_config.Tpo .deps/ts_config.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DPLUGIN_DIR=\"/usr/lib/ts\" -DTS_CONF=\"/etc/ts.conf\" -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_parse_vars.lo -MD -MP -MF .deps/ts_parse_vars.Tpo -c -o ts_parse_vars.lo ts_parse_vars.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DPLUGIN_DIR=\"/usr/lib/ts\" -DTS_CONF=\"/etc/ts.conf\" -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_fd.lo -MD -MP -MF .deps/ts_fd.Tpo -c ts_fd.c -fPIC -DPIC -o .libs/ts_fd.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DPLUGIN_DIR=\"/usr/lib/ts\" -DTS_CONF=\"/etc/ts.conf\" -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_open.lo -MD -MP -MF .deps/ts_open.Tpo -c ts_open.c -fPIC -DPIC -o .libs/ts_open.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DPLUGIN_DIR=\"/usr/lib/ts\" -DTS_CONF=\"/etc/ts.conf\" -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_load_module.lo -MD -MP -MF .deps/ts_load_module.Tpo -c ts_load_module.c -fPIC -DPIC -o .libs/ts_load_module.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DPLUGIN_DIR=\"/usr/lib/ts\" -DTS_CONF=\"/etc/ts.conf\" -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_parse_vars.lo -MD -MP -MF .deps/ts_parse_vars.Tpo -c ts_parse_vars.c -fPIC -DPIC -o .libs/ts_parse_vars.o
# In file included from ts_open.c:19:
# /sysroot/include/sys/fcntl.h:1:2: warning: redirecting incorrect #include to [-W#warnings]
# #warning redirecting incorrect #include to
# ^
# mv -f .deps/ts_fd.Tpo .deps/ts_fd.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DPLUGIN_DIR=\"/usr/lib/ts\" -DTS_CONF=\"/etc/ts.conf\" -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_read.lo -MD -MP -MF .deps/ts_read.Tpo -c -o ts_read.lo ts_read.c
# 1 warning generated.
# mv -f .deps/ts_open.Tpo .deps/ts_open.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DPLUGIN_DIR=\"/usr/lib/ts\" -DTS_CONF=\"/etc/ts.conf\" -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_read_raw.lo -MD -MP -MF .deps/ts_read_raw.Tpo -c -o ts_read_raw.lo ts_read_raw.c
# mv -f .deps/ts_load_module.Tpo .deps/ts_load_module.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DPLUGIN_DIR=\"/usr/lib/ts\" -DTS_CONF=\"/etc/ts.conf\" -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_option.lo -MD -MP -MF .deps/ts_option.Tpo -c -o ts_option.lo ts_option.c
# mv -f .deps/ts_parse_vars.Tpo .deps/ts_parse_vars.Plo
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DPLUGIN_DIR=\"/usr/lib/ts\" -DTS_CONF=\"/etc/ts.conf\" -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_read.lo -MD -MP -MF .deps/ts_read.Tpo -c ts_read.c -fPIC -DPIC -o .libs/ts_read.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DPLUGIN_DIR=\"/usr/lib/ts\" -DTS_CONF=\"/etc/ts.conf\" -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_read_raw.lo -MD -MP -MF .deps/ts_read_raw.Tpo -c ts_read_raw.c -fPIC -DPIC -o .libs/ts_read_raw.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DPLUGIN_DIR=\"/usr/lib/ts\" -DTS_CONF=\"/etc/ts.conf\" -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ts_option.lo -MD -MP -MF .deps/ts_option.Tpo -c ts_option.c -fPIC -DPIC -o .libs/ts_option.o
# mv -f .deps/ts_read.Tpo .deps/ts_read.Plo
# mv -f .deps/ts_read_raw.Tpo .deps/ts_read_raw.Plo
# mv -f .deps/ts_option.Tpo .deps/ts_option.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -DPLUGIN_DIR=\"/usr/lib/ts\" -DTS_CONF=\"/etc/ts.conf\" -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -version-info 0:0:0 -release 1.0 -export-dynamic -o libts.la -rpath /usr/lib ts_attach.lo ts_close.lo ts_config.lo ts_error.lo ts_fd.lo ts_load_module.lo ts_open.lo ts_parse_vars.lo ts_read.lo ts_read_raw.lo ts_option.lo -ldl -ldl
# libtool: link: clang -shared -fPIC -DPIC .libs/ts_attach.o .libs/ts_close.o .libs/ts_config.o .libs/ts_error.o .libs/ts_fd.o .libs/ts_load_module.o .libs/ts_open.o .libs/ts_parse_vars.o .libs/ts_read.o .libs/ts_read_raw.o .libs/ts_option.o -ldl -O2 -Wl,-soname -Wl,libts-1.0.so.0 -o .libs/libts-1.0.so.0.0.0
# libtool: link: (cd ".libs" && rm -f "libts-1.0.so.0" && ln -s "libts-1.0.so.0.0.0" "libts-1.0.so.0")
# libtool: link: (cd ".libs" && rm -f "libts.so" && ln -s "libts-1.0.so.0.0.0" "libts.so")
# libtool: link: ( cd ".libs" && rm -f "libts.la" && ln -s "../libts.la" "libts.la" )
# make[2]: Leaving directory '/tmp/tslib/src/tslib-1.1/src'
# Making all in plugins
# make[2]: Entering directory '/tmp/tslib/src/tslib-1.1/plugins'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT linear.lo -MD -MP -MF .deps/linear.Tpo -c -o linear.lo linear.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT dejitter.lo -MD -MP -MF .deps/dejitter.Tpo -c -o dejitter.lo dejitter.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT variance.lo -MD -MP -MF .deps/variance.Tpo -c -o variance.lo variance.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT pthres.lo -MD -MP -MF .deps/pthres.Tpo -c -o pthres.lo pthres.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT linear.lo -MD -MP -MF .deps/linear.Tpo -c linear.c -fPIC -DPIC -o .libs/linear.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT pthres.lo -MD -MP -MF .deps/pthres.Tpo -c pthres.c -fPIC -DPIC -o .libs/pthres.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT variance.lo -MD -MP -MF .deps/variance.Tpo -c variance.c -fPIC -DPIC -o .libs/variance.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT dejitter.lo -MD -MP -MF .deps/dejitter.Tpo -c dejitter.c -fPIC -DPIC -o .libs/dejitter.o
# variance.c:164:65: warning: unused parameter 'dev' [-Wunused-parameter]
# TSAPI struct tslib_module_info *variance_mod_init(struct tsdev *dev, const char *params)
# ^
# linear.c:98:63: warning: unused parameter 'str' [-Wunused-parameter]
# static int linear_xyswap(struct tslib_module_info *inf, char *str, void *data)
# ^
# linear.c:98:74: warning: unused parameter 'data' [-Wunused-parameter]
# static int linear_xyswap(struct tslib_module_info *inf, char *str, void *data)
# ^
# linear.c:106:76: warning: unused parameter 'data' [-Wunused-parameter]
# static int linear_p_offset(struct tslib_module_info *inf, char *str, void *data)
# ^
# linear.c:119:74: warning: unused parameter 'data' [-Wunused-parameter]
# static int linear_p_mult(struct tslib_module_info *inf, char *str, void *data)
# ^
# linear.c:131:73: warning: unused parameter 'data' [-Wunused-parameter]
# static int linear_p_div(struct tslib_module_info *inf, char *str, void *data)
# ^
# pthres.c:135:63: warning: unused parameter 'dev' [-Wunused-parameter]
# TSAPI struct tslib_module_info *pthres_mod_init(struct tsdev *dev, const char *params)
# ^
# linear.c:153:63: warning: unused parameter 'dev' [-Wunused-parameter]
# TSAPI struct tslib_module_info *linear_mod_init(struct tsdev *dev, const char *params)
# ^
# dejitter.c:200:65: warning: unused parameter 'dev' [-Wunused-parameter]
# TSAPI struct tslib_module_info *dejitter_mod_init(struct tsdev *dev, const char *params)
# ^
# 1 warning generated.
# mv -f .deps/pthres.Tpo .deps/pthres.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ucb1x00-raw.lo -MD -MP -MF .deps/ucb1x00-raw.Tpo -c -o ucb1x00-raw.lo ucb1x00-raw.c
# 6 warnings generated.
# mv -f .deps/linear.Tpo .deps/linear.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT corgi-raw.lo -MD -MP -MF .deps/corgi-raw.Tpo -c -o corgi-raw.lo corgi-raw.c
# 1 warning generated.
# mv -f .deps/variance.Tpo .deps/variance.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT collie-raw.lo -MD -MP -MF .deps/collie-raw.Tpo -c -o collie-raw.lo collie-raw.c
# 1 warning generated.
# mv -f .deps/dejitter.Tpo .deps/dejitter.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT h3600-raw.lo -MD -MP -MF .deps/h3600-raw.Tpo -c -o h3600-raw.lo h3600-raw.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT ucb1x00-raw.lo -MD -MP -MF .deps/ucb1x00-raw.Tpo -c ucb1x00-raw.c -fPIC -DPIC -o .libs/ucb1x00-raw.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT corgi-raw.lo -MD -MP -MF .deps/corgi-raw.Tpo -c corgi-raw.c -fPIC -DPIC -o .libs/corgi-raw.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT collie-raw.lo -MD -MP -MF .deps/collie-raw.Tpo -c collie-raw.c -fPIC -DPIC -o .libs/collie-raw.o
# ucb1x00-raw.c:25:7: warning: unused variable 'nr' [-Wunused-variable]
# int nr = ret / sizeof(*ucb1x00_evt);
# ^
# ucb1x00-raw.c:21:6: warning: unused variable 'total' [-Wunused-variable]
# int total = 0;
# ^
# ucb1x00-raw.c:52:64: warning: unused parameter 'dev' [-Wunused-parameter]
# TSAPI struct tslib_module_info *ucb1x00_mod_init(struct tsdev *dev, const char *params)
# ^
# ucb1x00-raw.c:52:81: warning: unused parameter 'params' [-Wunused-parameter]
# TSAPI struct tslib_module_info *ucb1x00_mod_init(struct tsdev *dev, const char *params)
# ^
# corgi-raw.c:24:7: warning: unused variable 'nr' [-Wunused-variable]
# int nr = ret / sizeof(*corgi_evt);
# ^
# corgi-raw.c:20:6: warning: unused variable 'total' [-Wunused-variable]
# int total = 0;
# ^
# corgi-raw.c:50:62: warning: unused parameter 'dev' [-Wunused-parameter]
# TSAPI struct tslib_module_info *corgi_mod_init(struct tsdev *dev, const char *params)
# ^
# corgi-raw.c:50:79: warning: unused parameter 'params' [-Wunused-parameter]
# TSAPI struct tslib_module_info *corgi_mod_init(struct tsdev *dev, const char *params)
# ^
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT h3600-raw.lo -MD -MP -MF .deps/h3600-raw.Tpo -c h3600-raw.c -fPIC -DPIC -o .libs/h3600-raw.o
# collie-raw.c:24:7: warning: unused variable 'nr' [-Wunused-variable]
# int nr = ret / sizeof(*collie_evt);
# ^
# collie-raw.c:20:6: warning: unused variable 'total' [-Wunused-variable]
# int total = 0;
# ^
# collie-raw.c:51:63: warning: unused parameter 'dev' [-Wunused-parameter]
# TSAPI struct tslib_module_info *collie_mod_init(struct tsdev *dev, const char *params)
# ^
# collie-raw.c:51:80: warning: unused parameter 'params' [-Wunused-parameter]
# TSAPI struct tslib_module_info *collie_mod_init(struct tsdev *dev, const char *params)
# ^
# 4 warnings generated.
# mv -f .deps/ucb1x00-raw.Tpo .deps/ucb1x00-raw.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT mk712-raw.lo -MD -MP -MF .deps/mk712-raw.Tpo -c -o mk712-raw.lo mk712-raw.c
# 4 warnings generated.
# h3600-raw.c:24:7: warning: unused variable 'nr' [-Wunused-variable]
# int nr = ret / sizeof(*h3600_evt);
# ^
# h3600-raw.c:20:6: warning: unused variable 'total' [-Wunused-variable]
# int total = 0;
# ^
# h3600-raw.c:50:62: warning: unused parameter 'dev' [-Wunused-parameter]
# TSAPI struct tslib_module_info *h3600_mod_init(struct tsdev *dev, const char *params)
# ^
# h3600-raw.c:50:79: warning: unused parameter 'params' [-Wunused-parameter]
# TSAPI struct tslib_module_info *h3600_mod_init(struct tsdev *dev, const char *params)
# ^
# 4 warnings generated.
# mv -f .deps/corgi-raw.Tpo .deps/corgi-raw.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT arctic2-raw.lo -MD -MP -MF .deps/arctic2-raw.Tpo -c -o arctic2-raw.lo arctic2-raw.c
# mv -f .deps/collie-raw.Tpo .deps/collie-raw.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT tatung-raw.lo -MD -MP -MF .deps/tatung-raw.Tpo -c -o tatung-raw.lo tatung-raw.c
# 4 warnings generated.
# mv -f .deps/h3600-raw.Tpo .deps/h3600-raw.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT dmc-raw.lo -MD -MP -MF .deps/dmc-raw.Tpo -c -o dmc-raw.lo dmc-raw.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT arctic2-raw.lo -MD -MP -MF .deps/arctic2-raw.Tpo -c arctic2-raw.c -fPIC -DPIC -o .libs/arctic2-raw.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT tatung-raw.lo -MD -MP -MF .deps/tatung-raw.Tpo -c tatung-raw.c -fPIC -DPIC -o .libs/tatung-raw.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT mk712-raw.lo -MD -MP -MF .deps/mk712-raw.Tpo -c mk712-raw.c -fPIC -DPIC -o .libs/mk712-raw.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT dmc-raw.lo -MD -MP -MF .deps/dmc-raw.Tpo -c dmc-raw.c -fPIC -DPIC -o .libs/dmc-raw.o
# arctic2-raw.c:25:7: warning: unused variable 'nr' [-Wunused-variable]
# int nr = ret / sizeof(*arctic2_evt);
# ^
# arctic2-raw.c:21:6: warning: unused variable 'total' [-Wunused-variable]
# int total = 0;
# ^
# arctic2-raw.c:51:64: warning: unused parameter 'dev' [-Wunused-parameter]
# TSAPI struct tslib_module_info *arctic2_mod_init(struct tsdev *dev, const char *params)
# ^
# arctic2-raw.c:51:81: warning: unused parameter 'params' [-Wunused-parameter]
# TSAPI struct tslib_module_info *arctic2_mod_init(struct tsdev *dev, const char *params)
# ^
# tatung-raw.c:20:6: warning: unused variable 'total' [-Wunused-variable]
# int total = 0;
# ^
# tatung-raw.c:60:63: warning: unused parameter 'dev' [-Wunused-parameter]
# TSAPI struct tslib_module_info *tatung_mod_init(struct tsdev *dev, const char *params)
# ^
# tatung-raw.c:60:80: warning: unused parameter 'params' [-Wunused-parameter]
# TSAPI struct tslib_module_info *tatung_mod_init(struct tsdev *dev, const char *params)
# ^
# 4 warnings generated.
# mk712-raw.c:24:7: warning: unused variable 'nr' [-Wunused-variable]
# int nr = ret / sizeof(*mk712_evt);
# ^
# mk712-raw.c:20:6: warning: unused variable 'total' [-Wunused-variable]
# int total = 0;
# ^
# mk712-raw.c:53:62: warning: unused parameter 'dev' [-Wunused-parameter]
# TSAPI struct tslib_module_info *mk712_mod_init(struct tsdev *dev, const char *params)
# ^
# mk712-raw.c:53:79: warning: unused parameter 'params' [-Wunused-parameter]
# TSAPI struct tslib_module_info *mk712_mod_init(struct tsdev *dev, const char *params)
# ^
# 3 warnings generated.
# mv -f .deps/arctic2-raw.Tpo .deps/arctic2-raw.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT linear-h2200.lo -MD -MP -MF .deps/linear-h2200.Tpo -c -o linear-h2200.lo linear-h2200.c
# mv -f .deps/tatung-raw.Tpo .deps/tatung-raw.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT input-raw.lo -MD -MP -MF .deps/input-raw.Tpo -c -o input-raw.lo input-raw.c
# 4 warnings generated.
# mv -f .deps/mk712-raw.Tpo .deps/mk712-raw.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT galax-raw.lo -MD -MP -MF .deps/galax-raw.Tpo -c -o galax-raw.lo galax-raw.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT linear-h2200.lo -MD -MP -MF .deps/linear-h2200.Tpo -c linear-h2200.c -fPIC -DPIC -o .libs/linear-h2200.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT input-raw.lo -MD -MP -MF .deps/input-raw.Tpo -c input-raw.c -fPIC -DPIC -o .libs/input-raw.o
# input-raw.c:29:10: fatal error: 'linux/input.h' file not found
# #include
# ^
# linear-h2200.c:109:69: warning: unused parameter 'dev' [-Wunused-parameter]
# TSAPI struct tslib_module_info *linear_h2200_mod_init(struct tsdev *dev, const char *params)
# ^
# linear-h2200.c:109:86: warning: unused parameter 'params' [-Wunused-parameter]
# TSAPI struct tslib_module_info *linear_h2200_mod_init(struct tsdev *dev, const char *params)
# ^
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT galax-raw.lo -MD -MP -MF .deps/galax-raw.Tpo -c galax-raw.c -fPIC -DPIC -o .libs/galax-raw.o
# galax-raw.c:29:10: fatal error: 'linux/input.h' file not found
# #include
# ^
# 2 warnings generated.
# mv -f .deps/linear-h2200.Tpo .deps/linear-h2200.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT touchkit-raw.lo -MD -MP -MF .deps/touchkit-raw.Tpo -c -o touchkit-raw.lo touchkit-raw.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../src -DTS_POINTERCAL=\"/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -MT touchkit-raw.lo -MD -MP -MF .deps/touchkit-raw.Tpo -c touchkit-raw.c -fPIC -DPIC -o .libs/touchkit-raw.o
# 1 error generated.
# 1 error generated.
# dmc-raw.c:126:73: warning: unused parameter 'params' [-Wunused-parameter]
# TSAPI struct tslib_module_info *mod_init(struct tsdev *dev, const char *params)
# ^
# touchkit-raw.c:60:9: warning: unused parameter 'nr' [-Wunused-parameter]
# int nr)
# ^
# touchkit-raw.c:147:56: warning: unused parameter 'dev' [-Wunused-parameter]
# TSAPI struct tslib_module_info *mod_init(struct tsdev *dev, const char *params)
# ^
# touchkit-raw.c:147:73: warning: unused parameter 'params' [-Wunused-parameter]
# TSAPI struct tslib_module_info *mod_init(struct tsdev *dev, const char *params)
# ^
# make[2]: *** [Makefile:748: galax-raw.lo] Error 1
# make[2]: *** Waiting for unfinished jobs....
# make[2]: *** [Makefile:748: input-raw.lo] Error 1
# 1 warning generated.
# 3 warnings generated.
# mv -f .deps/dmc-raw.Tpo .deps/dmc-raw.Plo
# mv -f .deps/touchkit-raw.Tpo .deps/touchkit-raw.Plo
# make[2]: Leaving directory '/tmp/tslib/src/tslib-1.1/plugins'
# make[1]: *** [Makefile:478: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/tslib/src/tslib-1.1'
# make: *** [Makefile:387: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/tslib/src/tslib-1.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 tslib configure 1.1.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = dde740f4411f
# 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: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2454: checking for a BSD-compatible install
# configure:2522: result: /usr/bin/install -c
# configure:2533: checking whether build environment is sane
# configure:2588: result: yes
# configure:2647: checking for x86_64-unknown-linux-strip
# configure:2677: result: no
# configure:2687: checking for strip
# configure:2703: found /sysroot/bin/strip
# configure:2714: result: strip
# configure:2739: checking for a thread-safe mkdir -p
# configure:2778: result: /usr/sbin/mkdir -p
# configure:2785: checking for gawk
# configure:2801: found /usr/sbin/gawk
# configure:2812: result: gawk
# configure:2823: checking whether make sets $(MAKE)
# configure:2845: result: yes
# configure:2874: checking whether make supports nested variables
# configure:2891: result: yes
# configure:3040: checking for x86_64-unknown-linux-gcc
# configure:3067: result: clang
# configure:3336: checking for C compiler version
# configure:3345: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3356: $? = 0
# configure:3345: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3356: $? = 0
# configure:3345: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3356: $? = 1
# configure:3345: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3356: $? = 1
# configure:3376: checking whether the C compiler works
# configure:3398: clang -O2 -Wall -W conftest.c >&5
# configure:3402: $? = 0
# configure:3450: result: yes
# configure:3453: checking for C compiler default output file name
# configure:3455: result: a.out
# configure:3461: checking for suffix of executables
# configure:3468: clang -o conftest -O2 -Wall -W conftest.c >&5
# configure:3472: $? = 0
# configure:3494: result:
# configure:3516: checking whether we are cross compiling
# configure:3524: clang -o conftest -O2 -Wall -W conftest.c >&5
# configure:3528: $? = 0
# configure:3535: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3539: $? = 127
# configure:3554: result: yes
# configure:3559: checking for suffix of object files
# configure:3581: clang -c -O2 -Wall -W conftest.c >&5
# configure:3585: $? = 0
# configure:3606: result: o
# configure:3610: checking whether we are using the GNU C compiler
# configure:3629: clang -c -O2 -Wall -W conftest.c >&5
# configure:3629: $? = 0
# configure:3638: result: yes
# configure:3647: checking whether clang accepts -g
# configure:3667: clang -c -g conftest.c >&5
# configure:3667: $? = 0
# configure:3708: result: yes
# configure:3725: checking for clang option to accept ISO C89
# configure:3788: clang -c -O2 -Wall -W conftest.c >&5
# configure:3788: $? = 0
# configure:3801: result: none needed
# configure:3826: checking whether clang understands -c and -o together
# configure:3848: clang -c conftest.c -o conftest2.o
# configure:3851: $? = 0
# configure:3848: clang -c conftest.c -o conftest2.o
# configure:3851: $? = 0
# configure:3863: result: yes
# configure:3891: checking for style of include used by make
# configure:3919: result: GNU
# configure:3945: checking dependency style of clang
# configure:4056: result: gcc3
# configure:4076: checking how to run the C preprocessor
# configure:4107: clang -E conftest.c
# configure:4107: $? = 0
# configure:4121: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4121: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tslib"
# | #define PACKAGE_TARNAME "tslib"
# | #define PACKAGE_VERSION "1.1.0"
# | #define PACKAGE_STRING "tslib 1.1.0"
# | #define PACKAGE_BUGREPORT "kergoth@handhelds.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tslib"
# | #define VERSION "1.1.0"
# | /* end confdefs.h. */
# | #include
# configure:4146: result: clang -E
# configure:4166: clang -E conftest.c
# configure:4166: $? = 0
# configure:4180: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4180: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tslib"
# | #define PACKAGE_TARNAME "tslib"
# | #define PACKAGE_VERSION "1.1.0"
# | #define PACKAGE_STRING "tslib 1.1.0"
# | #define PACKAGE_BUGREPORT "kergoth@handhelds.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tslib"
# | #define VERSION "1.1.0"
# | /* end confdefs.h. */
# | #include
# configure:4212: checking whether the C compiler supports -fvisibility=hidden
# configure:4229: clang -c -fvisibility=hidden -O2 -Wall -W conftest.c >&5
# configure:4229: $? = 0
# configure:4237: result: yes
# configure:4245: checking whether to use -fvisibility=hidden
# configure:4258: result: yes
# configure:4268: checking whether ln -s works
# configure:4272: result: yes
# configure:4279: checking whether make sets $(MAKE)
# configure:4301: result: yes
# configure:4405: checking build system type
# configure:4419: result: x86_64-unknown-linux-gnu
# configure:4439: checking host system type
# configure:4452: result: x86_64-unknown-linux-gnu
# configure:4493: checking how to print strings
# configure:4520: result: printf
# configure:4541: checking for a sed that does not truncate output
# configure:4605: result: /usr/sbin/sed
# configure:4623: checking for grep that handles long lines and -e
# configure:4681: result: /usr/sbin/grep
# configure:4686: checking for egrep
# configure:4748: result: /usr/sbin/grep -E
# configure:4753: checking for fgrep
# configure:4815: result: /usr/sbin/grep -F
# configure:4850: checking for ld used by clang
# configure:4917: result: /sysroot/bin/ld
# configure:4924: checking if the linker (/sysroot/bin/ld) is GNU ld
# configure:4939: result: yes
# configure:4951: checking for BSD- or MS-compatible name lister (nm)
# configure:5005: result: /sysroot/bin/nm -B
# configure:5135: checking the name lister (/sysroot/bin/nm -B) interface
# configure:5142: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:5145: /sysroot/bin/nm -B "conftest.o"
# configure:5148: output
# 0000000000000000 B some_variable
# configure:5155: result: BSD nm
# configure:5159: checking the maximum length of command line arguments
# configure:5290: result: 1572864
# configure:5338: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5378: result: func_convert_file_noop
# configure:5385: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5405: result: func_convert_file_noop
# configure:5412: checking for /sysroot/bin/ld option to reload object files
# configure:5419: result: -r
# configure:5453: checking for x86_64-unknown-linux-objdump
# configure:5483: result: no
# configure:5493: checking for objdump
# configure:5509: found /sysroot/bin/objdump
# configure:5520: result: objdump
# configure:5532: WARNING: using cross tools not prefixed with host triplet
# configure:5552: checking how to recognize dependent libraries
# configure:5752: result: pass_all
# configure:5797: checking for x86_64-unknown-linux-dlltool
# configure:5827: result: no
# configure:5837: checking for dlltool
# configure:5867: result: no
# configure:5897: checking how to associate runtime and link libraries
# configure:5924: result: printf %s\n
# configure:5940: checking for x86_64-unknown-linux-ar
# configure:5970: result: no
# configure:5984: checking for ar
# configure:6000: found /sysroot/bin/ar
# configure:6011: result: ar
# configure:6048: checking for archiver @FILE support
# configure:6065: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:6065: $? = 0
# configure:6068: ar cru libconftest.a @conftest.lst >&5
# /r: `u' modifier ignored since `D' is the default (see `U')
# configure:6071: $? = 0
# configure:6076: ar cru libconftest.a @conftest.lst >&5
# /r: `u' modifier ignored since `D' is the default (see `U')
# /r: conftest.o: No such file or directory
# configure:6079: $? = 1
# configure:6091: result: @
# configure:6109: checking for x86_64-unknown-linux-strip
# configure:6136: result: strip
# configure:6208: checking for x86_64-unknown-linux-ranlib
# configure:6238: result: no
# configure:6248: checking for ranlib
# configure:6264: found /sysroot/bin/ranlib
# configure:6275: result: ranlib
# configure:6377: checking command to parse /sysroot/bin/nm -B output from clang object
# configure:6530: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:6533: $? = 0
# configure:6537: /sysroot/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6540: $? = 0
# configure:6606: clang -o conftest -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c conftstm.o >&5
# configure:6609: $? = 0
# configure:6647: result: ok
# configure:6694: checking for sysroot
# configure:6724: result: no
# configure:6731: checking for a working dd
# configure:6769: result: /usr/sbin/dd
# configure:6773: checking how to truncate binary pipes
# configure:6788: result: /usr/sbin/dd bs=4096 count=1
# configure:6924: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:6927: $? = 0
# configure:7077: checking for x86_64-unknown-linux-mt
# configure:7107: result: no
# configure:7117: checking for mt
# configure:7147: result: no
# configure:7167: checking if : is a manifest tool
# configure:7173: : '-?'
# configure:7181: result: no
# configure:7854: checking for ANSI C header files
# configure:7874: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:7874: $? = 0
# configure:7958: result: yes
# configure:7971: checking for sys/types.h
# configure:7971: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:7971: $? = 0
# configure:7971: result: yes
# configure:7971: checking for sys/stat.h
# configure:7971: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:7971: $? = 0
# configure:7971: result: yes
# configure:7971: checking for stdlib.h
# configure:7971: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:7971: $? = 0
# configure:7971: result: yes
# configure:7971: checking for string.h
# configure:7971: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:7971: $? = 0
# configure:7971: result: yes
# configure:7971: checking for memory.h
# configure:7971: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:7971: $? = 0
# configure:7971: result: yes
# configure:7971: checking for strings.h
# configure:7971: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:7971: $? = 0
# configure:7971: result: yes
# configure:7971: checking for inttypes.h
# configure:7971: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:7971: $? = 0
# configure:7971: result: yes
# configure:7971: checking for stdint.h
# configure:7971: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:7971: $? = 0
# configure:7971: result: yes
# configure:7971: checking for unistd.h
# configure:7971: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:7971: $? = 0
# configure:7971: result: yes
# configure:7985: checking for dlfcn.h
# configure:7985: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:7985: $? = 0
# configure:7985: result: yes
# configure:8179: checking for objdir
# configure:8194: result: .libs
# configure:8458: checking if clang supports -fno-rtti -fno-exceptions
# configure:8476: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -fno-rtti -fno-exceptions conftest.c >&5
# configure:8480: $? = 0
# configure:8493: result: yes
# configure:8851: checking for clang option to produce PIC
# configure:8858: result: -fPIC -DPIC
# configure:8866: checking if clang PIC flag -fPIC -DPIC works
# configure:8884: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -fPIC -DPIC -DPIC conftest.c >&5
# configure:8888: $? = 0
# configure:8901: result: yes
# configure:8930: checking if clang static flag -static works
# configure:8958: result: no
# configure:8973: checking if clang supports -c -o file.o
# configure:8994: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -o out/conftest2.o conftest.c >&5
# configure:8998: $? = 0
# configure:9020: result: yes
# configure:9028: checking if clang supports -c -o file.o
# configure:9075: result: yes
# configure:9108: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:10367: result: yes
# configure:10404: checking whether -lc should be explicitly linked in
# configure:10412: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:10415: $? = 0
# configure:10430: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:10433: $? = 0
# configure:10447: result: no
# configure:10607: checking dynamic linker characteristics
# configure:11188: clang -o conftest -DGCC_HASCLASSVISIBILITY -O2 -Wall -W -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11188: $? = 0
# configure:11425: result: GNU/Linux ld.so
# configure:11547: checking how to hardcode library paths into programs
# configure:11572: result: immediate
# configure:11674: checking for shl_load
# configure:11674: clang -o conftest -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# /tmp/conftest-dfed9e.o:conftest.c:function main: error: undefined reference to 'shl_load'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11674: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tslib"
# | #define PACKAGE_TARNAME "tslib"
# | #define PACKAGE_VERSION "1.1.0"
# | #define PACKAGE_STRING "tslib 1.1.0"
# | #define PACKAGE_BUGREPORT "kergoth@handhelds.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tslib"
# | #define VERSION "1.1.0"
# | #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:11674: result: no
# configure:11678: checking for shl_load in -ldld
# configure:11703: clang -o conftest -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c -ldld >&5
# /sysroot/bin/ld: error: cannot find -ldld
# /tmp/conftest-3c5d82.o:conftest.c:function main: error: undefined reference to 'shl_load'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11703: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tslib"
# | #define PACKAGE_TARNAME "tslib"
# | #define PACKAGE_VERSION "1.1.0"
# | #define PACKAGE_STRING "tslib 1.1.0"
# | #define PACKAGE_BUGREPORT "kergoth@handhelds.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tslib"
# | #define VERSION "1.1.0"
# | #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:11712: result: no
# configure:11717: checking for dlopen
# configure:11717: clang -o conftest -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:11717: $? = 0
# configure:11717: result: yes
# configure:11874: checking whether a program can dlopen itself
# configure:11975: result: cross
# configure:12120: checking whether stripping libraries is possible
# configure:12125: result: yes
# configure:12160: checking if libtool supports shared libraries
# configure:12162: result: yes
# configure:12165: checking whether to build shared libraries
# configure:12190: result: yes
# configure:12193: checking whether to build static libraries
# configure:12197: result: no
# configure:12236: checking for dlopen in -ldl
# configure:12261: clang -o conftest -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c -ldl >&5
# configure:12261: $? = 0
# configure:12270: result: yes
# configure:12283: checking for size_t
# configure:12283: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:12283: $? = 0
# configure:12283: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# conftest.c:60:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:12283: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tslib"
# | #define PACKAGE_TARNAME "tslib"
# | #define PACKAGE_VERSION "1.1.0"
# | #define PACKAGE_STRING "tslib 1.1.0"
# | #define PACKAGE_BUGREPORT "kergoth@handhelds.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tslib"
# | #define VERSION "1.1.0"
# | #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 HAVE_LIBDL 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:12283: result: yes
# configure:12296: checking for working alloca.h
# configure:12313: clang -o conftest -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c -ldl >&5
# configure:12313: $? = 0
# configure:12321: result: yes
# configure:12329: checking for alloca
# configure:12366: clang -o conftest -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c -ldl >&5
# configure:12366: $? = 0
# configure:12374: result: yes
# configure:12480: checking for ANSI C header files
# configure:12584: result: yes
# configure:12595: checking fcntl.h usability
# configure:12595: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:12595: $? = 0
# configure:12595: result: yes
# configure:12595: checking fcntl.h presence
# configure:12595: clang -E conftest.c
# configure:12595: $? = 0
# configure:12595: result: yes
# configure:12595: checking for fcntl.h
# configure:12595: result: yes
# configure:12595: checking limits.h usability
# configure:12595: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:12595: $? = 0
# configure:12595: result: yes
# configure:12595: checking limits.h presence
# configure:12595: clang -E conftest.c
# configure:12595: $? = 0
# configure:12595: result: yes
# configure:12595: checking for limits.h
# configure:12595: result: yes
# configure:12595: checking for stdlib.h
# configure:12595: result: yes
# configure:12595: checking for string.h
# configure:12595: result: yes
# configure:12595: checking sys/ioctl.h usability
# configure:12595: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:12595: $? = 0
# configure:12595: result: yes
# configure:12595: checking sys/ioctl.h presence
# configure:12595: clang -E conftest.c
# configure:12595: $? = 0
# configure:12595: result: yes
# configure:12595: checking for sys/ioctl.h
# configure:12595: result: yes
# configure:12595: checking sys/time.h usability
# configure:12595: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:12595: $? = 0
# configure:12595: result: yes
# configure:12595: checking sys/time.h presence
# configure:12595: clang -E conftest.c
# configure:12595: $? = 0
# configure:12595: result: yes
# configure:12595: checking for sys/time.h
# configure:12595: result: yes
# configure:12595: checking for unistd.h
# configure:12595: result: yes
# configure:12607: checking for an ANSI C-conforming const
# configure:12673: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:12673: $? = 0
# configure:12680: result: yes
# configure:12688: checking for inline
# configure:12704: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# conftest.c:36:21: warning: unused function 'static_foo' [-Wunused-function]
# static inline foo_t static_foo () {return 0; }
# ^
# 1 warning generated.
# configure:12704: $? = 0
# configure:12712: result: inline
# configure:12730: checking for size_t
# configure:12730: result: yes
# configure:12741: checking whether time.h and sys/time.h may both be included
# configure:12761: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:12761: $? = 0
# configure:12768: result: yes
# configure:12779: checking whether clang needs -traditional
# conftest.c:35:10: fatal error: 'sgtty.h' file not found
# #include
# ^
# 1 error generated.
# conftest.c:35:10: fatal error: 'termio.h' file not found
# #include
# ^
# 1 error generated.
# configure:12813: result: no
# configure:12826: checking for stdlib.h
# configure:12826: result: yes
# configure:12826: checking for unistd.h
# configure:12826: result: yes
# configure:12826: checking for sys/param.h
# configure:12826: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:12826: $? = 0
# configure:12826: result: yes
# configure:12846: checking for getpagesize
# configure:12846: clang -o conftest -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c -ldl >&5
# configure:12846: $? = 0
# configure:12846: result: yes
# configure:12855: checking for working mmap
# configure:13012: result: no
# configure:13024: checking sys/select.h usability
# configure:13024: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:13024: $? = 0
# configure:13024: result: yes
# configure:13024: checking sys/select.h presence
# configure:13024: clang -E conftest.c
# configure:13024: $? = 0
# configure:13024: result: yes
# configure:13024: checking for sys/select.h
# configure:13024: result: yes
# configure:13024: checking sys/socket.h usability
# configure:13024: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:13024: $? = 0
# configure:13024: result: yes
# configure:13024: checking sys/socket.h presence
# configure:13024: clang -E conftest.c
# configure:13024: $? = 0
# configure:13024: result: yes
# configure:13024: checking for sys/socket.h
# configure:13024: result: yes
# configure:13034: checking types of arguments for select
# configure:13062: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# configure:13062: $? = 0
# configure:13073: result: int,fd_set *,struct timeval *
# configure:13096: checking return type of signal handlers
# configure:13114: clang -c -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c >&5
# conftest.c:50:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:13114: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tslib"
# | #define PACKAGE_TARNAME "tslib"
# | #define PACKAGE_VERSION "1.1.0"
# | #define PACKAGE_STRING "tslib 1.1.0"
# | #define PACKAGE_BUGREPORT "kergoth@handhelds.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tslib"
# | #define VERSION "1.1.0"
# | #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 HAVE_LIBDL 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:13121: result: void
# configure:13129: checking whether lstat correctly handles trailing slash
# configure:13172: result: no
# configure:13191: checking whether stat accepts an empty string
# configure:13221: result: yes
# configure:13239: checking for vprintf
# configure:13239: clang -o conftest -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c -ldl >&5
# conftest.c:69:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
# char vprintf ();
# ^
# conftest.c:69:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:13239: $? = 0
# configure:13239: result: yes
# configure:13245: checking for _doprnt
# configure:13245: clang -o conftest -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c -ldl >&5
# /tmp/conftest-107759.o:conftest.c:function main: error: undefined reference to '_doprnt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13245: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "tslib"
# | #define PACKAGE_TARNAME "tslib"
# | #define PACKAGE_VERSION "1.1.0"
# | #define PACKAGE_STRING "tslib 1.1.0"
# | #define PACKAGE_BUGREPORT "kergoth@handhelds.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "tslib"
# | #define VERSION "1.1.0"
# | #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 HAVE_LIBDL 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STAT_EMPTY_STRING_BUG 1
# | #define HAVE_VPRINTF 1
# | /* end confdefs.h. */
# | /* Define _doprnt to an innocuous variant, in case declares _doprnt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _doprnt innocuous__doprnt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _doprnt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _doprnt
# |
# | /* 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 _doprnt ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub__doprnt || defined __stub____doprnt
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _doprnt ();
# | ;
# | return 0;
# | }
# configure:13245: result: no
# configure:13259: checking for gettimeofday
# configure:13259: clang -o conftest -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c -ldl >&5
# configure:13259: $? = 0
# configure:13259: result: yes
# configure:13259: checking for memmove
# configure:13259: clang -o conftest -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c -ldl >&5
# conftest.c:71:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# conftest.c:71:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:13259: $? = 0
# configure:13259: result: yes
# configure:13259: checking for memset
# configure:13259: clang -o conftest -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c -ldl >&5
# conftest.c:72:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:72:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:13259: $? = 0
# configure:13259: result: yes
# configure:13259: checking for munmap
# configure:13259: clang -o conftest -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c -ldl >&5
# configure:13259: $? = 0
# configure:13259: result: yes
# configure:13259: checking for select
# configure:13259: clang -o conftest -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c -ldl >&5
# configure:13259: $? = 0
# configure:13259: result: yes
# configure:13259: checking for strcasecmp
# configure:13259: clang -o conftest -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c -ldl >&5
# conftest.c:75:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# conftest.c:75:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:13259: $? = 0
# configure:13259: result: yes
# configure:13259: checking for strchr
# configure:13259: clang -o conftest -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c -ldl >&5
# conftest.c:76:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:76:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:13259: $? = 0
# configure:13259: result: yes
# configure:13259: checking for strdup
# configure:13259: clang -o conftest -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c -ldl >&5
# conftest.c:77:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:77:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:13259: $? = 0
# configure:13259: result: yes
# configure:13259: checking for strtoul
# configure:13259: clang -o conftest -DGCC_HASCLASSVISIBILITY -O2 -Wall -W conftest.c -ldl >&5
# configure:13259: $? = 0
# configure:13259: result: yes
# configure:13272: checking whether linear module is requested
# configure:13282: result: yes
# configure:13311: checking whether dejitter module is requested
# configure:13321: result: yes
# configure:13350: checking whether linear-h2200 module is requested
# configure:13360: result: yes
# configure:13389: checking whether variance module is requested
# configure:13399: result: yes
# configure:13428: checking whether pthres module is requested
# configure:13438: result: yes
# configure:13469: checking whether ucb1x00 module is requested
# configure:13479: result: yes
# configure:13508: checking whether cy8mrln-palmpre module is requested
# configure:13518: result: no
# configure:13547: checking whether corgi module is requested
# configure:13557: result: yes
# configure:13586: checking whether collie module is requested
# configure:13596: result: yes
# configure:13625: checking whether h3600 module is requested
# configure:13635: result: yes
# configure:13664: checking whether mk712 module is requested
# configure:13674: result: yes
# configure:13703: checking whether arctic2 module is requested
# configure:13713: result: yes
# configure:13742: checking whether tatung module is requested
# configure:13752: result: yes
# configure:13781: checking whether dmc module is requested
# configure:13791: result: yes
# configure:13820: checking whether input module is requested
# configure:13830: result: yes
# configure:13859: checking whether touchkit module is requested
# configure:13869: result: yes
# configure:13898: checking whether galax module is requested
# configure:13908: result: yes
# configure:13938: checking where to place modules
# configure:13948: result: ${libdir}/ts
# configure:13952: checking whether to enable debugging
# configure:13961: result: no
# configure:14100: checking that generated files are newer than configure
# configure:14106: result: done
# configure:14265: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by tslib config.status 1.1.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on dde740f4411f
#
# config.status:1202: creating Makefile
# config.status:1202: creating etc/Makefile
# config.status:1202: creating plugins/Makefile
# config.status:1202: creating src/Makefile
# config.status:1202: creating tests/Makefile
# config.status:1202: creating tslib.pc
# config.status:1202: creating tslib-1.0.pc
# config.status:1202: creating config.h
# config.status:1431: executing depfiles commands
# config.status:1431: 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_LT_SYS_LIBRARY_PATH_set=
# ac_cv_env_LT_SYS_LIBRARY_PATH_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__doprnt=no
# ac_cv_func_alloca_works=yes
# ac_cv_func_dlopen=yes
# ac_cv_func_getpagesize=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_lstat_dereferences_slashed_symlink=no
# ac_cv_func_memmove=yes
# ac_cv_func_memset=yes
# ac_cv_func_mmap_fixed_mapped=no
# ac_cv_func_munmap=yes
# ac_cv_func_select=yes
# ac_cv_func_select_args='int,fd_set *,struct timeval *'
# ac_cv_func_shl_load=no
# ac_cv_func_stat_empty_string_bug=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strtoul=yes
# ac_cv_func_vprintf=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_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_ioctl_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time=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_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_lt_DD=/usr/sbin/dd
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_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_g=yes
# ac_cv_prog_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_working_alloca_h=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# bb_cv_cc_supports_hidden_visibility=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_dlopen=dlopen
# lt_cv_dlopen_libs=
# lt_cv_dlopen_self=cross
# 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=/sysroot/bin/ld
# lt_cv_path_NM='/sysroot/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=no
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_global_symbol_to_import=
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# lt_cv_truncate_bin='/usr/sbin/dd bs=4096 count=1'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/tslib/src/tslib-1.1/missing aclocal-1.15'
# ALLOCA=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/tslib/src/tslib-1.1/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/tslib/src/tslib-1.1/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/tslib/src/tslib-1.1/missing automake-1.15'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS='-DGCC_HASCLASSVISIBILITY -O2 -Wall -W'
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEBUGFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# ENABLE_ARCTIC2_MODULE_FALSE='#'
# ENABLE_ARCTIC2_MODULE_TRUE=''
# ENABLE_COLLIE_MODULE_FALSE='#'
# ENABLE_COLLIE_MODULE_TRUE=''
# ENABLE_CORGI_MODULE_FALSE='#'
# ENABLE_CORGI_MODULE_TRUE=''
# ENABLE_CY8MRLN_PALMPRE_MODULE_FALSE=''
# ENABLE_CY8MRLN_PALMPRE_MODULE_TRUE='#'
# ENABLE_DEJITTER_MODULE_FALSE='#'
# ENABLE_DEJITTER_MODULE_TRUE=''
# ENABLE_DMC_MODULE_FALSE='#'
# ENABLE_DMC_MODULE_TRUE=''
# ENABLE_GALAX_MODULE_FALSE='#'
# ENABLE_GALAX_MODULE_TRUE=''
# ENABLE_H3600_MODULE_FALSE='#'
# ENABLE_H3600_MODULE_TRUE=''
# ENABLE_INPUT_MODULE_FALSE='#'
# ENABLE_INPUT_MODULE_TRUE=''
# ENABLE_LINEAR_H2200_MODULE_FALSE='#'
# ENABLE_LINEAR_H2200_MODULE_TRUE=''
# ENABLE_LINEAR_MODULE_FALSE='#'
# ENABLE_LINEAR_MODULE_TRUE=''
# ENABLE_MK712_MODULE_FALSE='#'
# ENABLE_MK712_MODULE_TRUE=''
# ENABLE_PTHRES_MODULE_FALSE='#'
# ENABLE_PTHRES_MODULE_TRUE=''
# ENABLE_STATIC_ARCTIC2_MODULE_FALSE=''
# ENABLE_STATIC_ARCTIC2_MODULE_TRUE='#'
# ENABLE_STATIC_COLLIE_MODULE_FALSE=''
# ENABLE_STATIC_COLLIE_MODULE_TRUE='#'
# ENABLE_STATIC_CORGI_MODULE_FALSE=''
# ENABLE_STATIC_CORGI_MODULE_TRUE='#'
# ENABLE_STATIC_CY8MRLN_PALMPRE_MODULE_FALSE=''
# ENABLE_STATIC_CY8MRLN_PALMPRE_MODULE_TRUE='#'
# ENABLE_STATIC_DEJITTER_MODULE_FALSE=''
# ENABLE_STATIC_DEJITTER_MODULE_TRUE='#'
# ENABLE_STATIC_DMC_MODULE_FALSE=''
# ENABLE_STATIC_DMC_MODULE_TRUE='#'
# ENABLE_STATIC_GALAX_MODULE_FALSE=''
# ENABLE_STATIC_GALAX_MODULE_TRUE='#'
# ENABLE_STATIC_H3600_MODULE_FALSE=''
# ENABLE_STATIC_H3600_MODULE_TRUE='#'
# ENABLE_STATIC_INPUT_MODULE_FALSE=''
# ENABLE_STATIC_INPUT_MODULE_TRUE='#'
# ENABLE_STATIC_LINEAR_H2200_MODULE_FALSE=''
# ENABLE_STATIC_LINEAR_H2200_MODULE_TRUE='#'
# ENABLE_STATIC_LINEAR_MODULE_FALSE=''
# ENABLE_STATIC_LINEAR_MODULE_TRUE='#'
# ENABLE_STATIC_MK712_MODULE_FALSE=''
# ENABLE_STATIC_MK712_MODULE_TRUE='#'
# ENABLE_STATIC_PTHRES_MODULE_FALSE=''
# ENABLE_STATIC_PTHRES_MODULE_TRUE='#'
# ENABLE_STATIC_TATUNG_MODULE_FALSE=''
# ENABLE_STATIC_TATUNG_MODULE_TRUE='#'
# ENABLE_STATIC_TOUCHKIT_MODULE_FALSE=''
# ENABLE_STATIC_TOUCHKIT_MODULE_TRUE='#'
# ENABLE_STATIC_UCB1X00_MODULE_FALSE=''
# ENABLE_STATIC_UCB1X00_MODULE_TRUE='#'
# ENABLE_STATIC_VARIANCE_MODULE_FALSE=''
# ENABLE_STATIC_VARIANCE_MODULE_TRUE='#'
# ENABLE_TATUNG_MODULE_FALSE='#'
# ENABLE_TATUNG_MODULE_TRUE=''
# ENABLE_TOUCHKIT_MODULE_FALSE='#'
# ENABLE_TOUCHKIT_MODULE_TRUE=''
# ENABLE_UCB1X00_MODULE_FALSE='#'
# ENABLE_UCB1X00_MODULE_TRUE=''
# ENABLE_VARIANCE_MODULE_FALSE='#'
# ENABLE_VARIANCE_MODULE_TRUE=''
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/sysroot/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBFLAGS='-DTSLIB_INTERNAL'
# LIBOBJS=' ${LIBOBJDIR}lstat$U.o ${LIBOBJDIR}stat$U.o'
# LIBS='-ldl '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=' ${LIBOBJDIR}lstat$U.lo ${LIBOBJDIR}stat$U.lo'
# LT_AGE='0'
# LT_CURRENT='0'
# LT_RELEASE='1.0'
# LT_REVISION='0'
# LT_SYS_LIBRARY_PATH=''
# MAKEINFO='${SHELL} /tmp/tslib/src/tslib-1.1/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/sysroot/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='tslib'
# PACKAGE_BUGREPORT='kergoth@handhelds.org'
# PACKAGE_DESCRIPTION='Touchscreen Access Library'
# PACKAGE_NAME='tslib'
# PACKAGE_STRING='tslib 1.1.0'
# PACKAGE_TARNAME='tslib'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.1.0'
# PATH_SEPARATOR=':'
# PLUGIN_DIR='${libdir}/ts'
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# TS_CONF='${sysconfdir}/ts.conf'
# TS_POINTERCAL='${sysconfdir}/pointercal'
# VERSION='1.1.0'
# VIS_CFLAGS='-fvisibility=hidden'
# ac_ct_AR='ar'
# 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__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} 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/tslib/src/tslib-1.1/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "tslib"
# #define PACKAGE_TARNAME "tslib"
# #define PACKAGE_VERSION "1.1.0"
# #define PACKAGE_STRING "tslib 1.1.0"
# #define PACKAGE_BUGREPORT "kergoth@handhelds.org"
# #define PACKAGE_URL ""
# #define PACKAGE "tslib"
# #define VERSION "1.1.0"
# #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 HAVE_LIBDL 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define STDC_HEADERS 1
# #define HAVE_FCNTL_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_STDLIB_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define SELECT_TYPE_ARG1 int
# #define SELECT_TYPE_ARG234 (fd_set *)
# #define SELECT_TYPE_ARG5 (struct timeval *)
# #define RETSIGTYPE void
# #define HAVE_STAT_EMPTY_STRING_BUG 1
# #define HAVE_VPRINTF 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_MEMMOVE 1
# #define HAVE_MEMSET 1
# #define HAVE_MUNMAP 1
# #define HAVE_SELECT 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRCHR 1
# #define HAVE_STRDUP 1
# #define HAVE_STRTOUL 1
#
# configure: exit 0