Skip to content

Instantly share code, notes, and snippets.

@PhobosK
Created June 8, 2015 15:38
Show Gist options
  • Save PhobosK/803d4ab7fc5fd5dff490 to your computer and use it in GitHub Desktop.
Save PhobosK/803d4ab7fc5fd5dff490 to your computer and use it in GitHub Desktop.
This is the native config.log found in the kodi sources after *./configure* is run
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by kodi configure 14.9.802, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 --docdir=/usr/share/doc/kodi-9999 --disable-ccache --disable-optimizations --with-ffmpeg=shared --enable-alsa --enable-airplay --enable-avahi --enable-libbluray --enable-libcap --disable-libcec --enable-dvdcss --disable-debug --enable-fishbmc --disable-gles --enable-goom --enable-joystick --enable-mid --enable-mysql --enable-nfs --enable-gl --enable-profiling --enable-projectm --enable-pulse --enable-rsxs --enable-rtmp --enable-samba --enable-ssh --enable-spectrum --enable-libusb --disable-gtest --enable-texturepacker --enable-upnp --enable-vaapi --enable-vdpau --enable-waveform --enable-webserver --enable-x11 --enable-xrandr
## --------- ##
## Platform. ##
## --------- ##
hostname = MACHINE-NAME
uname -m = x86_64
uname -r = 3.19.0-gentoo
uname -s = Linux
uname -v = #1 SMP PREEMPT Sat Mar 7 17:19:07 EET 2015
/usr/bin/uname -p = AMD Athlon(tm) II X4 620 Processor
/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: /dev/shm/portage/media-tv/kodi-9999/temp/python2.7/bin
PATH: /usr/lib/portage/python2.7/ebuild-helpers/xattr
PATH: /usr/lib/portage/python2.7/ebuild-helpers
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /opt/bin
PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4
PATH: /usr/x86_64-pc-linux-gnu/mipsel-linux-gnu/gcc-bin/4.9.2
PATH: /opt/stuffit/bin
PATH: /usr/x86_64-pc-linux-gnu/gnat-gcc-bin/4.4
PATH: /usr/libexec/gnat-gcc/x86_64-pc-linux-gnu/4.4
PATH: /usr/lib64/ada/x86_64-pc-linux-gnu-gnat-gcc-4.4/adadoc
PATH: /usr/lib64/ada/x86_64-pc-linux-gnu-gnat-gcc-4.4/bin
PATH: /opt/nvidia-cg-toolkit/bin
PATH: /usr/lib64/subversion/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3595: loading site script /usr/share/config.site
| #!/bin/sh
| # Copyright 2009-2014 Gentoo Foundation
| # Distributed under the terms of the GNU General Public License v2
|
| TOPDIR=/usr/share/crossdev/include/site
|
| config_site_arch() {
| local host="${CHOST%%-*}"
|
| case ${host} in
| arm*b*) host=armeb ;;
| arm*) host=arm ;;
| mips*l*) host=mipsel ;;
| mips*) host=mips ;;
| esac
|
| echo "${host}"
| }
|
| config_site_names() {
| local site_arch="$(config_site_arch)"
| local sites=""
| local x
|
| case ${CHOST} in
| *-linux-*) sites="${sites} linux ${site_arch}-linux" ;;
| *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;;
| esac
|
| case ${CHOST} in
| *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;;
| *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;;
| esac
|
| case ${CHOST} in
| *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;;
| *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;;
| esac
|
| for x in ${sites} ${CHOST}; do
| [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}"
| done
| }
|
| # Only kick in for cross-compiles so we don't break native builds #427184
| if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then
| sites="$(config_site_names)"
| if [ -n "${sites}" ] ; then
| for site in ${sites}; do
| echo "${0##*/}: loading site script ${site}"
| . "${site}"
| done
| fi
| unset site sites
| fi
configure:3996: checking for a BSD-compatible install
configure:4064: result: /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c
configure:4075: checking whether build environment is sane
configure:4130: result: yes
configure:4281: checking for a thread-safe mkdir -p
configure:4320: result: /bin/mkdir -p
configure:4327: checking for gawk
configure:4343: found /usr/bin/gawk
configure:4354: result: gawk
configure:4365: checking whether make sets $(MAKE)
configure:4387: result: yes
configure:4416: checking whether make supports nested variables
configure:4433: result: yes
configure:4563: checking build system type
configure:4577: result: x86_64-pc-linux-gnu
configure:4597: checking host system type
configure:4610: result: x86_64-pc-linux-gnu
configure:4689: checking for git
configure:4717: result: no
configure:5271: checking for x86_64-pc-linux-gnu-gcc
configure:5287: found /usr/bin/x86_64-pc-linux-gnu-gcc
configure:5298: result: x86_64-pc-linux-gnu-gcc
configure:5567: checking for C compiler version
configure:5576: x86_64-pc-linux-gnu-gcc --version >&5
x86_64-pc-linux-gnu-gcc (Gentoo 4.8.4 p1.0, pie-0.6.1) 4.8.4
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:5587: $? = 0
configure:5576: x86_64-pc-linux-gnu-gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4/x86_64-pc-linux-gnu-gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.4/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /dev/shm/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.4 p1.0, pie-0.6.1' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --without-cloog --enable-libsanitizer
Thread model: posix
gcc version 4.8.4 (Gentoo 4.8.4 p1.0, pie-0.6.1)
configure:5587: $? = 0
configure:5576: x86_64-pc-linux-gnu-gcc -V >&5
x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V'
x86_64-pc-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:5587: $? = 1
configure:5576: x86_64-pc-linux-gnu-gcc -qversion >&5
x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'
x86_64-pc-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:5587: $? = 1
configure:5607: checking whether the C compiler works
configure:5629: x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:5633: $? = 0
configure:5681: result: yes
configure:5684: checking for C compiler default output file name
configure:5686: result: a.out
configure:5692: checking for suffix of executables
configure:5699: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:5703: $? = 0
configure:5725: result:
configure:5747: checking whether we are cross compiling
configure:5755: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:5759: $? = 0
configure:5766: ./conftest
configure:5770: $? = 0
configure:5785: result: no
configure:5790: checking for suffix of object files
configure:5812: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5
configure:5816: $? = 0
configure:5837: result: o
configure:5841: checking whether we are using the GNU C compiler
configure:5860: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5
configure:5860: $? = 0
configure:5869: result: yes
configure:5878: checking whether x86_64-pc-linux-gnu-gcc accepts -g
configure:5898: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5
configure:5898: $? = 0
configure:5939: result: yes
configure:5956: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89
configure:6019: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5
configure:6019: $? = 0
configure:6032: result: none needed
configure:6057: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together
configure:6079: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o
configure:6082: $? = 0
configure:6079: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o
configure:6082: $? = 0
configure:6094: result: yes
configure:6122: checking for style of include used by make
configure:6150: result: GNU
configure:6176: checking dependency style of x86_64-pc-linux-gnu-gcc
configure:6287: result: none
configure:6307: checking how to run the C preprocessor
configure:6338: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:6338: $? = 0
configure:6352: x86_64-pc-linux-gnu-gcc -E conftest.c
conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:6352: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6377: result: x86_64-pc-linux-gnu-gcc -E
configure:6397: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:6397: $? = 0
configure:6411: x86_64-pc-linux-gnu-gcc -E conftest.c
conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:6411: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6495: checking for gcc
configure:6511: found /usr/bin/gcc
configure:6522: result: gcc
configure:6751: checking for C compiler version
configure:6760: gcc --version >&5
gcc (Gentoo 4.8.4 p1.0, pie-0.6.1) 4.8.4
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:6771: $? = 0
configure:6760: gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.4/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /dev/shm/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.4 p1.0, pie-0.6.1' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --without-cloog --enable-libsanitizer
Thread model: posix
gcc version 4.8.4 (Gentoo 4.8.4 p1.0, pie-0.6.1)
configure:6771: $? = 0
configure:6760: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:6771: $? = 1
configure:6760: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:6771: $? = 1
configure:6775: checking whether we are using the GNU C compiler
configure:6803: result: yes
configure:6812: checking whether gcc accepts -g
configure:6832: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5
configure:6832: $? = 0
configure:6873: result: yes
configure:6890: checking for gcc option to accept ISO C89
configure:6966: result: none needed
configure:6991: checking whether gcc understands -c and -o together
configure:7028: result: yes
configure:7047: checking dependency style of gcc
configure:7158: result: none
configure:7178: checking how to run the C preprocessor
configure:7209: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:7209: $? = 0
configure:7223: x86_64-pc-linux-gnu-gcc -E conftest.c
conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:7223: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7248: result: gcc -E
configure:7268: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:7268: $? = 0
configure:7282: x86_64-pc-linux-gnu-gcc -E conftest.c
conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:7282: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7335: checking for x86_64-pc-linux-gnu-g++
configure:7351: found /usr/bin/x86_64-pc-linux-gnu-g++
configure:7362: result: x86_64-pc-linux-gnu-g++
configure:7433: checking for C++ compiler version
configure:7442: x86_64-pc-linux-gnu-g++ --version >&5
x86_64-pc-linux-gnu-g++ (Gentoo 4.8.4 p1.0, pie-0.6.1) 4.8.4
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:7453: $? = 0
configure:7442: x86_64-pc-linux-gnu-g++ -v >&5
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4/x86_64-pc-linux-gnu-g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.4/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /dev/shm/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.4 p1.0, pie-0.6.1' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --without-cloog --enable-libsanitizer
Thread model: posix
gcc version 4.8.4 (Gentoo 4.8.4 p1.0, pie-0.6.1)
configure:7453: $? = 0
configure:7442: x86_64-pc-linux-gnu-g++ -V >&5
x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V'
x86_64-pc-linux-gnu-g++: fatal error: no input files
compilation terminated.
configure:7453: $? = 1
configure:7442: x86_64-pc-linux-gnu-g++ -qversion >&5
x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion'
x86_64-pc-linux-gnu-g++: fatal error: no input files
compilation terminated.
configure:7453: $? = 1
configure:7457: checking whether we are using the GNU C++ compiler
configure:7476: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cpp >&5
configure:7476: $? = 0
configure:7485: result: yes
configure:7494: checking whether x86_64-pc-linux-gnu-g++ accepts -g
configure:7514: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5
configure:7514: $? = 0
configure:7555: result: yes
configure:7580: checking dependency style of x86_64-pc-linux-gnu-g++
configure:7691: result: none
configure:7711: checking how to run the C++ preprocessor
configure:7738: x86_64-pc-linux-gnu-g++ -E conftest.cpp
configure:7738: $? = 0
configure:7752: x86_64-pc-linux-gnu-g++ -E conftest.cpp
conftest.cpp:13:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:7752: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7777: result: x86_64-pc-linux-gnu-g++ -E
configure:7797: x86_64-pc-linux-gnu-g++ -E conftest.cpp
configure:7797: $? = 0
configure:7811: x86_64-pc-linux-gnu-g++ -E conftest.cpp
conftest.cpp:13:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:7811: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7904: checking for g++
configure:7920: found /usr/bin/g++
configure:7931: result: g++
configure:7958: checking for C++ compiler version
configure:7967: g++ --version >&5
g++ (Gentoo 4.8.4 p1.0, pie-0.6.1) 4.8.4
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:7978: $? = 0
configure:7967: g++ -v >&5
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4/g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.4/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /dev/shm/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.4/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.4 p1.0, pie-0.6.1' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --without-cloog --enable-libsanitizer
Thread model: posix
gcc version 4.8.4 (Gentoo 4.8.4 p1.0, pie-0.6.1)
configure:7978: $? = 0
configure:7967: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:7978: $? = 1
configure:7967: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:7978: $? = 1
configure:7982: checking whether we are using the GNU C++ compiler
configure:8010: result: yes
configure:8019: checking whether g++ accepts -g
configure:8039: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
configure:8039: $? = 0
configure:8080: result: yes
configure:8105: checking dependency style of g++
configure:8216: result: none
configure:8236: checking how to run the C++ preprocessor
configure:8263: g++ -E conftest.cpp
configure:8263: $? = 0
configure:8277: g++ -E conftest.cpp
conftest.cpp:13:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:8277: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8302: result: g++ -E
configure:8322: g++ -E conftest.cpp
configure:8322: $? = 0
configure:8336: g++ -E conftest.cpp
conftest.cpp:13:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:8336: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8379: checking whether x86_64-pc-linux-gnu-g++ supports C++11 features by default
configure:8413: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
conftest.cpp:17:21: error: expected identifier before 'sizeof'
static_assert(sizeof(int) <= sizeof(T), "not big enough");
^
conftest.cpp:17:21: error: expected ',' or '...' before 'sizeof'
conftest.cpp:17:63: error: ISO C++ forbids declaration of 'static_assert' with no type [-fpermissive]
static_assert(sizeof(int) <= sizeof(T), "not big enough");
^
conftest.cpp:27:29: error: '>>' should be '> >' within a nested template argument list
typedef check<check<bool>> right_angle_brackets;
^
conftest.cpp:30:13: error: expected constructor, destructor, or type conversion before '(' token
decltype(a) b;
^
conftest.cpp:34:15: error: expected unqualified-id before '&&' token
check_type&& cr = static_cast<check_type&&>(c);
^
conftest.cpp:36:10: error: 'd' does not name a type
auto d = a;
^
conftest.cpp:37:10: error: 'l' does not name a type
auto l = [](){};
^
configure:8413: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| /* end confdefs.h. */
|
| template <typename T>
| struct check
| {
| static_assert(sizeof(int) <= sizeof(T), "not big enough");
| };
|
| struct Base {
| virtual void f() {}
| };
| struct Child : public Base {
| virtual void f() {}
| };
|
| typedef check<check<bool>> right_angle_brackets;
|
| int a;
| decltype(a) b;
|
| typedef check<int> check_type;
| check_type c;
| check_type&& cr = static_cast<check_type&&>(c);
|
| auto d = a;
| auto l = [](){};
|
configure:8420: result: no
configure:8429: checking whether x86_64-pc-linux-gnu-g++ supports C++11 features with -std=gnu++11
configure:8465: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
configure:8465: $? = 0
configure:8474: result: yes
configure:8616: checking how to print strings
configure:8643: result: printf
configure:8664: checking for a sed that does not truncate output
configure:8728: result: /bin/sed
configure:8746: checking for grep that handles long lines and -e
configure:8804: result: /bin/grep
configure:8809: checking for egrep
configure:8871: result: /bin/grep -E
configure:8876: checking for fgrep
configure:8938: result: /bin/grep -F
configure:8973: checking for ld used by x86_64-pc-linux-gnu-gcc
configure:9040: result: /usr/x86_64-pc-linux-gnu/bin/ld
configure:9047: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld
configure:9062: result: yes
configure:9074: checking for BSD- or MS-compatible name lister (nm)
configure:9128: result: /usr/bin/x86_64-pc-linux-gnu-nm -B
configure:9258: checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface
configure:9265: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:9268: /usr/bin/x86_64-pc-linux-gnu-nm -B "conftest.o"
configure:9271: output
0000000000000000 B some_variable
configure:9278: result: BSD nm
configure:9281: checking whether ln -s works
configure:9285: result: yes
configure:9293: checking the maximum length of command line arguments
configure:9424: result: 1572864
configure:9472: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:9512: result: func_convert_file_noop
configure:9519: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:9539: result: func_convert_file_noop
configure:9546: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files
configure:9553: result: -r
configure:9587: checking for x86_64-pc-linux-gnu-objdump
configure:9603: found /usr/bin/x86_64-pc-linux-gnu-objdump
configure:9614: result: x86_64-pc-linux-gnu-objdump
configure:9686: checking how to recognize dependent libraries
configure:9886: result: pass_all
configure:9931: checking for x86_64-pc-linux-gnu-dlltool
configure:9961: result: no
configure:9971: checking for dlltool
configure:10001: result: no
configure:10031: checking how to associate runtime and link libraries
configure:10058: result: printf %s\n
configure:10075: checking for x86_64-pc-linux-gnu-ar
configure:10091: found /usr/bin/x86_64-pc-linux-gnu-ar
configure:10102: result: x86_64-pc-linux-gnu-ar
configure:10183: checking for archiver @FILE support
configure:10200: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:10200: $? = 0
configure:10203: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5
configure:10206: $? = 0
configure:10211: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5
x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory
configure:10214: $? = 1
configure:10226: result: @
configure:10244: checking for x86_64-pc-linux-gnu-strip
configure:10260: found /usr/bin/x86_64-pc-linux-gnu-strip
configure:10271: result: x86_64-pc-linux-gnu-strip
configure:10343: checking for x86_64-pc-linux-gnu-ranlib
configure:10359: found /usr/bin/x86_64-pc-linux-gnu-ranlib
configure:10370: result: x86_64-pc-linux-gnu-ranlib
configure:10512: checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object
configure:10665: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:10668: $? = 0
configure:10672: /usr/bin/x86_64-pc-linux-gnu-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:10675: $? = 0
configure:10741: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5
configure:10744: $? = 0
configure:10782: result: ok
configure:10829: checking for sysroot
configure:10859: result: no
configure:10866: checking for a working dd
configure:10904: result: /bin/dd
configure:10908: checking how to truncate binary pipes
configure:10923: result: /bin/dd bs=4096 count=1
configure:11059: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11062: $? = 0
configure:11212: checking for x86_64-pc-linux-gnu-mt
configure:11242: result: no
configure:11252: checking for mt
configure:11268: found /usr/sbin/mt
configure:11279: result: mt
configure:11302: checking if mt is a manifest tool
configure:11308: mt '-?'
usage: mt [-v] [--version] [-h] [ -f device ] command [ count ]
configure:11316: result: no
configure:11989: checking for ANSI C header files
configure:12009: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:12009: $? = 0
configure:12082: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:12082: $? = 0
configure:12082: ./conftest
configure:12082: $? = 0
configure:12093: result: yes
configure:12106: checking for sys/types.h
configure:12106: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:12106: $? = 0
configure:12106: result: yes
configure:12106: checking for sys/stat.h
configure:12106: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:12106: $? = 0
configure:12106: result: yes
configure:12106: checking for stdlib.h
configure:12106: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:12106: $? = 0
configure:12106: result: yes
configure:12106: checking for string.h
configure:12106: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:12106: $? = 0
configure:12106: result: yes
configure:12106: checking for memory.h
configure:12106: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:12106: $? = 0
configure:12106: result: yes
configure:12106: checking for strings.h
configure:12106: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:12106: $? = 0
configure:12106: result: yes
configure:12106: checking for inttypes.h
configure:12106: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:12106: $? = 0
configure:12106: result: yes
configure:12106: checking for stdint.h
configure:12106: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:12106: $? = 0
configure:12106: result: yes
configure:12106: checking for unistd.h
configure:12106: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:12106: $? = 0
configure:12106: result: yes
configure:12120: checking for dlfcn.h
configure:12120: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:12120: $? = 0
configure:12120: result: yes
configure:12386: checking for objdir
configure:12401: result: .libs
configure:12661: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions
configure:12679: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:12683: $? = 0
configure:12696: result: no
configure:13054: checking for x86_64-pc-linux-gnu-gcc option to produce PIC
configure:13061: result: -fPIC -DPIC
configure:13069: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works
configure:13087: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DPIC -DPIC conftest.c >&5
configure:13091: $? = 0
configure:13104: result: yes
configure:13133: checking if x86_64-pc-linux-gnu-gcc static flag -static works
configure:13161: result: yes
configure:13176: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o
configure:13197: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o out/conftest2.o conftest.c >&5
configure:13201: $? = 0
configure:13223: result: yes
configure:13231: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o
configure:13278: result: yes
configure:13311: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:14570: result: yes
configure:14607: checking whether -lc should be explicitly linked in
configure:14615: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:14618: $? = 0
configure:14633: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:14636: $? = 0
configure:14650: result: no
configure:14810: checking dynamic linker characteristics
configure:15404: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5
configure:15404: $? = 0
configure:15641: result: GNU/Linux ld.so
configure:15763: checking how to hardcode library paths into programs
configure:15788: result: immediate
configure:16336: checking whether stripping libraries is possible
configure:16341: result: yes
configure:16376: checking if libtool supports shared libraries
configure:16378: result: yes
configure:16381: checking whether to build shared libraries
configure:16406: result: yes
configure:16409: checking whether to build static libraries
configure:16413: result: yes
configure:16436: checking how to run the C++ preprocessor
configure:16502: result: x86_64-pc-linux-gnu-g++ -E
configure:16522: x86_64-pc-linux-gnu-g++ -E conftest.cpp
configure:16522: $? = 0
configure:16536: x86_64-pc-linux-gnu-g++ -E conftest.cpp
conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:16536: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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. */
| #include <ac_nonexistent.h>
configure:16698: checking for ld used by x86_64-pc-linux-gnu-g++
configure:16765: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
configure:16772: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld
configure:16787: result: yes
configure:16842: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:17915: result: yes
configure:17951: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
configure:17954: $? = 0
configure:18435: checking for x86_64-pc-linux-gnu-g++ option to produce PIC
configure:18442: result: -fPIC -DPIC
configure:18450: checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works
configure:18468: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 -fPIC -DPIC -DPIC conftest.cpp >&5
configure:18472: $? = 0
configure:18485: result: yes
configure:18508: checking if x86_64-pc-linux-gnu-g++ static flag -static works
configure:18536: result: yes
configure:18548: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o
configure:18569: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 -o out/conftest2.o conftest.cpp >&5
configure:18573: $? = 0
configure:18595: result: yes
configure:18600: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o
configure:18647: result: yes
configure:18677: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:18717: result: yes
configure:18858: checking dynamic linker characteristics
configure:19616: result: GNU/Linux ld.so
configure:19681: checking how to hardcode library paths into programs
configure:19706: result: immediate
configure:19771: checking for gawk
configure:19798: result: gawk
configure:19809: checking whether ln -s works
configure:19813: result: yes
configure:19820: checking whether make sets $(MAKE)
configure:19842: result: yes
configure:19862: checking for x86_64-pc-linux-gnu-pkg-config
configure:19880: found /usr/bin/x86_64-pc-linux-gnu-pkg-config
configure:19892: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config
configure:19960: checking pkg-config is at least version 0.9.0
configure:19963: result: yes
configure:20389: x86_64-pc-linux-gnu-gcc -c -msse4.1 conftest.c >&5
configure:20389: $? = 0
configure:20401: checking for size_t
configure:20401: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:20401: $? = 0
configure:20401: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:62:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:20401: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:20401: result: yes
configure:20414: checking for working alloca.h
configure:20431: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:20431: $? = 0
configure:20439: result: yes
configure:20447: checking for alloca
configure:20484: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:20484: $? = 0
configure:20492: result: yes
configure:20598: checking for uid_t in sys/types.h
configure:20617: result: yes
configure:20630: checking for unistd.h
configure:20630: result: yes
configure:20640: checking for working chown
configure:20673: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:20673: $? = 0
configure:20673: ./conftest
configure:20673: $? = 0
configure:20685: result: yes
configure:20696: checking for dirent.h that defines DIR
configure:20715: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:20715: $? = 0
configure:20723: result: yes
configure:20736: checking for library containing opendir
configure:20767: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:20767: $? = 0
configure:20784: result: none required
configure:20851: checking whether closedir returns void
configure:20875: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:20875: $? = 0
configure:20875: ./conftest
configure:20875: $? = 0
configure:20885: result: no
configure:20893: checking for error_at_line
configure:20909: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:20909: $? = 0
configure:20917: result: yes
configure:20928: checking for _LARGEFILE_SOURCE value needed for large files
configure:20947: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:20947: $? = 0
configure:20975: result: no
configure:20997: checking whether x86_64-pc-linux-gnu-gcc needs -traditional
configure:21031: result: no
configure:21038: checking whether lstat correctly handles trailing slash
configure:21064: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:21064: $? = 0
configure:21064: ./conftest
configure:21064: $? = 0
configure:21081: result: yes
configure:21100: checking whether lstat accepts an empty string
configure:21120: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:21120: $? = 0
configure:21120: ./conftest
configure:21120: $? = 0
configure:21130: result: no
configure:21146: checking whether lstat correctly handles trailing slash
configure:21189: result: yes
configure:21208: checking for working memcmp
configure:21251: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:21251: $? = 0
configure:21251: ./conftest
configure:21251: $? = 0
configure:21261: result: yes
configure:21270: checking whether time.h and sys/time.h may both be included
configure:21290: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21290: $? = 0
configure:21297: result: yes
configure:21311: checking for sys/time.h
configure:21311: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21311: $? = 0
configure:21311: result: yes
configure:21311: checking for unistd.h
configure:21311: result: yes
configure:21311: checking for stdlib.h
configure:21311: result: yes
configure:21311: checking for sys/param.h
configure:21311: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21311: $? = 0
configure:21311: result: yes
configure:21311: checking for utime.h
configure:21311: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21311: $? = 0
configure:21311: result: yes
configure:21332: checking for alarm
configure:21332: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:21332: $? = 0
configure:21332: result: yes
configure:21345: checking for working mktime
configure:21547: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:21547: $? = 0
configure:21547: ./conftest
configure:21547: $? = 0
configure:21557: result: yes
configure:21575: checking for getpagesize
configure:21575: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:21575: $? = 0
configure:21575: result: yes
configure:21584: checking for working mmap
configure:21731: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:21731: $? = 0
configure:21731: ./conftest
configure:21731: $? = 0
configure:21741: result: yes
configure:21756: checking sys/select.h usability
configure:21756: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21756: $? = 0
configure:21756: result: yes
configure:21756: checking sys/select.h presence
configure:21756: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:21756: $? = 0
configure:21756: result: yes
configure:21756: checking for sys/select.h
configure:21756: result: yes
configure:21756: checking sys/socket.h usability
configure:21756: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21756: $? = 0
configure:21756: result: yes
configure:21756: checking sys/socket.h presence
configure:21756: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:21756: $? = 0
configure:21756: result: yes
configure:21756: checking for sys/socket.h
configure:21756: result: yes
configure:21766: checking types of arguments for select
configure:21794: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21794: $? = 0
configure:21805: result: int,fd_set *,struct timeval *
configure:21835: checking return type of signal handlers
configure:21853: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:54:1: error: void value not ignored as it ought to be
return *(signal (0, 0)) (0) == 1;
^
configure:21853: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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 <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:21860: result: void
configure:21868: checking whether stat accepts an empty string
configure:21888: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:21888: $? = 0
configure:21888: ./conftest
configure:21888: $? = 0
configure:21898: result: no
configure:21914: checking for working strcoll
configure:21935: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:21935: $? = 0
configure:21935: ./conftest
configure:21935: $? = 0
configure:21945: result: yes
configure:21955: checking for strftime
configure:21955: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
conftest.c:73:6: warning: conflicting types for built-in function 'strftime' [enabled by default]
char strftime ();
^
configure:21955: $? = 0
configure:21955: result: yes
configure:22008: checking for working strtod
configure:22049: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22049: $? = 0
configure:22049: ./conftest
configure:22049: $? = 0
configure:22059: result: yes
configure:22124: checking whether utime accepts a null argument
configure:22153: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22153: $? = 0
configure:22153: ./conftest
configure:22153: $? = 0
configure:22163: result: yes
configure:22175: checking for vprintf
configure:22175: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
conftest.c:75:6: warning: conflicting types for built-in function 'vprintf' [enabled by default]
char vprintf ();
^
configure:22175: $? = 0
configure:22175: result: yes
configure:22181: checking for _doprnt
configure:22181: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
/dev/shm/portage/media-tv/kodi-9999/temp/ccQNSip8.o: In function `main':
conftest.c:(.text.startup+0xd): undefined reference to `_doprnt'
collect2: error: ld returned 1 exit status
configure:22181: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _doprnt innocuous__doprnt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _doprnt (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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:22181: result: no
configure:22195: checking for atexit
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for dup2
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for fdatasync
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for floor
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
conftest.c:79:6: warning: conflicting types for built-in function 'floor' [enabled by default]
char floor ();
^
/dev/shm/portage/media-tv/kodi-9999/temp/cccCF4Nq.o: In function `main':
conftest.c:(.text.startup+0xd): undefined reference to `floor'
collect2: error: ld returned 1 exit status
configure:22195: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| /* end confdefs.h. */
| /* Define floor to an innocuous variant, in case <limits.h> declares floor.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define floor innocuous_floor
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char floor (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef floor
|
| /* 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 floor ();
| /* 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_floor || defined __stub___floor
| choke me
| #endif
|
| int
| main ()
| {
| return floor ();
| ;
| return 0;
| }
configure:22195: result: no
configure:22195: checking for fs_stat_dev
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
/dev/shm/portage/media-tv/kodi-9999/temp/ccVU2hNy.o: In function `main':
conftest.c:(.text.startup+0xd): undefined reference to `fs_stat_dev'
collect2: error: ld returned 1 exit status
configure:22195: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| /* end confdefs.h. */
| /* Define fs_stat_dev to an innocuous variant, in case <limits.h> declares fs_stat_dev.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fs_stat_dev innocuous_fs_stat_dev
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fs_stat_dev (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fs_stat_dev
|
| /* 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 fs_stat_dev ();
| /* 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_fs_stat_dev || defined __stub___fs_stat_dev
| choke me
| #endif
|
| int
| main ()
| {
| return fs_stat_dev ();
| ;
| return 0;
| }
configure:22195: result: no
configure:22195: checking for ftime
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for ftruncate
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for getcwd
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for gethostbyaddr
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for gethostbyname
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for gethostname
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for getpagesize
configure:22195: result: yes
configure:22195: checking for getpass
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for gettimeofday
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for inet_ntoa
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for lchown
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for localeconv
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for memchr
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
conftest.c:91:6: warning: conflicting types for built-in function 'memchr' [enabled by default]
char memchr ();
^
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for memmove
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
conftest.c:92:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
char memmove ();
^
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for memset
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
conftest.c:93:6: warning: conflicting types for built-in function 'memset' [enabled by default]
char memset ();
^
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for mkdir
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for modf
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
conftest.c:95:6: warning: conflicting types for built-in function 'modf' [enabled by default]
char modf ();
^
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for munmap
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for pow
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
conftest.c:97:6: warning: conflicting types for built-in function 'pow' [enabled by default]
char pow ();
^
/dev/shm/portage/media-tv/kodi-9999/temp/ccV0Fy5S.o: In function `main':
conftest.c:(.text.startup+0xd): undefined reference to `pow'
collect2: error: ld returned 1 exit status
configure:22195: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| /* end confdefs.h. */
| /* Define pow to an innocuous variant, in case <limits.h> declares pow.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pow innocuous_pow
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pow (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef pow
|
| /* 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 pow ();
| /* 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_pow || defined __stub___pow
| choke me
| #endif
|
| int
| main ()
| {
| return pow ();
| ;
| return 0;
| }
configure:22195: result: no
configure:22195: checking for rmdir
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for select
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for setenv
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for setlocale
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for socket
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for sqrt
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
conftest.c:102:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
char sqrt ();
^
/dev/shm/portage/media-tv/kodi-9999/temp/ccX0UC6d.o: In function `main':
conftest.c:(.text.startup+0xd): undefined reference to `sqrt'
collect2: error: ld returned 1 exit status
configure:22195: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| /* end confdefs.h. */
| /* Define sqrt to an innocuous variant, in case <limits.h> declares sqrt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sqrt innocuous_sqrt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sqrt (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sqrt
|
| /* 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 sqrt ();
| /* 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_sqrt || defined __stub___sqrt
| choke me
| #endif
|
| int
| main ()
| {
| return sqrt ();
| ;
| return 0;
| }
configure:22195: result: no
configure:22195: checking for strcasecmp
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
conftest.c:102:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
char strcasecmp ();
^
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for strchr
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
conftest.c:103:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
char strchr ();
^
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for strcspn
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
conftest.c:104:6: warning: conflicting types for built-in function 'strcspn' [enabled by default]
char strcspn ();
^
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for strdup
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
conftest.c:105:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
char strdup ();
^
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for strerror
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for strncasecmp
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
conftest.c:107:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
char strncasecmp ();
^
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for strpbrk
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
conftest.c:108:6: warning: conflicting types for built-in function 'strpbrk' [enabled by default]
char strpbrk ();
^
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for strrchr
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
conftest.c:109:6: warning: conflicting types for built-in function 'strrchr' [enabled by default]
char strrchr ();
^
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for strspn
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
conftest.c:110:6: warning: conflicting types for built-in function 'strspn' [enabled by default]
char strspn ();
^
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for strstr
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
conftest.c:111:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
char strstr ();
^
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for strtol
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for strtoul
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for sysinfo
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for tzset
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for utime
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for posix_fadvise
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22195: checking for localtime_r
configure:22195: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22195: $? = 0
configure:22195: result: yes
configure:22210: checking size of int
configure:22215: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22215: $? = 0
configure:22215: ./conftest
configure:22215: $? = 0
configure:22229: result: 4
configure:22243: checking size of size_t
configure:22248: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22248: $? = 0
configure:22248: ./conftest
configure:22248: $? = 0
configure:22262: result: 8
configure:22274: checking for __sync_add_and_fetch(temp, 1)
configure:22287: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22287: $? = 0
configure:22294: result: yes
configure:22302: checking for __sync_sub_and_fetch(temp, 1)
configure:22315: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22315: $? = 0
configure:22322: result: yes
configure:22330: checking for __sync_val_compare_and_swap(temp, 1, 1)
configure:22343: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:22343: $? = 0
configure:22350: result: yes
configure:22365: checking for std::u16string
configure:22365: x86_64-pc-linux-gnu-g++ -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
configure:22365: $? = 0
configure:22365: x86_64-pc-linux-gnu-g++ -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:106:28: error: expected primary-expression before ')' token
if (sizeof ((std::u16string)))
^
configure:22365: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TZSET 1
| #define HAVE_UTIME 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LOCALTIME_R 1
| #define SIZEOF_INT 4
| #define SIZEOF_SIZE_T 8
| #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
| /* end confdefs.h. */
| #include <string>
|
| int
| main ()
| {
| if (sizeof ((std::u16string)))
| return 0;
| ;
| return 0;
| }
configure:22365: result: yes
configure:22375: checking for std::u32string
configure:22375: x86_64-pc-linux-gnu-g++ -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
configure:22375: $? = 0
configure:22375: x86_64-pc-linux-gnu-g++ -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:107:28: error: expected primary-expression before ')' token
if (sizeof ((std::u32string)))
^
configure:22375: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TZSET 1
| #define HAVE_UTIME 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LOCALTIME_R 1
| #define SIZEOF_INT 4
| #define SIZEOF_SIZE_T 8
| #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
| #define HAVE_STD__U16STRING 1
| /* end confdefs.h. */
| #include <string>
|
| int
| main ()
| {
| if (sizeof ((std::u32string)))
| return 0;
| ;
| return 0;
| }
configure:22375: result: yes
configure:22386: checking for char16_t
configure:22386: x86_64-pc-linux-gnu-g++ -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
configure:22386: $? = 0
configure:22386: x86_64-pc-linux-gnu-g++ -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:139:14: error: expected primary-expression before 'char16_t'
if (sizeof ((char16_t)))
^
conftest.cpp:139:14: error: expected ')' before 'char16_t'
conftest.cpp:140:14: error: expected ')' before ';' token
return 0;
^
conftest.cpp:140:14: error: expected ')' before ';' token
configure:22386: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TZSET 1
| #define HAVE_UTIME 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LOCALTIME_R 1
| #define SIZEOF_INT 4
| #define SIZEOF_SIZE_T 8
| #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
| #define HAVE_STD__U16STRING 1
| #define HAVE_STD__U32STRING 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((char16_t)))
| return 0;
| ;
| return 0;
| }
configure:22386: result: yes
configure:22395: checking for char32_t
configure:22395: x86_64-pc-linux-gnu-g++ -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
configure:22395: $? = 0
configure:22395: x86_64-pc-linux-gnu-g++ -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:140:14: error: expected primary-expression before 'char32_t'
if (sizeof ((char32_t)))
^
conftest.cpp:140:14: error: expected ')' before 'char32_t'
conftest.cpp:141:14: error: expected ')' before ';' token
return 0;
^
conftest.cpp:141:14: error: expected ')' before ';' token
configure:22395: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TZSET 1
| #define HAVE_UTIME 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LOCALTIME_R 1
| #define SIZEOF_INT 4
| #define SIZEOF_SIZE_T 8
| #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
| #define HAVE_STD__U16STRING 1
| #define HAVE_STD__U32STRING 1
| #define HAVE_CHAR16_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((char32_t)))
| return 0;
| ;
| return 0;
| }
configure:22395: result: yes
configure:22409: checking size of wchar_t
configure:22414: x86_64-pc-linux-gnu-g++ -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 -Wl,-O1 -Wl,--as-needed conftest.cpp >&5
configure:22414: $? = 0
configure:22414: ./conftest
configure:22414: $? = 0
configure:22428: result: 4
configure:22449: checking sys/inotify.h usability
configure:22449: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22449: $? = 0
configure:22449: result: yes
configure:22449: checking sys/inotify.h presence
configure:22449: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:22449: $? = 0
configure:22449: result: yes
configure:22449: checking for sys/inotify.h
configure:22449: result: yes
configure:22466: checking boost/circular_buffer.hpp usability
configure:22466: x86_64-pc-linux-gnu-g++ -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 conftest.cpp >&5
configure:22466: $? = 0
configure:22466: result: yes
configure:22466: checking boost/circular_buffer.hpp presence
configure:22466: x86_64-pc-linux-gnu-g++ -E conftest.cpp
configure:22466: $? = 0
configure:22466: result: yes
configure:22466: checking for boost/circular_buffer.hpp
configure:22466: result: yes
configure:22491: checking for python
configure:22521: result: /usr/bin/python2.7
configure:22537: checking for a version of Python >= '2.1.0'
configure:22563: result: yes
configure:22571: checking for a version of Python >= '2.6'
configure:22577: result: yes
configure:22594: checking for the distutils Python package
configure:22598: result: yes
configure:22612: checking for Python include path
configure:22628: result: -I/usr/include/python2.7
configure:22635: checking for Python library path
configure:22712: result: -L/usr/lib64 -lpython2.7
configure:22719: checking for Python site-packages path
configure:22725: result: /usr/lib64/python2.7/site-packages
configure:22732: checking python extra libraries
configure:22739: result: -lpthread -ldl -lutil -lm
configure:22746: checking python extra linking flags
configure:22753: result: -Xlinker -export-dynamic
configure:22760: checking consistency of all components of python development environment
configure:22786: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/python2.7 -Wl,-O1 -Wl,--as-needed conftest.c -L/usr/lib64 -lpython2.7 -Xlinker -export-dynamic -lpthread -ldl -lutil -lm >&5
configure:22786: $? = 0
configure:22803: result: yes
configure:22836: checking for python
configure:22866: result: /usr/bin/python2.7
configure:22882: checking for a version of Python >= '2.1.0'
configure:22908: result: yes
configure:22916: checking for a version of Python < '3.0'
configure:22922: result: yes
configure:22939: checking for the distutils Python package
configure:22943: result: yes
configure:22957: checking for Python include path
configure:22973: result: -I/usr/include/python2.7
configure:22980: checking for Python library path
configure:23057: result: -L/usr/lib64 -lpython2.7
configure:23064: checking for Python site-packages path
configure:23070: result: /usr/lib64/python2.7/site-packages
configure:23077: checking python extra libraries
configure:23084: result: -lpthread -ldl -lutil -lm
configure:23091: checking python extra linking flags
configure:23098: result: -Xlinker -export-dynamic
configure:23105: checking consistency of all components of python development environment
configure:23131: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/python2.7 -Wl,-O1 -Wl,--as-needed conftest.c -L/usr/lib64 -lpython2.7 -Xlinker -export-dynamic -lpthread -ldl -lutil -lm >&5
configure:23131: $? = 0
configure:23148: result: yes
configure:23180: Using Python 2.7
configure:23798: result: == Wayland disabled. ==
configure:23968: checking for main in -lGL
configure:23987: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -lGL -L/usr/lib64 -lpython2.7 >&5
configure:23987: $? = 0
configure:23996: result: yes
configure:24009: checking for main in -lGLEW
configure:24028: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -lGLEW -lGL -L/usr/lib64 -lpython2.7 >&5
configure:24028: $? = 0
configure:24037: result: yes
configure:24050: checking for main in -lGLU
configure:24069: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 >&5
configure:24069: $? = 0
configure:24078: result: yes
configure:24141: checking for mysql_config
configure:24159: found /usr/bin/mysql_config
configure:24172: result: /usr/bin/mysql_config
configure:24192: checking ass/ass.h usability
configure:24192: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:24192: $? = 0
configure:24192: result: yes
configure:24192: checking ass/ass.h presence
configure:24192: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:24192: $? = 0
configure:24192: result: yes
configure:24192: checking for ass/ass.h
configure:24192: result: yes
configure:24200: checking mpeg2dec/mpeg2.h usability
configure:24200: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:24200: $? = 0
configure:24200: result: yes
configure:24200: checking mpeg2dec/mpeg2.h presence
configure:24200: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:24200: $? = 0
configure:24200: result: yes
configure:24200: checking for mpeg2dec/mpeg2.h
configure:24200: result: yes
configure:24208: checking for mpeg2dec/mpeg2convert.h
configure:24208: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:24208: $? = 0
configure:24208: result: yes
configure:24218: checking jpeglib.h usability
configure:24218: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:24218: $? = 0
configure:24218: result: yes
configure:24218: checking jpeglib.h presence
configure:24218: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:24218: $? = 0
configure:24218: result: yes
configure:24218: checking for jpeglib.h
configure:24218: result: yes
configure:24226: checking ogg/ogg.h usability
configure:24226: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:24226: $? = 0
configure:24226: result: yes
configure:24226: checking ogg/ogg.h presence
configure:24226: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:24226: $? = 0
configure:24226: result: yes
configure:24226: checking for ogg/ogg.h
configure:24226: result: yes
configure:24234: checking vorbis/vorbisfile.h usability
configure:24234: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:24234: $? = 0
configure:24234: result: yes
configure:24234: checking vorbis/vorbisfile.h presence
configure:24234: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:24234: $? = 0
configure:24234: result: yes
configure:24234: checking for vorbis/vorbisfile.h
configure:24234: result: yes
configure:24245: checking for LIBCURL
configure:24252: $PKG_CONFIG --exists --print-errors "libcurl"
configure:24255: $? = 0
configure:24269: $PKG_CONFIG --exists --print-errors "libcurl"
configure:24272: $? = 0
configure:24310: result: yes
configure:24323: checking for libcurl soname
configure:24365: result: libcurl.so.4
configure:24370: checking for CRYPTO_set_locking_callback(0) in libcurl.so.4
configure:24386: result: no
configure:24390: checking openssl/crypto.h usability
configure:24390: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:24390: $? = 0
configure:24390: result: yes
configure:24390: checking openssl/crypto.h presence
configure:24390: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:24390: $? = 0
configure:24390: result: yes
configure:24390: checking for openssl/crypto.h
configure:24390: result: yes
configure:24398: checking gcrypt.h usability
configure:24398: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:24398: $? = 0
configure:24398: result: yes
configure:24398: checking gcrypt.h presence
configure:24398: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:24398: $? = 0
configure:24398: result: yes
configure:24398: checking for gcrypt.h
configure:24398: result: yes
configure:24408: checking for main in -lgpg-error
configure:24427: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
configure:24427: $? = 0
configure:24436: result: yes
configure:24449: checking for gcry_control in -lgcrypt
configure:24474: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
configure:24474: $? = 0
configure:24483: result: yes
configure:24502: checking for GNUTLS
configure:24509: $PKG_CONFIG --exists --print-errors "gnutls"
configure:24512: $? = 0
configure:24526: $PKG_CONFIG --exists --print-errors "gnutls"
configure:24529: $? = 0
configure:24569: result: yes
configure:24576: checking for main in -lbz2
configure:24595: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
configure:24595: $? = 0
configure:24604: result: yes
configure:24617: checking for main in -ljpeg
configure:24636: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
configure:24636: $? = 0
configure:24645: result: yes
configure:24658: checking for main in -ltiff
configure:24677: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
configure:24677: $? = 0
configure:24686: result: yes
configure:24783: checking for main in -lpthread
configure:24802: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
configure:24802: $? = 0
configure:24811: result: yes
configure:24824: checking for pthread_setname_np in -lpthread
configure:24849: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -lpthread -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
configure:24849: $? = 0
configure:24858: result: yes
configure:24871: checking for main in -llzo2
configure:24890: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
configure:24890: $? = 0
configure:24899: result: yes
configure:24912: checking for main in -lz
configure:24931: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
configure:24931: $? = 0
configure:24940: result: yes
configure:24953: checking for main in -lcrypto
configure:24972: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
configure:24972: $? = 0
configure:24981: result: yes
configure:24994: checking for main in -lssl
configure:25013: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
configure:25013: $? = 0
configure:25022: result: yes
configure:25036: checking for main in -lmysqlclient
configure:25055: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
configure:25055: $? = 0
configure:25064: result: yes
configure:25078: checking for hci_devid in -lbluetooth
configure:25112: result: yes
configure:25135: checking for TINYXML
configure:25142: $PKG_CONFIG --exists --print-errors "tinyxml >= 2.6.2"
Package tinyxml was not found in the pkg-config search path.
Perhaps you should add the directory containing `tinyxml.pc'
to the PKG_CONFIG_PATH environment variable
No package 'tinyxml' found
configure:25145: $? = 1
configure:25159: $PKG_CONFIG --exists --print-errors "tinyxml >= 2.6.2"
Package tinyxml was not found in the pkg-config search path.
Perhaps you should add the directory containing `tinyxml.pc'
to the PKG_CONFIG_PATH environment variable
No package 'tinyxml' found
configure:25162: $? = 1
configure:25176: result: no
No package 'tinyxml' found
configure:25210: x86_64-pc-linux-gnu-g++ -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 -Wl,-O1 -Wl,--as-needed conftest.cpp -lbluetooth -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
configure:25210: $? = 0
configure:25210: ./conftest
configure:25210: $? = 0
configure:25211: checking for main in -ltinyxml
configure:25230: x86_64-pc-linux-gnu-g++ -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11 -Wl,-O1 -Wl,--as-needed conftest.cpp -ltinyxml -lbluetooth -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5
configure:25230: $? = 0
configure:25239: result: yes
configure:25347: checking for YAJL
configure:25354: $PKG_CONFIG --exists --print-errors "yajl >= 2"
configure:25357: $? = 0
configure:25371: $PKG_CONFIG --exists --print-errors "yajl >= 2"
configure:25374: $? = 0
configure:25442: result: yes
configure:25639: checking for LIBXML
configure:25646: $PKG_CONFIG --exists --print-errors "libxml-2.0"
configure:25649: $? = 0
configure:25663: $PKG_CONFIG --exists --print-errors "libxml-2.0"
configure:25666: $? = 0
configure:25704: result: yes
configure:25710: checking for LIBXSLT
configure:25717: $PKG_CONFIG --exists --print-errors "libxslt"
configure:25720: $? = 0
configure:25734: $PKG_CONFIG --exists --print-errors "libxslt"
configure:25737: $? = 0
configure:25775: result: yes
configure:25781: checking for FRIBIDI
configure:25788: $PKG_CONFIG --exists --print-errors "fribidi"
configure:25791: $? = 0
configure:25805: $PKG_CONFIG --exists --print-errors "fribidi"
configure:25808: $? = 0
configure:25846: result: yes
configure:25852: checking for SQLITE3
configure:25859: $PKG_CONFIG --exists --print-errors "sqlite3"
configure:25862: $? = 0
configure:25876: $PKG_CONFIG --exists --print-errors "sqlite3"
configure:25879: $? = 0
configure:25917: result: yes
configure:25923: checking for PNG
configure:25930: $PKG_CONFIG --exists --print-errors "libpng"
configure:25933: $? = 0
configure:25947: $PKG_CONFIG --exists --print-errors "libpng"
configure:25950: $? = 0
configure:25988: result: yes
configure:25994: checking for PCRECPP
configure:26001: $PKG_CONFIG --exists --print-errors "libpcrecpp"
configure:26004: $? = 0
configure:26018: $PKG_CONFIG --exists --print-errors "libpcrecpp"
configure:26021: $? = 0
configure:26059: result: yes
configure:26068: checking for PCRE
configure:26075: $PKG_CONFIG --exists --print-errors "libpcre"
configure:26078: $? = 0
configure:26092: $PKG_CONFIG --exists --print-errors "libpcre"
configure:26095: $? = 0
configure:26133: result: yes
configure:26142: checking for FREETYPE2
configure:26149: $PKG_CONFIG --exists --print-errors "freetype2"
configure:26152: $? = 0
configure:26166: $PKG_CONFIG --exists --print-errors "freetype2"
configure:26169: $? = 0
configure:26207: result: yes
configure:26213: checking for TAGLIB
configure:26220: $PKG_CONFIG --exists --print-errors "taglib >= 1.8"
configure:26223: $? = 0
configure:26237: $PKG_CONFIG --exists --print-errors "taglib >= 1.8"
configure:26240: $? = 0
configure:26278: result: yes
configure:26286: checking for CDIO
configure:26293: $PKG_CONFIG --exists --print-errors "libcdio"
configure:26296: $? = 0
configure:26310: $PKG_CONFIG --exists --print-errors "libcdio"
configure:26313: $? = 0
configure:26351: result: yes
configure:26437: checking for LIBBLURAY
configure:26444: $PKG_CONFIG --exists --print-errors "libbluray >= 0.2.1"
configure:26447: $? = 0
configure:26461: $PKG_CONFIG --exists --print-errors "libbluray >= 0.2.1"
configure:26464: $? = 0
configure:26502: result: yes
configure:26599: checking for libbluray soname
configure:26641: result: libbluray.so.1
configure:26651: checking for bd_register_argb_overlay_proc in -lbluray
configure:26676: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -lbluray -ltinyxml -lbluetooth -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
configure:26676: $? = 0
configure:26685: result: yes
configure:26734: checking whether BD_EVENT_IDLE is declared
configure:26734: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:26734: $? = 0
configure:26734: result: yes
configure:26754: checking for library containing iconv_open
configure:26785: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -ltinyxml -lbluetooth -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
configure:26785: $? = 0
configure:26802: result: none required
configure:26869: checking for library containing dlopen
configure:26900: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -ltinyxml -lbluetooth -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
configure:26900: $? = 0
configure:26917: result: none required
configure:26925: checking for library containing clock_gettime
configure:26956: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -ltinyxml -lbluetooth -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
configure:26956: $? = 0
configure:26973: result: none required
configure:26981: checking for library containing dn_expand
configure:27012: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -ltinyxml -lbluetooth -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
/dev/shm/portage/media-tv/kodi-9999/temp/cc87oXgj.o: In function `main':
conftest.c:(.text.startup+0xd): undefined reference to `dn_expand'
collect2: error: ld returned 1 exit status
configure:27012: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TZSET 1
| #define HAVE_UTIME 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LOCALTIME_R 1
| #define SIZEOF_INT 4
| #define SIZEOF_SIZE_T 8
| #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
| #define HAVE_STD__U16STRING 1
| #define HAVE_STD__U32STRING 1
| #define HAVE_CHAR16_T 1
| #define HAVE_CHAR32_T 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INOTIFY 1
| #define HAVE_PYTHON "2.7"
| #define HAVE_LIBGL 1
| #define HAVE_LIBGLEW 1
| #define HAVE_LIBGLU 1
| #define HAVE_MYSQL 1
| #define HAVE_OPENSSL 1
| #define HAVE_LIBGPG_ERROR 1
| #define HAVE_LIBGCRYPT 1
| #define HAVE_GCRYPT 1
| #define HAVE_GNUTLS 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBTIFF 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_LIBLZO2 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBMYSQLCLIENT 1
| #define HAVE_LIBBLUETOOTH 1
| #define HAVE_LIBTINYXML 1
| #define HAVE_LIBPCRECPP 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBBLURAY 1
| #define HAVE_LIBBLURAY_BDJ 1
| /* 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 dn_expand ();
| int
| main ()
| {
| return dn_expand ();
| ;
| return 0;
| }
configure:27012: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -lresolv -ltinyxml -lbluetooth -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
/dev/shm/portage/media-tv/kodi-9999/temp/ccgErWsr.o: In function `main':
conftest.c:(.text.startup+0xd): undefined reference to `dn_expand'
collect2: error: ld returned 1 exit status
configure:27012: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TZSET 1
| #define HAVE_UTIME 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LOCALTIME_R 1
| #define SIZEOF_INT 4
| #define SIZEOF_SIZE_T 8
| #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
| #define HAVE_STD__U16STRING 1
| #define HAVE_STD__U32STRING 1
| #define HAVE_CHAR16_T 1
| #define HAVE_CHAR32_T 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INOTIFY 1
| #define HAVE_PYTHON "2.7"
| #define HAVE_LIBGL 1
| #define HAVE_LIBGLEW 1
| #define HAVE_LIBGLU 1
| #define HAVE_MYSQL 1
| #define HAVE_OPENSSL 1
| #define HAVE_LIBGPG_ERROR 1
| #define HAVE_LIBGCRYPT 1
| #define HAVE_GCRYPT 1
| #define HAVE_GNUTLS 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBTIFF 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_LIBLZO2 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBMYSQLCLIENT 1
| #define HAVE_LIBBLUETOOTH 1
| #define HAVE_LIBTINYXML 1
| #define HAVE_LIBPCRECPP 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBBLURAY 1
| #define HAVE_LIBBLURAY_BDJ 1
| /* 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 dn_expand ();
| int
| main ()
| {
| return dn_expand ();
| ;
| return 0;
| }
configure:27029: result: no
configure:27037: checking for library containing _dn_expand
configure:27068: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -ltinyxml -lbluetooth -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
/dev/shm/portage/media-tv/kodi-9999/temp/ccK1daSp.o: In function `main':
conftest.c:(.text.startup+0xd): undefined reference to `_dn_expand'
collect2: error: ld returned 1 exit status
configure:27068: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TZSET 1
| #define HAVE_UTIME 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LOCALTIME_R 1
| #define SIZEOF_INT 4
| #define SIZEOF_SIZE_T 8
| #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
| #define HAVE_STD__U16STRING 1
| #define HAVE_STD__U32STRING 1
| #define HAVE_CHAR16_T 1
| #define HAVE_CHAR32_T 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INOTIFY 1
| #define HAVE_PYTHON "2.7"
| #define HAVE_LIBGL 1
| #define HAVE_LIBGLEW 1
| #define HAVE_LIBGLU 1
| #define HAVE_MYSQL 1
| #define HAVE_OPENSSL 1
| #define HAVE_LIBGPG_ERROR 1
| #define HAVE_LIBGCRYPT 1
| #define HAVE_GCRYPT 1
| #define HAVE_GNUTLS 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBTIFF 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_LIBLZO2 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBMYSQLCLIENT 1
| #define HAVE_LIBBLUETOOTH 1
| #define HAVE_LIBTINYXML 1
| #define HAVE_LIBPCRECPP 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBBLURAY 1
| #define HAVE_LIBBLURAY_BDJ 1
| /* 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 _dn_expand ();
| int
| main ()
| {
| return _dn_expand ();
| ;
| return 0;
| }
configure:27068: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -lresolv -ltinyxml -lbluetooth -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
/dev/shm/portage/media-tv/kodi-9999/temp/cc6N3cLx.o: In function `main':
conftest.c:(.text.startup+0xd): undefined reference to `_dn_expand'
collect2: error: ld returned 1 exit status
configure:27068: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TZSET 1
| #define HAVE_UTIME 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LOCALTIME_R 1
| #define SIZEOF_INT 4
| #define SIZEOF_SIZE_T 8
| #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
| #define HAVE_STD__U16STRING 1
| #define HAVE_STD__U32STRING 1
| #define HAVE_CHAR16_T 1
| #define HAVE_CHAR32_T 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INOTIFY 1
| #define HAVE_PYTHON "2.7"
| #define HAVE_LIBGL 1
| #define HAVE_LIBGLEW 1
| #define HAVE_LIBGLU 1
| #define HAVE_MYSQL 1
| #define HAVE_OPENSSL 1
| #define HAVE_LIBGPG_ERROR 1
| #define HAVE_LIBGCRYPT 1
| #define HAVE_GCRYPT 1
| #define HAVE_GNUTLS 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBTIFF 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_LIBLZO2 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBMYSQLCLIENT 1
| #define HAVE_LIBBLUETOOTH 1
| #define HAVE_LIBTINYXML 1
| #define HAVE_LIBPCRECPP 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBBLURAY 1
| #define HAVE_LIBBLURAY_BDJ 1
| /* 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 _dn_expand ();
| int
| main ()
| {
| return _dn_expand ();
| ;
| return 0;
| }
configure:27085: result: no
configure:27093: checking for library containing __dn_expand
configure:27124: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -ltinyxml -lbluetooth -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
/dev/shm/portage/media-tv/kodi-9999/temp/ccEoAiiD.o: In function `main':
conftest.c:(.text.startup+0xd): undefined reference to `__dn_expand'
collect2: error: ld returned 1 exit status
configure:27124: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TZSET 1
| #define HAVE_UTIME 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LOCALTIME_R 1
| #define SIZEOF_INT 4
| #define SIZEOF_SIZE_T 8
| #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
| #define HAVE_STD__U16STRING 1
| #define HAVE_STD__U32STRING 1
| #define HAVE_CHAR16_T 1
| #define HAVE_CHAR32_T 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INOTIFY 1
| #define HAVE_PYTHON "2.7"
| #define HAVE_LIBGL 1
| #define HAVE_LIBGLEW 1
| #define HAVE_LIBGLU 1
| #define HAVE_MYSQL 1
| #define HAVE_OPENSSL 1
| #define HAVE_LIBGPG_ERROR 1
| #define HAVE_LIBGCRYPT 1
| #define HAVE_GCRYPT 1
| #define HAVE_GNUTLS 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBTIFF 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_LIBLZO2 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBMYSQLCLIENT 1
| #define HAVE_LIBBLUETOOTH 1
| #define HAVE_LIBTINYXML 1
| #define HAVE_LIBPCRECPP 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBBLURAY 1
| #define HAVE_LIBBLURAY_BDJ 1
| /* 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 __dn_expand ();
| int
| main ()
| {
| return __dn_expand ();
| ;
| return 0;
| }
configure:27124: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -lresolv -ltinyxml -lbluetooth -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
configure:27124: $? = 0
configure:27141: result: -lresolv
configure:27203: checking for main in -ljasper
configure:27222: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -ljasper -lresolv -ltinyxml -lbluetooth -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm >&5
configure:27222: $? = 0
configure:27231: result: yes
configure:27248: checking for ALSA
configure:27255: $PKG_CONFIG --exists --print-errors "alsa"
configure:27258: $? = 0
configure:27272: $PKG_CONFIG --exists --print-errors "alsa"
configure:27275: $? = 0
configure:27315: result: yes
configure:27323: checking for DBUS
configure:27330: $PKG_CONFIG --exists --print-errors "dbus-1"
configure:27333: $? = 0
configure:27347: $PKG_CONFIG --exists --print-errors "dbus-1"
configure:27350: $? = 0
configure:27390: result: yes
configure:27406: checking for SDL2
configure:27413: $PKG_CONFIG --exists --print-errors "sdl2"
configure:27416: $? = 0
configure:27430: $PKG_CONFIG --exists --print-errors "sdl2"
configure:27433: $? = 0
configure:27485: result: yes
configure:27510: checking for libogg soname
configure:27552: result: libogg.so.0
configure:27566: checking for libvorbis soname
configure:27608: result: libvorbis.so.0
configure:27622: checking for libvorbisfile soname
configure:27664: result: libvorbisfile.so.3
configure:27678: checking for libass soname
configure:27720: result: libass.so.5
configure:27734: checking for libmpeg2 soname
configure:27776: result: libmpeg2.so.0
configure:27784: checking for main in -lmicrohttpd
configure:27803: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -lmicrohttpd -ljasper -lresolv -ltinyxml -lbluetooth -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm -lasound -ldbus-1 -lSDL2 -lpthread >&5
configure:27803: $? = 0
configure:27812: result: yes
configure:27838: checking for ALSA
configure:27903: result: yes
configure:27930: checking for PULSE
configure:27937: $PKG_CONFIG --exists --print-errors "libpulse >= 1.0"
configure:27940: $? = 0
configure:27954: $PKG_CONFIG --exists --print-errors "libpulse >= 1.0"
configure:27957: $? = 0
configure:27995: result: yes
configure:28021: checking for main in -lavahi-common
configure:28040: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -lavahi-common -lmicrohttpd -ljasper -lresolv -ltinyxml -lbluetooth -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm -lasound -ldbus-1 -lSDL2 -lpthread -lasound -lpulse >&5
configure:28040: $? = 0
configure:28049: result: yes
configure:28065: checking for main in -lavahi-client
configure:28084: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -lavahi-client -lavahi-common -lmicrohttpd -ljasper -lresolv -ltinyxml -lbluetooth -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm -lasound -ldbus-1 -lSDL2 -lpthread -lasound -lpulse >&5
configure:28084: $? = 0
configure:28093: result: yes
configure:28115: checking for embedded_mDNSInit in -lmDNSEmbedded
configure:28140: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -lmDNSEmbedded -lavahi-client -lavahi-common -lmicrohttpd -ljasper -lresolv -ltinyxml -lbluetooth -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm -lasound -ldbus-1 -lSDL2 -lpthread -lasound -lpulse >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lmDNSEmbedded
collect2: error: ld returned 1 exit status
configure:28140: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TZSET 1
| #define HAVE_UTIME 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LOCALTIME_R 1
| #define SIZEOF_INT 4
| #define SIZEOF_SIZE_T 8
| #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
| #define HAVE_STD__U16STRING 1
| #define HAVE_STD__U32STRING 1
| #define HAVE_CHAR16_T 1
| #define HAVE_CHAR32_T 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INOTIFY 1
| #define HAVE_PYTHON "2.7"
| #define HAVE_LIBGL 1
| #define HAVE_LIBGLEW 1
| #define HAVE_LIBGLU 1
| #define HAVE_MYSQL 1
| #define HAVE_OPENSSL 1
| #define HAVE_LIBGPG_ERROR 1
| #define HAVE_LIBGCRYPT 1
| #define HAVE_GCRYPT 1
| #define HAVE_GNUTLS 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBTIFF 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_LIBLZO2 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBMYSQLCLIENT 1
| #define HAVE_LIBBLUETOOTH 1
| #define HAVE_LIBTINYXML 1
| #define HAVE_LIBPCRECPP 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBBLURAY 1
| #define HAVE_LIBBLURAY_BDJ 1
| #define HAVE_LIBJASPER 1
| #define HAVE_DBUS 1
| #define SDL_VERSION 2
| #define HAVE_SDL 1
| #define HAVE_LIBMICROHTTPD 1
| #define HAS_DVD_DRIVE 1
| #define HAS_ALSA 1
| #define HAVE_LIBPULSE 1
| #define HAVE_LIBAVAHI_COMMON 1
| #define HAVE_LIBAVAHI_CLIENT 1
| /* 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 embedded_mDNSInit ();
| int
| main ()
| {
| return embedded_mDNSInit ();
| ;
| return 0;
| }
configure:28149: result: no
configure:28163: == Could not find mDNSEmbedded. Might prevent zeroconf support. ==
configure:28183: == X11 enabled. ==
configure:28187: checking for X11
configure:28194: $PKG_CONFIG --exists --print-errors "x11"
configure:28197: $? = 0
configure:28211: $PKG_CONFIG --exists --print-errors "x11"
configure:28214: $? = 0
configure:28252: result: yes
configure:28258: checking for XEXT
configure:28265: $PKG_CONFIG --exists --print-errors "xext"
configure:28268: $? = 0
configure:28282: $PKG_CONFIG --exists --print-errors "xext"
configure:28285: $? = 0
configure:28323: result: yes
configure:28329: checking for XRANDR
configure:28336: $PKG_CONFIG --exists --print-errors "xrandr"
configure:28339: $? = 0
configure:28353: $PKG_CONFIG --exists --print-errors "xrandr"
configure:28356: $? = 0
configure:28394: result: yes
configure:28400: checking for DRM
configure:28407: $PKG_CONFIG --exists --print-errors "libdrm"
configure:28410: $? = 0
configure:28424: $PKG_CONFIG --exists --print-errors "libdrm"
configure:28427: $? = 0
configure:28465: result: yes
configure:28479: == WAVEFORM enabled ==
configure:28490: == SPECTRUM enabled ==
configure:28501: == GOOM enabled. ==
configure:28516: == RSXS enabled. ==
configure:28523: checking for XT
configure:28530: $PKG_CONFIG --exists --print-errors "xt"
configure:28533: $? = 0
configure:28547: $PKG_CONFIG --exists --print-errors "xt"
configure:28550: $? = 0
configure:28588: result: yes
configure:28594: checking for XMU
configure:28601: $PKG_CONFIG --exists --print-errors "xmu"
configure:28604: $? = 0
configure:28618: $PKG_CONFIG --exists --print-errors "xmu"
configure:28621: $? = 0
configure:28659: result: yes
configure:28673: == FishBMC enabled. ==
configure:28685: == ProjectM enabled. ==
configure:28708: checking for sftp_tell64 in -lssh
configure:28733: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -lssh -lavahi-client -lavahi-common -lmicrohttpd -ljasper -lresolv -ltinyxml -lbluetooth -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm -lasound -ldbus-1 -lSDL2 -lpthread -lasound -lpulse -lX11 -lXext -lXrandr -ldrm -lXt -lX11 -lXmu -lXt -lX11 >&5
configure:28733: $? = 0
configure:28742: result: yes
configure:28765: checking librtmp/log.h usability
configure:28765: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:28765: $? = 0
configure:28765: result: yes
configure:28765: checking librtmp/log.h presence
configure:28765: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:28765: $? = 0
configure:28765: result: yes
configure:28765: checking for librtmp/log.h
configure:28765: result: yes
configure:28765: checking librtmp/amf.h usability
configure:28765: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:28765: $? = 0
configure:28765: result: yes
configure:28765: checking librtmp/amf.h presence
configure:28765: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:28765: $? = 0
configure:28765: result: yes
configure:28765: checking for librtmp/amf.h
configure:28765: result: yes
configure:28765: checking librtmp/rtmp.h usability
configure:28765: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:28765: $? = 0
configure:28765: result: yes
configure:28765: checking librtmp/rtmp.h presence
configure:28765: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:28765: $? = 0
configure:28765: result: yes
configure:28765: checking for librtmp/rtmp.h
configure:28765: result: yes
configure:28794: checking for librtmp soname
configure:28836: result: librtmp.so.1
configure:28856: checking for SAMBA
configure:28863: $PKG_CONFIG --exists --print-errors "smbclient"
configure:28866: $? = 0
configure:28880: $PKG_CONFIG --exists --print-errors "smbclient"
configure:28883: $? = 0
configure:29005: result: yes
configure:29026: checking nfsc/libnfs.h usability
configure:29026: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:29026: $? = 0
configure:29026: result: yes
configure:29026: checking nfsc/libnfs.h presence
configure:29026: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:29026: $? = 0
configure:29026: result: yes
configure:29026: checking for nfsc/libnfs.h
configure:29026: result: yes
configure:29057: checking for libnfs soname
configure:29099: result: libnfs.so.8
configure:29121: checking plist/plist.h usability
configure:29121: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:29121: $? = 0
configure:29121: result: yes
configure:29121: checking plist/plist.h presence
configure:29121: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:29121: $? = 0
configure:29121: result: yes
configure:29121: checking for plist/plist.h
configure:29121: result: yes
configure:29147: checking for libplist soname
configure:29189: result: libplist.so.2
configure:29206: checking shairplay/raop.h usability
configure:29206: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:188:28: fatal error: shairplay/raop.h: No such file or directory
#include <shairplay/raop.h>
^
compilation terminated.
configure:29206: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TZSET 1
| #define HAVE_UTIME 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LOCALTIME_R 1
| #define SIZEOF_INT 4
| #define SIZEOF_SIZE_T 8
| #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
| #define HAVE_STD__U16STRING 1
| #define HAVE_STD__U32STRING 1
| #define HAVE_CHAR16_T 1
| #define HAVE_CHAR32_T 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INOTIFY 1
| #define HAVE_PYTHON "2.7"
| #define HAVE_LIBGL 1
| #define HAVE_LIBGLEW 1
| #define HAVE_LIBGLU 1
| #define HAVE_MYSQL 1
| #define HAVE_OPENSSL 1
| #define HAVE_LIBGPG_ERROR 1
| #define HAVE_LIBGCRYPT 1
| #define HAVE_GCRYPT 1
| #define HAVE_GNUTLS 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBTIFF 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_LIBLZO2 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBMYSQLCLIENT 1
| #define HAVE_LIBBLUETOOTH 1
| #define HAVE_LIBTINYXML 1
| #define HAVE_LIBPCRECPP 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBBLURAY 1
| #define HAVE_LIBBLURAY_BDJ 1
| #define HAVE_LIBJASPER 1
| #define HAVE_DBUS 1
| #define SDL_VERSION 2
| #define HAVE_SDL 1
| #define HAVE_LIBMICROHTTPD 1
| #define HAS_DVD_DRIVE 1
| #define HAS_ALSA 1
| #define HAVE_LIBPULSE 1
| #define HAVE_LIBAVAHI_COMMON 1
| #define HAVE_LIBAVAHI_CLIENT 1
| #define HAVE_X11 1
| #define HAS_TOUCH_SKIN 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBRTMP_LOG_H 1
| #define HAVE_LIBRTMP_AMF_H 1
| #define HAVE_LIBRTMP_RTMP_H 1
| #define HAS_LIBRTMP 1
| #define HAVE_LIBSMBCLIENT 1
| #define HAVE_NFSC_LIBNFS_H 1
| #define HAVE_LIBNFS 1
| #define HAVE_LIBPLIST 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <shairplay/raop.h>
configure:29206: result: no
configure:29206: checking shairplay/raop.h presence
configure:29206: x86_64-pc-linux-gnu-gcc -E conftest.c
conftest.c:155:28: fatal error: shairplay/raop.h: No such file or directory
#include <shairplay/raop.h>
^
compilation terminated.
configure:29206: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TZSET 1
| #define HAVE_UTIME 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LOCALTIME_R 1
| #define SIZEOF_INT 4
| #define SIZEOF_SIZE_T 8
| #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
| #define HAVE_STD__U16STRING 1
| #define HAVE_STD__U32STRING 1
| #define HAVE_CHAR16_T 1
| #define HAVE_CHAR32_T 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INOTIFY 1
| #define HAVE_PYTHON "2.7"
| #define HAVE_LIBGL 1
| #define HAVE_LIBGLEW 1
| #define HAVE_LIBGLU 1
| #define HAVE_MYSQL 1
| #define HAVE_OPENSSL 1
| #define HAVE_LIBGPG_ERROR 1
| #define HAVE_LIBGCRYPT 1
| #define HAVE_GCRYPT 1
| #define HAVE_GNUTLS 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBTIFF 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_LIBLZO2 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBMYSQLCLIENT 1
| #define HAVE_LIBBLUETOOTH 1
| #define HAVE_LIBTINYXML 1
| #define HAVE_LIBPCRECPP 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBBLURAY 1
| #define HAVE_LIBBLURAY_BDJ 1
| #define HAVE_LIBJASPER 1
| #define HAVE_DBUS 1
| #define SDL_VERSION 2
| #define HAVE_SDL 1
| #define HAVE_LIBMICROHTTPD 1
| #define HAS_DVD_DRIVE 1
| #define HAS_ALSA 1
| #define HAVE_LIBPULSE 1
| #define HAVE_LIBAVAHI_COMMON 1
| #define HAVE_LIBAVAHI_CLIENT 1
| #define HAVE_X11 1
| #define HAS_TOUCH_SKIN 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBRTMP_LOG_H 1
| #define HAVE_LIBRTMP_AMF_H 1
| #define HAVE_LIBRTMP_RTMP_H 1
| #define HAS_LIBRTMP 1
| #define HAVE_LIBSMBCLIENT 1
| #define HAVE_NFSC_LIBNFS_H 1
| #define HAVE_LIBNFS 1
| #define HAVE_LIBPLIST 1
| /* end confdefs.h. */
| #include <shairplay/raop.h>
configure:29206: result: no
configure:29206: checking for shairplay/raop.h
configure:29206: result: no
configure:29213: == Could not find libshairplay. ==
configure:29307: checking for UDEV
configure:29314: $PKG_CONFIG --exists --print-errors "libudev"
configure:29317: $? = 0
configure:29331: $PKG_CONFIG --exists --print-errors "libudev"
configure:29334: $? = 0
configure:29374: result: yes
configure:29468: == libusb disabled. ==
configure:29892: == libcec disabled. CEC adapter support will not be available. ==
configure:29900: checking sys/capability.h usability
configure:29900: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:29900: $? = 0
configure:29900: result: yes
configure:29900: checking sys/capability.h presence
configure:29900: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:29900: $? = 0
configure:29900: result: yes
configure:29900: checking for sys/capability.h
configure:29900: result: yes
configure:29920: checking for main in -lcap
configure:29939: x86_64-pc-linux-gnu-gcc -o conftest -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.c -lcap -lssh -lavahi-client -lavahi-common -lmicrohttpd -ljasper -lresolv -ltinyxml -lbluetooth -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm -lasound -ldbus-1 -lSDL2 -lpthread -lasound -lpulse -lX11 -lXext -lXrandr -ldrm -lXt -lX11 -lXmu -lXt -lX11 -lsmbclient -ludev >&5
configure:29939: $? = 0
configure:29948: result: yes
configure:30133: checking for FFMPEG
configure:30140: $PKG_CONFIG --exists --print-errors "$FFMPEG_LIBNAMES"
configure:30143: $? = 0
configure:30157: $PKG_CONFIG --exists --print-errors "$FFMPEG_LIBNAMES"
configure:30160: $? = 0
configure:30198: result: yes
configure:30225: checking for swig
configure:30243: found /usr/bin/swig
configure:30256: result: /usr/bin/swig
configure:30318: checking for java
configure:30336: found /usr/bin/java
configure:30349: result: /usr/bin/java
configure:30365: checking for doxygen
configure:30383: found /usr/bin/doxygen
configure:30396: result: /usr/bin/doxygen
configure:30427: checking vdpau/vdpau.h usability
configure:30427: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:30427: $? = 0
configure:30427: result: yes
configure:30427: checking vdpau/vdpau.h presence
configure:30427: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:30427: $? = 0
configure:30427: result: yes
configure:30427: checking for vdpau/vdpau.h
configure:30427: result: yes
configure:30468: checking for LIBVA
configure:30475: $PKG_CONFIG --exists --print-errors "libva libva-x11"
configure:30478: $? = 0
configure:30492: $PKG_CONFIG --exists --print-errors "libva libva-x11"
configure:30495: $? = 0
configure:30535: result: yes
configure:30568: == VTBDecoder support manually disabled. ==
configure:30615: == OpenMax support manually disabled. ==
configure:30778: checking for gawk
configure:30794: found /usr/bin/gawk
configure:30806: result: yes
configure:30822: checking for cmake
configure:30838: found /usr/bin/cmake
configure:30850: result: yes
configure:30865: checking for gperf
configure:30881: found /usr/bin/gperf
configure:30893: result: yes
configure:30907: checking for unzip
configure:30923: found /usr/bin/unzip
configure:30935: result: yes
configure:30949: checking for zip
configure:30965: found /usr/bin/zip
configure:30977: result: yes
configure:31037: checking for dirent.h that defines DIR
configure:31064: result: yes
configure:31077: checking for library containing opendir
configure:31125: result: none required
configure:31192: checking for ANSI C header files
configure:31296: result: yes
configure:31304: checking for sys/wait.h that is POSIX.1 compatible
configure:31330: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31330: $? = 0
configure:31337: result: yes
configure:31351: checking arpa/inet.h usability
configure:31351: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking arpa/inet.h presence
configure:31351: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking for arpa/inet.h
configure:31351: result: yes
configure:31351: checking fcntl.h usability
configure:31351: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking fcntl.h presence
configure:31351: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking for fcntl.h
configure:31351: result: yes
configure:31351: checking float.h usability
configure:31351: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking float.h presence
configure:31351: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking for float.h
configure:31351: result: yes
configure:31351: checking for inttypes.h
configure:31351: result: yes
configure:31351: checking limits.h usability
configure:31351: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking limits.h presence
configure:31351: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking for limits.h
configure:31351: result: yes
configure:31351: checking locale.h usability
configure:31351: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking locale.h presence
configure:31351: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking for locale.h
configure:31351: result: yes
configure:31351: checking malloc.h usability
configure:31351: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking malloc.h presence
configure:31351: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking for malloc.h
configure:31351: result: yes
configure:31351: checking for memory.h
configure:31351: result: yes
configure:31351: checking netdb.h usability
configure:31351: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking netdb.h presence
configure:31351: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking for netdb.h
configure:31351: result: yes
configure:31351: checking netinet/in.h usability
configure:31351: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking netinet/in.h presence
configure:31351: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking for netinet/in.h
configure:31351: result: yes
configure:31351: checking stddef.h usability
configure:31351: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking stddef.h presence
configure:31351: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking for stddef.h
configure:31351: result: yes
configure:31351: checking for stdint.h
configure:31351: result: yes
configure:31351: checking for stdlib.h
configure:31351: result: yes
configure:31351: checking for string.h
configure:31351: result: yes
configure:31351: checking for strings.h
configure:31351: result: yes
configure:31351: checking sys/file.h usability
configure:31351: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking sys/file.h presence
configure:31351: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking for sys/file.h
configure:31351: result: yes
configure:31351: checking sys/ioctl.h usability
configure:31351: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking sys/ioctl.h presence
configure:31351: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking for sys/ioctl.h
configure:31351: result: yes
configure:31351: checking sys/mount.h usability
configure:31351: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking sys/mount.h presence
configure:31351: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking for sys/mount.h
configure:31351: result: yes
configure:31351: checking for sys/param.h
configure:31351: result: yes
configure:31351: checking for sys/socket.h
configure:31351: result: yes
configure:31351: checking for sys/time.h
configure:31351: result: yes
configure:31351: checking sys/timeb.h usability
configure:31351: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking sys/timeb.h presence
configure:31351: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking for sys/timeb.h
configure:31351: result: yes
configure:31351: checking sys/vfs.h usability
configure:31351: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking sys/vfs.h presence
configure:31351: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking for sys/vfs.h
configure:31351: result: yes
configure:31351: checking termios.h usability
configure:31351: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking termios.h presence
configure:31351: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking for termios.h
configure:31351: result: yes
configure:31351: checking for unistd.h
configure:31351: result: yes
configure:31351: checking for utime.h
configure:31351: result: yes
configure:31351: checking wchar.h usability
configure:31351: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking wchar.h presence
configure:31351: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking for wchar.h
configure:31351: result: yes
configure:31351: checking wctype.h usability
configure:31351: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking wctype.h presence
configure:31351: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:31351: $? = 0
configure:31351: result: yes
configure:31351: checking for wctype.h
configure:31351: result: yes
configure:31363: checking cdio/iso9660.h usability
configure:31363: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31363: $? = 0
configure:31363: result: yes
configure:31363: checking cdio/iso9660.h presence
configure:31363: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:31363: $? = 0
configure:31363: result: yes
configure:31363: checking for cdio/iso9660.h
configure:31363: result: yes
configure:31377: checking whether stat file-mode macros are broken
configure:31404: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31404: $? = 0
configure:31411: result: no
configure:31419: checking for stdbool.h that conforms to C99
configure:31486: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31486: $? = 0
configure:31493: result: yes
configure:31495: checking for _Bool
configure:31495: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31495: $? = 0
configure:31495: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:230:20: error: expected expression before ')' token
if (sizeof ((_Bool)))
^
configure:31495: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TZSET 1
| #define HAVE_UTIME 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LOCALTIME_R 1
| #define SIZEOF_INT 4
| #define SIZEOF_SIZE_T 8
| #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
| #define HAVE_STD__U16STRING 1
| #define HAVE_STD__U32STRING 1
| #define HAVE_CHAR16_T 1
| #define HAVE_CHAR32_T 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INOTIFY 1
| #define HAVE_PYTHON "2.7"
| #define HAVE_LIBGL 1
| #define HAVE_LIBGLEW 1
| #define HAVE_LIBGLU 1
| #define HAVE_MYSQL 1
| #define HAVE_OPENSSL 1
| #define HAVE_LIBGPG_ERROR 1
| #define HAVE_LIBGCRYPT 1
| #define HAVE_GCRYPT 1
| #define HAVE_GNUTLS 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBTIFF 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_LIBLZO2 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBMYSQLCLIENT 1
| #define HAVE_LIBBLUETOOTH 1
| #define HAVE_LIBTINYXML 1
| #define HAVE_LIBPCRECPP 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBBLURAY 1
| #define HAVE_LIBBLURAY_BDJ 1
| #define HAVE_LIBJASPER 1
| #define HAVE_DBUS 1
| #define SDL_VERSION 2
| #define HAVE_SDL 1
| #define HAVE_LIBMICROHTTPD 1
| #define HAS_DVD_DRIVE 1
| #define HAS_ALSA 1
| #define HAVE_LIBPULSE 1
| #define HAVE_LIBAVAHI_COMMON 1
| #define HAVE_LIBAVAHI_CLIENT 1
| #define HAVE_X11 1
| #define HAS_TOUCH_SKIN 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBRTMP_LOG_H 1
| #define HAVE_LIBRTMP_AMF_H 1
| #define HAVE_LIBRTMP_RTMP_H 1
| #define HAS_LIBRTMP 1
| #define HAVE_LIBSMBCLIENT 1
| #define HAVE_NFSC_LIBNFS_H 1
| #define HAVE_LIBNFS 1
| #define HAVE_LIBPLIST 1
| #define HAVE_LIBUDEV 1
| #define HAVE_SYS_CAPABILITY_H 1
| #define HAVE_LIBCAP 1
| #define FFMPEG_VER_SHA "2.6.2-Isengard-beta"
| #define USE_STATIC_FFMPEG 0
| #define HAVE_LIBVDPAU /**/
| #define HAVE_LIBVA 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_CDIO_ISO9660_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:31495: result: yes
configure:31512: checking for an ANSI C-conforming const
configure:31578: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31578: $? = 0
configure:31585: result: yes
configure:31593: checking for uid_t in sys/types.h
configure:31612: result: yes
configure:31623: checking for inline
configure:31639: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31639: $? = 0
configure:31647: result: inline
configure:31665: checking for int8_t
configure:31665: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31665: $? = 0
configure:31665: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:233:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
^
configure:31665: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TZSET 1
| #define HAVE_UTIME 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LOCALTIME_R 1
| #define SIZEOF_INT 4
| #define SIZEOF_SIZE_T 8
| #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
| #define HAVE_STD__U16STRING 1
| #define HAVE_STD__U32STRING 1
| #define HAVE_CHAR16_T 1
| #define HAVE_CHAR32_T 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INOTIFY 1
| #define HAVE_PYTHON "2.7"
| #define HAVE_LIBGL 1
| #define HAVE_LIBGLEW 1
| #define HAVE_LIBGLU 1
| #define HAVE_MYSQL 1
| #define HAVE_OPENSSL 1
| #define HAVE_LIBGPG_ERROR 1
| #define HAVE_LIBGCRYPT 1
| #define HAVE_GCRYPT 1
| #define HAVE_GNUTLS 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBTIFF 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_LIBLZO2 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBMYSQLCLIENT 1
| #define HAVE_LIBBLUETOOTH 1
| #define HAVE_LIBTINYXML 1
| #define HAVE_LIBPCRECPP 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBBLURAY 1
| #define HAVE_LIBBLURAY_BDJ 1
| #define HAVE_LIBJASPER 1
| #define HAVE_DBUS 1
| #define SDL_VERSION 2
| #define HAVE_SDL 1
| #define HAVE_LIBMICROHTTPD 1
| #define HAS_DVD_DRIVE 1
| #define HAS_ALSA 1
| #define HAVE_LIBPULSE 1
| #define HAVE_LIBAVAHI_COMMON 1
| #define HAVE_LIBAVAHI_CLIENT 1
| #define HAVE_X11 1
| #define HAS_TOUCH_SKIN 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBRTMP_LOG_H 1
| #define HAVE_LIBRTMP_AMF_H 1
| #define HAVE_LIBRTMP_RTMP_H 1
| #define HAS_LIBRTMP 1
| #define HAVE_LIBSMBCLIENT 1
| #define HAVE_NFSC_LIBNFS_H 1
| #define HAVE_LIBNFS 1
| #define HAVE_LIBPLIST 1
| #define HAVE_LIBUDEV 1
| #define HAVE_SYS_CAPABILITY_H 1
| #define HAVE_LIBCAP 1
| #define FFMPEG_VER_SHA "2.6.2-Isengard-beta"
| #define USE_STATIC_FFMPEG 0
| #define HAVE_LIBVDPAU /**/
| #define HAVE_LIBVA 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_CDIO_ISO9660_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 8 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
| < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:31665: result: yes
configure:31676: checking for int16_t
configure:31676: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31676: $? = 0
configure:31676: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:233:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
^
configure:31676: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TZSET 1
| #define HAVE_UTIME 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LOCALTIME_R 1
| #define SIZEOF_INT 4
| #define SIZEOF_SIZE_T 8
| #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
| #define HAVE_STD__U16STRING 1
| #define HAVE_STD__U32STRING 1
| #define HAVE_CHAR16_T 1
| #define HAVE_CHAR32_T 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INOTIFY 1
| #define HAVE_PYTHON "2.7"
| #define HAVE_LIBGL 1
| #define HAVE_LIBGLEW 1
| #define HAVE_LIBGLU 1
| #define HAVE_MYSQL 1
| #define HAVE_OPENSSL 1
| #define HAVE_LIBGPG_ERROR 1
| #define HAVE_LIBGCRYPT 1
| #define HAVE_GCRYPT 1
| #define HAVE_GNUTLS 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBTIFF 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_LIBLZO2 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBMYSQLCLIENT 1
| #define HAVE_LIBBLUETOOTH 1
| #define HAVE_LIBTINYXML 1
| #define HAVE_LIBPCRECPP 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBBLURAY 1
| #define HAVE_LIBBLURAY_BDJ 1
| #define HAVE_LIBJASPER 1
| #define HAVE_DBUS 1
| #define SDL_VERSION 2
| #define HAVE_SDL 1
| #define HAVE_LIBMICROHTTPD 1
| #define HAS_DVD_DRIVE 1
| #define HAS_ALSA 1
| #define HAVE_LIBPULSE 1
| #define HAVE_LIBAVAHI_COMMON 1
| #define HAVE_LIBAVAHI_CLIENT 1
| #define HAVE_X11 1
| #define HAS_TOUCH_SKIN 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBRTMP_LOG_H 1
| #define HAVE_LIBRTMP_AMF_H 1
| #define HAVE_LIBRTMP_RTMP_H 1
| #define HAS_LIBRTMP 1
| #define HAVE_LIBSMBCLIENT 1
| #define HAVE_NFSC_LIBNFS_H 1
| #define HAVE_LIBNFS 1
| #define HAVE_LIBPLIST 1
| #define HAVE_LIBUDEV 1
| #define HAVE_SYS_CAPABILITY_H 1
| #define HAVE_LIBCAP 1
| #define FFMPEG_VER_SHA "2.6.2-Isengard-beta"
| #define USE_STATIC_FFMPEG 0
| #define HAVE_LIBVDPAU /**/
| #define HAVE_LIBVA 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_CDIO_ISO9660_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
| < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:31676: result: yes
configure:31687: checking for int32_t
configure:31687: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31687: $? = 0
configure:31687: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:234:53: warning: integer overflow in expression [-Woverflow]
< (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
^
conftest.c:233:12: error: storage size of 'test_array' isn't constant
static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
^
configure:31687: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TZSET 1
| #define HAVE_UTIME 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LOCALTIME_R 1
| #define SIZEOF_INT 4
| #define SIZEOF_SIZE_T 8
| #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
| #define HAVE_STD__U16STRING 1
| #define HAVE_STD__U32STRING 1
| #define HAVE_CHAR16_T 1
| #define HAVE_CHAR32_T 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INOTIFY 1
| #define HAVE_PYTHON "2.7"
| #define HAVE_LIBGL 1
| #define HAVE_LIBGLEW 1
| #define HAVE_LIBGLU 1
| #define HAVE_MYSQL 1
| #define HAVE_OPENSSL 1
| #define HAVE_LIBGPG_ERROR 1
| #define HAVE_LIBGCRYPT 1
| #define HAVE_GCRYPT 1
| #define HAVE_GNUTLS 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBTIFF 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_LIBLZO2 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBMYSQLCLIENT 1
| #define HAVE_LIBBLUETOOTH 1
| #define HAVE_LIBTINYXML 1
| #define HAVE_LIBPCRECPP 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBBLURAY 1
| #define HAVE_LIBBLURAY_BDJ 1
| #define HAVE_LIBJASPER 1
| #define HAVE_DBUS 1
| #define SDL_VERSION 2
| #define HAVE_SDL 1
| #define HAVE_LIBMICROHTTPD 1
| #define HAS_DVD_DRIVE 1
| #define HAS_ALSA 1
| #define HAVE_LIBPULSE 1
| #define HAVE_LIBAVAHI_COMMON 1
| #define HAVE_LIBAVAHI_CLIENT 1
| #define HAVE_X11 1
| #define HAS_TOUCH_SKIN 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBRTMP_LOG_H 1
| #define HAVE_LIBRTMP_AMF_H 1
| #define HAVE_LIBRTMP_RTMP_H 1
| #define HAS_LIBRTMP 1
| #define HAVE_LIBSMBCLIENT 1
| #define HAVE_NFSC_LIBNFS_H 1
| #define HAVE_LIBNFS 1
| #define HAVE_LIBPLIST 1
| #define HAVE_LIBUDEV 1
| #define HAVE_SYS_CAPABILITY_H 1
| #define HAVE_LIBCAP 1
| #define FFMPEG_VER_SHA "2.6.2-Isengard-beta"
| #define USE_STATIC_FFMPEG 0
| #define HAVE_LIBVDPAU /**/
| #define HAVE_LIBVA 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_CDIO_ISO9660_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
| < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:31687: result: yes
configure:31698: checking for int64_t
configure:31698: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31698: $? = 0
configure:31698: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:234:53: warning: integer overflow in expression [-Woverflow]
< (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
^
conftest.c:233:12: error: storage size of 'test_array' isn't constant
static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
^
configure:31698: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TZSET 1
| #define HAVE_UTIME 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LOCALTIME_R 1
| #define SIZEOF_INT 4
| #define SIZEOF_SIZE_T 8
| #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
| #define HAVE_STD__U16STRING 1
| #define HAVE_STD__U32STRING 1
| #define HAVE_CHAR16_T 1
| #define HAVE_CHAR32_T 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INOTIFY 1
| #define HAVE_PYTHON "2.7"
| #define HAVE_LIBGL 1
| #define HAVE_LIBGLEW 1
| #define HAVE_LIBGLU 1
| #define HAVE_MYSQL 1
| #define HAVE_OPENSSL 1
| #define HAVE_LIBGPG_ERROR 1
| #define HAVE_LIBGCRYPT 1
| #define HAVE_GCRYPT 1
| #define HAVE_GNUTLS 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBTIFF 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_LIBLZO2 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBMYSQLCLIENT 1
| #define HAVE_LIBBLUETOOTH 1
| #define HAVE_LIBTINYXML 1
| #define HAVE_LIBPCRECPP 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBBLURAY 1
| #define HAVE_LIBBLURAY_BDJ 1
| #define HAVE_LIBJASPER 1
| #define HAVE_DBUS 1
| #define SDL_VERSION 2
| #define HAVE_SDL 1
| #define HAVE_LIBMICROHTTPD 1
| #define HAS_DVD_DRIVE 1
| #define HAS_ALSA 1
| #define HAVE_LIBPULSE 1
| #define HAVE_LIBAVAHI_COMMON 1
| #define HAVE_LIBAVAHI_CLIENT 1
| #define HAVE_X11 1
| #define HAS_TOUCH_SKIN 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBRTMP_LOG_H 1
| #define HAVE_LIBRTMP_AMF_H 1
| #define HAVE_LIBRTMP_RTMP_H 1
| #define HAS_LIBRTMP 1
| #define HAVE_LIBSMBCLIENT 1
| #define HAVE_NFSC_LIBNFS_H 1
| #define HAVE_LIBNFS 1
| #define HAVE_LIBPLIST 1
| #define HAVE_LIBUDEV 1
| #define HAVE_SYS_CAPABILITY_H 1
| #define HAVE_LIBCAP 1
| #define FFMPEG_VER_SHA "2.6.2-Isengard-beta"
| #define USE_STATIC_FFMPEG 0
| #define HAVE_LIBVDPAU /**/
| #define HAVE_LIBVA 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_CDIO_ISO9660_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
| < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:31698: result: yes
configure:31709: checking for mode_t
configure:31709: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31709: $? = 0
configure:31709: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:232:21: error: expected expression before ')' token
if (sizeof ((mode_t)))
^
configure:31709: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TZSET 1
| #define HAVE_UTIME 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LOCALTIME_R 1
| #define SIZEOF_INT 4
| #define SIZEOF_SIZE_T 8
| #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
| #define HAVE_STD__U16STRING 1
| #define HAVE_STD__U32STRING 1
| #define HAVE_CHAR16_T 1
| #define HAVE_CHAR32_T 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INOTIFY 1
| #define HAVE_PYTHON "2.7"
| #define HAVE_LIBGL 1
| #define HAVE_LIBGLEW 1
| #define HAVE_LIBGLU 1
| #define HAVE_MYSQL 1
| #define HAVE_OPENSSL 1
| #define HAVE_LIBGPG_ERROR 1
| #define HAVE_LIBGCRYPT 1
| #define HAVE_GCRYPT 1
| #define HAVE_GNUTLS 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBTIFF 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_LIBLZO2 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBMYSQLCLIENT 1
| #define HAVE_LIBBLUETOOTH 1
| #define HAVE_LIBTINYXML 1
| #define HAVE_LIBPCRECPP 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBBLURAY 1
| #define HAVE_LIBBLURAY_BDJ 1
| #define HAVE_LIBJASPER 1
| #define HAVE_DBUS 1
| #define SDL_VERSION 2
| #define HAVE_SDL 1
| #define HAVE_LIBMICROHTTPD 1
| #define HAS_DVD_DRIVE 1
| #define HAS_ALSA 1
| #define HAVE_LIBPULSE 1
| #define HAVE_LIBAVAHI_COMMON 1
| #define HAVE_LIBAVAHI_CLIENT 1
| #define HAVE_X11 1
| #define HAS_TOUCH_SKIN 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBRTMP_LOG_H 1
| #define HAVE_LIBRTMP_AMF_H 1
| #define HAVE_LIBRTMP_RTMP_H 1
| #define HAS_LIBRTMP 1
| #define HAVE_LIBSMBCLIENT 1
| #define HAVE_NFSC_LIBNFS_H 1
| #define HAVE_LIBNFS 1
| #define HAVE_LIBPLIST 1
| #define HAVE_LIBUDEV 1
| #define HAVE_SYS_CAPABILITY_H 1
| #define HAVE_LIBCAP 1
| #define FFMPEG_VER_SHA "2.6.2-Isengard-beta"
| #define USE_STATIC_FFMPEG 0
| #define HAVE_LIBVDPAU /**/
| #define HAVE_LIBVA 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_CDIO_ISO9660_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((mode_t)))
| return 0;
| ;
| return 0;
| }
configure:31709: result: yes
configure:31720: checking for off_t
configure:31720: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31720: $? = 0
configure:31720: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:232:20: error: expected expression before ')' token
if (sizeof ((off_t)))
^
configure:31720: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TZSET 1
| #define HAVE_UTIME 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LOCALTIME_R 1
| #define SIZEOF_INT 4
| #define SIZEOF_SIZE_T 8
| #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
| #define HAVE_STD__U16STRING 1
| #define HAVE_STD__U32STRING 1
| #define HAVE_CHAR16_T 1
| #define HAVE_CHAR32_T 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INOTIFY 1
| #define HAVE_PYTHON "2.7"
| #define HAVE_LIBGL 1
| #define HAVE_LIBGLEW 1
| #define HAVE_LIBGLU 1
| #define HAVE_MYSQL 1
| #define HAVE_OPENSSL 1
| #define HAVE_LIBGPG_ERROR 1
| #define HAVE_LIBGCRYPT 1
| #define HAVE_GCRYPT 1
| #define HAVE_GNUTLS 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBTIFF 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_LIBLZO2 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBMYSQLCLIENT 1
| #define HAVE_LIBBLUETOOTH 1
| #define HAVE_LIBTINYXML 1
| #define HAVE_LIBPCRECPP 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBBLURAY 1
| #define HAVE_LIBBLURAY_BDJ 1
| #define HAVE_LIBJASPER 1
| #define HAVE_DBUS 1
| #define SDL_VERSION 2
| #define HAVE_SDL 1
| #define HAVE_LIBMICROHTTPD 1
| #define HAS_DVD_DRIVE 1
| #define HAS_ALSA 1
| #define HAVE_LIBPULSE 1
| #define HAVE_LIBAVAHI_COMMON 1
| #define HAVE_LIBAVAHI_CLIENT 1
| #define HAVE_X11 1
| #define HAS_TOUCH_SKIN 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBRTMP_LOG_H 1
| #define HAVE_LIBRTMP_AMF_H 1
| #define HAVE_LIBRTMP_RTMP_H 1
| #define HAS_LIBRTMP 1
| #define HAVE_LIBSMBCLIENT 1
| #define HAVE_NFSC_LIBNFS_H 1
| #define HAVE_LIBNFS 1
| #define HAVE_LIBPLIST 1
| #define HAVE_LIBUDEV 1
| #define HAVE_SYS_CAPABILITY_H 1
| #define HAVE_LIBCAP 1
| #define FFMPEG_VER_SHA "2.6.2-Isengard-beta"
| #define USE_STATIC_FFMPEG 0
| #define HAVE_LIBVDPAU /**/
| #define HAVE_LIBVA 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_CDIO_ISO9660_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
| return 0;
| ;
| return 0;
| }
configure:31720: result: yes
configure:31731: checking for pid_t
configure:31731: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31731: $? = 0
configure:31731: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:232:20: error: expected expression before ')' token
if (sizeof ((pid_t)))
^
configure:31731: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TZSET 1
| #define HAVE_UTIME 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LOCALTIME_R 1
| #define SIZEOF_INT 4
| #define SIZEOF_SIZE_T 8
| #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
| #define HAVE_STD__U16STRING 1
| #define HAVE_STD__U32STRING 1
| #define HAVE_CHAR16_T 1
| #define HAVE_CHAR32_T 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INOTIFY 1
| #define HAVE_PYTHON "2.7"
| #define HAVE_LIBGL 1
| #define HAVE_LIBGLEW 1
| #define HAVE_LIBGLU 1
| #define HAVE_MYSQL 1
| #define HAVE_OPENSSL 1
| #define HAVE_LIBGPG_ERROR 1
| #define HAVE_LIBGCRYPT 1
| #define HAVE_GCRYPT 1
| #define HAVE_GNUTLS 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBTIFF 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_LIBLZO2 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBMYSQLCLIENT 1
| #define HAVE_LIBBLUETOOTH 1
| #define HAVE_LIBTINYXML 1
| #define HAVE_LIBPCRECPP 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBBLURAY 1
| #define HAVE_LIBBLURAY_BDJ 1
| #define HAVE_LIBJASPER 1
| #define HAVE_DBUS 1
| #define SDL_VERSION 2
| #define HAVE_SDL 1
| #define HAVE_LIBMICROHTTPD 1
| #define HAS_DVD_DRIVE 1
| #define HAS_ALSA 1
| #define HAVE_LIBPULSE 1
| #define HAVE_LIBAVAHI_COMMON 1
| #define HAVE_LIBAVAHI_CLIENT 1
| #define HAVE_X11 1
| #define HAS_TOUCH_SKIN 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBRTMP_LOG_H 1
| #define HAVE_LIBRTMP_AMF_H 1
| #define HAVE_LIBRTMP_RTMP_H 1
| #define HAS_LIBRTMP 1
| #define HAVE_LIBSMBCLIENT 1
| #define HAVE_NFSC_LIBNFS_H 1
| #define HAVE_LIBNFS 1
| #define HAVE_LIBPLIST 1
| #define HAVE_LIBUDEV 1
| #define HAVE_SYS_CAPABILITY_H 1
| #define HAVE_LIBCAP 1
| #define FFMPEG_VER_SHA "2.6.2-Isengard-beta"
| #define USE_STATIC_FFMPEG 0
| #define HAVE_LIBVDPAU /**/
| #define HAVE_LIBVA 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_CDIO_ISO9660_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:31731: result: yes
configure:31742: checking for C/C++ restrict keyword
configure:31767: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31767: $? = 0
configure:31775: result: __restrict
configure:31788: checking for size_t
configure:31788: result: yes
configure:31799: checking for ssize_t
configure:31799: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31799: $? = 0
configure:31799: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:233:22: error: expected expression before ')' token
if (sizeof ((ssize_t)))
^
configure:31799: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TZSET 1
| #define HAVE_UTIME 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LOCALTIME_R 1
| #define SIZEOF_INT 4
| #define SIZEOF_SIZE_T 8
| #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
| #define HAVE_STD__U16STRING 1
| #define HAVE_STD__U32STRING 1
| #define HAVE_CHAR16_T 1
| #define HAVE_CHAR32_T 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INOTIFY 1
| #define HAVE_PYTHON "2.7"
| #define HAVE_LIBGL 1
| #define HAVE_LIBGLEW 1
| #define HAVE_LIBGLU 1
| #define HAVE_MYSQL 1
| #define HAVE_OPENSSL 1
| #define HAVE_LIBGPG_ERROR 1
| #define HAVE_LIBGCRYPT 1
| #define HAVE_GCRYPT 1
| #define HAVE_GNUTLS 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBTIFF 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_LIBLZO2 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBMYSQLCLIENT 1
| #define HAVE_LIBBLUETOOTH 1
| #define HAVE_LIBTINYXML 1
| #define HAVE_LIBPCRECPP 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBBLURAY 1
| #define HAVE_LIBBLURAY_BDJ 1
| #define HAVE_LIBJASPER 1
| #define HAVE_DBUS 1
| #define SDL_VERSION 2
| #define HAVE_SDL 1
| #define HAVE_LIBMICROHTTPD 1
| #define HAS_DVD_DRIVE 1
| #define HAS_ALSA 1
| #define HAVE_LIBPULSE 1
| #define HAVE_LIBAVAHI_COMMON 1
| #define HAVE_LIBAVAHI_CLIENT 1
| #define HAVE_X11 1
| #define HAS_TOUCH_SKIN 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBRTMP_LOG_H 1
| #define HAVE_LIBRTMP_AMF_H 1
| #define HAVE_LIBRTMP_RTMP_H 1
| #define HAS_LIBRTMP 1
| #define HAVE_LIBSMBCLIENT 1
| #define HAVE_NFSC_LIBNFS_H 1
| #define HAVE_LIBNFS 1
| #define HAVE_LIBPLIST 1
| #define HAVE_LIBUDEV 1
| #define HAVE_SYS_CAPABILITY_H 1
| #define HAVE_LIBCAP 1
| #define FFMPEG_VER_SHA "2.6.2-Isengard-beta"
| #define USE_STATIC_FFMPEG 0
| #define HAVE_LIBVDPAU /**/
| #define HAVE_LIBVA 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_CDIO_ISO9660_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ssize_t)))
| return 0;
| ;
| return 0;
| }
configure:31799: result: yes
configure:31810: checking for struct stat.st_rdev
configure:31810: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31810: $? = 0
configure:31810: result: yes
configure:31820: checking whether time.h and sys/time.h may both be included
configure:31847: result: yes
configure:31855: checking whether struct tm is in sys/time.h or time.h
configure:31875: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31875: $? = 0
configure:31882: result: time.h
configure:31890: checking for uint8_t
configure:31890: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31890: $? = 0
configure:31890: result: yes
configure:31904: checking for uint16_t
configure:31904: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31904: $? = 0
configure:31904: result: yes
configure:31916: checking for uint32_t
configure:31916: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31916: $? = 0
configure:31916: result: yes
configure:31930: checking for uint64_t
configure:31930: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:31930: $? = 0
configure:31930: result: yes
configure:31944: checking whether byte ordering is bigendian
configure:31959: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:200:9: error: unknown type name 'not'
not a universal capable compiler
^
conftest.c:200:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
not a universal capable compiler
^
conftest.c:200:15: error: unknown type name 'universal'
configure:31959: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TZSET 1
| #define HAVE_UTIME 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LOCALTIME_R 1
| #define SIZEOF_INT 4
| #define SIZEOF_SIZE_T 8
| #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
| #define HAVE_STD__U16STRING 1
| #define HAVE_STD__U32STRING 1
| #define HAVE_CHAR16_T 1
| #define HAVE_CHAR32_T 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INOTIFY 1
| #define HAVE_PYTHON "2.7"
| #define HAVE_LIBGL 1
| #define HAVE_LIBGLEW 1
| #define HAVE_LIBGLU 1
| #define HAVE_MYSQL 1
| #define HAVE_OPENSSL 1
| #define HAVE_LIBGPG_ERROR 1
| #define HAVE_LIBGCRYPT 1
| #define HAVE_GCRYPT 1
| #define HAVE_GNUTLS 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBTIFF 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_LIBLZO2 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBMYSQLCLIENT 1
| #define HAVE_LIBBLUETOOTH 1
| #define HAVE_LIBTINYXML 1
| #define HAVE_LIBPCRECPP 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBBLURAY 1
| #define HAVE_LIBBLURAY_BDJ 1
| #define HAVE_LIBJASPER 1
| #define HAVE_DBUS 1
| #define SDL_VERSION 2
| #define HAVE_SDL 1
| #define HAVE_LIBMICROHTTPD 1
| #define HAS_DVD_DRIVE 1
| #define HAS_ALSA 1
| #define HAVE_LIBPULSE 1
| #define HAVE_LIBAVAHI_COMMON 1
| #define HAVE_LIBAVAHI_CLIENT 1
| #define HAVE_X11 1
| #define HAS_TOUCH_SKIN 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBRTMP_LOG_H 1
| #define HAVE_LIBRTMP_AMF_H 1
| #define HAVE_LIBRTMP_RTMP_H 1
| #define HAS_LIBRTMP 1
| #define HAVE_LIBSMBCLIENT 1
| #define HAVE_NFSC_LIBNFS_H 1
| #define HAVE_LIBNFS 1
| #define HAVE_LIBPLIST 1
| #define HAVE_LIBUDEV 1
| #define HAVE_SYS_CAPABILITY_H 1
| #define HAVE_LIBCAP 1
| #define FFMPEG_VER_SHA "2.6.2-Isengard-beta"
| #define USE_STATIC_FFMPEG 0
| #define HAVE_LIBVDPAU /**/
| #define HAVE_LIBVA 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_CDIO_ISO9660_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:32004: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:32004: $? = 0
configure:32022: x86_64-pc-linux-gnu-gcc -c -pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:206:4: error: unknown type name 'not'
not big endian
^
conftest.c:206:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
not big endian
^
configure:32022: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kodi"
| #define PACKAGE_TARNAME "kodi"
| #define PACKAGE_VERSION "14.9.802"
| #define PACKAGE_STRING "kodi 14.9.802"
| #define PACKAGE_BUGREPORT "http://trac.kodi.tv"
| #define PACKAGE_URL ""
| #define PACKAGE "kodi"
| #define VERSION "14.9.802"
| #define HAVE_LIRC 1
| #define LIRC_DEVICE "/dev/lircd"
| #define HAVE_CXX11 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 HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_ALARM 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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_STRCOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LCHOWN 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MODF 1
| #define HAVE_MUNMAP 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TZSET 1
| #define HAVE_UTIME 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_LOCALTIME_R 1
| #define SIZEOF_INT 4
| #define SIZEOF_SIZE_T 8
| #define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
| #define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
| #define HAVE_STD__U16STRING 1
| #define HAVE_STD__U32STRING 1
| #define HAVE_CHAR16_T 1
| #define HAVE_CHAR32_T 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INOTIFY 1
| #define HAVE_PYTHON "2.7"
| #define HAVE_LIBGL 1
| #define HAVE_LIBGLEW 1
| #define HAVE_LIBGLU 1
| #define HAVE_MYSQL 1
| #define HAVE_OPENSSL 1
| #define HAVE_LIBGPG_ERROR 1
| #define HAVE_LIBGCRYPT 1
| #define HAVE_GCRYPT 1
| #define HAVE_GNUTLS 1
| #define HAVE_LIBBZ2 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBTIFF 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_LIBLZO2 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBMYSQLCLIENT 1
| #define HAVE_LIBBLUETOOTH 1
| #define HAVE_LIBTINYXML 1
| #define HAVE_LIBPCRECPP 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBBLURAY 1
| #define HAVE_LIBBLURAY_BDJ 1
| #define HAVE_LIBJASPER 1
| #define HAVE_DBUS 1
| #define SDL_VERSION 2
| #define HAVE_SDL 1
| #define HAVE_LIBMICROHTTPD 1
| #define HAS_DVD_DRIVE 1
| #define HAS_ALSA 1
| #define HAVE_LIBPULSE 1
| #define HAVE_LIBAVAHI_COMMON 1
| #define HAVE_LIBAVAHI_CLIENT 1
| #define HAVE_X11 1
| #define HAS_TOUCH_SKIN 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBSSH 1
| #define HAVE_LIBRTMP_LOG_H 1
| #define HAVE_LIBRTMP_AMF_H 1
| #define HAVE_LIBRTMP_RTMP_H 1
| #define HAS_LIBRTMP 1
| #define HAVE_LIBSMBCLIENT 1
| #define HAVE_NFSC_LIBNFS_H 1
| #define HAVE_LIBNFS 1
| #define HAVE_LIBPLIST 1
| #define HAVE_LIBUDEV 1
| #define HAVE_SYS_CAPABILITY_H 1
| #define HAVE_LIBCAP 1
| #define FFMPEG_VER_SHA "2.6.2-Isengard-beta"
| #define USE_STATIC_FFMPEG 0
| #define HAVE_LIBVDPAU /**/
| #define HAVE_LIBVA 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_CDIO_ISO9660_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:32150: result: no
configure:32325: checking for SQUISH
configure:32332: $PKG_CONFIG --exists --print-errors "squish"
configure:32335: $? = 0
configure:32349: $PKG_CONFIG --exists --print-errors "squish"
configure:32352: $? = 0
configure:32390: result: yes
configure:32398: checking for TexturePacker
configure:32429: result: none
configure:32545: == DVDCSS support enabled. ==
configure:32571: == Google Test Framework will not be configured. ==
configure:32659: == Google Breakpad Framework will not be configured. ==
configure:33274: checking that generated files are newer than configure
configure:33280: result: done
configure:33316: creating ./config.status
configure:36011: Skipping configuration of submodule lib/gtest.
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by kodi config.status 14.9.802, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on MACHINE-NAME
config.status:1605: creating .dummy
config.status:1605: creating Makefile
config.status:1605: creating Makefile.include
config.status:1605: creating addons/skin.confluence/media/Makefile
config.status:1605: creating xbmc/Makefile
config.status:1605: creating xbmc/cdrip/Makefile
config.status:1605: creating xbmc/cores/Makefile
config.status:1605: creating xbmc/cores/VideoRenderers/Makefile
config.status:1605: creating xbmc/cores/dvdplayer/Makefile
config.status:1605: creating lib/libdvd/Makefile
config.status:1605: creating xbmc/cores/DllLoader/Makefile
config.status:1605: creating xbmc/cores/DllLoader/exports/Makefile
config.status:1605: creating xbmc/cores/dvdplayer/DVDCodecs/Makefile
config.status:1605: creating xbmc/cores/dvdplayer/DVDCodecs/Audio/Makefile
config.status:1605: creating xbmc/cores/dvdplayer/DVDCodecs/Overlay/Makefile
config.status:1605: creating xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile
config.status:1605: creating xbmc/cores/dvdplayer/DVDDemuxers/Makefile
config.status:1605: creating xbmc/cores/dvdplayer/DVDSubtitles/Makefile
config.status:1605: creating xbmc/cores/AudioEngine/Makefile
config.status:1605: creating xbmc/cores/paplayer/Makefile
config.status:1605: creating xbmc/cores/omxplayer/Makefile
config.status:1605: creating xbmc/cores/playercorefactory/Makefile
config.status:1605: creating xbmc/music/karaoke/Makefile
config.status:1605: creating xbmc/osx/Makefile
config.status:1605: creating xbmc/guilib/Makefile
config.status:1605: creating xbmc/input/linux/Makefile
config.status:1605: creating xbmc/interfaces/Makefile
config.status:1605: creating xbmc/network/Makefile
config.status:1605: creating xbmc/network/httprequesthandler/python/Makefile
config.status:1605: creating xbmc/network/upnp/Makefile
config.status:1605: creating lib/libexif/Makefile
config.status:1605: creating lib/libhdhomerun/Makefile
config.status:1605: creating lib/cximage-6.0/Makefile
config.status:1605: creating lib/libUPnP/Makefile
config.status:1605: creating xbmc/DllPaths_generated.h
config.status:1605: creating xbmc/DllPaths_generated_android.h
config.status:1605: creating xbmc/freebsd/Makefile
config.status:1605: creating xbmc/linux/Makefile
config.status:1605: creating xbmc/filesystem/Makefile
config.status:1605: creating xbmc/screensavers/rsxs-0.9/xbmc/Makefile
config.status:1605: creating xbmc/visualizations/XBMCProjectM/Makefile
config.status:1605: creating xbmc/visualizations/Goom/Makefile
config.status:1605: creating xbmc/visualizations/OpenGLSpectrum/Makefile
config.status:1605: creating xbmc/visualizations/fishBMC/Makefile
config.status:1605: creating xbmc/visualizations/WaveForm/Makefile
config.status:1605: creating xbmc/windowing/Makefile
config.status:1605: creating xbmc/windowing/egl/Makefile
config.status:1605: creating lib/addons/library.xbmc.addon/Makefile
config.status:1605: creating lib/addons/library.xbmc.codec/Makefile
config.status:1605: creating lib/addons/library.kodi.guilib/Makefile
config.status:1605: creating lib/addons/library.xbmc.pvr/Makefile
config.status:1605: creating xbmc/visualizations/EGLHelpers/Makefile
config.status:1605: creating tools/Linux/kodi.sh
config.status:1605: creating tools/Linux/kodi-standalone.sh
config.status:1605: creating tools/Linux/kodi-xsession.desktop
config.status:1605: creating tools/EventClients/Makefile
config.status:1605: creating tools/EventClients/Clients/OSXRemote/Makefile
config.status:1605: creating xbmc/peripherals/bus/Makefile
config.status:1605: creating xbmc/peripherals/devices/Makefile
config.status:1605: creating xbmc/android/activity/Makefile
config.status:1605: creating xbmc/android/loader/Makefile
config.status:1605: creating xbmc/android/jni/Makefile
config.status:1605: creating xbmc/utils/Makefile
config.status:1605: creating xbmc/main/Makefile
config.status:1605: creating tools/darwin/Configurations/App.xcconfig
config.status:1605: creating tools/darwin/Configurations/Common.xcconfig
config.status:1605: creating tools/darwin/packaging/ios/mkdeb-ios.sh
config.status:1605: creating tools/darwin/packaging/atv2/mkdeb-atv2.sh
config.status:1605: creating tools/darwin/packaging/osx/mkdmg-osx.sh
config.status:1605: creating tools/darwin/packaging/migrate_to_kodi_ios.sh
config.status:1605: creating tools/darwin/packaging/seatbeltunlock/mkdeb-seatbeltunlock.sh
config.status:1605: creating xbmc/osx/Info.plist
config.status:1605: creating xbmc/osx/ios/XBMCIOS-Info.plist
config.status:1605: creating xbmc/osx/atv2/XBMCATV2-Info.plist
config.status:1605: creating project/cmake/kodi-config.cmake
config.status:1605: creating project/cmake/xbmc-config.cmake
config.status:1605: creating tools/android/packaging/xbmc/AndroidManifest.xml
config.status:1605: creating tools/android/packaging/Makefile
config.status:1605: creating tools/android/packaging/xbmc/src/org/xbmc/kodi/Splash.java
config.status:1605: creating tools/android/packaging/xbmc/src/org/xbmc/kodi/Main.java
config.status:1605: creating tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCBroadcastReceiver.java
config.status:1605: creating tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCOnFrameAvailableListener.java
config.status:1605: creating tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCSettingsContentObserver.java
config.status:1605: creating tools/android/packaging/xbmc/strings.xml
config.status:1605: creating addons/xbmc.addon/addon.xml
config.status:1605: creating addons/skin.re-touched/media/Makefile
config.status:1605: creating xbmc/linux/sse4/Makefile
config.status:1605: creating xbmc/interfaces/python/Makefile
config.status:1605: creating xbmc/interfaces/python/test/Makefile
config.status:1605: creating xbmc/config.h
config.status:1839: executing depfiles commands
config.status:1839: executing libtool commands
configure:36037: WARNING: unrecognized options: --enable-xrandr
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_build_prog_CPP='gcc -E'
ac_cv_build_prog_CXXCPP='g++ -E'
ac_cv_build_prog_cc_g=yes
ac_cv_build_prog_cxx_g=yes
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_int16_t=yes
ac_cv_c_int32_t=yes
ac_cv_c_int64_t=yes
ac_cv_c_int8_t=yes
ac_cv_c_restrict=__restrict
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_c_uint8_t=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_ALSA_CFLAGS_set=
ac_cv_env_ALSA_CFLAGS_value=
ac_cv_env_ALSA_LIBS_set=
ac_cv_env_ALSA_LIBS_value=
ac_cv_env_BREAKPAD_CFLAGS_set=
ac_cv_env_BREAKPAD_CFLAGS_value=
ac_cv_env_BREAKPAD_LIBS_set=
ac_cv_env_BREAKPAD_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CDIO_CFLAGS_set=
ac_cv_env_CDIO_CFLAGS_value=
ac_cv_env_CDIO_LIBS_set=
ac_cv_env_CDIO_LIBS_value=
ac_cv_env_CEC_CFLAGS_set=
ac_cv_env_CEC_CFLAGS_value=
ac_cv_env_CEC_LIBS_set=
ac_cv_env_CEC_LIBS_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-march=native -O2 -pipe'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-march=native -O2 -pipe'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DBUS_CFLAGS_set=
ac_cv_env_DBUS_CFLAGS_value=
ac_cv_env_DBUS_LIBS_set=
ac_cv_env_DBUS_LIBS_value=
ac_cv_env_DRM_CFLAGS_set=
ac_cv_env_DRM_CFLAGS_value=
ac_cv_env_DRM_LIBS_set=
ac_cv_env_DRM_LIBS_value=
ac_cv_env_FFMPEG_CFLAGS_set=
ac_cv_env_FFMPEG_CFLAGS_value=
ac_cv_env_FFMPEG_LIBS_set=
ac_cv_env_FFMPEG_LIBS_value=
ac_cv_env_FREETYPE2_CFLAGS_set=
ac_cv_env_FREETYPE2_CFLAGS_value=
ac_cv_env_FREETYPE2_LIBS_set=
ac_cv_env_FREETYPE2_LIBS_value=
ac_cv_env_FRIBIDI_CFLAGS_set=
ac_cv_env_FRIBIDI_CFLAGS_value=
ac_cv_env_FRIBIDI_LIBS_set=
ac_cv_env_FRIBIDI_LIBS_value=
ac_cv_env_GNUTLS_CFLAGS_set=
ac_cv_env_GNUTLS_CFLAGS_value=
ac_cv_env_GNUTLS_LIBS_set=
ac_cv_env_GNUTLS_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed'
ac_cv_env_LIBBLURAY_CFLAGS_set=
ac_cv_env_LIBBLURAY_CFLAGS_value=
ac_cv_env_LIBBLURAY_LIBS_set=
ac_cv_env_LIBBLURAY_LIBS_value=
ac_cv_env_LIBCURL_CFLAGS_set=
ac_cv_env_LIBCURL_CFLAGS_value=
ac_cv_env_LIBCURL_LIBS_set=
ac_cv_env_LIBCURL_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBVA_CFLAGS_set=
ac_cv_env_LIBVA_CFLAGS_value=
ac_cv_env_LIBVA_LIBS_set=
ac_cv_env_LIBVA_LIBS_value=
ac_cv_env_LIBXML_CFLAGS_set=
ac_cv_env_LIBXML_CFLAGS_value=
ac_cv_env_LIBXML_LIBS_set=
ac_cv_env_LIBXML_LIBS_value=
ac_cv_env_LIBXSLT_CFLAGS_set=
ac_cv_env_LIBXSLT_CFLAGS_value=
ac_cv_env_LIBXSLT_LIBS_set=
ac_cv_env_LIBXSLT_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_PCRECPP_CFLAGS_set=
ac_cv_env_PCRECPP_CFLAGS_value=
ac_cv_env_PCRECPP_LIBS_set=
ac_cv_env_PCRECPP_LIBS_value=
ac_cv_env_PCRE_CFLAGS_set=
ac_cv_env_PCRE_CFLAGS_value=
ac_cv_env_PCRE_LIBS_set=
ac_cv_env_PCRE_LIBS_value=
ac_cv_env_PIXMAN_CFLAGS_set=
ac_cv_env_PIXMAN_CFLAGS_value=
ac_cv_env_PIXMAN_LIBS_set=
ac_cv_env_PIXMAN_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/dev/shm/portage/media-tv/kodi-9999/temp/python2.7/pkgconfig
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_PULSE_CFLAGS_set=
ac_cv_env_PULSE_CFLAGS_value=
ac_cv_env_PULSE_LIBS_set=
ac_cv_env_PULSE_LIBS_value=
ac_cv_env_PYTHON_VERSION_set=
ac_cv_env_PYTHON_VERSION_value=
ac_cv_env_SAMBA_CFLAGS_set=
ac_cv_env_SAMBA_CFLAGS_value=
ac_cv_env_SAMBA_LIBS_set=
ac_cv_env_SAMBA_LIBS_value=
ac_cv_env_SDL2_CFLAGS_set=
ac_cv_env_SDL2_CFLAGS_value=
ac_cv_env_SDL2_LIBS_set=
ac_cv_env_SDL2_LIBS_value=
ac_cv_env_SQLITE3_CFLAGS_set=
ac_cv_env_SQLITE3_CFLAGS_value=
ac_cv_env_SQLITE3_LIBS_set=
ac_cv_env_SQLITE3_LIBS_value=
ac_cv_env_SQUISH_CFLAGS_set=
ac_cv_env_SQUISH_CFLAGS_value=
ac_cv_env_SQUISH_LIBS_set=
ac_cv_env_SQUISH_LIBS_value=
ac_cv_env_TAGLIB_CFLAGS_set=
ac_cv_env_TAGLIB_CFLAGS_value=
ac_cv_env_TAGLIB_LIBS_set=
ac_cv_env_TAGLIB_LIBS_value=
ac_cv_env_TINYXML_CFLAGS_set=
ac_cv_env_TINYXML_CFLAGS_value=
ac_cv_env_TINYXML_LIBS_set=
ac_cv_env_TINYXML_LIBS_value=
ac_cv_env_UDEV_CFLAGS_set=
ac_cv_env_UDEV_CFLAGS_value=
ac_cv_env_UDEV_LIBS_set=
ac_cv_env_UDEV_LIBS_value=
ac_cv_env_USB_CFLAGS_set=
ac_cv_env_USB_CFLAGS_value=
ac_cv_env_USB_LIBS_set=
ac_cv_env_USB_LIBS_value=
ac_cv_env_WAYLAND_CLIENT_CFLAGS_set=
ac_cv_env_WAYLAND_CLIENT_CFLAGS_value=
ac_cv_env_WAYLAND_CLIENT_LIBS_set=
ac_cv_env_WAYLAND_CLIENT_LIBS_value=
ac_cv_env_WAYLAND_EGL_CFLAGS_set=
ac_cv_env_WAYLAND_EGL_CFLAGS_value=
ac_cv_env_WAYLAND_EGL_LIBS_set=
ac_cv_env_WAYLAND_EGL_LIBS_value=
ac_cv_env_WESTON_CFLAGS_set=
ac_cv_env_WESTON_CFLAGS_value=
ac_cv_env_WESTON_LIBS_set=
ac_cv_env_WESTON_LIBS_value=
ac_cv_env_X11_CFLAGS_set=
ac_cv_env_X11_CFLAGS_value=
ac_cv_env_X11_LIBS_set=
ac_cv_env_X11_LIBS_value=
ac_cv_env_XEXT_CFLAGS_set=
ac_cv_env_XEXT_CFLAGS_value=
ac_cv_env_XEXT_LIBS_set=
ac_cv_env_XEXT_LIBS_value=
ac_cv_env_XKBCOMMON_CFLAGS_set=
ac_cv_env_XKBCOMMON_CFLAGS_value=
ac_cv_env_XKBCOMMON_LIBS_set=
ac_cv_env_XKBCOMMON_LIBS_value=
ac_cv_env_XMU_CFLAGS_set=
ac_cv_env_XMU_CFLAGS_value=
ac_cv_env_XMU_LIBS_set=
ac_cv_env_XMU_LIBS_value=
ac_cv_env_XRANDR_CFLAGS_set=
ac_cv_env_XRANDR_CFLAGS_value=
ac_cv_env_XRANDR_LIBS_set=
ac_cv_env_XRANDR_LIBS_value=
ac_cv_env_XT_CFLAGS_set=
ac_cv_env_XT_CFLAGS_value=
ac_cv_env_XT_LIBS_set=
ac_cv_env_XT_LIBS_value=
ac_cv_env_YAJL_CFLAGS_set=
ac_cv_env_YAJL_CFLAGS_value=
ac_cv_env_YAJL_LIBS_set=
ac_cv_env_YAJL_LIBS_value=
ac_cv_env_ZIP_CFLAGS_set=
ac_cv_env_ZIP_CFLAGS_value=
ac_cv_env_ZIP_LIBS_set=
ac_cv_env_ZIP_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-pc-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func__doprnt=no
ac_cv_func_alarm=yes
ac_cv_func_alloca_works=yes
ac_cv_func_atexit=yes
ac_cv_func_chown_works=yes
ac_cv_func_closedir_void=no
ac_cv_func_dup2=yes
ac_cv_func_fdatasync=yes
ac_cv_func_floor=no
ac_cv_func_fs_stat_dev=no
ac_cv_func_ftime=yes
ac_cv_func_ftruncate=yes
ac_cv_func_getcwd=yes
ac_cv_func_gethostbyaddr=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostname=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpass=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_lchown=yes
ac_cv_func_localeconv=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_lstat_empty_string_bug=no
ac_cv_func_memchr=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_mkdir=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_modf=yes
ac_cv_func_munmap=yes
ac_cv_func_posix_fadvise=yes
ac_cv_func_pow=no
ac_cv_func_rmdir=yes
ac_cv_func_select=yes
ac_cv_func_select_args='int,fd_set *,struct timeval *'
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_setvbuf_reversed=no
ac_cv_func_socket=yes
ac_cv_func_sqrt=no
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strcoll_works=yes
ac_cv_func_strcspn=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strftime=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strpbrk=yes
ac_cv_func_strrchr=yes
ac_cv_func_strspn=yes
ac_cv_func_strstr=yes
ac_cv_func_strtod=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoul=yes
ac_cv_func_sysinfo=yes
ac_cv_func_tzset=yes
ac_cv_func_utime=yes
ac_cv_func_utime_null=yes
ac_cv_func_vprintf=yes
ac_cv_func_working_mktime=yes
ac_cv_have_decl_BD_EVENT_IDLE=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_ass_ass_h=yes
ac_cv_header_boost_circular_buffer_hpp=yes
ac_cv_header_cdio_iso9660_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_float_h=yes
ac_cv_header_gcrypt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_jpeglib_h=yes
ac_cv_header_librtmp_amf_h=yes
ac_cv_header_librtmp_log_h=yes
ac_cv_header_librtmp_rtmp_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_mpeg2dec_mpeg2_h=yes
ac_cv_header_mpeg2dec_mpeg2convert_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_nfsc_libnfs_h=yes
ac_cv_header_ogg_ogg_h=yes
ac_cv_header_openssl_crypto_h=yes
ac_cv_header_plist_plist_h=yes
ac_cv_header_shairplay_raop_h=no
ac_cv_header_stat_broken=no
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=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_capability_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_inotify_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_mount_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_timeb_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_vfs_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_vdpau_vdpau_h=yes
ac_cv_header_vorbis_vorbisfile_h=yes
ac_cv_header_wchar_h=yes
ac_cv_header_wctype_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_GLEW_main=yes
ac_cv_lib_GLU_main=yes
ac_cv_lib_GL_main=yes
ac_cv_lib_avahi_client_main=yes
ac_cv_lib_avahi_common_main=yes
ac_cv_lib_avcodec_ff_vdpau_vc1_decode_picture=yes
ac_cv_lib_bluetooth_hci_devid=yes
ac_cv_lib_bluray_bd_register_argb_overlay_proc=yes
ac_cv_lib_bz2_main=yes
ac_cv_lib_cap_main=yes
ac_cv_lib_crypto_main=yes
ac_cv_lib_error_at_line=yes
ac_cv_lib_gcrypt_gcry_control=yes
ac_cv_lib_gpg_error_main=yes
ac_cv_lib_jasper_main=yes
ac_cv_lib_jpeg_main=yes
ac_cv_lib_lzo2_main=yes
ac_cv_lib_mDNSEmbedded_embedded_mDNSInit=no
ac_cv_lib_microhttpd_main=yes
ac_cv_lib_mysqlclient_main=yes
ac_cv_lib_pthread_main=yes
ac_cv_lib_pthread_pthread_setname_np=yes
ac_cv_lib_ssh_sftp_tell64=yes
ac_cv_lib_ssl_main=yes
ac_cv_lib_tiff_main=yes
ac_cv_lib_tinyxml_main=yes
ac_cv_lib_z_main=yes
ac_cv_member_struct_stat_st_rdev=yes
ac_cv_objext=o
ac_cv_path_DOXYGEN_EXE=/usr/bin/doxygen
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_JAVA_EXE=/usr/bin/java
ac_cv_path_LATEX=no
ac_cv_path_MYSQL_CONFIG=/usr/bin/mysql_config
ac_cv_path_PKG_CONFIG=/usr/bin/x86_64-pc-linux-gnu-pkg-config
ac_cv_path_PYTHON=/usr/bin/python2.7
ac_cv_path_SED=/bin/sed
ac_cv_path_SWIG_EXE=/usr/bin/swig
ac_cv_path_TEXTUREPACKER=none
ac_cv_path_install='/usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AR=x86_64-pc-linux-gnu-ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc
ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E'
ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++
ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -E'
ac_cv_prog_HAVE_CMAKE=yes
ac_cv_prog_HAVE_GAWK=yes
ac_cv_prog_HAVE_GIT=no
ac_cv_prog_HAVE_GPERF=yes
ac_cv_prog_HAVE_UNZIP=yes
ac_cv_prog_HAVE_ZIP=yes
ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump
ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib
ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip
ac_cv_prog_ac_ct_CC_FOR_BUILD=gcc
ac_cv_prog_ac_ct_CXX_FOR_BUILD=g++
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_search___dn_expand=-lresolv
ac_cv_search__dn_expand=no
ac_cv_search_clock_gettime='none required'
ac_cv_search_dlopen='none required'
ac_cv_search_dn_expand=no
ac_cv_search_iconv_open='none required'
ac_cv_search_opendir='none required'
ac_cv_sizeof_int=4
ac_cv_sizeof_size_t=8
ac_cv_sizeof_wchar_t=4
ac_cv_struct_tm=time.h
ac_cv_sys_largefile_source=no
ac_cv_type__Bool=yes
ac_cv_type_char16_t=yes
ac_cv_type_char32_t=yes
ac_cv_type_mode_t=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_std__u16string=yes
ac_cv_type_std__u32string=yes
ac_cv_type_uid_t=yes
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_cxx_compile_cxx11=no
ax_cv_cxx_compile_cxx11__std_gnupp11=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld
lt_cv_path_LDCXX='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/x86_64-pc-linux-gnu-nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=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='/bin/dd bs=4096 count=1'
pkg_cv_ALSA_CFLAGS='-I/usr/include/alsa '
pkg_cv_ALSA_LIBS='-lasound '
pkg_cv_CDIO_CFLAGS=
pkg_cv_CDIO_LIBS='-lcdio -lm '
pkg_cv_DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include '
pkg_cv_DBUS_LIBS='-ldbus-1 '
pkg_cv_DRM_CFLAGS='-I/usr/include/libdrm '
pkg_cv_DRM_LIBS='-ldrm '
pkg_cv_FFMPEG_CFLAGS=
pkg_cv_FFMPEG_LIBS='-lavcodec -lavfilter -lavformat -lavutil -lpostproc -lswscale -lswresample '
pkg_cv_FREETYPE2_CFLAGS='-I/usr/include/freetype2 '
pkg_cv_FREETYPE2_LIBS='-lfreetype '
pkg_cv_FRIBIDI_CFLAGS='-I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
pkg_cv_FRIBIDI_LIBS='-lfribidi -lglib-2.0 '
pkg_cv_GNUTLS_CFLAGS='-I/usr/include/p11-kit-1 '
pkg_cv_GNUTLS_LIBS='-lgnutls '
pkg_cv_LIBBLURAY_CFLAGS=
pkg_cv_LIBBLURAY_LIBS='-lbluray '
pkg_cv_LIBCURL_CFLAGS=
pkg_cv_LIBCURL_LIBS='-lcurl '
pkg_cv_LIBVA_CFLAGS=
pkg_cv_LIBVA_LIBS='-lva-x11 -lva '
pkg_cv_LIBXML_CFLAGS='-I/usr/include/libxml2 '
pkg_cv_LIBXML_LIBS='-lxml2 '
pkg_cv_LIBXSLT_CFLAGS='-I/usr/include/libxml2 '
pkg_cv_LIBXSLT_LIBS='-lxslt -lxml2 -lz -lm -ldl -lm -lxml2 '
pkg_cv_PCRECPP_CFLAGS=
pkg_cv_PCRECPP_LIBS='-lpcrecpp '
pkg_cv_PCRE_CFLAGS=
pkg_cv_PCRE_LIBS='-lpcre '
pkg_cv_PNG_CFLAGS='-I/usr/include/libpng16 '
pkg_cv_PNG_LIBS='-lpng16 '
pkg_cv_PULSE_CFLAGS='-D_REENTRANT '
pkg_cv_PULSE_LIBS='-lpulse '
pkg_cv_SAMBA_CFLAGS=
pkg_cv_SAMBA_LIBS='-lsmbclient '
pkg_cv_SDL2_CFLAGS='-D_REENTRANT -I/usr/include/SDL2 '
pkg_cv_SDL2_LIBS='-lSDL2 -lpthread '
pkg_cv_SQLITE3_CFLAGS=
pkg_cv_SQLITE3_LIBS='-lsqlite3 '
pkg_cv_SQUISH_CFLAGS='-I/dev/shm/portage/media-tv/kodi-9999/work/kodi-9999/tools/depends/native/libsquish-native/squish-install/include '
pkg_cv_SQUISH_LIBS='-L/dev/shm/portage/media-tv/kodi-9999/work/kodi-9999/tools/depends/native/libsquish-native/squish-install/lib -lsquish '
pkg_cv_TAGLIB_CFLAGS='-I/usr/include/taglib '
pkg_cv_TAGLIB_LIBS='-ltag '
pkg_cv_UDEV_CFLAGS=
pkg_cv_UDEV_LIBS='-ludev '
pkg_cv_X11_CFLAGS=
pkg_cv_X11_LIBS='-lX11 '
pkg_cv_XEXT_CFLAGS=
pkg_cv_XEXT_LIBS='-lXext '
pkg_cv_XMU_CFLAGS=
pkg_cv_XMU_LIBS='-lXmu -lXt -lX11 '
pkg_cv_XRANDR_CFLAGS=
pkg_cv_XRANDR_LIBS='-lXrandr '
pkg_cv_XT_CFLAGS=
pkg_cv_XT_LIBS='-lXt -lX11 '
pkg_cv_YAJL_CFLAGS='-I/usr/include/yajl '
pkg_cv_YAJL_LIBS='-lyajl '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /dev/shm/portage/media-tv/kodi-9999/work/kodi-9999/build-aux/missing aclocal-1.15'
ALLOCA=''
ALSA_CFLAGS='-I/usr/include/alsa '
ALSA_LIBS='-lasound '
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
APP_ADDON_API='14.9.802'
APP_INCLUDE_DIR='/usr/include/kodi'
APP_LIB_DIR='/usr/lib64/kodi'
APP_NAME='Kodi'
APP_NAME_LC='kodi'
APP_NAME_UC='KODI'
APP_PREFIX='/usr'
APP_VERSION='15.0-BETA2'
APP_VERSION_CODE='149802'
APP_VERSION_MAJOR='15'
APP_VERSION_MINOR='0'
APP_VERSION_TAG='BETA2'
APP_VERSION_TAG_LC='beta2'
AR='x86_64-pc-linux-gnu-ar'
ARCH='x86_64-linux'
ARCH_DEFINES='-DTARGET_POSIX -DTARGET_LINUX -D_LINUX'
ASS_SONAME='libass.so.5'
AUTOCONF='${SHELL} /dev/shm/portage/media-tv/kodi-9999/work/kodi-9999/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /dev/shm/portage/media-tv/kodi-9999/work/kodi-9999/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /dev/shm/portage/media-tv/kodi-9999/work/kodi-9999/build-aux/missing automake-1.15'
AWK='gawk'
BLURAY_SONAME='libbluray.so.1'
BREAKPAD_CFLAGS=''
BREAKPAD_LIBS=''
BUILD_DVDCSS='1'
BUILD_EXEEXT=''
BUILD_OBJEXT=''
CC='x86_64-pc-linux-gnu-gcc'
CCACHE=''
CCDEPMODE='depmode=none'
CC_FOR_BUILD='gcc'
CDIO_CFLAGS=''
CDIO_LIBS='-lcdio -lm '
CEC_CFLAGS=''
CEC_LIBS=''
CFLAGS='-pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64'
CFLAGS_FOR_BUILD='-g -O2'
CPP='x86_64-pc-linux-gnu-gcc -E'
CPPFLAGS=''
CPPFLAGS_FOR_BUILD=''
CPP_FOR_BUILD='gcc -E'
CURL_SONAME='libcurl.so.4'
CXX11_SWITCH='-std=gnu++11'
CXX='x86_64-pc-linux-gnu-g++'
CXXCPP='x86_64-pc-linux-gnu-g++ -E'
CXXCPPFLAGS_FOR_BUILD=''
CXXCPP_FOR_BUILD='g++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-pg -DNDEBUG=1 -march=native -O2 -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -std=gnu++11'
CXXFLAGS_FOR_BUILD='-g -O2'
CXX_FOR_BUILD='g++'
CYGPATH_W='echo'
DARWIN_NATIVE_ARCH=''
DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include '
DBUS_LIBS='-ldbus-1 '
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DEPENDS_ROOT_FOR_XCODE=''
DISABLE_FISHBMC='0'
DISABLE_GOOM='0'
DISABLE_PROJECTM='0'
DISABLE_RSXS='0'
DISABLE_SPECTRUM='0'
DISABLE_WAVEFORM='0'
DLLTOOL='false'
DOXYGEN_EXE='/usr/bin/doxygen'
DRM_CFLAGS='-I/usr/include/libdrm '
DRM_LIBS='-ldrm '
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FFMPEG_CFLAGS=''
FFMPEG_LIBDIR=''
FFMPEG_LIBS='-lavcodec -lavfilter -lavformat -lavutil -lpostproc -lswscale -lswresample '
FGREP='/bin/grep -F'
FREETYPE2_CFLAGS='-I/usr/include/freetype2 '
FREETYPE2_LIBS='-lfreetype '
FRIBIDI_CFLAGS='-I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
FRIBIDI_LIBS='-lfribidi -lglib-2.0 '
GNUTLS_ALL_LIBS=''
GNUTLS_CFLAGS='-I/usr/include/p11-kit-1 '
GNUTLS_LIBS='-lgnutls '
GREP='/bin/grep'
GTEST_CONFIGURED='0'
HAVE_CMAKE='yes'
HAVE_CXX11='1'
HAVE_FPC=''
HAVE_GAWK='yes'
HAVE_GDC=''
HAVE_GIT='no'
HAVE_GPERF='yes'
HAVE_LIBBLURAY='1'
HAVE_LIBPULSE='1'
HAVE_NASM=''
HAVE_UNZIP='yes'
HAVE_XBMC_NONFREE='1'
HAVE_ZIP='yes'
INCLUDES='-I$(abs_top_srcdir) -I/usr/include/mysql -I/usr/include/yajl -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/taglib -I/usr/include/alsa -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_REENTRANT -I/usr/include/SDL2 -I/usr/include/alsa -D_REENTRANT -I/usr/include/libdrm -I/dev/shm/portage/media-tv/kodi-9999/work/kodi-9999/tools/depends/native/libsquish-native/squish-install/include '
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JAVA_EXE='/usr/bin/java'
LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
LDFLAGS='-Wl,-O1 -Wl,--as-needed'
LDFLAGS_FOR_BUILD=''
LIBASS_BASENAME=''
LIBBLURAY_CFLAGS=''
LIBBLURAY_LIBS='-lbluray '
LIBCEC_SONAME=''
LIBCURL_BASENAME=''
LIBCURL_CFLAGS=''
LIBCURL_LIBS='-lcurl '
LIBMEPG2_BASENAME=''
LIBOBJS=''
LIBOGG_BASENAME=''
LIBS='-lssh -lavahi-client -lavahi-common -lmicrohttpd -ljasper -lresolv -ltinyxml -lbluetooth -lmysqlclient -lssl -lcrypto -lz -llzo2 -lpthread -ltiff -ljpeg -lbz2 -lgcrypt -lgpg-error -lGLU -lGLEW -lGL -L/usr/lib64 -lpython2.7 -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lyajl -lxml2 -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lfribidi -lglib-2.0 -lsqlite3 -lpng16 -lpcrecpp -lpcre -lfreetype -ltag -lcdio -lm -lasound -ldbus-1 -lSDL2 -lpthread -lasound -lpulse -lX11 -lXext -lXrandr -ldrm -lXt -lX11 -lXmu -lXt -lX11 -lsmbclient -ludev -lcap -lavcodec -lavfilter -lavformat -lavutil -lpostproc -lswscale -lswresample -lva-x11 -lva -L/dev/shm/portage/media-tv/kodi-9999/work/kodi-9999/tools/depends/native/libsquish-native/squish-install/lib -lsquish '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBVA_CFLAGS=''
LIBVA_LIBS='-lva-x11 -lva '
LIBVORBISFILE_BASENAME=''
LIBVORBIS_BASENAME=''
LIBXML_CFLAGS='-I/usr/include/libxml2 '
LIBXML_LIBS='-lxml2 '
LIBXSLT_CFLAGS='-I/usr/include/libxml2 '
LIBXSLT_LIBS='-lxslt -lxml2 -lz -lm -ldl -lm -lxml2 '
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} /dev/shm/portage/media-tv/kodi-9999/work/kodi-9999/build-aux/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
MPEG2_SONAME='libmpeg2.so.0'
MYSQL_CONFIG='/usr/bin/mysql_config'
MYSQL_LIBS='-L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl'
NATIVE_ARCH_DEFINES='-DTARGET_POSIX -DTARGET_LINUX -D_LINUX'
NFS_SONAME='libnfs.so.8'
NM='/usr/bin/x86_64-pc-linux-gnu-nm -B'
NMEDIT=''
OBJDUMP='x86_64-pc-linux-gnu-objdump'
OBJEXT='o'
OGG_SONAME='libogg.so.0'
OTOOL64=''
OTOOL=''
OUTPUT_FILES='Makefile Makefile.include addons/skin.confluence/media/Makefile xbmc/Makefile xbmc/cdrip/Makefile xbmc/cores/Makefile xbmc/cores/VideoRenderers/Makefile xbmc/cores/dvdplayer/Makefile lib/libdvd/Makefile xbmc/cores/DllLoader/Makefile xbmc/cores/DllLoader/exports/Makefile xbmc/cores/dvdplayer/DVDCodecs/Makefile xbmc/cores/dvdplayer/DVDCodecs/Audio/Makefile xbmc/cores/dvdplayer/DVDCodecs/Overlay/Makefile xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile xbmc/cores/dvdplayer/DVDDemuxers/Makefile xbmc/cores/dvdplayer/DVDSubtitles/Makefile xbmc/cores/AudioEngine/Makefile xbmc/cores/paplayer/Makefile xbmc/cores/omxplayer/Makefile xbmc/cores/playercorefactory/Makefile xbmc/music/karaoke/Makefile xbmc/osx/Makefile xbmc/guilib/Makefile xbmc/input/linux/Makefile xbmc/interfaces/Makefile xbmc/network/Makefile xbmc/network/httprequesthandler/python/Makefile xbmc/network/upnp/Makefile lib/libexif/Makefile lib/libhdhomerun/Makefile lib/cximage-6.0/Makefile lib/libUPnP/Makefile xbmc/DllPaths_generated.h xbmc/DllPaths_generated_android.h xbmc/freebsd/Makefile xbmc/linux/Makefile xbmc/filesystem/Makefile xbmc/screensavers/rsxs-0.9/xbmc/Makefile xbmc/visualizations/XBMCProjectM/Makefile xbmc/visualizations/Goom/Makefile xbmc/visualizations/OpenGLSpectrum/Makefile xbmc/visualizations/fishBMC/Makefile xbmc/visualizations/WaveForm/Makefile xbmc/windowing/Makefile xbmc/windowing/egl/Makefile lib/addons/library.xbmc.addon/Makefile lib/addons/library.xbmc.codec/Makefile lib/addons/library.kodi.guilib/Makefile lib/addons/library.xbmc.pvr/Makefile xbmc/visualizations/EGLHelpers/Makefile tools/Linux/kodi.sh tools/Linux/kodi-standalone.sh tools/Linux/kodi-xsession.desktop tools/EventClients/Makefile tools/EventClients/Clients/OSXRemote/Makefile xbmc/peripherals/bus/Makefile xbmc/peripherals/devices/Makefile xbmc/android/activity/Makefile xbmc/android/loader/Makefile xbmc/android/jni/Makefile xbmc/utils/Makefile xbmc/main/Makefile tools/darwin/Configurations/App.xcconfig tools/darwin/Configurations/Common.xcconfig tools/darwin/packaging/ios/mkdeb-ios.sh tools/darwin/packaging/atv2/mkdeb-atv2.sh tools/darwin/packaging/osx/mkdmg-osx.sh tools/darwin/packaging/migrate_to_kodi_ios.sh tools/darwin/packaging/seatbeltunlock/mkdeb-seatbeltunlock.sh xbmc/osx/Info.plist xbmc/osx/ios/XBMCIOS-Info.plist xbmc/osx/atv2/XBMCATV2-Info.plist project/cmake/kodi-config.cmake project/cmake/xbmc-config.cmake tools/android/packaging/xbmc/AndroidManifest.xml tools/android/packaging/Makefile tools/android/packaging/xbmc/src/org/xbmc/kodi/Splash.java tools/android/packaging/xbmc/src/org/xbmc/kodi/Main.java tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCBroadcastReceiver.java tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCOnFrameAvailableListener.java tools/android/packaging/xbmc/src/org/xbmc/kodi/XBMCSettingsContentObserver.java tools/android/packaging/xbmc/strings.xml addons/xbmc.addon/addon.xml addons/skin.re-touched/media/Makefile xbmc/linux/sse4/Makefile xbmc/interfaces/python/Makefile xbmc/interfaces/python/test/Makefile .dummy'
PACKAGE='kodi'
PACKAGE_BUGREPORT='http://trac.kodi.tv'
PACKAGE_NAME='kodi'
PACKAGE_STRING='kodi 14.9.802'
PACKAGE_TARNAME='kodi'
PACKAGE_URL=''
PACKAGE_VERSION='14.9.802'
PATH_SEPARATOR=':'
PCRECPP_CFLAGS=''
PCRECPP_LIBS='-lpcrecpp '
PCRE_CFLAGS=''
PCRE_LIBS='-lpcre '
PIXMAN_CFLAGS=''
PIXMAN_LIBS=''
PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/dev/shm/portage/media-tv/kodi-9999/work/kodi-9999/tools/depends/native/libsquish-native/squish-install/lib/pkgconfig:/dev/shm/portage/media-tv/kodi-9999/temp/python2.7/pkgconfig'
PLIST_SONAME='libplist.so.2'
PNG_CFLAGS='-I/usr/include/libpng16 '
PNG_LIBS='-lpng16 '
POW_LIB=''
PULSE_CFLAGS='-D_REENTRANT '
PULSE_LIBS='-lpulse '
PYTHON='/usr/bin/python2.7'
PYTHON_CPPFLAGS='-I/usr/include/python2.7'
PYTHON_EXTRA_LDFLAGS='-Xlinker -export-dynamic'
PYTHON_EXTRA_LIBS='-lpthread -ldl -lutil -lm'
PYTHON_LDFLAGS='-L/usr/lib64 -lpython2.7'
PYTHON_SITE_PKG='/usr/lib64/python2.7/site-packages'
PYTHON_VERSION='2.7'
RANLIB='x86_64-pc-linux-gnu-ranlib'
RTMP_SONAME='librtmp.so.1'
SAMBA_CFLAGS=''
SAMBA_LIBS='-lsmbclient '
SDL2_CFLAGS='-D_REENTRANT -I/usr/include/SDL2 '
SDL2_LIBS='-lSDL2 -lpthread '
SDL_DEFINES=' -D'\''GIT_REV="c2239ccbef7a91250ea72ac7d5c5db73474db10a"'\'' -DMID'
SED='/bin/sed'
SET_MAKE=''
SHAIRPLAY_SONAME=''
SHELL='/bin/sh'
SQLITE3_CFLAGS=''
SQLITE3_LIBS='-lsqlite3 '
SQUISH_CFLAGS='-I/dev/shm/portage/media-tv/kodi-9999/work/kodi-9999/tools/depends/native/libsquish-native/squish-install/include '
SQUISH_LIBS='-L/dev/shm/portage/media-tv/kodi-9999/work/kodi-9999/tools/depends/native/libsquish-native/squish-install/lib -lsquish '
STRIP='x86_64-pc-linux-gnu-strip'
SWIG20_EXE=''
SWIG_EXE='/usr/bin/swig'
TAGLIB_CFLAGS='-I/usr/include/taglib '
TAGLIB_LIBS='-ltag '
TEXTUREPACKER='/dev/shm/portage/media-tv/kodi-9999/work/kodi-9999/tools/depends/native/TexturePacker/bin/TexturePacker'
TINYXML_CFLAGS=''
TINYXML_LIBS=''
UDEV_CFLAGS=''
UDEV_LIBS='-ludev '
UPNP_DEFINES='-DNPT_CONFIG_ENABLE_LOGGING -DPLT_HTTP_DEFAULT_USER_AGENT="\"UPnP/1.0 DLNADOC/1.50 Kodi\"" -DPLT_HTTP_DEFAULT_SERVER="\"UPnP/1.0 DLNADOC/1.50 Kodi\""'
USB_CFLAGS=''
USB_LIBS=''
USE_AIRPLAY='1'
USE_AIRTUNES='0'
USE_ALSA='1'
USE_ANDROID=''
USE_ASAP_CODEC='0'
USE_BREAKPAD='0'
USE_DOXYGEN='1'
USE_IMXVPU=''
USE_LIBAMCODEC=''
USE_LIBAV_HACKS=''
USE_LIBCEC='0'
USE_LIBNFS='1'
USE_LIBSMBCLIENT='1'
USE_LIBSTAGEFRIGHT=''
USE_LIBUDEV='1'
USE_LIBUSB='0'
USE_LIBXBMC=''
USE_MDNSEMBEDDED='0'
USE_MMAL=''
USE_MYSQL='1'
USE_OMXLIB=''
USE_OMXPLAYER=''
USE_OPENGL='1'
USE_OPENGLES='0'
USE_OPENMAX='0'
USE_PULSE='1'
USE_SSE4='1'
USE_STATIC_FFMPEG='0'
USE_TEXTUREPACKER='1'
USE_TOUCH_SKIN='1'
USE_UPNP='1'
USE_VAAPI='1'
USE_VDPAU='1'
USE_WAYLAND=''
USE_WAYLAND_TEST_EXTENSION=''
USE_WEB_SERVER='1'
USE_X11='1'
USE_XKBCOMMON=''
VERSION='14.9.802'
VORBISENC_ALL_LIBS=''
VORBISFILE_SONAME='libvorbisfile.so.3'
VORBIS_SONAME='libvorbis.so.0'
WAYLAND_CLIENT_CFLAGS=''
WAYLAND_CLIENT_LIBRARY_SONAME=''
WAYLAND_CLIENT_LIBS=''
WAYLAND_EGL_CFLAGS=''
WAYLAND_EGL_LIBRARY_SONAME=''
WAYLAND_EGL_LIBS=''
WAYLAND_SCANNER=''
WAYLAND_TEST_INCLUDES=''
WAYLAND_TEST_LIBS=''
WESTON_CFLAGS=''
WESTON_LIBS=''
X11_CFLAGS=''
X11_LIBS='-lX11 '
XEXT_CFLAGS=''
XEXT_LIBS='-lXext '
XKBCOMMON_CFLAGS=''
XKBCOMMON_LIBRARY_SONAME=''
XKBCOMMON_LIBS=''
XMU_CFLAGS=''
XMU_LIBS='-lXmu -lXt -lX11 '
XRANDR_CFLAGS=''
XRANDR_LIBS='-lXrandr '
XT_CFLAGS=''
XT_LIBS='-lXt -lX11 '
YAJL_CFLAGS='-I/usr/include/yajl '
YAJL_LIBS='-lyajl '
ZIP_CFLAGS=''
ZIP_LIBS=''
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CC_FOR_BUILD='gcc'
ac_ct_CXX=''
ac_ct_CXX_FOR_BUILD='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-pc-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='/usr/share'
datarootdir='${prefix}/share'
docdir='/usr/share/doc/kodi-9999'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-pc-linux-gnu'
host_alias='x86_64-pc-linux-gnu'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='/usr/share/info'
install_sh='${SHELL} /dev/shm/portage/media-tv/kodi-9999/work/kodi-9999/build-aux/install-sh'
libdir='/usr/lib64'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var/lib'
mandir='/usr/share/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=''
## ------------------- ##
## File substitutions. ##
## ------------------- ##
XBMC_STANDALONE_SH_PULSE='tools/Linux/kodi-standalone.sh.pulse'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "kodi"
#define PACKAGE_TARNAME "kodi"
#define PACKAGE_VERSION "14.9.802"
#define PACKAGE_STRING "kodi 14.9.802"
#define PACKAGE_BUGREPORT "http://trac.kodi.tv"
#define PACKAGE_URL ""
#define PACKAGE "kodi"
#define VERSION "14.9.802"
#define HAVE_LIRC 1
#define LIRC_DEVICE "/dev/lircd"
#define HAVE_CXX11 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 HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_UNISTD_H 1
#define HAVE_CHOWN 1
#define HAVE_DIRENT_H 1
#define HAVE_FSEEKO 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STDLIB_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_UTIME_H 1
#define HAVE_ALARM 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 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_STRCOLL 1
#define HAVE_STRFTIME 1
#define HAVE_UTIME_NULL 1
#define HAVE_VPRINTF 1
#define HAVE_ATEXIT 1
#define HAVE_DUP2 1
#define HAVE_FDATASYNC 1
#define HAVE_FTIME 1
#define HAVE_FTRUNCATE 1
#define HAVE_GETCWD 1
#define HAVE_GETHOSTBYADDR 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETPASS 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_INET_NTOA 1
#define HAVE_LCHOWN 1
#define HAVE_LOCALECONV 1
#define HAVE_MEMCHR 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMSET 1
#define HAVE_MKDIR 1
#define HAVE_MODF 1
#define HAVE_MUNMAP 1
#define HAVE_RMDIR 1
#define HAVE_SELECT 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_SOCKET 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCHR 1
#define HAVE_STRCSPN 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRPBRK 1
#define HAVE_STRRCHR 1
#define HAVE_STRSPN 1
#define HAVE_STRSTR 1
#define HAVE_STRTOL 1
#define HAVE_STRTOUL 1
#define HAVE_SYSINFO 1
#define HAVE_TZSET 1
#define HAVE_UTIME 1
#define HAVE_POSIX_FADVISE 1
#define HAVE_LOCALTIME_R 1
#define SIZEOF_INT 4
#define SIZEOF_SIZE_T 8
#define HAS_BUILTIN_SYNC_ADD_AND_FETCH 1
#define HAS_BUILTIN_SYNC_SUB_AND_FETCH 1
#define HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP 1
#define HAVE_STD__U16STRING 1
#define HAVE_STD__U32STRING 1
#define HAVE_CHAR16_T 1
#define HAVE_CHAR32_T 1
#define SIZEOF_WCHAR_T 4
#define HAVE_INOTIFY 1
#define HAVE_PYTHON "2.7"
#define HAVE_LIBGL 1
#define HAVE_LIBGLEW 1
#define HAVE_LIBGLU 1
#define HAVE_MYSQL 1
#define HAVE_OPENSSL 1
#define HAVE_LIBGPG_ERROR 1
#define HAVE_LIBGCRYPT 1
#define HAVE_GCRYPT 1
#define HAVE_GNUTLS 1
#define HAVE_LIBBZ2 1
#define HAVE_LIBJPEG 1
#define HAVE_LIBTIFF 1
#define HAVE_LIBPTHREAD 1
#define HAVE_PTHREAD_SETNAME_NP 1
#define HAVE_LIBLZO2 1
#define HAVE_LIBZ 1
#define HAVE_LIBCRYPTO 1
#define HAVE_LIBSSL 1
#define HAVE_LIBMYSQLCLIENT 1
#define HAVE_LIBBLUETOOTH 1
#define HAVE_LIBTINYXML 1
#define HAVE_LIBPCRECPP 1
#define HAVE_LIBPCRE 1
#define HAVE_LIBBLURAY 1
#define HAVE_LIBBLURAY_BDJ 1
#define HAVE_LIBJASPER 1
#define HAVE_DBUS 1
#define SDL_VERSION 2
#define HAVE_SDL 1
#define HAVE_LIBMICROHTTPD 1
#define HAS_DVD_DRIVE 1
#define HAS_ALSA 1
#define HAVE_LIBPULSE 1
#define HAVE_LIBAVAHI_COMMON 1
#define HAVE_LIBAVAHI_CLIENT 1
#define HAVE_X11 1
#define HAS_TOUCH_SKIN 1
#define HAVE_LIBSSH 1
#define HAVE_LIBSSH 1
#define HAVE_LIBRTMP_LOG_H 1
#define HAVE_LIBRTMP_AMF_H 1
#define HAVE_LIBRTMP_RTMP_H 1
#define HAS_LIBRTMP 1
#define HAVE_LIBSMBCLIENT 1
#define HAVE_NFSC_LIBNFS_H 1
#define HAVE_LIBNFS 1
#define HAVE_LIBPLIST 1
#define HAVE_LIBUDEV 1
#define HAVE_SYS_CAPABILITY_H 1
#define HAVE_LIBCAP 1
#define FFMPEG_VER_SHA "2.6.2-Isengard-beta"
#define USE_STATIC_FFMPEG 0
#define HAVE_LIBVDPAU /**/
#define HAVE_LIBVA 1
#define HAVE_DIRENT_H 1
#define STDC_HEADERS 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_FCNTL_H 1
#define HAVE_FLOAT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMORY_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_MOUNT_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMEB_H 1
#define HAVE_SYS_VFS_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME_H 1
#define HAVE_WCHAR_H 1
#define HAVE_WCTYPE_H 1
#define HAVE_CDIO_ISO9660_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define restrict __restrict
#define HAVE_STRUCT_STAT_ST_RDEV 1
#define TIME_WITH_SYS_TIME 1
#define USE_ALSA 1
#define HAS_SDL_JOYSTICK 1
#define HAVE_XBMC_NONFREE 1
#define USE_UPNP 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment