This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by vlc configure 3.0.8, 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 --docdir=/usr/share/doc/vlc-3.0.8 --htmldir=/usr/share/doc/vlc-3.0.8/html --with-sysroot=/ --libdir=/usr/lib64 --disable-aa --disable-dependency-tracking --disable-optimizations --disable-rpath --disable-update-check --enable-fast-install --enable-screen --enable-vcd --enable-vlc --enable-a52 --enable-alsa --disable-altivec --disable-aom --disable-archive --disable-aribsub --disable-fribidi --disable-harfbuzz --enable-bluray --enable-libcddb --disable-chromaprint --disable-chromecast --disable-microdns --disable-neon --enable-mmx --enable-sse --disable-dav1d --enable-dbus --enable-kwallet --disable-dc1394 --disable-debug --disable-directx --disable-d3d11va --disable-dxva2 --enable-dca --enable-dvbpsi --enable-dvdnav --enable-dvdread --enable-sout --enable-vlm --disable-faad --disable-fdkaac --enable-avcodec --enable-avformat --enable-swscale --enable-flac --disable-fluidsynth --disable-fontconfig --enable-libgcrypt --disable-gme --enable-secret --disable-gst-decode --disable-dv1394 --disable-jack --disable-jpeg --disable-kate --enable-libass --enable-caca --disable-notify --enable-samplerate --disable-libtar --disable-tiger --disable-linsys --enable-lirc --disable-live555 --disable-lua --disable-osx-notifications --disable-mad --enable-matroska --disable-mod --enable-mpg123 --enable-libmpeg2 --disable-mtp --disable-mpc --enable-ncurses --enable-ogg --disable-omxil --disable-omxil-vout --enable-opencv --enable-optimize-memory --disable-opus --enable-png --disable-postproc --disable-projectm --enable-pulse --enable-qt --disable-freerdp --disable-run-as-root --enable-smbclient --disable-sdl-image --disable-sftp --enable-shout --disable-sid --disable-skins2 --enable-soxr --disable-speex --disable-srt --enable-gnutls --enable-svg --enable-svgdec --disable-taglib --disable-theora --disable-tremor --disable-twolame --enable-udev --disable-upnp --enable-v4l2 --enable-libva --enable-vdpau --enable-vnc --enable-vorbis --enable-vpx --enable-wayland --with-x --enable-xcb --enable-xvideo --enable-x264 --enable-x26410b --enable-x265 --enable-libxml2 --disable-avahi --enable-zvbi --disable-telx --with-kde-solid=/usr/share/solid/actions --disable-asdcp --disable-coverage --disable-cprof --disable-crystalhd --disable-decklink --disable-gles2 --disable-goom --disable-kai --disable-kva --disable-libplacebo --disable-macosx-qtkit --disable-maintainer-mode --disable-merge-ffmpeg --disable-mfx --disable-mmal --disable-opensles --disable-oss --disable-rpi-omxil --disable-schroedinger --disable-shine --disable-sndio --disable-spatialaudio --disable-vsxu --disable-wasapi --disable-wma-fixed --enable-freetype --with-default-font=/usr/share/fonts/dejavu//DejaVuSans.ttf --with-default-font-family=Sans --with-default-monospace-font=/usr/share/fonts/dejavu//DejaVuSansMono.ttf --with-default-monospace-font-family=Monospace ## --------- ## ## Platform. ## ## --------- ## hostname = x99 uname -m = x86_64 uname -r = 4.19.88-gentoox99 uname -s = Linux uname -v = #1 SMP Sun Dec 8 03:00:42 WET 2019 /usr/bin/uname -p = Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/ccache/bin PATH: /usr/lib/portage/python3.6/ebuild-helpers/xattr PATH: /usr/lib/portage/python3.6/ebuild-helpers PATH: /usr/lib/llvm/9/bin PATH: /usr/lib/llvm/8/bin PATH: /usr/lib/llvm/7/bin PATH: /usr/lib/llvm/6/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /opt/bin PATH: /opt/cuda/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:4629: 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 | | # provided by crossdev | SITEDIR="/usr/share/crossdev/include/site" | | # user override | ETC_SITEDIR="/etc/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" ;; | mingw*|*-mingw*) sites="${sites} mingw ${site_arch}-mingw" ;; | esac | | case ${CHOST} in | *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; | *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; | *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; | 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 "${SITEDIR}/${x}" ] && echo "${SITEDIR}/${x}" | [ -e "${ETC_SITEDIR}/${x}" ] && echo "${ETC_SITEDIR}/${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:4775: checking build system type configure:4789: result: x86_64-pc-linux-gnu configure:4809: checking host system type configure:4822: result: x86_64-pc-linux-gnu configure:4862: checking for a BSD-compatible install configure:4930: result: /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c configure:4941: checking whether build environment is sane configure:4996: result: yes configure:5147: checking for a thread-safe mkdir -p configure:5186: result: /bin/mkdir -p configure:5193: checking for gawk configure:5209: found /usr/bin/gawk configure:5220: result: gawk configure:5231: checking whether make sets $(MAKE) configure:5253: result: yes configure:5282: checking whether make supports nested variables configure:5299: result: yes configure:5388: checking whether UID '250' is supported by ustar format configure:5391: result: yes configure:5398: checking whether GID '250' is supported by ustar format configure:5401: result: yes configure:5409: checking how to create a ustar tar archive configure:5420: tar --version tar (GNU tar) 1.32 Copyright (C) 2019 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. configure:5423: $? = 0 configure:5463: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:5466: $? = 0 configure:5470: tar -xf - &5 x86_64-pc-linux-gnu-gcc (Gentoo 8.3.0-r1 p1.1) 8.3.0 Copyright (C) 2018 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:5936: $? = 0 configure:5925: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/bin/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.3.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-8.3.0-r1/work/gcc-8.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/8.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/g++-v8 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/8.3.0/python --enable-languages=c,c++,go,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 8.3.0-r1 p1.1' --disable-esp --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 --enable-libgomp --disable-libmudflap --disable-libssp --disable-libmpx --disable-systemtap --enable-vtable-verify --enable-lto --without-isl --enable-default-pie --enable-default-ssp Thread model: posix gcc version 8.3.0 (Gentoo 8.3.0-r1 p1.1) configure:5936: $? = 0 configure:5925: 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:5936: $? = 1 configure:5925: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:5936: $? = 1 configure:5956: checking whether the C compiler works configure:5978: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:5982: $? = 0 configure:6030: result: yes configure:6033: checking for C compiler default output file name configure:6035: result: a.out configure:6041: checking for suffix of executables configure:6048: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:6052: $? = 0 configure:6074: result: configure:6096: checking whether we are cross compiling configure:6104: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:6108: $? = 0 configure:6115: ./conftest configure:6119: $? = 0 configure:6134: result: no configure:6139: checking for suffix of object files configure:6161: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:6165: $? = 0 configure:6186: result: o configure:6190: checking whether we are using the GNU C compiler configure:6209: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:6209: $? = 0 configure:6218: result: yes configure:6227: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:6247: x86_64-pc-linux-gnu-gcc -c -g -I/usr/include/samba-4.0 conftest.c >&5 configure:6247: $? = 0 configure:6288: result: yes configure:6305: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:6368: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:6368: $? = 0 configure:6381: result: none needed configure:6406: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together configure:6428: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o configure:6431: $? = 0 configure:6428: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o configure:6431: $? = 0 configure:6443: result: yes configure:6463: checking whether make supports the include directive configure:6478: make -f confmf.GNU && cat confinc.out this is the am__doit target configure:6481: $? = 0 configure:6500: result: yes (GNU style) configure:6525: checking dependency style of x86_64-pc-linux-gnu-gcc configure:6636: result: none configure:6657: checking how to run the C preprocessor configure:6688: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c configure:6688: $? = 0 configure:6702: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:6702: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | /* end confdefs.h. */ | #include configure:6727: result: x86_64-pc-linux-gnu-gcc -E configure:6747: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c configure:6747: $? = 0 configure:6761: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:6761: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | /* end confdefs.h. */ | #include configure:6790: checking for grep that handles long lines and -e configure:6848: result: /bin/grep configure:6853: checking for egrep configure:6915: result: /bin/grep -E configure:6920: checking for ANSI C header files configure:6940: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:6940: $? = 0 configure:7013: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:7013: $? = 0 configure:7013: ./conftest configure:7013: $? = 0 configure:7024: result: yes configure:7037: checking for sys/types.h configure:7037: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:7037: $? = 0 configure:7037: result: yes configure:7037: checking for sys/stat.h configure:7037: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:7037: $? = 0 configure:7037: result: yes configure:7037: checking for stdlib.h configure:7037: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:7037: $? = 0 configure:7037: result: yes configure:7037: checking for string.h configure:7037: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:7037: $? = 0 configure:7037: result: yes configure:7037: checking for memory.h configure:7037: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:7037: $? = 0 configure:7037: result: yes configure:7037: checking for strings.h configure:7037: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:7037: $? = 0 configure:7037: result: yes configure:7037: checking for inttypes.h configure:7037: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:7037: $? = 0 configure:7037: result: yes configure:7037: checking for stdint.h configure:7037: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:7037: $? = 0 configure:7037: result: yes configure:7037: checking for unistd.h configure:7037: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:7037: $? = 0 configure:7037: result: yes configure:7050: checking minix/config.h usability configure:7050: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 conftest.c:54:10: fatal error: minix/config.h: No such file or directory #include ^~~~~~~~~~~~~~~~ compilation terminated. configure:7050: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7050: result: no configure:7050: checking minix/config.h presence configure:7050: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c conftest.c:21:10: fatal error: minix/config.h: No such file or directory #include ^~~~~~~~~~~~~~~~ compilation terminated. configure:7050: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 | /* end confdefs.h. */ | #include configure:7050: result: no configure:7050: checking for minix/config.h configure:7050: result: no configure:7071: checking whether it is safe to define __EXTENSIONS__ configure:7089: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:7089: $? = 0 configure:7096: result: yes configure:7116: checking whether x86_64-pc-linux-gnu-gcc supports C11 configure:7137: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:7137: $? = 0 configure:7151: result: yes configure:7192: checking for x86_64-pc-linux-gnu-g++ configure:7208: found /usr/lib/ccache/bin/x86_64-pc-linux-gnu-g++ configure:7219: result: x86_64-pc-linux-gnu-g++ configure:7290: checking for C++ compiler version configure:7299: x86_64-pc-linux-gnu-g++ --version >&5 x86_64-pc-linux-gnu-g++ (Gentoo 8.3.0-r1 p1.1) 8.3.0 Copyright (C) 2018 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:7310: $? = 0 configure:7299: x86_64-pc-linux-gnu-g++ -v >&5 Using built-in specs. COLLECT_GCC=/usr/bin/x86_64-pc-linux-gnu-g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.3.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-8.3.0-r1/work/gcc-8.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/8.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/g++-v8 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/8.3.0/python --enable-languages=c,c++,go,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 8.3.0-r1 p1.1' --disable-esp --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 --enable-libgomp --disable-libmudflap --disable-libssp --disable-libmpx --disable-systemtap --enable-vtable-verify --enable-lto --without-isl --enable-default-pie --enable-default-ssp Thread model: posix gcc version 8.3.0 (Gentoo 8.3.0-r1 p1.1) configure:7310: $? = 0 configure:7299: 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:7310: $? = 1 configure:7299: x86_64-pc-linux-gnu-g++ -qversion >&5 x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-pc-linux-gnu-g++: fatal error: no input files compilation terminated. configure:7310: $? = 1 configure:7314: checking whether we are using the GNU C++ compiler configure:7333: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=c++11 -I/usr/include/samba-4.0 conftest.cpp >&5 configure:7333: $? = 0 configure:7342: result: yes configure:7351: checking whether x86_64-pc-linux-gnu-g++ accepts -g configure:7371: x86_64-pc-linux-gnu-g++ -c -g -I/usr/include/samba-4.0 conftest.cpp >&5 configure:7371: $? = 0 configure:7412: result: yes configure:7437: checking dependency style of x86_64-pc-linux-gnu-g++ configure:7548: result: none configure:7568: checking how to run the C preprocessor configure:7638: result: x86_64-pc-linux-gnu-gcc -E configure:7658: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/limits.h:26, from /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include-fixed/limits.h:194, from /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include-fixed/syslimits.h:7, from /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include-fixed/limits.h:34, from conftest.c:32: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:7658: $? = 0 configure:7672: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c conftest.c:31:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:7672: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | /* end confdefs.h. */ | #include configure:7710: checking for x86_64-pc-linux-gnu-gcc configure:7726: found /usr/lib/ccache/bin/x86_64-pc-linux-gnu-gcc configure:7737: result: x86_64-pc-linux-gnu-gcc configure:7806: checking for Objective C compiler version configure:7815: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 8.3.0-r1 p1.1) 8.3.0 Copyright (C) 2018 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:7826: $? = 0 configure:7815: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/bin/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.3.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-8.3.0-r1/work/gcc-8.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/8.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/g++-v8 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/8.3.0/python --enable-languages=c,c++,go,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 8.3.0-r1 p1.1' --disable-esp --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 --enable-libgomp --disable-libmudflap --disable-libssp --disable-libmpx --disable-systemtap --enable-vtable-verify --enable-lto --without-isl --enable-default-pie --enable-default-ssp Thread model: posix gcc version 8.3.0 (Gentoo 8.3.0-r1 p1.1) configure:7826: $? = 0 configure:7815: 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:7826: $? = 1 configure:7815: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:7826: $? = 1 configure:7830: checking whether we are using the GNU Objective C compiler configure:7849: x86_64-pc-linux-gnu-gcc -c -I/usr/include/samba-4.0 conftest.m >&5 x86_64-pc-linux-gnu-gcc: error: conftest.m: Objective-C compiler not installed on this system configure:7849: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:7858: result: no configure:7867: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:7887: x86_64-pc-linux-gnu-gcc -c -g -I/usr/include/samba-4.0 conftest.m >&5 x86_64-pc-linux-gnu-gcc: error: conftest.m: Objective-C compiler not installed on this system configure:7887: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:7902: x86_64-pc-linux-gnu-gcc -c -I/usr/include/samba-4.0 conftest.m >&5 x86_64-pc-linux-gnu-gcc: error: conftest.m: Objective-C compiler not installed on this system configure:7902: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:7918: x86_64-pc-linux-gnu-gcc -c -g -I/usr/include/samba-4.0 conftest.m >&5 x86_64-pc-linux-gnu-gcc: error: conftest.m: Objective-C compiler not installed on this system configure:7918: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:7928: result: no configure:7953: checking dependency style of x86_64-pc-linux-gnu-gcc configure:8062: result: none configure:8077: checking for egrep configure:8139: result: /bin/grep -E configure:8144: checking whether make sets $(MAKE) configure:8166: result: yes configure:8185: checking dependency style of x86_64-pc-linux-gnu-gcc configure:8294: result: none configure:8313: checking for flex configure:8329: found /usr/bin/flex configure:8340: result: flex configure:8378: flex conftest.l configure:8382: $? = 0 configure:8384: checking lex output file root configure:8398: result: lex.yy configure:8403: checking lex library configure:8417: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/media-video/vlc-3.0.8/temp/ccLWDFvq.o: in function `yylex': conftest.c:(.text+0xea8): undefined reference to `yywrap' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: conftest.c:(.text+0x1136): undefined reference to `yywrap' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/media-video/vlc-3.0.8/temp/ccLWDFvq.o: in function `main': conftest.c:(.text.startup+0x9): undefined reference to `yywrap' collect2: error: ld returned 1 exit status configure:8417: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | /* end confdefs.h. */ | | #line 2 "lex.yy.c" | | #define YY_INT_ALIGNED short int | | /* A lexical scanner generated by flex */ | | #define FLEX_SCANNER | #define YY_FLEX_MAJOR_VERSION 2 | #define YY_FLEX_MINOR_VERSION 6 | #define YY_FLEX_SUBMINOR_VERSION 4 | #if YY_FLEX_SUBMINOR_VERSION > 0 | #define FLEX_BETA | #endif | | /* First, we deal with platform-specific or compiler-specific issues. */ | | /* begin standard C headers. */ | #include | #include | #include | #include | | /* end standard C headers. */ | | /* flex integer type definitions */ | | #ifndef FLEXINT_H | #define FLEXINT_H | | /* C99 systems have . Non-C99 systems may or may not. */ | | #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L | | /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, | * if you want the limit (max/min) macros for int types. | */ | #ifndef __STDC_LIMIT_MACROS | #define __STDC_LIMIT_MACROS 1 | #endif | | #include | typedef int8_t flex_int8_t; | typedef uint8_t flex_uint8_t; | typedef int16_t flex_int16_t; | typedef uint16_t flex_uint16_t; | typedef int32_t flex_int32_t; | typedef uint32_t flex_uint32_t; | #else | typedef signed char flex_int8_t; | typedef short int flex_int16_t; | typedef int flex_int32_t; | typedef unsigned char flex_uint8_t; | typedef unsigned short int flex_uint16_t; | typedef unsigned int flex_uint32_t; | | /* Limits of integral types. */ | #ifndef INT8_MIN | #define INT8_MIN (-128) | #endif | #ifndef INT16_MIN | #define INT16_MIN (-32767-1) | #endif | #ifndef INT32_MIN | #define INT32_MIN (-2147483647-1) | #endif | #ifndef INT8_MAX | #define INT8_MAX (127) | #endif | #ifndef INT16_MAX | #define INT16_MAX (32767) | #endif | #ifndef INT32_MAX | #define INT32_MAX (2147483647) | #endif | #ifndef UINT8_MAX | #define UINT8_MAX (255U) | #endif | #ifndef UINT16_MAX | #define UINT16_MAX (65535U) | #endif | #ifndef UINT32_MAX | #define UINT32_MAX (4294967295U) | #endif | | #ifndef SIZE_MAX | #define SIZE_MAX (~(size_t)0) | #endif | | #endif /* ! C99 */ | | #endif /* ! FLEXINT_H */ | | /* begin standard C++ headers. */ | | /* TODO: this is always defined, so inline it */ | #define yyconst const | | #if defined(__GNUC__) && __GNUC__ >= 3 | #define yynoreturn __attribute__((__noreturn__)) | #else | #define yynoreturn | #endif | | /* Returned upon end-of-file. */ | #define YY_NULL 0 | | /* Promotes a possibly negative, possibly signed char to an | * integer in range [0..255] for use as an array index. | */ | #define YY_SC_TO_UI(c) ((YY_CHAR) (c)) | | /* Enter a start condition. This macro really ought to take a parameter, | * but we do it the disgusting crufty way forced on us by the ()-less | * definition of BEGIN. | */ | #define BEGIN (yy_start) = 1 + 2 * | /* Translate the current start state into a value that can be later handed | * to BEGIN to return to the state. The YYSTATE alias is for lex | * compatibility. | */ | #define YY_START (((yy_start) - 1) / 2) | #define YYSTATE YY_START | /* Action number for EOF rule of a given start state. */ | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) | /* Special action meaning "start processing a new file". */ | #define YY_NEW_FILE yyrestart( yyin ) | #define YY_END_OF_BUFFER_CHAR 0 | | /* Size of default input buffer. */ | #ifndef YY_BUF_SIZE | #ifdef __ia64__ | /* On IA-64, the buffer size is 16k, not 8k. | * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. | * Ditto for the __ia64__ case accordingly. | */ | #define YY_BUF_SIZE 32768 | #else | #define YY_BUF_SIZE 16384 | #endif /* __ia64__ */ | #endif | | /* The state buf must be large enough to hold one state per character in the main buffer. | */ | #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) | | #ifndef YY_TYPEDEF_YY_BUFFER_STATE | #define YY_TYPEDEF_YY_BUFFER_STATE | typedef struct yy_buffer_state *YY_BUFFER_STATE; | #endif | | #ifndef YY_TYPEDEF_YY_SIZE_T | #define YY_TYPEDEF_YY_SIZE_T | typedef size_t yy_size_t; | #endif | | extern int yyleng; | | extern FILE *yyin, *yyout; | | #define EOB_ACT_CONTINUE_SCAN 0 | #define EOB_ACT_END_OF_FILE 1 | #define EOB_ACT_LAST_MATCH 2 | | #define YY_LESS_LINENO(n) | #define YY_LINENO_REWIND_TO(ptr) | | /* Return all but the first "n" matched characters back to the input stream. */ | #define yyless(n) \ | do \ | { \ | /* Undo effects of setting up yytext. */ \ | int yyless_macro_arg = (n); \ | YY_LESS_LINENO(yyless_macro_arg);\ | *yy_cp = (yy_hold_char); \ | YY_RESTORE_YY_MORE_OFFSET \ | (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ | YY_DO_BEFORE_ACTION; /* set up yytext again */ \ | } \ | while ( 0 ) | #define unput(c) yyunput( c, (yytext_ptr) ) | | #ifndef YY_STRUCT_YY_BUFFER_STATE | #define YY_STRUCT_YY_BUFFER_STATE | struct yy_buffer_state | { | FILE *yy_input_file; | | char *yy_ch_buf; /* input buffer */ | char *yy_buf_pos; /* current position in input buffer */ | | /* Size of input buffer in bytes, not including room for EOB | * characters. | */ | int yy_buf_size; | | /* Number of characters read into yy_ch_buf, not including EOB | * characters. | */ | int yy_n_chars; | | /* Whether we "own" the buffer - i.e., we know we created it, | * and can realloc() it to grow it, and should free() it to | * delete it. | */ | int yy_is_our_buffer; | | /* Whether this is an "interactive" input source; if so, and | * if we're using stdio for input, then we want to use getc() | * instead of fread(), to make sure we stop fetching input after | * each newline. | */ | int yy_is_interactive; | | /* Whether we're considered to be at the beginning of a line. | * If so, '^' rules will be active on the next match, otherwise | * not. | */ | int yy_at_bol; | | int yy_bs_lineno; /**< The line count. */ | int yy_bs_column; /**< The column count. */ | | /* Whether to try to fill the input buffer when we reach the | * end of it. | */ | int yy_fill_buffer; | | int yy_buffer_status; | | #define YY_BUFFER_NEW 0 | #define YY_BUFFER_NORMAL 1 | /* When an EOF's been seen but there's still some text to process | * then we mark the buffer as YY_EOF_PENDING, to indicate that we | * shouldn't try reading from the input source any more. We might | * still have a bunch of tokens to match, though, because of | * possible backing-up. | * | * When we actually see the EOF, we change the status to "new" | * (via yyrestart()), so that the user can continue scanning by | * just pointing yyin at a new input file. | */ | #define YY_BUFFER_EOF_PENDING 2 | | }; | #endif /* !YY_STRUCT_YY_BUFFER_STATE */ | | /* Stack of input buffers. */ | static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ | static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ | static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */ | | /* We provide macros for accessing buffer states in case in the | * future we want to put the buffer states in a more general | * "scanner state". | * | * Returns the top of the stack, or NULL. | */ | #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ | ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ | : NULL) | /* Same as previous macro, but useful when we know that the buffer stack is not | * NULL or when we need an lvalue. For internal use only. | */ | #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] | | /* yy_hold_char holds the character lost when yytext is formed. */ | static char yy_hold_char; | static int yy_n_chars; /* number of characters read into yy_ch_buf */ | int yyleng; | | /* Points to current character in buffer. */ | static char *yy_c_buf_p = NULL; | static int yy_init = 0; /* whether we need to initialize */ | static int yy_start = 0; /* start state number */ | | /* Flag which is used to allow yywrap()'s to do buffer switches | * instead of setting up a fresh yyin. A bit of a hack ... | */ | static int yy_did_buffer_switch_on_eof; | | void yyrestart ( FILE *input_file ); | void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer ); | YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size ); | void yy_delete_buffer ( YY_BUFFER_STATE b ); | void yy_flush_buffer ( YY_BUFFER_STATE b ); | void yypush_buffer_state ( YY_BUFFER_STATE new_buffer ); | void yypop_buffer_state ( void ); | | static void yyensure_buffer_stack ( void ); | static void yy_load_buffer_state ( void ); | static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file ); | #define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER ) | | YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size ); | YY_BUFFER_STATE yy_scan_string ( const char *yy_str ); | YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len ); | | void *yyalloc ( yy_size_t ); | void *yyrealloc ( void *, yy_size_t ); | void yyfree ( void * ); | | #define yy_new_buffer yy_create_buffer | #define yy_set_interactive(is_interactive) \ | { \ | if ( ! YY_CURRENT_BUFFER ){ \ | yyensure_buffer_stack (); \ | YY_CURRENT_BUFFER_LVALUE = \ | yy_create_buffer( yyin, YY_BUF_SIZE ); \ | } \ | YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ | } | #define yy_set_bol(at_bol) \ | { \ | if ( ! YY_CURRENT_BUFFER ){\ | yyensure_buffer_stack (); \ | YY_CURRENT_BUFFER_LVALUE = \ | yy_create_buffer( yyin, YY_BUF_SIZE ); \ | } \ | YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ | } | #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) | | /* Begin user sect3 */ | typedef flex_uint8_t YY_CHAR; | | FILE *yyin = NULL, *yyout = NULL; | | typedef int yy_state_type; | | extern int yylineno; | int yylineno = 1; | | extern char *yytext; | #ifdef yytext_ptr | #undef yytext_ptr | #endif | #define yytext_ptr yytext | | static yy_state_type yy_get_previous_state ( void ); | static yy_state_type yy_try_NUL_trans ( yy_state_type current_state ); | static int yy_get_next_buffer ( void ); | static void yynoreturn yy_fatal_error ( const char* msg ); | | /* Done after the current pattern has been matched and before the | * corresponding action - sets up yytext. | */ | #define YY_DO_BEFORE_ACTION \ | (yytext_ptr) = yy_bp; \ | (yytext_ptr) -= (yy_more_len); \ | yyleng = (int) (yy_cp - (yytext_ptr)); \ | (yy_hold_char) = *yy_cp; \ | *yy_cp = '\0'; \ | (yy_c_buf_p) = yy_cp; | #define YY_NUM_RULES 8 | #define YY_END_OF_BUFFER 9 | /* This struct is not used in this scanner, | but its presence is necessary. */ | struct yy_trans_info | { | flex_int32_t yy_verify; | flex_int32_t yy_nxt; | }; | static const flex_int16_t yy_acclist[23] = | { 0, | 9, 7, 8, 8, 1, 7, 8, 2, 7, 8, | 3, 7, 8, 4, 7, 8, 5, 7, 8, 6, | 7, 8 | } ; | | static const flex_int16_t yy_accept[14] = | { 0, | 1, 1, 1, 2, 4, 5, 8, 11, 14, 17, | 20, 23, 23 | } ; | | static const YY_CHAR yy_ec[256] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 3, 4, 5, 6, | | 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1 | } ; | | static const YY_CHAR yy_meta[9] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1 | } ; | | static const flex_int16_t yy_base[13] = | { 0, | 0, 0, 9, 10, 10, 10, 10, 10, 10, 10, | 10, 10 | } ; | | static const flex_int16_t yy_def[13] = | { 0, | 12, 1, 12, 12, 12, 12, 12, 12, 12, 12, | 12, 0 | } ; | | static const flex_int16_t yy_nxt[19] = | { 0, | 4, 5, 6, 7, 8, 9, 10, 11, 12, 3, | 12, 12, 12, 12, 12, 12, 12, 12 | } ; | | static const flex_int16_t yy_chk[19] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1, 3, 12, | 12, 12, 12, 12, 12, 12, 12, 12 | } ; | | extern int yy_flex_debug; | int yy_flex_debug = 0; | | static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; | static char *yy_full_match; | static int yy_lp; | #define REJECT \ | { \ | *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \ | yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ | ++(yy_lp); \ | goto find_rule; \ | } | | static int yy_more_flag = 0; | static int yy_more_len = 0; | #define yymore() ((yy_more_flag) = 1) | #define YY_MORE_ADJ (yy_more_len) | #define YY_RESTORE_YY_MORE_OFFSET | char *yytext; | #line 1 "conftest.l" | #line 459 "lex.yy.c" | | #define INITIAL 0 | | #ifndef YY_NO_UNISTD_H | /* Special case for "unistd.h", since it is non-ANSI. We include it way | * down here because we want the user's section 1 to have been scanned first. | * The user has a chance to override it with an option. | */ | #include | #endif | | #ifndef YY_EXTRA_TYPE | #define YY_EXTRA_TYPE void * | #endif | | static int yy_init_globals ( void ); | | /* Accessor methods to globals. | These are made visible to non-reentrant scanners for convenience. */ | | int yylex_destroy ( void ); | | int yyget_debug ( void ); | | void yyset_debug ( int debug_flag ); | | YY_EXTRA_TYPE yyget_extra ( void ); | | void yyset_extra ( YY_EXTRA_TYPE user_defined ); | | FILE *yyget_in ( void ); | | void yyset_in ( FILE * _in_str ); | | FILE *yyget_out ( void ); | | void yyset_out ( FILE * _out_str ); | | int yyget_leng ( void ); | | char *yyget_text ( void ); | | int yyget_lineno ( void ); | | void yyset_lineno ( int _line_number ); | | /* Macros after this point can all be overridden by user definitions in | * section 1. | */ | | #ifndef YY_SKIP_YYWRAP | #ifdef __cplusplus | extern "C" int yywrap ( void ); | #else | extern int yywrap ( void ); | #endif | #endif | | #ifndef YY_NO_UNPUT | | static void yyunput ( int c, char *buf_ptr ); | | #endif | | #ifndef yytext_ptr | static void yy_flex_strncpy ( char *, const char *, int ); | #endif | | #ifdef YY_NEED_STRLEN | static int yy_flex_strlen ( const char * ); | #endif | | #ifndef YY_NO_INPUT | #ifdef __cplusplus | static int yyinput ( void ); | #else | static int input ( void ); | #endif | | #endif | | /* Amount of stuff to slurp up with each read. */ | #ifndef YY_READ_BUF_SIZE | #ifdef __ia64__ | /* On IA-64, the buffer size is 16k, not 8k */ | #define YY_READ_BUF_SIZE 16384 | #else | #define YY_READ_BUF_SIZE 8192 | #endif /* __ia64__ */ | #endif | | /* Copy whatever the last rule matched to the standard output. */ | #ifndef ECHO | /* This used to be an fputs(), but since the string might contain NUL's, | * we now use fwrite(). | */ | #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) | #endif | | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, | * is returned in "result". | */ | #ifndef YY_INPUT | #define YY_INPUT(buf,result,max_size) \ | if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ | { \ | int c = '*'; \ | int n; \ | for ( n = 0; n < max_size && \ | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ | buf[n] = (char) c; \ | if ( c == '\n' ) \ | buf[n++] = (char) c; \ | if ( c == EOF && ferror( yyin ) ) \ | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | result = n; \ | } \ | else \ | { \ | errno=0; \ | while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \ | { \ | if( errno != EINTR) \ | { \ | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | break; \ | } \ | errno=0; \ | clearerr(yyin); \ | } \ | }\ | \ | | #endif | | /* No semi-colon after return; correct usage is to write "yyterminate();" - | * we don't want an extra ';' after the "return" because that will cause | * some compilers to complain about unreachable statements. | */ | #ifndef yyterminate | #define yyterminate() return YY_NULL | #endif | | /* Number of entries by which start-condition stack grows. */ | #ifndef YY_START_STACK_INCR | #define YY_START_STACK_INCR 25 | #endif | | /* Report a fatal error. */ | #ifndef YY_FATAL_ERROR | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) | #endif | | /* end tables serialization structures and prototypes */ | | /* Default declaration of generated scanner - a define so the user can | * easily add parameters. | */ | #ifndef YY_DECL | #define YY_DECL_IS_OURS 1 | | extern int yylex (void); | | #define YY_DECL int yylex (void) | #endif /* !YY_DECL */ | | /* Code executed at the beginning of each rule, after yytext and yyleng | * have been set up. | */ | #ifndef YY_USER_ACTION | #define YY_USER_ACTION | #endif | | /* Code executed at the end of each rule. */ | #ifndef YY_BREAK | #define YY_BREAK /*LINTED*/break; | #endif | | #define YY_RULE_SETUP \ | YY_USER_ACTION | | /** The main scanner function which does all the work. | */ | YY_DECL | { | yy_state_type yy_current_state; | char *yy_cp, *yy_bp; | int yy_act; | | if ( !(yy_init) ) | { | (yy_init) = 1; | | #ifdef YY_USER_INIT | YY_USER_INIT; | #endif | | /* Create the reject buffer large enough to save one state per allowed character. */ | if ( ! (yy_state_buf) ) | (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE ); | if ( ! (yy_state_buf) ) | YY_FATAL_ERROR( "out of dynamic memory in yylex()" ); | | if ( ! (yy_start) ) | (yy_start) = 1; /* first start state */ | | if ( ! yyin ) | yyin = stdin; | | if ( ! yyout ) | yyout = stdout; | | if ( ! YY_CURRENT_BUFFER ) { | yyensure_buffer_stack (); | YY_CURRENT_BUFFER_LVALUE = | yy_create_buffer( yyin, YY_BUF_SIZE ); | } | | yy_load_buffer_state( ); | } | | { | #line 1 "conftest.l" | | #line 684 "lex.yy.c" | | while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ | { | (yy_more_len) = 0; | if ( (yy_more_flag) ) | { | (yy_more_len) = (int) ((yy_c_buf_p) - (yytext_ptr)); | (yy_more_flag) = 0; | } | yy_cp = (yy_c_buf_p); | | /* Support of yytext. */ | *yy_cp = (yy_hold_char); | | /* yy_bp points to the position in yy_ch_buf of the start of | * the current run. | */ | yy_bp = yy_cp; | | yy_current_state = (yy_start); | | (yy_state_ptr) = (yy_state_buf); | *(yy_state_ptr)++ = yy_current_state; | | yy_match: | do | { | YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ; | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; | *(yy_state_ptr)++ = yy_current_state; | ++yy_cp; | } | while ( yy_base[yy_current_state] != 10 ); | | yy_find_action: | yy_current_state = *--(yy_state_ptr); | (yy_lp) = yy_accept[yy_current_state]; | | find_rule: /* we branch to this label when backing up */ | | for ( ; ; ) /* until we find what rule we matched */ | { | if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) | { | yy_act = yy_acclist[(yy_lp)]; | { | (yy_full_match) = yy_cp; | break; | } | } | --yy_cp; | yy_current_state = *--(yy_state_ptr); | (yy_lp) = yy_accept[yy_current_state]; | } | | YY_DO_BEFORE_ACTION; | | do_action: /* This label is used only to access EOF actions. */ | | switch ( yy_act ) | { /* beginning of action switch */ | case 1: | YY_RULE_SETUP | #line 2 "conftest.l" | { ECHO; } | YY_BREAK | case 2: | YY_RULE_SETUP | #line 3 "conftest.l" | { REJECT; } | YY_BREAK | case 3: | YY_RULE_SETUP | #line 4 "conftest.l" | { yymore (); } | YY_BREAK | case 4: | YY_RULE_SETUP | #line 5 "conftest.l" | { yyless (1); } | YY_BREAK | case 5: | YY_RULE_SETUP | #line 6 "conftest.l" | { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ | yyless ((input () != 0)); } | YY_BREAK | case 6: | YY_RULE_SETUP | #line 8 "conftest.l" | { unput (yytext[0]); } | YY_BREAK | case 7: | YY_RULE_SETUP | #line 9 "conftest.l" | { BEGIN INITIAL; } | YY_BREAK | case 8: | YY_RULE_SETUP | #line 10 "conftest.l" | ECHO; | YY_BREAK | #line 793 "lex.yy.c" | case YY_STATE_EOF(INITIAL): | yyterminate(); | | case YY_END_OF_BUFFER: | { | /* Amount of text matched not including the EOB char. */ | int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; | | /* Undo the effects of YY_DO_BEFORE_ACTION. */ | *yy_cp = (yy_hold_char); | YY_RESTORE_YY_MORE_OFFSET | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) | { | /* We're scanning a new file or input source. It's | * possible that this happened because the user | * just pointed yyin at a new source and called | * yylex(). If so, then we have to assure | * consistency between YY_CURRENT_BUFFER and our | * globals. Here is the right place to do so, because | * this is the first action (other than possibly a | * back-up) that will match for the new input source. | */ | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; | } | | /* Note that here we test for yy_c_buf_p "<=" to the position | * of the first EOB in the buffer, since yy_c_buf_p will | * already have been incremented past the NUL character | * (since all states make transitions on EOB to the | * end-of-buffer state). Contrast this with the test | * in input(). | */ | if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | { /* This was really a NUL. */ | yy_state_type yy_next_state; | | (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; | | yy_current_state = yy_get_previous_state( ); | | /* Okay, we're now positioned to make the NUL | * transition. We couldn't have | * yy_get_previous_state() go ahead and do it | * for us because it doesn't know how to deal | * with the possibility of jamming (and we don't | * want to build jamming into it because then it | * will run more slowly). | */ | | yy_next_state = yy_try_NUL_trans( yy_current_state ); | | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | | if ( yy_next_state ) | { | /* Consume the NUL. */ | yy_cp = ++(yy_c_buf_p); | yy_current_state = yy_next_state; | goto yy_match; | } | | else | { | yy_cp = (yy_c_buf_p); | goto yy_find_action; | } | } | | else switch ( yy_get_next_buffer( ) ) | { | case EOB_ACT_END_OF_FILE: | { | (yy_did_buffer_switch_on_eof) = 0; | | if ( yywrap( ) ) | { | /* Note: because we've taken care in | * yy_get_next_buffer() to have set up | * yytext, we can now set up | * yy_c_buf_p so that if some total | * hoser (like flex itself) wants to | * call the scanner after we return the | * YY_NULL, it'll still work - another | * YY_NULL will get returned. | */ | (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; | | yy_act = YY_STATE_EOF(YY_START); | goto do_action; | } | | else | { | if ( ! (yy_did_buffer_switch_on_eof) ) | YY_NEW_FILE; | } | break; | } | | case EOB_ACT_CONTINUE_SCAN: | (yy_c_buf_p) = | (yytext_ptr) + yy_amount_of_matched_text; | | yy_current_state = yy_get_previous_state( ); | | yy_cp = (yy_c_buf_p); | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | goto yy_match; | | case EOB_ACT_LAST_MATCH: | (yy_c_buf_p) = | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; | | yy_current_state = yy_get_previous_state( ); | | yy_cp = (yy_c_buf_p); | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | goto yy_find_action; | } | break; | } | | default: | YY_FATAL_ERROR( | "fatal flex scanner internal error--no action found" ); | } /* end of action switch */ | } /* end of scanning one token */ | } /* end of user's declarations */ | } /* end of yylex */ | | /* yy_get_next_buffer - try to read in a new buffer | * | * Returns a code representing an action: | * EOB_ACT_LAST_MATCH - | * EOB_ACT_CONTINUE_SCAN - continue scanning from current position | * EOB_ACT_END_OF_FILE - end of file | */ | static int yy_get_next_buffer (void) | { | char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; | char *source = (yytext_ptr); | int number_to_move, i; | int ret_val; | | if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) | YY_FATAL_ERROR( | "fatal flex scanner internal error--end of buffer missed" ); | | if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) | { /* Don't try to fill the buffer, so this is an EOF. */ | if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) | { | /* We matched a single character, the EOB, so | * treat this as a final EOF. | */ | return EOB_ACT_END_OF_FILE; | } | | else | { | /* We matched some text prior to the EOB, first | * process it. | */ | return EOB_ACT_LAST_MATCH; | } | } | | /* Try to read more data. */ | | /* First move last chars to start of buffer. */ | number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1); | | for ( i = 0; i < number_to_move; ++i ) | *(dest++) = *(source++); | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) | /* don't do the read, it's not guaranteed to return an EOF, | * just force an EOF | */ | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; | | else | { | int num_to_read = | YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; | | while ( num_to_read <= 0 ) | { /* Not enough room in the buffer - grow it. */ | | YY_FATAL_ERROR( | "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); | | } | | if ( num_to_read > YY_READ_BUF_SIZE ) | num_to_read = YY_READ_BUF_SIZE; | | /* Read in more data. */ | YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), | (yy_n_chars), num_to_read ); | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | if ( (yy_n_chars) == 0 ) | { | if ( number_to_move == YY_MORE_ADJ ) | { | ret_val = EOB_ACT_END_OF_FILE; | yyrestart( yyin ); | } | | else | { | ret_val = EOB_ACT_LAST_MATCH; | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = | YY_BUFFER_EOF_PENDING; | } | } | | else | ret_val = EOB_ACT_CONTINUE_SCAN; | | if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { | /* Extend the array by 50%, plus the number we really need. */ | int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc( | (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size ); | if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); | /* "- 2" to take care of EOB's */ | YY_CURRENT_BUFFER_LVALUE->yy_buf_size = (int) (new_size - 2); | } | | (yy_n_chars) += number_to_move; | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; | | (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; | | return ret_val; | } | | /* yy_get_previous_state - get the state just before the EOB char was reached */ | | static yy_state_type yy_get_previous_state (void) | { | yy_state_type yy_current_state; | char *yy_cp; | | yy_current_state = (yy_start); | | (yy_state_ptr) = (yy_state_buf); | *(yy_state_ptr)++ = yy_current_state; | | for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) | { | YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; | *(yy_state_ptr)++ = yy_current_state; | } | | return yy_current_state; | } | | /* yy_try_NUL_trans - try to make a transition on the NUL character | * | * synopsis | * next_state = yy_try_NUL_trans( current_state ); | */ | static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) | { | int yy_is_jam; | | YY_CHAR yy_c = 1; | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; | yy_is_jam = (yy_current_state == 12); | if ( ! yy_is_jam ) | *(yy_state_ptr)++ = yy_current_state; | | return yy_is_jam ? 0 : yy_current_state; | } | | #ifndef YY_NO_UNPUT | | static void yyunput (int c, char * yy_bp ) | { | char *yy_cp; | | yy_cp = (yy_c_buf_p); | | /* undo effects of setting up yytext */ | *yy_cp = (yy_hold_char); | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | { /* need to shift things up to make room */ | /* +2 for EOB chars. */ | int number_to_move = (yy_n_chars) + 2; | char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ | YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; | char *source = | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; | | while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | *--dest = *--source; | | yy_cp += (int) (dest - source); | yy_bp += (int) (dest - source); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = | (yy_n_chars) = (int) YY_CURRENT_BUFFER_LVALUE->yy_buf_size; | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | YY_FATAL_ERROR( "flex scanner push-back overflow" ); | } | | *--yy_cp = (char) c; | | (yytext_ptr) = yy_bp; | (yy_hold_char) = *yy_cp; | (yy_c_buf_p) = yy_cp; | } | | #endif | | #ifndef YY_NO_INPUT | #ifdef __cplusplus | static int yyinput (void) | #else | static int input (void) | #endif | | { | int c; | | *(yy_c_buf_p) = (yy_hold_char); | | if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) | { | /* yy_c_buf_p now points to the character we want to return. | * If this occurs *before* the EOB characters, then it's a | * valid NUL; if not, then we've hit the end of the buffer. | */ | if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | /* This was really a NUL. */ | *(yy_c_buf_p) = '\0'; | | else | { /* need more input */ | int offset = (int) ((yy_c_buf_p) - (yytext_ptr)); | ++(yy_c_buf_p); | | switch ( yy_get_next_buffer( ) ) | { | case EOB_ACT_LAST_MATCH: | /* This happens because yy_g_n_b() | * sees that we've accumulated a | * token and flags that we need to | * try matching the token before | * proceeding. But for input(), | * there's no matching to consider. | * So convert the EOB_ACT_LAST_MATCH | * to EOB_ACT_END_OF_FILE. | */ | | /* Reset buffer status. */ | yyrestart( yyin ); | | /*FALLTHROUGH*/ | | case EOB_ACT_END_OF_FILE: | { | if ( yywrap( ) ) | return 0; | | if ( ! (yy_did_buffer_switch_on_eof) ) | YY_NEW_FILE; | #ifdef __cplusplus | return yyinput(); | #else | return input(); | #endif | } | | case EOB_ACT_CONTINUE_SCAN: | (yy_c_buf_p) = (yytext_ptr) + offset; | break; | } | } | } | | c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ | *(yy_c_buf_p) = '\0'; /* preserve yytext */ | (yy_hold_char) = *++(yy_c_buf_p); | | return c; | } | #endif /* ifndef YY_NO_INPUT */ | | /** Immediately switch to a different input stream. | * @param input_file A readable stream. | * | * @note This function does not reset the start condition to @c INITIAL . | */ | void yyrestart (FILE * input_file ) | { | | if ( ! YY_CURRENT_BUFFER ){ | yyensure_buffer_stack (); | YY_CURRENT_BUFFER_LVALUE = | yy_create_buffer( yyin, YY_BUF_SIZE ); | } | | yy_init_buffer( YY_CURRENT_BUFFER, input_file ); | yy_load_buffer_state( ); | } | | /** Switch to a different input buffer. | * @param new_buffer The new input buffer. | * | */ | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) | { | | /* TODO. We should be able to replace this entire function body | * with | * yypop_buffer_state(); | * yypush_buffer_state(new_buffer); | */ | yyensure_buffer_stack (); | if ( YY_CURRENT_BUFFER == new_buffer ) | return; | | if ( YY_CURRENT_BUFFER ) | { | /* Flush out information for old buffer. */ | *(yy_c_buf_p) = (yy_hold_char); | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | YY_CURRENT_BUFFER_LVALUE = new_buffer; | yy_load_buffer_state( ); | | /* We don't actually know whether we did this switch during | * EOF (yywrap()) processing, but the only time this flag | * is looked at is after yywrap() is called, so it's safe | * to go ahead and always set it. | */ | (yy_did_buffer_switch_on_eof) = 1; | } | | static void yy_load_buffer_state (void) | { | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; | yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; | (yy_hold_char) = *(yy_c_buf_p); | } | | /** Allocate and initialize an input buffer state. | * @param file A readable stream. | * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. | * | * @return the allocated buffer state. | */ | YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) | { | YY_BUFFER_STATE b; | | b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) ); | if ( ! b ) | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | b->yy_buf_size = size; | | /* yy_ch_buf has to be 2 characters longer than the size given because | * we need to put in 2 end-of-buffer characters. | */ | b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) ); | if ( ! b->yy_ch_buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | b->yy_is_our_buffer = 1; | | yy_init_buffer( b, file ); | | return b; | } | | /** Destroy the buffer. | * @param b a buffer created with yy_create_buffer() | * | */ | void yy_delete_buffer (YY_BUFFER_STATE b ) | { | | if ( ! b ) | return; | | if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ | YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; | | if ( b->yy_is_our_buffer ) | yyfree( (void *) b->yy_ch_buf ); | | yyfree( (void *) b ); | } | | /* Initializes or reinitializes a buffer. | * This function is sometimes called more than once on the same buffer, | * such as during a yyrestart() or at EOF. | */ | static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) | | { | int oerrno = errno; | | yy_flush_buffer( b ); | | b->yy_input_file = file; | b->yy_fill_buffer = 1; | | /* If b is the current buffer, then yy_init_buffer was _probably_ | * called from yyrestart() or through yy_get_next_buffer. | * In that case, we don't want to reset the lineno or column. | */ | if (b != YY_CURRENT_BUFFER){ | b->yy_bs_lineno = 1; | b->yy_bs_column = 0; | } | | b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; | | errno = oerrno; | } | | /** Discard all buffered characters. On the next scan, YY_INPUT will be called. | * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. | * | */ | void yy_flush_buffer (YY_BUFFER_STATE b ) | { | if ( ! b ) | return; | | b->yy_n_chars = 0; | | /* We always need two end-of-buffer characters. The first causes | * a transition to the end-of-buffer state. The second causes | * a jam in that state. | */ | b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; | b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; | | b->yy_buf_pos = &b->yy_ch_buf[0]; | | b->yy_at_bol = 1; | b->yy_buffer_status = YY_BUFFER_NEW; | | if ( b == YY_CURRENT_BUFFER ) | yy_load_buffer_state( ); | } | | /** Pushes the new state onto the stack. The new state becomes | * the current state. This function will allocate the stack | * if necessary. | * @param new_buffer The new state. | * | */ | void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) | { | if (new_buffer == NULL) | return; | | yyensure_buffer_stack(); | | /* This block is copied from yy_switch_to_buffer. */ | if ( YY_CURRENT_BUFFER ) | { | /* Flush out information for old buffer. */ | *(yy_c_buf_p) = (yy_hold_char); | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | /* Only push if top exists. Otherwise, replace top. */ | if (YY_CURRENT_BUFFER) | (yy_buffer_stack_top)++; | YY_CURRENT_BUFFER_LVALUE = new_buffer; | | /* copied from yy_switch_to_buffer. */ | yy_load_buffer_state( ); | (yy_did_buffer_switch_on_eof) = 1; | } | | /** Removes and deletes the top of the stack, if present. | * The next element becomes the new top. | * | */ | void yypop_buffer_state (void) | { | if (!YY_CURRENT_BUFFER) | return; | | yy_delete_buffer(YY_CURRENT_BUFFER ); | YY_CURRENT_BUFFER_LVALUE = NULL; | if ((yy_buffer_stack_top) > 0) | --(yy_buffer_stack_top); | | if (YY_CURRENT_BUFFER) { | yy_load_buffer_state( ); | (yy_did_buffer_switch_on_eof) = 1; | } | } | | /* Allocates the stack if it does not exist. | * Guarantees space for at least one push. | */ | static void yyensure_buffer_stack (void) | { | yy_size_t num_to_alloc; | | if (!(yy_buffer_stack)) { | | /* First allocation is just for 2 elements, since we don't know if this | * scanner will even need a stack. We use 2 instead of 1 to avoid an | * immediate realloc on the next call. | */ | num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ | (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc | (num_to_alloc * sizeof(struct yy_buffer_state*) | ); | if ( ! (yy_buffer_stack) ) | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | | memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); | | (yy_buffer_stack_max) = num_to_alloc; | (yy_buffer_stack_top) = 0; | return; | } | | if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ | | /* Increase the buffer to prepare for a possible push. */ | yy_size_t grow_size = 8 /* arbitrary grow size */; | | num_to_alloc = (yy_buffer_stack_max) + grow_size; | (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc | ((yy_buffer_stack), | num_to_alloc * sizeof(struct yy_buffer_state*) | ); | if ( ! (yy_buffer_stack) ) | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | | /* zero only the new slots.*/ | memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); | (yy_buffer_stack_max) = num_to_alloc; | } | } | | /** Setup the input buffer state to scan directly from a user-specified character buffer. | * @param base the character buffer | * @param size the size in bytes of the character buffer | * | * @return the newly allocated buffer state object. | */ | YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) | { | YY_BUFFER_STATE b; | | if ( size < 2 || | base[size-2] != YY_END_OF_BUFFER_CHAR || | base[size-1] != YY_END_OF_BUFFER_CHAR ) | /* They forgot to leave room for the EOB's. */ | return NULL; | | b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) ); | if ( ! b ) | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); | | b->yy_buf_size = (int) (size - 2); /* "- 2" to take care of EOB's */ | b->yy_buf_pos = b->yy_ch_buf = base; | b->yy_is_our_buffer = 0; | b->yy_input_file = NULL; | b->yy_n_chars = b->yy_buf_size; | b->yy_is_interactive = 0; | b->yy_at_bol = 1; | b->yy_fill_buffer = 0; | b->yy_buffer_status = YY_BUFFER_NEW; | | yy_switch_to_buffer( b ); | | return b; | } | | /** Setup the input buffer state to scan a string. The next call to yylex() will | * scan from a @e copy of @a str. | * @param yystr a NUL-terminated string to scan | * | * @return the newly allocated buffer state object. | * @note If you want to scan bytes that may contain NUL values, then use | * yy_scan_bytes() instead. | */ | YY_BUFFER_STATE yy_scan_string (const char * yystr ) | { | | return yy_scan_bytes( yystr, (int) strlen(yystr) ); | } | | /** Setup the input buffer state to scan the given bytes. The next call to yylex() will | * scan from a @e copy of @a bytes. | * @param yybytes the byte buffer to scan | * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. | * | * @return the newly allocated buffer state object. | */ | YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len ) | { | YY_BUFFER_STATE b; | char *buf; | yy_size_t n; | int i; | | /* Get memory for full buffer, including space for trailing EOB's. */ | n = (yy_size_t) (_yybytes_len + 2); | buf = (char *) yyalloc( n ); | if ( ! buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); | | for ( i = 0; i < _yybytes_len; ++i ) | buf[i] = yybytes[i]; | | buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; | | b = yy_scan_buffer( buf, n ); | if ( ! b ) | YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); | | /* It's okay to grow etc. this buffer, and we should throw it | * away when we're done. | */ | b->yy_is_our_buffer = 1; | | return b; | } | | #ifndef YY_EXIT_FAILURE | #define YY_EXIT_FAILURE 2 | #endif | | static void yynoreturn yy_fatal_error (const char* msg ) | { | fprintf( stderr, "%s\n", msg ); | exit( YY_EXIT_FAILURE ); | } | | /* Redefine yyless() so it works in section 3 code. */ | | #undef yyless | #define yyless(n) \ | do \ | { \ | /* Undo effects of setting up yytext. */ \ | int yyless_macro_arg = (n); \ | YY_LESS_LINENO(yyless_macro_arg);\ | yytext[yyleng] = (yy_hold_char); \ | (yy_c_buf_p) = yytext + yyless_macro_arg; \ | (yy_hold_char) = *(yy_c_buf_p); \ | *(yy_c_buf_p) = '\0'; \ | yyleng = yyless_macro_arg; \ | } \ | while ( 0 ) | | /* Accessor methods (get/set functions) to struct members. */ | | /** Get the current line number. | * | */ | int yyget_lineno (void) | { | | return yylineno; | } | | /** Get the input stream. | * | */ | FILE *yyget_in (void) | { | return yyin; | } | | /** Get the output stream. | * | */ | FILE *yyget_out (void) | { | return yyout; | } | | /** Get the length of the current token. | * | */ | int yyget_leng (void) | { | return yyleng; | } | | /** Get the current token. | * | */ | | char *yyget_text (void) | { | return yytext; | } | | /** Set the current line number. | * @param _line_number line number | * | */ | void yyset_lineno (int _line_number ) | { | | yylineno = _line_number; | } | | /** Set the input stream. This does not discard the current | * input buffer. | * @param _in_str A readable stream. | * | * @see yy_switch_to_buffer | */ | void yyset_in (FILE * _in_str ) | { | yyin = _in_str ; | } | | void yyset_out (FILE * _out_str ) | { | yyout = _out_str ; | } | | int yyget_debug (void) | { | return yy_flex_debug; | } | | void yyset_debug (int _bdebug ) | { | yy_flex_debug = _bdebug ; | } | | static int yy_init_globals (void) | { | /* Initialization is the same as for the non-reentrant scanner. | * This function is called from yylex_destroy(), so don't allocate here. | */ | | (yy_buffer_stack) = NULL; | (yy_buffer_stack_top) = 0; | (yy_buffer_stack_max) = 0; | (yy_c_buf_p) = NULL; | (yy_init) = 0; | (yy_start) = 0; | | (yy_state_buf) = 0; | (yy_state_ptr) = 0; | (yy_full_match) = 0; | (yy_lp) = 0; | | /* Defined in main.c */ | #ifdef YY_STDINIT | yyin = stdin; | yyout = stdout; | #else | yyin = NULL; | yyout = NULL; | #endif | | /* For future reference: Set errno on error, since we are called by | * yylex_init() | */ | return 0; | } | | /* yylex_destroy is for both reentrant and non-reentrant scanners. */ | int yylex_destroy (void) | { | | /* Pop the buffer stack, destroying each element. */ | while(YY_CURRENT_BUFFER){ | yy_delete_buffer( YY_CURRENT_BUFFER ); | YY_CURRENT_BUFFER_LVALUE = NULL; | yypop_buffer_state(); | } | | /* Destroy the stack itself. */ | yyfree((yy_buffer_stack) ); | (yy_buffer_stack) = NULL; | | yyfree ( (yy_state_buf) ); | (yy_state_buf) = NULL; | | /* Reset the globals. This is important in a non-reentrant scanner so the next time | * yylex() is called, initialization will occur. */ | yy_init_globals( ); | | return 0; | } | | /* | * Internal utility routines. | */ | | #ifndef yytext_ptr | static void yy_flex_strncpy (char* s1, const char * s2, int n ) | { | | int i; | for ( i = 0; i < n; ++i ) | s1[i] = s2[i]; | } | #endif | | #ifdef YY_NEED_STRLEN | static int yy_flex_strlen (const char * s ) | { | int n; | for ( n = 0; s[n]; ++n ) | ; | | return n; | } | #endif | | void *yyalloc (yy_size_t size ) | { | return malloc(size); | } | | void *yyrealloc (void * ptr, yy_size_t size ) | { | | /* The cast to (char *) in the following accommodates both | * implementations that use char* generic pointers, and those | * that use void* generic pointers. It works with the latter | * because both ANSI C and C++ allow castless assignment from | * any pointer type to void*, and deal with argument conversions | * as though doing an assignment. | */ | return realloc(ptr, size); | } | | void yyfree (void * ptr ) | { | free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ | } | | #define YYTABLES_NAME "yytables" | | #line 10 "conftest.l" | | #ifdef YYTEXT_POINTER | extern char *yytext; | #endif | int | main (void) | { | return ! yylex () + ! yywrap (); | } configure:8417: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c -lfl >&5 configure:8417: $? = 0 configure:8427: result: -lfl configure:8433: checking whether yytext is a pointer configure:8450: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c -lfl >&5 configure:8450: $? = 0 configure:8458: result: yes configure:8472: checking for bison configure:8488: found /usr/bin/bison configure:8499: result: bison -y configure:8517: checking for desktop-file-validate configure:8533: found /usr/bin/desktop-file-validate configure:8544: result: desktop-file-validate configure:8561: checking for c11-gcc configure:8591: result: no configure:8561: checking for c11 configure:8591: result: no configure:8561: checking for c99-gcc configure:8591: result: no configure:8561: checking for c99 configure:8577: found /usr/lib/ccache/bin/c99 configure:8588: result: c99 configure:8606: checking for an ANSI C-conforming const configure:8672: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:8672: $? = 0 configure:8679: result: yes configure:8687: checking for inline configure:8703: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:8703: $? = 0 configure:8711: result: inline configure:8729: checking for C/C++ restrict keyword configure:8754: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:8754: $? = 0 configure:8762: result: __restrict configure:8783: checking whether x86_64-pc-linux-gnu-g++ supports C++11 features by default configure:8845: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=c++11 -I/usr/include/samba-4.0 conftest.cpp >&5 configure:8845: $? = 0 configure:8852: result: yes configure:8995: checking whether C compiler accepts -Werror=unknown-warning-option configure:9014: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Werror=unknown-warning-option -I/usr/include/samba-4.0 conftest.c >&5 cc1: error: -Werror=unknown-warning-option: no option -Wunknown-warning-option configure:9014: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:9023: result: no configure:8995: checking whether C compiler accepts -Werror=invalid-command-line-argument configure:9014: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Werror=invalid-command-line-argument -I/usr/include/samba-4.0 conftest.c >&5 cc1: error: -Werror=invalid-command-line-argument: no option -Winvalid-command-line-argument configure:9014: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:9023: result: no configure:9070: checking whether C compiler accepts -Werror=unknown-warning-option configure:9098: result: no configure:9070: checking whether C compiler accepts -Werror=invalid-command-line-argument configure:9098: result: no configure:9808: checking for an Android system configure:9825: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c conftest.c:35:12: error: #error Not Android # error Not Android ^~~~~ configure:9825: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | /* end confdefs.h. */ | #ifndef __ANDROID__ | # error Not Android | #endif | | int | main () | { | ; | ; | return 0; | } | configure:9833: result: no configure:9851: checking for Tizen configure:9866: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c conftest.c:34:10: fatal error: tizen.h: No such file or directory #include ^~~~~~~~~ compilation terminated. configure:9866: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | /* end confdefs.h. */ | #include | | int | main () | { | ; | ; | return 0; | } | configure:9877: result: no configure:9899: checking for 3rd party libraries path ./contrib/x86_64-pc-linux-gnu not found ./contrib/x86_64-pc-linux-gnu not found configure:9912: result: not found configure:10058: checking how to print strings configure:10085: result: printf configure:10106: checking for a sed that does not truncate output configure:10170: result: /bin/sed configure:10188: checking for fgrep configure:10250: result: /bin/grep -F configure:10285: checking for ld used by x86_64-pc-linux-gnu-gcc configure:10352: result: /usr/x86_64-pc-linux-gnu/bin/ld configure:10359: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld configure:10374: result: yes configure:10386: checking for BSD- or MS-compatible name lister (nm) configure:10440: result: /usr/bin/x86_64-pc-linux-gnu-nm -B configure:10570: checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface configure:10577: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:10580: /usr/bin/x86_64-pc-linux-gnu-nm -B "conftest.o" configure:10583: output 0000000000000000 B some_variable configure:10590: result: BSD nm configure:10593: checking whether ln -s works configure:10597: result: yes configure:10605: checking the maximum length of command line arguments configure:10736: result: 1572864 configure:10784: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:10824: result: func_convert_file_noop configure:10831: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:10851: result: func_convert_file_noop configure:10858: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files configure:10865: result: -r configure:10899: checking for x86_64-pc-linux-gnu-objdump configure:10915: found /usr/bin/x86_64-pc-linux-gnu-objdump configure:10926: result: x86_64-pc-linux-gnu-objdump configure:10995: checking how to recognize dependent libraries configure:11195: result: pass_all configure:11240: checking for x86_64-pc-linux-gnu-dlltool configure:11270: result: no configure:11280: checking for dlltool configure:11310: result: no configure:11337: checking how to associate runtime and link libraries configure:11364: result: printf %s\n configure:11380: checking for x86_64-pc-linux-gnu-ar configure:11396: found /usr/bin/x86_64-pc-linux-gnu-ar configure:11407: result: x86_64-pc-linux-gnu-ar configure:11488: checking for archiver @FILE support configure:11505: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:11505: $? = 0 configure:11508: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 configure:11511: $? = 0 configure:11516: 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:11519: $? = 1 configure:11531: result: @ configure:11549: checking for x86_64-pc-linux-gnu-strip configure:11565: found /usr/bin/x86_64-pc-linux-gnu-strip configure:11576: result: x86_64-pc-linux-gnu-strip configure:11648: checking for x86_64-pc-linux-gnu-ranlib configure:11664: found /usr/bin/x86_64-pc-linux-gnu-ranlib configure:11675: result: x86_64-pc-linux-gnu-ranlib configure:11817: checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object configure:11970: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:11973: $? = 0 configure:11977: /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:11980: $? = 0 configure:12046: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c conftstm.o >&5 configure:12049: $? = 0 configure:12087: result: ok configure:12134: checking for sysroot configure:12164: result: / configure:12171: checking for a working dd configure:12209: result: /bin/dd configure:12213: checking how to truncate binary pipes configure:12228: result: /bin/dd bs=4096 count=1 configure:12364: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:12367: $? = 0 configure:12517: checking for x86_64-pc-linux-gnu-mt configure:12547: result: no configure:12557: checking for mt configure:12587: result: no configure:12607: checking if : is a manifest tool configure:12613: : '-?' configure:12621: result: no configure:13295: checking for dlfcn.h configure:13295: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:13295: $? = 0 configure:13295: result: yes configure:13856: checking for objdir configure:13871: result: .libs configure:14135: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions configure:14153: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C configure:14157: $? = 0 configure:14170: result: no configure:14528: checking for x86_64-pc-linux-gnu-gcc option to produce PIC configure:14535: result: -fPIC -DPIC configure:14543: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works configure:14561: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 -fPIC -DPIC -DPIC conftest.c >&5 configure:14565: $? = 0 configure:14578: result: yes configure:14607: checking if x86_64-pc-linux-gnu-gcc static flag -static works configure:14635: result: yes configure:14650: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:14671: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 -o out/conftest2.o conftest.c >&5 configure:14675: $? = 0 configure:14697: result: yes configure:14705: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:14752: result: yes configure:14785: 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:16044: result: yes configure:16081: checking whether -lc should be explicitly linked in configure:16089: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:16092: $? = 0 configure:16107: 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:16110: $? = 0 configure:16124: result: no configure:16284: checking dynamic linker characteristics configure:16878: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ -Wl,-rpath -Wl,/foo conftest.c >&5 configure:16878: $? = 0 configure:17115: result: GNU/Linux ld.so configure:17237: checking how to hardcode library paths into programs configure:17262: result: immediate configure:17364: checking for shl_load configure:17364: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/media-video/vlc-3.0.8/temp/ccIjlmEa.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `shl_load' collect2: error: ld returned 1 exit status configure:17364: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case declares shl_load. | For example, HP-UX 11i declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef shl_load | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_shl_load || defined __stub___shl_load | choke me | #endif | | int | main () | { | return shl_load (); | ; | return 0; | } configure:17364: result: no configure:17368: checking for shl_load in -ldld configure:17393: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c -ldld >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldld collect2: error: ld returned 1 exit status configure:17393: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:17402: result: no configure:17407: checking for dlopen configure:17407: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/media-video/vlc-3.0.8/temp/cccMEtFk.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `dlopen' collect2: error: ld returned 1 exit status configure:17407: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | /* Define dlopen to an innocuous variant, in case declares dlopen. | For example, HP-UX 11i declares gettimeofday. */ | #define dlopen innocuous_dlopen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dlopen (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef dlopen | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dlopen (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_dlopen || defined __stub___dlopen | choke me | #endif | | int | main () | { | return dlopen (); | ; | return 0; | } configure:17407: result: no configure:17411: checking for dlopen in -ldl configure:17436: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c -ldl >&5 configure:17436: $? = 0 configure:17445: result: yes configure:17564: checking whether a program can dlopen itself configure:17644: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -DHAVE_DLFCN_H -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ -Wl,--export-dynamic conftest.c -ldl >&5 configure:17647: $? = 0 configure:17665: result: yes configure:17670: checking whether a statically linked program can dlopen itself configure:17750: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -DHAVE_DLFCN_H -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ -Wl,--export-dynamic -static conftest.c -ldl >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/media-video/vlc-3.0.8/temp/cclknjTH.o: in function `main': conftest.c:(.text.startup+0x9): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking configure:17753: $? = 0 conftest: undefined symbol: _fnord configure:17771: result: no configure:17810: checking whether stripping libraries is possible configure:17815: result: yes configure:17850: checking if libtool supports shared libraries configure:17852: result: yes configure:17855: checking whether to build shared libraries configure:17880: result: yes configure:17883: checking whether to build static libraries configure:17887: result: no configure:17910: checking how to run the C++ preprocessor configure:17937: x86_64-pc-linux-gnu-g++ -E -I/usr/include/samba-4.0 conftest.cpp In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/limits.h:26, from /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include-fixed/limits.h:194, from /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include-fixed/syslimits.h:7, from /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include-fixed/limits.h:34, from conftest.cpp:37: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:17937: $? = 0 configure:17951: x86_64-pc-linux-gnu-g++ -E -I/usr/include/samba-4.0 conftest.cpp conftest.cpp:36:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:17951: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:17976: result: x86_64-pc-linux-gnu-g++ -E configure:17996: x86_64-pc-linux-gnu-g++ -E -I/usr/include/samba-4.0 conftest.cpp In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/limits.h:26, from /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include-fixed/limits.h:194, from /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include-fixed/syslimits.h:7, from /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include-fixed/limits.h:34, from conftest.cpp:37: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:17996: $? = 0 configure:18010: x86_64-pc-linux-gnu-g++ -E -I/usr/include/samba-4.0 conftest.cpp conftest.cpp:36:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:18010: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:18172: checking for ld used by x86_64-pc-linux-gnu-g++ configure:18239: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 configure:18246: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld configure:18261: result: yes configure:18316: 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:19389: result: yes configure:19425: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=c++11 -I/usr/include/samba-4.0 conftest.cpp >&5 configure:19428: $? = 0 configure:19909: checking for x86_64-pc-linux-gnu-g++ option to produce PIC configure:19916: result: -fPIC -DPIC configure:19924: checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works configure:19942: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=c++11 -I/usr/include/samba-4.0 -fPIC -DPIC -DPIC conftest.cpp >&5 configure:19946: $? = 0 configure:19959: result: yes configure:19982: checking if x86_64-pc-linux-gnu-g++ static flag -static works configure:20010: result: yes configure:20022: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o configure:20043: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=c++11 -I/usr/include/samba-4.0 -o out/conftest2.o conftest.cpp >&5 configure:20047: $? = 0 configure:20069: result: yes configure:20074: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o configure:20121: result: yes configure:20151: 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:20191: result: yes configure:20332: checking dynamic linker characteristics configure:21090: result: GNU/Linux ld.so configure:21155: checking how to hardcode library paths into programs configure:21180: result: immediate configure:21245: checking for x86_64-pc-linux-gnu-windres configure:21275: result: no configure:21285: checking for windres configure:21315: result: no configure:21419: checking for bash configure:21437: found /bin/bash configure:21449: result: /bin/bash configure:21457: checking if dolt supports this host configure:21489: result: yes, replacing libtool configure:21638: checking whether NLS is requested configure:21647: result: yes configure:21687: checking for msgfmt configure: trying /usr/bin/msgfmt... 0 translated messages. configure:21719: result: /usr/bin/msgfmt configure:21728: checking for gmsgfmt configure:21746: found /usr/bin/gmsgfmt configure:21759: result: /usr/bin/gmsgfmt configure:21809: checking for xgettext configure: trying /usr/bin/xgettext... /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C configure:21841: result: /usr/bin/xgettext configure:21886: checking for msgmerge configure: trying /usr/bin/msgmerge... configure:21917: result: /usr/bin/msgmerge configure:21975: checking for ld used by x86_64-pc-linux-gnu-gcc configure:22042: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 configure:22049: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld configure:22064: result: yes configure:22071: checking for shared library run path origin configure:22084: result: done configure:22656: checking for CFPreferencesCopyAppValue configure:22674: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:36:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. configure:22674: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include | int | main () | { | CFPreferencesCopyAppValue(NULL, NULL) | ; | return 0; | } configure:22683: result: no configure:22690: checking for CFLocaleCopyCurrent configure:22708: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:36:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. configure:22708: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include | int | main () | { | CFLocaleCopyCurrent(); | ; | return 0; | } configure:22717: result: no configure:22766: checking for GNU gettext in libc configure:22795: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:22795: $? = 0 configure:22804: result: yes configure:23653: checking whether to use NLS configure:23655: result: yes configure:23658: checking where the gettext function comes from configure:23669: result: libc configure:23757: checking for iconv configure:23781: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:23781: $? = 0 configure:23815: result: yes configure:23818: checking for working iconv configure:23949: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:23949: $? = 0 configure:23949: ./conftest configure:23949: $? = 0 configure:23961: result: yes configure:23989: checking for iconv declaration configure:24018: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:24018: $? = 0 configure:24029: result: extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:24511: checking for buggy GNU/libc versions configure:24523: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/limits.h:26, from /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include-fixed/limits.h:194, from /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include-fixed/syslimits.h:7, from /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include-fixed/limits.h:34, from conftest.c:42: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:24523: $? = 0 configure:24525: result: not present configure:24545: checking for shared objects suffix configure:24561: result: .so configure:24575: checking for accept4 configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24575: $? = 0 configure:24575: result: yes configure:24575: checking for daemon configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24575: $? = 0 configure:24575: result: yes configure:24575: checking for fcntl configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24575: $? = 0 configure:24575: result: yes configure:24575: checking for flock configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24575: $? = 0 configure:24575: result: yes configure:24575: checking for fstatvfs configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24575: $? = 0 configure:24575: result: yes configure:24575: checking for fork configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 conftest.c:70:6: warning: conflicting types for built-in function 'fork' [-Wbuiltin-declaration-mismatch] char fork (); ^~~~ configure:24575: $? = 0 configure:24575: result: yes configure:24575: checking for getenv configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24575: $? = 0 configure:24575: result: yes configure:24575: checking for getpwuid_r configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24575: $? = 0 configure:24575: result: yes configure:24575: checking for isatty configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24575: $? = 0 configure:24575: result: yes configure:24575: checking for lstat configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24575: $? = 0 configure:24575: result: yes configure:24575: checking for memalign configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24575: $? = 0 configure:24575: result: yes configure:24575: checking for mkostemp configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24575: $? = 0 configure:24575: result: yes configure:24575: checking for mmap configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24575: $? = 0 configure:24575: result: yes configure:24575: checking for newlocale configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24575: $? = 0 configure:24575: result: yes configure:24575: checking for open_memstream configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24575: $? = 0 configure:24575: result: yes configure:24575: checking for openat configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24575: $? = 0 configure:24575: result: yes configure:24575: checking for pipe2 configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24575: $? = 0 configure:24575: result: yes configure:24575: checking for pread configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24575: $? = 0 configure:24575: result: yes configure:24575: checking for posix_fadvise configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24575: $? = 0 configure:24575: result: yes configure:24575: checking for posix_madvise configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24575: $? = 0 configure:24575: result: yes configure:24575: checking for posix_memalign configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 conftest.c:85:6: warning: conflicting types for built-in function 'posix_memalign' [-Wbuiltin-declaration-mismatch] char posix_memalign (); ^~~~~~~~~~~~~~ configure:24575: $? = 0 configure:24575: result: yes configure:24575: checking for setlocale configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24575: $? = 0 configure:24575: result: yes configure:24575: checking for stricmp configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/media-video/vlc-3.0.8/temp/ccJHqG9i.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `stricmp' collect2: error: ld returned 1 exit status configure:24575: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define LIBEXT ".so" | #define HAVE_ACCEPT4 1 | #define HAVE_DAEMON 1 | #define HAVE_FCNTL 1 | #define HAVE_FLOCK 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FORK 1 | #define HAVE_GETENV 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_ISATTY 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMALIGN 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_OPENAT 1 | #define HAVE_PIPE2 1 | #define HAVE_PREAD 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETLOCALE 1 | /* end confdefs.h. */ | /* Define stricmp to an innocuous variant, in case declares stricmp. | For example, HP-UX 11i declares gettimeofday. */ | #define stricmp innocuous_stricmp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char stricmp (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef stricmp | | /* 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 stricmp (); | /* 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_stricmp || defined __stub___stricmp | choke me | #endif | | int | main () | { | return stricmp (); | ; | return 0; | } configure:24575: result: no configure:24575: checking for strnicmp configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/media-video/vlc-3.0.8/temp/cclKKUpo.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `strnicmp' collect2: error: ld returned 1 exit status configure:24575: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define LIBEXT ".so" | #define HAVE_ACCEPT4 1 | #define HAVE_DAEMON 1 | #define HAVE_FCNTL 1 | #define HAVE_FLOCK 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FORK 1 | #define HAVE_GETENV 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_ISATTY 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMALIGN 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_OPENAT 1 | #define HAVE_PIPE2 1 | #define HAVE_PREAD 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETLOCALE 1 | /* end confdefs.h. */ | /* Define strnicmp to an innocuous variant, in case declares strnicmp. | For example, HP-UX 11i declares gettimeofday. */ | #define strnicmp innocuous_strnicmp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strnicmp (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strnicmp | | /* 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 strnicmp (); | /* 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_strnicmp || defined __stub___strnicmp | choke me | #endif | | int | main () | { | return strnicmp (); | ; | return 0; | } configure:24575: result: no configure:24575: checking for strptime configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24575: $? = 0 configure:24575: result: yes configure:24575: checking for uselocale configure:24575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24575: $? = 0 configure:24575: result: yes configure:24584: checking for aligned_alloc configure:24584: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 conftest.c:89:6: warning: conflicting types for built-in function 'aligned_alloc' [-Wbuiltin-declaration-mismatch] char aligned_alloc (); ^~~~~~~~~~~~~ configure:24584: $? = 0 configure:24584: result: yes configure:24597: checking for atof configure:24597: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24597: $? = 0 configure:24597: result: yes configure:24610: checking for atoll configure:24610: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24610: $? = 0 configure:24610: result: yes configure:24623: checking for dirfd configure:24623: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24623: $? = 0 configure:24623: result: yes configure:24636: checking for fdopendir configure:24636: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24636: $? = 0 configure:24636: result: yes configure:24649: checking for ffsll configure:24649: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 conftest.c:94:6: warning: conflicting types for built-in function 'ffsll' [-Wbuiltin-declaration-mismatch] char ffsll (); ^~~~~ configure:24649: $? = 0 configure:24649: result: yes configure:24662: checking for flockfile configure:24662: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24662: $? = 0 configure:24662: result: yes configure:24675: checking for fsync configure:24675: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24675: $? = 0 configure:24675: result: yes configure:24688: checking for getdelim configure:24688: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24688: $? = 0 configure:24688: result: yes configure:24701: checking for getpid configure:24701: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24701: $? = 0 configure:24701: result: yes configure:24714: checking for lfind configure:24714: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24714: $? = 0 configure:24714: result: yes configure:24727: checking for lldiv configure:24727: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24727: $? = 0 configure:24727: result: yes configure:24740: checking for memrchr configure:24740: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24740: $? = 0 configure:24740: result: yes configure:24753: checking for nrand48 configure:24753: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24753: $? = 0 configure:24753: result: yes configure:24766: checking for poll configure:24766: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24766: $? = 0 configure:24766: result: yes configure:24779: checking for recvmsg configure:24779: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24779: $? = 0 configure:24779: result: yes configure:24792: checking for rewind configure:24792: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24792: $? = 0 configure:24792: result: yes configure:24805: checking for sendmsg configure:24805: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24805: $? = 0 configure:24805: result: yes configure:24818: checking for setenv configure:24818: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24818: $? = 0 configure:24818: result: yes configure:24831: checking for strcasecmp configure:24831: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 conftest.c:108:6: warning: conflicting types for built-in function 'strcasecmp' [-Wbuiltin-declaration-mismatch] char strcasecmp (); ^~~~~~~~~~ configure:24831: $? = 0 configure:24831: result: yes configure:24844: checking for strcasestr configure:24844: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24844: $? = 0 configure:24844: result: yes configure:24857: checking for strdup configure:24857: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 conftest.c:110:6: warning: conflicting types for built-in function 'strdup' [-Wbuiltin-declaration-mismatch] char strdup (); ^~~~~~ configure:24857: $? = 0 configure:24857: result: yes configure:24870: checking for strlcpy configure:24870: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/media-video/vlc-3.0.8/temp/ccDM0VHN.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `strlcpy' collect2: error: ld returned 1 exit status configure:24870: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define LIBEXT ".so" | #define HAVE_ACCEPT4 1 | #define HAVE_DAEMON 1 | #define HAVE_FCNTL 1 | #define HAVE_FLOCK 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FORK 1 | #define HAVE_GETENV 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_ISATTY 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMALIGN 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_OPENAT 1 | #define HAVE_PIPE2 1 | #define HAVE_PREAD 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRPTIME 1 | #define HAVE_USELOCALE 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_ATOF 1 | #define HAVE_ATOLL 1 | #define HAVE_DIRFD 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FFSLL 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSYNC 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETPID 1 | #define HAVE_LFIND 1 | #define HAVE_LLDIV 1 | #define HAVE_MEMRCHR 1 | #define HAVE_NRAND48 1 | #define HAVE_POLL 1 | #define HAVE_RECVMSG 1 | #define HAVE_REWIND 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETENV 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRDUP 1 | /* end confdefs.h. */ | /* Define strlcpy to an innocuous variant, in case declares strlcpy. | For example, HP-UX 11i declares gettimeofday. */ | #define strlcpy innocuous_strlcpy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcpy (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strlcpy | | /* 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 strlcpy (); | /* 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_strlcpy || defined __stub___strlcpy | choke me | #endif | | int | main () | { | return strlcpy (); | ; | return 0; | } configure:24870: result: no configure:24883: checking for strndup configure:24883: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 conftest.c:111:6: warning: conflicting types for built-in function 'strndup' [-Wbuiltin-declaration-mismatch] char strndup (); ^~~~~~~ configure:24883: $? = 0 configure:24883: result: yes configure:24896: checking for strnlen configure:24896: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24896: $? = 0 configure:24896: result: yes configure:24909: checking for strnstr configure:24909: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/media-video/vlc-3.0.8/temp/cc4WqgH0.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `strnstr' collect2: error: ld returned 1 exit status configure:24909: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define LIBEXT ".so" | #define HAVE_ACCEPT4 1 | #define HAVE_DAEMON 1 | #define HAVE_FCNTL 1 | #define HAVE_FLOCK 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FORK 1 | #define HAVE_GETENV 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_ISATTY 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMALIGN 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_OPENAT 1 | #define HAVE_PIPE2 1 | #define HAVE_PREAD 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRPTIME 1 | #define HAVE_USELOCALE 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_ATOF 1 | #define HAVE_ATOLL 1 | #define HAVE_DIRFD 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FFSLL 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSYNC 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETPID 1 | #define HAVE_LFIND 1 | #define HAVE_LLDIV 1 | #define HAVE_MEMRCHR 1 | #define HAVE_NRAND48 1 | #define HAVE_POLL 1 | #define HAVE_RECVMSG 1 | #define HAVE_REWIND 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETENV 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | /* end confdefs.h. */ | /* Define strnstr to an innocuous variant, in case declares strnstr. | For example, HP-UX 11i declares gettimeofday. */ | #define strnstr innocuous_strnstr | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strnstr (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strnstr | | /* 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 strnstr (); | /* 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_strnstr || defined __stub___strnstr | choke me | #endif | | int | main () | { | return strnstr (); | ; | return 0; | } configure:24909: result: no configure:24922: checking for strsep configure:24922: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24922: $? = 0 configure:24922: result: yes configure:24935: checking for strtof configure:24935: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24935: $? = 0 configure:24935: result: yes configure:24948: checking for strtok_r configure:24948: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24948: $? = 0 configure:24948: result: yes configure:24961: checking for strtoll configure:24961: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24961: $? = 0 configure:24961: result: yes configure:24974: checking for swab configure:24974: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24974: $? = 0 configure:24974: result: yes configure:24987: checking for tdestroy configure:24987: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:24987: $? = 0 configure:24987: result: yes configure:25000: checking for tfind configure:25000: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:25000: $? = 0 configure:25000: result: yes configure:25013: checking for timegm configure:25013: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:25013: $? = 0 configure:25013: result: yes configure:25026: checking for timespec_get configure:25026: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:25026: $? = 0 configure:25026: result: yes configure:25039: checking for strverscmp configure:25039: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:25039: $? = 0 configure:25039: result: yes configure:25052: checking for pathconf configure:25052: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:25052: $? = 0 configure:25052: result: yes configure:25066: checking for gettimeofday configure:25066: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:25066: $? = 0 configure:25066: result: yes configure:25080: checking for fdatasync configure:25080: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:25080: $? = 0 configure:25080: result: yes configure:25097: checking whether realpath is declared configure:25097: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:25097: $? = 0 configure:25097: result: yes configure:25130: checking whether asprintf is declared configure:25130: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:25130: $? = 0 configure:25130: result: yes configure:25162: checking whether vasprintf is declared configure:25162: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:25162: $? = 0 configure:25162: result: yes configure:25194: checking whether gmtime_r is declared configure:25194: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:25194: $? = 0 configure:25194: result: yes configure:25226: checking whether localtime_r is declared configure:25226: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:25226: $? = 0 configure:25226: result: yes configure:25253: checking for static_assert in assert.h configure:25268: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:25268: $? = 0 configure:25270: result: yes configure:25286: checking for working strcoll configure:25307: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:25307: $? = 0 configure:25307: ./conftest configure:25307: $? = 0 configure:25317: result: yes configure:25331: checking for eventfd configure:25331: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:25331: $? = 0 configure:25331: result: yes configure:25331: checking for vmsplice configure:25331: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:25331: $? = 0 configure:25331: result: yes configure:25331: checking for sched_getaffinity configure:25331: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:25331: $? = 0 configure:25331: result: yes configure:25331: checking for recvmmsg configure:25331: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:25331: $? = 0 configure:25331: result: yes configure:25358: checking for struct pollfd configure:25358: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:25358: $? = 0 configure:25358: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 conftest.c: In function 'main': conftest.c:124:28: error: expected expression before ')' token if (sizeof ((struct pollfd))) ^ configure:25358: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define LIBEXT ".so" | #define HAVE_ACCEPT4 1 | #define HAVE_DAEMON 1 | #define HAVE_FCNTL 1 | #define HAVE_FLOCK 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FORK 1 | #define HAVE_GETENV 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_ISATTY 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMALIGN 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_OPENAT 1 | #define HAVE_PIPE2 1 | #define HAVE_PREAD 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRPTIME 1 | #define HAVE_USELOCALE 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_ATOF 1 | #define HAVE_ATOLL 1 | #define HAVE_DIRFD 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FFSLL 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSYNC 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETPID 1 | #define HAVE_LFIND 1 | #define HAVE_LLDIV 1 | #define HAVE_MEMRCHR 1 | #define HAVE_NRAND48 1 | #define HAVE_POLL 1 | #define HAVE_RECVMSG 1 | #define HAVE_REWIND 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETENV 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRSEP 1 | #define HAVE_STRTOF 1 | #define HAVE_STRTOK_R 1 | #define HAVE_STRTOLL 1 | #define HAVE_SWAB 1 | #define HAVE_TDESTROY 1 | #define HAVE_TFIND 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMESPEC_GET 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_PATHCONF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_REALPATH 1 | #define HAVE_ASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_STATIC_ASSERT 1 | #define HAVE_STRCOLL 1 | #define HAVE_EVENTFD 1 | #define HAVE_VMSPLICE 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_RECVMMSG 1 | /* end confdefs.h. */ | #include | #if HAVE_POLL | # include | #elif defined (_WIN32) | # include | #endif | | | int | main () | { | if (sizeof ((struct pollfd))) | return 0; | ; | return 0; | } configure:25358: result: yes configure:25376: checking for struct timespec configure:25376: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:25376: $? = 0 configure:25376: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 conftest.c: In function 'main': conftest.c:119:30: error: expected expression before ')' token if (sizeof ((struct timespec))) ^ configure:25376: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define LIBEXT ".so" | #define HAVE_ACCEPT4 1 | #define HAVE_DAEMON 1 | #define HAVE_FCNTL 1 | #define HAVE_FLOCK 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FORK 1 | #define HAVE_GETENV 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_ISATTY 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMALIGN 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_OPENAT 1 | #define HAVE_PIPE2 1 | #define HAVE_PREAD 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRPTIME 1 | #define HAVE_USELOCALE 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_ATOF 1 | #define HAVE_ATOLL 1 | #define HAVE_DIRFD 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FFSLL 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSYNC 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETPID 1 | #define HAVE_LFIND 1 | #define HAVE_LLDIV 1 | #define HAVE_MEMRCHR 1 | #define HAVE_NRAND48 1 | #define HAVE_POLL 1 | #define HAVE_RECVMSG 1 | #define HAVE_REWIND 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETENV 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRSEP 1 | #define HAVE_STRTOF 1 | #define HAVE_STRTOK_R 1 | #define HAVE_STRTOLL 1 | #define HAVE_SWAB 1 | #define HAVE_TDESTROY 1 | #define HAVE_TFIND 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMESPEC_GET 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_PATHCONF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_REALPATH 1 | #define HAVE_ASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_STATIC_ASSERT 1 | #define HAVE_STRCOLL 1 | #define HAVE_EVENTFD 1 | #define HAVE_VMSPLICE 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_RECVMMSG 1 | #define HAVE_STRUCT_POLLFD 1 | /* end confdefs.h. */ | #include | | int | main () | { | if (sizeof ((struct timespec))) | return 0; | ; | return 0; | } configure:25376: result: yes configure:25388: checking for max_align_t configure:25388: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:25388: $? = 0 configure:25388: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 conftest.c: In function 'main': conftest.c:120:26: error: expected expression before ')' token if (sizeof ((max_align_t))) ^ configure:25388: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define LIBEXT ".so" | #define HAVE_ACCEPT4 1 | #define HAVE_DAEMON 1 | #define HAVE_FCNTL 1 | #define HAVE_FLOCK 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FORK 1 | #define HAVE_GETENV 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_ISATTY 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMALIGN 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_OPENAT 1 | #define HAVE_PIPE2 1 | #define HAVE_PREAD 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRPTIME 1 | #define HAVE_USELOCALE 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_ATOF 1 | #define HAVE_ATOLL 1 | #define HAVE_DIRFD 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FFSLL 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSYNC 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETPID 1 | #define HAVE_LFIND 1 | #define HAVE_LLDIV 1 | #define HAVE_MEMRCHR 1 | #define HAVE_NRAND48 1 | #define HAVE_POLL 1 | #define HAVE_RECVMSG 1 | #define HAVE_REWIND 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETENV 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRSEP 1 | #define HAVE_STRTOF 1 | #define HAVE_STRTOK_R 1 | #define HAVE_STRTOLL 1 | #define HAVE_SWAB 1 | #define HAVE_TDESTROY 1 | #define HAVE_TFIND 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMESPEC_GET 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_PATHCONF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_REALPATH 1 | #define HAVE_ASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_STATIC_ASSERT 1 | #define HAVE_STRCOLL 1 | #define HAVE_EVENTFD 1 | #define HAVE_VMSPLICE 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_RECVMMSG 1 | #define HAVE_STRUCT_POLLFD 1 | #define HAVE_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include | | int | main () | { | if (sizeof ((max_align_t))) | return 0; | ; | return 0; | } configure:25388: result: yes configure:25409: checking for library containing connect configure:25440: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:25440: $? = 0 configure:25457: result: none required configure:25480: checking for library containing inet_pton configure:25511: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:25511: $? = 0 configure:25528: result: none required configure:25567: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:25567: $? = 0 configure:25581: checking for struct if_nameindex configure:25581: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:25581: $? = 0 configure:25581: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 conftest.c: In function 'main': conftest.c:122:34: error: expected expression before ')' token if (sizeof ((struct if_nameindex))) ^ configure:25581: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define LIBEXT ".so" | #define HAVE_ACCEPT4 1 | #define HAVE_DAEMON 1 | #define HAVE_FCNTL 1 | #define HAVE_FLOCK 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FORK 1 | #define HAVE_GETENV 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_ISATTY 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMALIGN 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_OPENAT 1 | #define HAVE_PIPE2 1 | #define HAVE_PREAD 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRPTIME 1 | #define HAVE_USELOCALE 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_ATOF 1 | #define HAVE_ATOLL 1 | #define HAVE_DIRFD 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FFSLL 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSYNC 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETPID 1 | #define HAVE_LFIND 1 | #define HAVE_LLDIV 1 | #define HAVE_MEMRCHR 1 | #define HAVE_NRAND48 1 | #define HAVE_POLL 1 | #define HAVE_RECVMSG 1 | #define HAVE_REWIND 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETENV 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRSEP 1 | #define HAVE_STRTOF 1 | #define HAVE_STRTOK_R 1 | #define HAVE_STRTOLL 1 | #define HAVE_SWAB 1 | #define HAVE_TDESTROY 1 | #define HAVE_TFIND 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMESPEC_GET 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_PATHCONF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_REALPATH 1 | #define HAVE_ASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_STATIC_ASSERT 1 | #define HAVE_STRCOLL 1 | #define HAVE_EVENTFD 1 | #define HAVE_VMSPLICE 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_RECVMMSG 1 | #define HAVE_STRUCT_POLLFD 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_MAX_ALIGN_T 1 | #define HAVE_INET_PTON 1 | /* end confdefs.h. */ | #include | | int | main () | { | if (sizeof ((struct if_nameindex))) | return 0; | ; | return 0; | } configure:25581: result: yes configure:25595: checking for if_nameindex configure:25595: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:25595: $? = 0 configure:25595: result: yes configure:25595: checking for if_nametoindex configure:25595: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:25595: $? = 0 configure:25595: result: yes configure:25615: checking for socklen_t in sys/socket.h configure:25638: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:25638: $? = 0 configure:25645: result: yes configure:25652: checking for struct sockaddr_storage configure:25673: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:25673: $? = 0 configure:25680: result: yes configure:25692: checking for getopt_long configure:25692: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:25692: $? = 0 configure:25692: result: yes configure:25744: checking for cos in -lm configure:25769: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c -lm >&5 conftest.c:127:6: warning: conflicting types for built-in function 'cos' [-Wbuiltin-declaration-mismatch] char cos (); ^~~ configure:25769: $? = 0 configure:25778: result: yes configure:25792: checking for lrintf in -lm configure:25817: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c -lm >&5 conftest.c:127:6: warning: conflicting types for built-in function 'lrintf' [-Wbuiltin-declaration-mismatch] char lrintf (); ^~~~~~ configure:25817: $? = 0 configure:25826: result: yes configure:25842: checking for nanf in -lm configure:25867: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c -lm >&5 conftest.c:128:6: warning: conflicting types for built-in function 'nanf' [-Wbuiltin-declaration-mismatch] char nanf (); ^~~~ configure:25867: $? = 0 configure:25876: result: yes configure:25885: checking for sincos in -lm configure:25910: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c -lm >&5 conftest.c:129:6: warning: conflicting types for built-in function 'sincos' [-Wbuiltin-declaration-mismatch] char sincos (); ^~~~~~ configure:25910: $? = 0 configure:25919: result: yes configure:25939: checking _Thread_local support configure:25946: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:25946: $? = 0 configure:25948: result: ok configure:25962: checking threads.h usability configure:25962: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:25962: $? = 0 configure:25962: result: yes configure:25962: checking threads.h presence configure:25962: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c In file included from /usr/include/threads.h:22, from conftest.c:124: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:25962: $? = 0 configure:25962: result: yes configure:25962: checking for threads.h configure:25962: result: yes configure:25973: checking for getaddrinfo_a in -lanl configure:25998: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c -lanl >&5 configure:25998: $? = 0 configure:26007: result: yes configure:26028: checking for library containing dlsym configure:26059: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/media-video/vlc-3.0.8/temp/ccdBo1Dy.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `dlsym' collect2: error: ld returned 1 exit status configure:26059: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define LIBEXT ".so" | #define HAVE_ACCEPT4 1 | #define HAVE_DAEMON 1 | #define HAVE_FCNTL 1 | #define HAVE_FLOCK 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FORK 1 | #define HAVE_GETENV 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_ISATTY 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMALIGN 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_OPENAT 1 | #define HAVE_PIPE2 1 | #define HAVE_PREAD 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRPTIME 1 | #define HAVE_USELOCALE 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_ATOF 1 | #define HAVE_ATOLL 1 | #define HAVE_DIRFD 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FFSLL 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSYNC 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETPID 1 | #define HAVE_LFIND 1 | #define HAVE_LLDIV 1 | #define HAVE_MEMRCHR 1 | #define HAVE_NRAND48 1 | #define HAVE_POLL 1 | #define HAVE_RECVMSG 1 | #define HAVE_REWIND 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETENV 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRSEP 1 | #define HAVE_STRTOF 1 | #define HAVE_STRTOK_R 1 | #define HAVE_STRTOLL 1 | #define HAVE_SWAB 1 | #define HAVE_TDESTROY 1 | #define HAVE_TFIND 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMESPEC_GET 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_PATHCONF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_REALPATH 1 | #define HAVE_ASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_STATIC_ASSERT 1 | #define HAVE_STRCOLL 1 | #define HAVE_EVENTFD 1 | #define HAVE_VMSPLICE 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_RECVMMSG 1 | #define HAVE_STRUCT_POLLFD 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_MAX_ALIGN_T 1 | #define HAVE_INET_PTON 1 | #define HAVE_STRUCT_IF_NAMEINDEX 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_LRINTF 1 | #define HAVE_NANF 1 | #define HAVE_SINCOS 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_THREADS_H 1 | #define HAVE_LIBANL 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 dlsym (); | int | main () | { | return dlsym (); | ; | return 0; | } configure:26059: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c -ldl >&5 configure:26059: $? = 0 configure:26076: result: -ldl configure:26162: checking for library containing pthread_rwlock_init configure:26193: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/media-video/vlc-3.0.8/temp/ccXUvzJF.o: in function `main': conftest.c:(.text.startup+0x7): undefined reference to `pthread_rwlock_init' collect2: error: ld returned 1 exit status configure:26193: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define LIBEXT ".so" | #define HAVE_ACCEPT4 1 | #define HAVE_DAEMON 1 | #define HAVE_FCNTL 1 | #define HAVE_FLOCK 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FORK 1 | #define HAVE_GETENV 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_ISATTY 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMALIGN 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_OPENAT 1 | #define HAVE_PIPE2 1 | #define HAVE_PREAD 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRPTIME 1 | #define HAVE_USELOCALE 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_ATOF 1 | #define HAVE_ATOLL 1 | #define HAVE_DIRFD 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FFSLL 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSYNC 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETPID 1 | #define HAVE_LFIND 1 | #define HAVE_LLDIV 1 | #define HAVE_MEMRCHR 1 | #define HAVE_NRAND48 1 | #define HAVE_POLL 1 | #define HAVE_RECVMSG 1 | #define HAVE_REWIND 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETENV 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRSEP 1 | #define HAVE_STRTOF 1 | #define HAVE_STRTOK_R 1 | #define HAVE_STRTOLL 1 | #define HAVE_SWAB 1 | #define HAVE_TDESTROY 1 | #define HAVE_TFIND 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMESPEC_GET 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_PATHCONF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_REALPATH 1 | #define HAVE_ASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_STATIC_ASSERT 1 | #define HAVE_STRCOLL 1 | #define HAVE_EVENTFD 1 | #define HAVE_VMSPLICE 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_RECVMMSG 1 | #define HAVE_STRUCT_POLLFD 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_MAX_ALIGN_T 1 | #define HAVE_INET_PTON 1 | #define HAVE_STRUCT_IF_NAMEINDEX 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_LRINTF 1 | #define HAVE_NANF 1 | #define HAVE_SINCOS 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_THREADS_H 1 | #define HAVE_LIBANL 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 pthread_rwlock_init (); | int | main () | { | return pthread_rwlock_init (); | ; | return 0; | } configure:26193: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c -lpthread >&5 configure:26193: $? = 0 configure:26210: result: -lpthread configure:26236: checking for library containing clock_nanosleep configure:26267: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ conftest.c >&5 configure:26267: $? = 0 configure:26284: result: none required configure:26369: checking arpa/inet.h usability configure:26369: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:26369: $? = 0 configure:26369: result: yes configure:26369: checking arpa/inet.h presence configure:26369: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c In file included from /usr/include/arpa/inet.h:21, from conftest.c:126: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:26369: $? = 0 configure:26369: result: yes configure:26369: checking for arpa/inet.h configure:26369: result: yes configure:26369: checking pthread.h usability configure:26369: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:26369: $? = 0 configure:26369: result: yes configure:26369: checking pthread.h presence configure:26369: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c In file included from /usr/include/pthread.h:21, from conftest.c:127: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:26369: $? = 0 configure:26369: result: yes configure:26369: checking for pthread.h configure:26369: result: yes configure:26369: checking search.h usability configure:26369: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:26369: $? = 0 configure:26369: result: yes configure:26369: checking search.h presence configure:26369: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c In file included from /usr/include/search.h:22, from conftest.c:128: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:26369: $? = 0 configure:26369: result: yes configure:26369: checking for search.h configure:26369: result: yes configure:26369: checking sys/shm.h usability configure:26369: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:26369: $? = 0 configure:26369: result: yes configure:26369: checking sys/shm.h presence configure:26369: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c In file included from /usr/include/sys/shm.h:21, from conftest.c:129: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:26369: $? = 0 configure:26369: result: yes configure:26369: checking for sys/shm.h configure:26369: result: yes configure:26369: checking sys/socket.h usability configure:26369: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:26369: $? = 0 configure:26369: result: yes configure:26369: checking sys/socket.h presence configure:26369: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c In file included from /usr/include/sys/socket.h:22, from conftest.c:130: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:26369: $? = 0 configure:26369: result: yes configure:26369: checking for sys/socket.h configure:26369: result: yes configure:26369: checking sys/uio.h usability configure:26369: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:26369: $? = 0 configure:26369: result: yes configure:26369: checking sys/uio.h presence configure:26369: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c In file included from /usr/include/sys/uio.h:21, from conftest.c:131: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:26369: $? = 0 configure:26369: result: yes configure:26369: checking for sys/uio.h configure:26369: result: yes configure:26381: checking for net/if.h configure:26381: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:26381: $? = 0 configure:26381: result: yes configure:26395: checking syslog.h usability configure:26395: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:26395: $? = 0 configure:26395: result: yes configure:26395: checking syslog.h presence configure:26395: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c In file included from /usr/include/sys/syslog.h:35, from /usr/include/syslog.h:1, from conftest.c:133: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:26395: $? = 0 configure:26395: result: yes configure:26395: checking for syslog.h configure:26395: result: yes configure:26415: checking netinet/tcp.h usability configure:26415: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:26415: $? = 0 configure:26415: result: yes configure:26415: checking netinet/tcp.h presence configure:26415: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c In file included from /usr/include/netinet/tcp.h:35, from conftest.c:133: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:26415: $? = 0 configure:26415: result: yes configure:26415: checking for netinet/tcp.h configure:26415: result: yes configure:26415: checking netinet/udplite.h usability configure:26415: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 conftest.c:167:10: fatal error: netinet/udplite.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~ compilation terminated. configure:26415: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define LIBEXT ".so" | #define HAVE_ACCEPT4 1 | #define HAVE_DAEMON 1 | #define HAVE_FCNTL 1 | #define HAVE_FLOCK 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FORK 1 | #define HAVE_GETENV 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_ISATTY 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMALIGN 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_OPENAT 1 | #define HAVE_PIPE2 1 | #define HAVE_PREAD 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRPTIME 1 | #define HAVE_USELOCALE 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_ATOF 1 | #define HAVE_ATOLL 1 | #define HAVE_DIRFD 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FFSLL 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSYNC 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETPID 1 | #define HAVE_LFIND 1 | #define HAVE_LLDIV 1 | #define HAVE_MEMRCHR 1 | #define HAVE_NRAND48 1 | #define HAVE_POLL 1 | #define HAVE_RECVMSG 1 | #define HAVE_REWIND 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETENV 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRSEP 1 | #define HAVE_STRTOF 1 | #define HAVE_STRTOK_R 1 | #define HAVE_STRTOLL 1 | #define HAVE_SWAB 1 | #define HAVE_TDESTROY 1 | #define HAVE_TFIND 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMESPEC_GET 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_PATHCONF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_REALPATH 1 | #define HAVE_ASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_STATIC_ASSERT 1 | #define HAVE_STRCOLL 1 | #define HAVE_EVENTFD 1 | #define HAVE_VMSPLICE 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_RECVMMSG 1 | #define HAVE_STRUCT_POLLFD 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_MAX_ALIGN_T 1 | #define HAVE_INET_PTON 1 | #define HAVE_STRUCT_IF_NAMEINDEX 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_LRINTF 1 | #define HAVE_NANF 1 | #define HAVE_SINCOS 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_THREADS_H 1 | #define HAVE_LIBANL 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:26415: result: no configure:26415: checking netinet/udplite.h presence configure:26415: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c conftest.c:134:10: fatal error: netinet/udplite.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~ compilation terminated. configure:26415: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define LIBEXT ".so" | #define HAVE_ACCEPT4 1 | #define HAVE_DAEMON 1 | #define HAVE_FCNTL 1 | #define HAVE_FLOCK 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FORK 1 | #define HAVE_GETENV 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_ISATTY 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMALIGN 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_OPENAT 1 | #define HAVE_PIPE2 1 | #define HAVE_PREAD 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRPTIME 1 | #define HAVE_USELOCALE 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_ATOF 1 | #define HAVE_ATOLL 1 | #define HAVE_DIRFD 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FFSLL 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSYNC 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETPID 1 | #define HAVE_LFIND 1 | #define HAVE_LLDIV 1 | #define HAVE_MEMRCHR 1 | #define HAVE_NRAND48 1 | #define HAVE_POLL 1 | #define HAVE_RECVMSG 1 | #define HAVE_REWIND 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETENV 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRSEP 1 | #define HAVE_STRTOF 1 | #define HAVE_STRTOK_R 1 | #define HAVE_STRTOLL 1 | #define HAVE_SWAB 1 | #define HAVE_TDESTROY 1 | #define HAVE_TFIND 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMESPEC_GET 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_PATHCONF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_REALPATH 1 | #define HAVE_ASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_STATIC_ASSERT 1 | #define HAVE_STRCOLL 1 | #define HAVE_EVENTFD 1 | #define HAVE_VMSPLICE 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_RECVMMSG 1 | #define HAVE_STRUCT_POLLFD 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_MAX_ALIGN_T 1 | #define HAVE_INET_PTON 1 | #define HAVE_STRUCT_IF_NAMEINDEX 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_LRINTF 1 | #define HAVE_NANF 1 | #define HAVE_SINCOS 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_THREADS_H 1 | #define HAVE_LIBANL 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | /* end confdefs.h. */ | #include configure:26415: result: no configure:26415: checking for netinet/udplite.h configure:26415: result: no configure:26415: checking sys/param.h usability configure:26415: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:26415: $? = 0 configure:26415: result: yes configure:26415: checking sys/param.h presence configure:26415: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c In file included from /usr/include/sys/types.h:25, from /usr/include/sys/param.h:25, from conftest.c:134: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:26415: $? = 0 configure:26415: result: yes configure:26415: checking for sys/param.h configure:26415: result: yes configure:26415: checking sys/mount.h usability configure:26415: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:26415: $? = 0 configure:26415: result: yes configure:26415: checking sys/mount.h presence configure:26415: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c In file included from /usr/include/sys/mount.h:24, from conftest.c:135: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:26415: $? = 0 configure:26415: result: yes configure:26415: checking for sys/mount.h configure:26415: result: yes configure:26429: checking features.h usability configure:26429: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:26429: $? = 0 configure:26429: result: yes configure:26429: checking features.h presence configure:26429: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c In file included from conftest.c:136: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:26429: $? = 0 configure:26429: result: yes configure:26429: checking for features.h configure:26429: result: yes configure:26429: checking getopt.h usability configure:26429: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:26429: $? = 0 configure:26429: result: yes configure:26429: checking getopt.h presence configure:26429: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c In file included from /usr/include/getopt.h:24, from conftest.c:137: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:26429: $? = 0 configure:26429: result: yes configure:26429: checking for getopt.h configure:26429: result: yes configure:26429: checking linux/dccp.h usability configure:26429: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:26429: $? = 0 configure:26429: result: yes configure:26429: checking linux/dccp.h presence configure:26429: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c configure:26429: $? = 0 configure:26429: result: yes configure:26429: checking for linux/dccp.h configure:26429: result: yes configure:26429: checking linux/magic.h usability configure:26429: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:26429: $? = 0 configure:26429: result: yes configure:26429: checking linux/magic.h presence configure:26429: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c configure:26429: $? = 0 configure:26429: result: yes configure:26429: checking for linux/magic.h configure:26429: result: yes configure:26429: checking mntent.h usability configure:26429: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:26429: $? = 0 configure:26429: result: yes configure:26429: checking mntent.h presence configure:26429: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c In file included from /usr/include/mntent.h:22, from conftest.c:140: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:26429: $? = 0 configure:26429: result: yes configure:26429: checking for mntent.h configure:26429: result: yes configure:26429: checking sys/eventfd.h usability configure:26429: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:26429: $? = 0 configure:26429: result: yes configure:26429: checking sys/eventfd.h presence configure:26429: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdint.h:26, from /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h:9, from /usr/include/sys/eventfd.h:21, from conftest.c:141: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:26429: $? = 0 configure:26429: result: yes configure:26429: checking for sys/eventfd.h configure:26429: result: yes configure:26442: checking xlocale.h usability configure:26442: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 conftest.c:175:10: fatal error: xlocale.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. configure:26442: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define LIBEXT ".so" | #define HAVE_ACCEPT4 1 | #define HAVE_DAEMON 1 | #define HAVE_FCNTL 1 | #define HAVE_FLOCK 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FORK 1 | #define HAVE_GETENV 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_ISATTY 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMALIGN 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_OPENAT 1 | #define HAVE_PIPE2 1 | #define HAVE_PREAD 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRPTIME 1 | #define HAVE_USELOCALE 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_ATOF 1 | #define HAVE_ATOLL 1 | #define HAVE_DIRFD 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FFSLL 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSYNC 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETPID 1 | #define HAVE_LFIND 1 | #define HAVE_LLDIV 1 | #define HAVE_MEMRCHR 1 | #define HAVE_NRAND48 1 | #define HAVE_POLL 1 | #define HAVE_RECVMSG 1 | #define HAVE_REWIND 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETENV 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRSEP 1 | #define HAVE_STRTOF 1 | #define HAVE_STRTOK_R 1 | #define HAVE_STRTOLL 1 | #define HAVE_SWAB 1 | #define HAVE_TDESTROY 1 | #define HAVE_TFIND 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMESPEC_GET 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_PATHCONF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_REALPATH 1 | #define HAVE_ASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_STATIC_ASSERT 1 | #define HAVE_STRCOLL 1 | #define HAVE_EVENTFD 1 | #define HAVE_VMSPLICE 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_RECVMMSG 1 | #define HAVE_STRUCT_POLLFD 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_MAX_ALIGN_T 1 | #define HAVE_INET_PTON 1 | #define HAVE_STRUCT_IF_NAMEINDEX 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_LRINTF 1 | #define HAVE_NANF 1 | #define HAVE_SINCOS 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_THREADS_H 1 | #define HAVE_LIBANL 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LINUX_DCCP_H 1 | #define HAVE_LINUX_MAGIC_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_EVENTFD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:26442: result: no configure:26442: checking xlocale.h presence configure:26442: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c conftest.c:142:10: fatal error: xlocale.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. configure:26442: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define LIBEXT ".so" | #define HAVE_ACCEPT4 1 | #define HAVE_DAEMON 1 | #define HAVE_FCNTL 1 | #define HAVE_FLOCK 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FORK 1 | #define HAVE_GETENV 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_ISATTY 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMALIGN 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_OPENAT 1 | #define HAVE_PIPE2 1 | #define HAVE_PREAD 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRPTIME 1 | #define HAVE_USELOCALE 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_ATOF 1 | #define HAVE_ATOLL 1 | #define HAVE_DIRFD 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FFSLL 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSYNC 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETPID 1 | #define HAVE_LFIND 1 | #define HAVE_LLDIV 1 | #define HAVE_MEMRCHR 1 | #define HAVE_NRAND48 1 | #define HAVE_POLL 1 | #define HAVE_RECVMSG 1 | #define HAVE_REWIND 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETENV 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRSEP 1 | #define HAVE_STRTOF 1 | #define HAVE_STRTOK_R 1 | #define HAVE_STRTOLL 1 | #define HAVE_SWAB 1 | #define HAVE_TDESTROY 1 | #define HAVE_TFIND 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMESPEC_GET 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_PATHCONF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_REALPATH 1 | #define HAVE_ASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_STATIC_ASSERT 1 | #define HAVE_STRCOLL 1 | #define HAVE_EVENTFD 1 | #define HAVE_VMSPLICE 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_RECVMMSG 1 | #define HAVE_STRUCT_POLLFD 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_MAX_ALIGN_T 1 | #define HAVE_INET_PTON 1 | #define HAVE_STRUCT_IF_NAMEINDEX 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_LRINTF 1 | #define HAVE_NANF 1 | #define HAVE_SINCOS 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_THREADS_H 1 | #define HAVE_LIBANL 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LINUX_DCCP_H 1 | #define HAVE_LINUX_MAGIC_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_EVENTFD_H 1 | /* end confdefs.h. */ | #include configure:26442: result: no configure:26442: checking for xlocale.h configure:26442: result: no configure:26459: checking if C++ headers define locale_t configure:26476: x86_64-pc-linux-gnu-g++ -c -O2 -pipe -march=native -std=c++11 -I/usr/include/samba-4.0 conftest.cpp >&5 configure:26476: $? = 0 configure:26481: result: yes configure:26495: checking for ssize_t configure:26495: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:26495: $? = 0 configure:26495: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 conftest.c: In function 'main': conftest.c:179:22: error: expected expression before ')' token if (sizeof ((ssize_t))) ^ configure:26495: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "vlc" | #define PACKAGE_TARNAME "vlc" | #define PACKAGE_VERSION "3.0.8" | #define PACKAGE_STRING "vlc 3.0.8" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "vlc" | #define VERSION "3.0.8" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FORTIFY_SOURCE 2 | #define _FILE_OFFSET_BITS 64 | #define _THREAD_SAFE /**/ | #define __LIBVLC__ /**/ | #define WIN32_LEAN_AND_MEAN /**/ | #define YYTEXT_POINTER 1 | #define restrict __restrict | #define VLC_WINSTORE_APP 0 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define LIBEXT ".so" | #define HAVE_ACCEPT4 1 | #define HAVE_DAEMON 1 | #define HAVE_FCNTL 1 | #define HAVE_FLOCK 1 | #define HAVE_FSTATVFS 1 | #define HAVE_FORK 1 | #define HAVE_GETENV 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_ISATTY 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMALIGN 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_OPENAT 1 | #define HAVE_PIPE2 1 | #define HAVE_PREAD 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_POSIX_MADVISE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRPTIME 1 | #define HAVE_USELOCALE 1 | #define HAVE_ALIGNED_ALLOC 1 | #define HAVE_ATOF 1 | #define HAVE_ATOLL 1 | #define HAVE_DIRFD 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FFSLL 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSYNC 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETPID 1 | #define HAVE_LFIND 1 | #define HAVE_LLDIV 1 | #define HAVE_MEMRCHR 1 | #define HAVE_NRAND48 1 | #define HAVE_POLL 1 | #define HAVE_RECVMSG 1 | #define HAVE_REWIND 1 | #define HAVE_SENDMSG 1 | #define HAVE_SETENV 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRSEP 1 | #define HAVE_STRTOF 1 | #define HAVE_STRTOK_R 1 | #define HAVE_STRTOLL 1 | #define HAVE_SWAB 1 | #define HAVE_TDESTROY 1 | #define HAVE_TFIND 1 | #define HAVE_TIMEGM 1 | #define HAVE_TIMESPEC_GET 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_PATHCONF 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_REALPATH 1 | #define HAVE_ASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_STATIC_ASSERT 1 | #define HAVE_STRCOLL 1 | #define HAVE_EVENTFD 1 | #define HAVE_VMSPLICE 1 | #define HAVE_SCHED_GETAFFINITY 1 | #define HAVE_RECVMMSG 1 | #define HAVE_STRUCT_POLLFD 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_MAX_ALIGN_T 1 | #define HAVE_INET_PTON 1 | #define HAVE_STRUCT_IF_NAMEINDEX 1 | #define HAVE_IF_NAMEINDEX 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_LRINTF 1 | #define HAVE_NANF 1 | #define HAVE_SINCOS 1 | #define HAVE_THREAD_LOCAL 1 | #define HAVE_THREADS_H 1 | #define HAVE_LIBANL 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SEARCH_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LINUX_DCCP_H 1 | #define HAVE_LINUX_MAGIC_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_SYS_EVENTFD_H 1 | #define HAVE_CXX_LOCALE_T 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((ssize_t))) | return 0; | ; | return 0; | } configure:26495: result: yes configure:26518: checking for x86_64-pc-linux-gnu-pkg-config configure:26536: found /usr/bin/x86_64-pc-linux-gnu-pkg-config configure:26548: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config configure:26616: checking pkg-config is at least version 0.9.0 configure:26619: result: yes configure:26641: checking zlib.h usability configure:26641: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -I/usr/include/samba-4.0 conftest.c >&5 configure:26641: $? = 0 configure:26641: result: yes configure:26641: checking zlib.h presence configure:26641: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/limits.h:26, from /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include-fixed/limits.h:194, from /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include-fixed/syslimits.h:7, from /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include-fixed/limits.h:34, from /usr/include/zconf.h:418, from /usr/include/zlib.h:34, from conftest.c:143: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:26641: $? = 0 configure:26641: result: yes configure:26641: checking for zlib.h configure:26641: result: yes configure:26671: checking for minizip configure:26678: $PKG_CONFIG --exists --print-errors "minizip " configure:26681: $? = 0 configure:26695: $PKG_CONFIG --exists --print-errors "minizip " configure:26698: $? = 0 configure:26776: result: yes configure:26793: checking for libidn configure:26800: $PKG_CONFIG --exists --print-errors "libidn" configure:26803: $? = 0 configure:26817: $PKG_CONFIG --exists --print-errors "libidn" configure:26820: $? = 0 configure:26862: result: yes configure:26883: checking for dbus-1 >= 1.6.0 configure:26890: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.6.0" configure:26893: $? = 0 configure:26907: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.6.0" configure:26910: $? = 0 configure:26970: result: yes configure:26990: checking for libsystemd configure:26997: $PKG_CONFIG --exists --print-errors "libsystemd" configure:27000: $? = 0 configure:27014: $PKG_CONFIG --exists --print-errors "libsystemd" configure:27017: $? = 0 configure:27061: result: yes configure:27085: checking whether C compiler accepts -Wall configure:27104: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -I/usr/include/samba-4.0 conftest.c >&5 configure:27104: $? = 0 configure:27113: result: yes configure:27129: : CFLAGS="$CFLAGS" configure:27132: $? = 0 configure:27085: checking whether C compiler accepts -Wextra configure:27104: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -I/usr/include/samba-4.0 conftest.c >&5 configure:27104: $? = 0 configure:27113: result: yes configure:27129: : CFLAGS="$CFLAGS" configure:27132: $? = 0 configure:27085: checking whether C compiler accepts -Wsign-compare configure:27104: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -I/usr/include/samba-4.0 conftest.c >&5 configure:27104: $? = 0 configure:27113: result: yes configure:27129: : CFLAGS="$CFLAGS" configure:27132: $? = 0 configure:27085: checking whether C compiler accepts -Wundef configure:27104: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -I/usr/include/samba-4.0 conftest.c >&5 configure:27104: $? = 0 configure:27113: result: yes configure:27129: : CFLAGS="$CFLAGS" configure:27132: $? = 0 configure:27085: checking whether C compiler accepts -Wpointer-arith configure:27104: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -I/usr/include/samba-4.0 conftest.c >&5 configure:27104: $? = 0 configure:27113: result: yes configure:27129: : CFLAGS="$CFLAGS" configure:27132: $? = 0 configure:27085: checking whether C compiler accepts -Wvolatile-register-var configure:27104: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -I/usr/include/samba-4.0 conftest.c >&5 configure:27104: $? = 0 configure:27113: result: yes configure:27129: : CFLAGS="$CFLAGS" configure:27132: $? = 0 configure:27085: checking whether C compiler accepts -Wformat configure:27104: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -I/usr/include/samba-4.0 conftest.c >&5 configure:27104: $? = 0 configure:27113: result: yes configure:27129: : CFLAGS="$CFLAGS" configure:27132: $? = 0 configure:27085: checking whether C compiler accepts -Wformat-security configure:27104: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -I/usr/include/samba-4.0 conftest.c >&5 configure:27104: $? = 0 configure:27113: result: yes configure:27129: : CFLAGS="$CFLAGS" configure:27132: $? = 0 configure:27160: checking whether C compiler accepts -Wall configure:27188: result: yes configure:27204: : CXXFLAGS="$CXXFLAGS" configure:27207: $? = 0 configure:27160: checking whether C compiler accepts -Wextra configure:27188: result: yes configure:27204: : CXXFLAGS="$CXXFLAGS" configure:27207: $? = 0 configure:27160: checking whether C compiler accepts -Wsign-compare configure:27188: result: yes configure:27204: : CXXFLAGS="$CXXFLAGS" configure:27207: $? = 0 configure:27160: checking whether C compiler accepts -Wundef configure:27188: result: yes configure:27204: : CXXFLAGS="$CXXFLAGS" configure:27207: $? = 0 configure:27160: checking whether C compiler accepts -Wpointer-arith configure:27188: result: yes configure:27204: : CXXFLAGS="$CXXFLAGS" configure:27207: $? = 0 configure:27160: checking whether C compiler accepts -Wvolatile-register-var configure:27188: result: yes configure:27204: : CXXFLAGS="$CXXFLAGS" configure:27207: $? = 0 configure:27160: checking whether C compiler accepts -Wformat configure:27188: result: yes configure:27204: : CXXFLAGS="$CXXFLAGS" configure:27207: $? = 0 configure:27160: checking whether C compiler accepts -Wformat-security configure:27188: result: yes configure:27204: : CXXFLAGS="$CXXFLAGS" configure:27207: $? = 0 configure:27236: checking whether C compiler accepts -Wbad-function-cast configure:27255: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -I/usr/include/samba-4.0 conftest.c >&5 configure:27255: $? = 0 configure:27264: result: yes configure:27280: : CFLAGS="$CFLAGS" configure:27283: $? = 0 configure:27236: checking whether C compiler accepts -Wwrite-strings configure:27255: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -I/usr/include/samba-4.0 conftest.c >&5 configure:27255: $? = 0 configure:27264: result: yes configure:27280: : CFLAGS="$CFLAGS" configure:27283: $? = 0 configure:27236: checking whether C compiler accepts -Wmissing-prototypes configure:27255: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -I/usr/include/samba-4.0 conftest.c >&5 configure:27255: $? = 0 configure:27264: result: yes configure:27280: : CFLAGS="$CFLAGS" configure:27283: $? = 0 configure:27236: checking whether C compiler accepts -Werror-implicit-function-declaration configure:27255: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -I/usr/include/samba-4.0 conftest.c >&5 configure:27255: $? = 0 configure:27264: result: yes configure:27280: : CFLAGS="$CFLAGS" configure:27283: $? = 0 configure:27236: checking whether C compiler accepts -Winit-self configure:27255: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -I/usr/include/samba-4.0 conftest.c >&5 configure:27255: $? = 0 configure:27264: result: yes configure:27280: : CFLAGS="$CFLAGS" configure:27283: $? = 0 configure:27236: checking whether C compiler accepts -Wlogical-op configure:27255: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -I/usr/include/samba-4.0 conftest.c >&5 configure:27255: $? = 0 configure:27264: result: yes configure:27280: : CFLAGS="$CFLAGS" configure:27283: $? = 0 configure:27236: checking whether C compiler accepts -Wshadow=local configure:27255: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -I/usr/include/samba-4.0 conftest.c >&5 configure:27255: $? = 0 configure:27264: result: yes configure:27280: : CFLAGS="$CFLAGS" configure:27283: $? = 0 configure:27311: checking whether C compiler accepts -pipe configure:27330: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -pipe -I/usr/include/samba-4.0 conftest.c >&5 configure:27330: $? = 0 configure:27339: result: yes configure:27347: : CFLAGS already contains $flag configure:27350: $? = 0 configure:27471: checking if x86_64-pc-linux-gnu-gcc accepts -fvisibility=hidden configure:27488: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -fvisibility=hidden -I/usr/include/samba-4.0 conftest.c >&5 configure:27488: $? = 0 configure:27500: result: yes configure:28695: checking if linker supports -Bsymbolic configure:28712: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -fvisibility=hidden -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ -Wl,-Bsymbolic conftest.c >&5 configure:28712: $? = 0 configure:28725: result: -Wl,-Bsymbolic configure:28747: checking if linker supports -z,defs configure:28764: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -fvisibility=hidden -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ -Wl,-z,defs conftest.c >&5 configure:28764: $? = 0 configure:28777: result: yes configure:28790: checking for __attribute__((packed)) configure:28807: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -fvisibility=hidden -I/usr/include/samba-4.0 conftest.c >&5 configure:28807: $? = 0 configure:28812: result: yes configure:28831: checking execinfo.h usability configure:28831: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -fvisibility=hidden -I/usr/include/samba-4.0 conftest.c >&5 configure:28831: $? = 0 configure:28831: result: yes configure:28831: checking execinfo.h presence configure:28831: x86_64-pc-linux-gnu-gcc -E -I/usr/include/samba-4.0 conftest.c In file included from /usr/include/execinfo.h:21, from conftest.c:147: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:28831: $? = 0 configure:28831: result: yes configure:28831: checking for execinfo.h configure:28831: result: yes configure:28843: checking for backtrace configure:28843: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -fvisibility=hidden -I/usr/include/samba-4.0 -Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ -Wl,-z,defs conftest.c >&5 configure:28843: $? = 0 configure:28843: result: yes configure:28886: checking if x86_64-pc-linux-gnu-gcc groks MMX intrinsics configure:28915: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -fvisibility=hidden -mmmx -I/usr/include/samba-4.0 conftest.c >&5 configure:28915: $? = 0 configure:28927: result: yes configure:28954: checking if x86_64-pc-linux-gnu-gcc groks MMX inline assembly configure:28975: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -fvisibility=hidden -mmmx -I/usr/include/samba-4.0 conftest.c >&5 conftest.c: In function 'main': conftest.c:156:1: warning: 'p' is used uninitialized in this function [-Wuninitialized] asm volatile("packuswb %%mm1,%%mm2"::"r"(p):"mm1", "mm2"); ^~~ configure:28975: $? = 0 configure:28987: result: yes configure:28998: checking if x86_64-pc-linux-gnu-gcc groks MMX EXT inline assembly configure:29019: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -fvisibility=hidden -mmmx -I/usr/include/samba-4.0 conftest.c >&5 conftest.c: In function 'main': conftest.c:157:1: warning: 'p' is used uninitialized in this function [-Wuninitialized] asm volatile("maskmovq %%mm1,%%mm2"::"r"(p):"mm1", "mm2"); ^~~ configure:29019: $? = 0 configure:29031: result: yes configure:29098: checking if x86_64-pc-linux-gnu-gcc groks SSE2 intrinsics configure:29127: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -fvisibility=hidden -msse2 -I/usr/include/samba-4.0 conftest.c >&5 conftest.c: In function 'main': conftest.c:168:11: warning: cast from function call of type '__m64' {aka '__vector(2) int'} to non-matching type 'long unsigned int' [-Wbad-function-cast] frobzor = (uint64_t)_mm_movepi64_pi64(a); ^ configure:29127: $? = 0 configure:29139: result: yes configure:29166: checking if x86_64-pc-linux-gnu-gcc groks SSE inline assembly configure:29187: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -fvisibility=hidden -msse -I/usr/include/samba-4.0 conftest.c >&5 conftest.c: In function 'main': conftest.c:159:1: warning: 'p' is used uninitialized in this function [-Wuninitialized] asm volatile("xorps %%xmm1,%%xmm2"::"r"(p):"xmm1", "xmm2"); ^~~ configure:29187: $? = 0 configure:29199: result: yes configure:29210: checking if x86_64-pc-linux-gnu-gcc groks SSE2 inline assembly configure:29231: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -fvisibility=hidden -msse -I/usr/include/samba-4.0 conftest.c >&5 conftest.c: In function 'main': conftest.c:160:1: warning: 'p' is used uninitialized in this function [-Wuninitialized] asm volatile("punpckhqdq %%xmm1,%%xmm2"::"r"(p):"xmm1", "xmm2"); ^~~ configure:29231: $? = 0 configure:29243: result: yes configure:29255: checking if x86_64-pc-linux-gnu-gcc groks SSE3 inline assembly configure:29276: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -fvisibility=hidden -msse -I/usr/include/samba-4.0 conftest.c >&5 conftest.c: In function 'main': conftest.c:161:1: warning: 'p' is used uninitialized in this function [-Wuninitialized] asm volatile("movsldup %%xmm1,%%xmm0"::"r"(p):"xmm0", "xmm1"); ^~~ configure:29276: $? = 0 configure:29288: result: yes configure:29298: checking if x86_64-pc-linux-gnu-gcc groks SSSE3 inline assembly configure:29319: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -fvisibility=hidden -msse -I/usr/include/samba-4.0 conftest.c >&5 conftest.c: In function 'main': conftest.c:162:1: warning: 'p' is used uninitialized in this function [-Wuninitialized] asm volatile("pabsw %%xmm0,%%xmm0"::"r"(p):"xmm0"); ^~~ configure:29319: $? = 0 configure:29331: result: yes configure:29342: checking if x86_64-pc-linux-gnu-gcc groks SSE4.1 inline assembly configure:29363: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -fvisibility=hidden -msse -I/usr/include/samba-4.0 conftest.c >&5 conftest.c: In function 'main': conftest.c:163:1: warning: 'p' is used uninitialized in this function [-Wuninitialized] asm volatile("pmaxsb %%xmm1,%%xmm0"::"r"(p):"xmm0", "xmm1"); ^~~ configure:29363: $? = 0 configure:29375: result: yes configure:29386: checking if x86_64-pc-linux-gnu-gcc groks SSE4.2 inline assembly configure:29407: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -fvisibility=hidden -msse -I/usr/include/samba-4.0 conftest.c >&5 conftest.c: In function 'main': conftest.c:164:1: warning: 'p' is used uninitialized in this function [-Wuninitialized] asm volatile("pcmpgtq %%xmm1,%%xmm0"::"r"(p):"xmm0", "xmm1"); ^~~ configure:29407: $? = 0 configure:29419: result: yes configure:29430: checking if x86_64-pc-linux-gnu-gcc groks SSE4A inline assembly configure:29451: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -fvisibility=hidden -msse -I/usr/include/samba-4.0 conftest.c >&5 conftest.c: In function 'main': conftest.c:165:1: warning: 'p' is used uninitialized in this function [-Wuninitialized] asm volatile("insertq %%xmm1,%%xmm0"::"r"(p):"xmm0", "xmm1"); ^~~ configure:29451: $? = 0 configure:29463: result: yes configure:29500: checking if x86_64-pc-linux-gnu-gcc groks 3D Now! inline assembly configure:29521: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -fvisibility=hidden -mmmx -I/usr/include/samba-4.0 conftest.c >&5 conftest.c: In function 'main': conftest.c:166:1: warning: 'p' is used uninitialized in this function [-Wuninitialized] asm volatile("pfadd %%mm1,%%mm2"::"r"(p):"mm1", "mm2"); ^~~ configure:29521: $? = 0 configure:29533: result: yes configure:33678: checking for dvdread > 4.9.0 configure:33685: $PKG_CONFIG --exists --print-errors "dvdread > 4.9.0" configure:33688: $? = 0 configure:33702: $PKG_CONFIG --exists --print-errors "dvdread > 4.9.0" configure:33705: $? = 0 configure:33755: result: yes configure:33923: checking for dvdnav > 4.9.0 configure:33930: $PKG_CONFIG --exists --print-errors "dvdnav > 4.9.0" configure:33933: $? = 0 configure:33947: $PKG_CONFIG --exists --print-errors "dvdnav > 4.9.0" configure:33950: $? = 0 configure:34000: result: yes configure:34141: checking for dvdnav_stream_cb in dvdnav/dvdnav.h In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdint.h:26, from /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h:9, from /usr/include/dvdnav/dvd_types.h:29, from /usr/include/dvdnav/dvdnav.h:35, from conftest.c:165: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:34151: result: yes configure:34196: checking for libbluray >= 0.6.2 configure:34203: $PKG_CONFIG --exists --print-errors "libbluray >= 0.6.2" configure:34206: $? = 0 configure:34220: $PKG_CONFIG --exists --print-errors "libbluray >= 0.6.2" configure:34223: $? = 0 configure:34273: result: yes configure:34441: checking for opencv > 2.0 configure:34448: $PKG_CONFIG --exists --print-errors "opencv > 2.0" Package opencv was not found in the pkg-config search path. Perhaps you should add the directory containing `opencv.pc' to the PKG_CONFIG_PATH environment variable No package 'opencv' found configure:34451: $? = 1 configure:34465: $PKG_CONFIG --exists --print-errors "opencv > 2.0" Package opencv was not found in the pkg-config search path. Perhaps you should add the directory containing `opencv.pc' to the PKG_CONFIG_PATH environment variable No package 'opencv' found configure:34468: $? = 1 configure:34482: result: no No package 'opencv' found configure:34499: error: Library opencv > 2.0 needed for opencv was not found ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_3dnow_inline=yes ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_attribute_packed=yes ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_mmx_intrinsics=yes ac_cv_c_restrict=__restrict ac_cv_c_sse2_intrinsics=yes ac_cv_c_visibility_hidden=yes ac_cv_cxx_compiler_gnu=yes ac_cv_cxx_locale_t=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_AOM_CFLAGS_set= ac_cv_env_AOM_CFLAGS_value= ac_cv_env_AOM_LIBS_set= ac_cv_env_AOM_LIBS_value= ac_cv_env_ARCHIVE_CFLAGS_set= ac_cv_env_ARCHIVE_CFLAGS_value= ac_cv_env_ARCHIVE_LIBS_set= ac_cv_env_ARCHIVE_LIBS_value= ac_cv_env_ARIBB24_CFLAGS_set= ac_cv_env_ARIBB24_CFLAGS_value= ac_cv_env_ARIBB24_LIBS_set= ac_cv_env_ARIBB24_LIBS_value= ac_cv_env_ARIBB25_CFLAGS_set= ac_cv_env_ARIBB25_CFLAGS_value= ac_cv_env_ARIBB25_LIBS_set= ac_cv_env_ARIBB25_LIBS_value= ac_cv_env_ASDCP_CFLAGS_set= ac_cv_env_ASDCP_CFLAGS_value= ac_cv_env_ASDCP_LIBS_set= ac_cv_env_ASDCP_LIBS_value= ac_cv_env_AVAHI_CFLAGS_set= ac_cv_env_AVAHI_CFLAGS_value= ac_cv_env_AVAHI_LIBS_set= ac_cv_env_AVAHI_LIBS_value= ac_cv_env_AVCODEC_CFLAGS_set= ac_cv_env_AVCODEC_CFLAGS_value= ac_cv_env_AVCODEC_LIBS_set= ac_cv_env_AVCODEC_LIBS_value= ac_cv_env_AVFORMAT_CFLAGS_set= ac_cv_env_AVFORMAT_CFLAGS_value= ac_cv_env_AVFORMAT_LIBS_set= ac_cv_env_AVFORMAT_LIBS_value= ac_cv_env_BLURAY_CFLAGS_set= ac_cv_env_BLURAY_CFLAGS_value= ac_cv_env_BLURAY_LIBS_set= ac_cv_env_BLURAY_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_BUILDCC_set= ac_cv_env_BUILDCC_value= ac_cv_env_CACA_CFLAGS_set= ac_cv_env_CACA_CFLAGS_value= ac_cv_env_CACA_LIBS_set= ac_cv_env_CACA_LIBS_value= ac_cv_env_CCASFLAGS_set= ac_cv_env_CCASFLAGS_value= ac_cv_env_CCAS_set= ac_cv_env_CCAS_value= ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -pipe -march=native' ac_cv_env_CHROMAPRINT_CFLAGS_set= ac_cv_env_CHROMAPRINT_CFLAGS_value= ac_cv_env_CHROMAPRINT_LIBS_set= ac_cv_env_CHROMAPRINT_LIBS_value= ac_cv_env_CHROMECAST_CFLAGS_set= ac_cv_env_CHROMECAST_CFLAGS_value= ac_cv_env_CHROMECAST_LIBS_set= ac_cv_env_CHROMECAST_LIBS_value= ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value=' -I/usr/include/samba-4.0' 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='-O2 -pipe -march=native -std=c++11' ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_DAALA_CFLAGS_set= ac_cv_env_DAALA_CFLAGS_value= ac_cv_env_DAALA_LIBS_set= ac_cv_env_DAALA_LIBS_value= ac_cv_env_DAV1D_CFLAGS_set= ac_cv_env_DAV1D_CFLAGS_value= ac_cv_env_DAV1D_LIBS_set= ac_cv_env_DAV1D_LIBS_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_DC1394_CFLAGS_set= ac_cv_env_DC1394_CFLAGS_value= ac_cv_env_DC1394_LIBS_set= ac_cv_env_DC1394_LIBS_value= ac_cv_env_DCA_CFLAGS_set= ac_cv_env_DCA_CFLAGS_value= ac_cv_env_DCA_LIBS_set= ac_cv_env_DCA_LIBS_value= ac_cv_env_DESKTOP_FILE_VALIDATE_set= ac_cv_env_DESKTOP_FILE_VALIDATE_value= ac_cv_env_DSM_CFLAGS_set= ac_cv_env_DSM_CFLAGS_value= ac_cv_env_DSM_LIBS_set= ac_cv_env_DSM_LIBS_value= ac_cv_env_DV1394_CFLAGS_set= ac_cv_env_DV1394_CFLAGS_value= ac_cv_env_DV1394_LIBS_set= ac_cv_env_DV1394_LIBS_value= ac_cv_env_DVBPSI_CFLAGS_set= ac_cv_env_DVBPSI_CFLAGS_value= ac_cv_env_DVBPSI_LIBS_set= ac_cv_env_DVBPSI_LIBS_value= ac_cv_env_DVDNAV_CFLAGS_set= ac_cv_env_DVDNAV_CFLAGS_value= ac_cv_env_DVDNAV_LIBS_set= ac_cv_env_DVDNAV_LIBS_value= ac_cv_env_DVDREAD_CFLAGS_set= ac_cv_env_DVDREAD_CFLAGS_value= ac_cv_env_DVDREAD_LIBS_set= ac_cv_env_DVDREAD_LIBS_value= ac_cv_env_EGL_CFLAGS_set= ac_cv_env_EGL_CFLAGS_value= ac_cv_env_EGL_LIBS_set= ac_cv_env_EGL_LIBS_value= ac_cv_env_EVAS_CFLAGS_set= ac_cv_env_EVAS_CFLAGS_value= ac_cv_env_EVAS_LIBS_set= ac_cv_env_EVAS_LIBS_value= ac_cv_env_FDKAAC_CFLAGS_set= ac_cv_env_FDKAAC_CFLAGS_value= ac_cv_env_FDKAAC_LIBS_set= ac_cv_env_FDKAAC_LIBS_value= ac_cv_env_FLAC_CFLAGS_set= ac_cv_env_FLAC_CFLAGS_value= ac_cv_env_FLAC_LIBS_set= ac_cv_env_FLAC_LIBS_value= ac_cv_env_FLUIDLITE_CFLAGS_set= ac_cv_env_FLUIDLITE_CFLAGS_value= ac_cv_env_FLUIDLITE_LIBS_set= ac_cv_env_FLUIDLITE_LIBS_value= ac_cv_env_FLUIDSYNTH_CFLAGS_set= ac_cv_env_FLUIDSYNTH_CFLAGS_value= ac_cv_env_FLUIDSYNTH_LIBS_set= ac_cv_env_FLUIDSYNTH_LIBS_value= ac_cv_env_FONTCONFIG_CFLAGS_set= ac_cv_env_FONTCONFIG_CFLAGS_value= ac_cv_env_FONTCONFIG_LIBS_set= ac_cv_env_FONTCONFIG_LIBS_value= ac_cv_env_FREERDP_CFLAGS_set= ac_cv_env_FREERDP_CFLAGS_value= ac_cv_env_FREERDP_LIBS_set= ac_cv_env_FREERDP_LIBS_value= ac_cv_env_FREETYPE_CFLAGS_set= ac_cv_env_FREETYPE_CFLAGS_value= ac_cv_env_FREETYPE_LIBS_set= ac_cv_env_FREETYPE_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_GCRYPT_CFLAGS_set= ac_cv_env_GCRYPT_CFLAGS_value= ac_cv_env_GCRYPT_LIBS_set= ac_cv_env_GCRYPT_LIBS_value= ac_cv_env_GLES2_CFLAGS_set= ac_cv_env_GLES2_CFLAGS_value= ac_cv_env_GLES2_LIBS_set= ac_cv_env_GLES2_LIBS_value= ac_cv_env_GL_CFLAGS_set= ac_cv_env_GL_CFLAGS_value= ac_cv_env_GL_LIBS_set= ac_cv_env_GL_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_GOOM_CFLAGS_set= ac_cv_env_GOOM_CFLAGS_value= ac_cv_env_GOOM_LIBS_set= ac_cv_env_GOOM_LIBS_value= ac_cv_env_GST_APP_CFLAGS_set= ac_cv_env_GST_APP_CFLAGS_value= ac_cv_env_GST_APP_LIBS_set= ac_cv_env_GST_APP_LIBS_value= ac_cv_env_GST_VIDEO_CFLAGS_set= ac_cv_env_GST_VIDEO_CFLAGS_value= ac_cv_env_GST_VIDEO_LIBS_set= ac_cv_env_GST_VIDEO_LIBS_value= ac_cv_env_HARFBUZZ_CFLAGS_set= ac_cv_env_HARFBUZZ_CFLAGS_value= ac_cv_env_HARFBUZZ_LIBS_set= ac_cv_env_HARFBUZZ_LIBS_value= ac_cv_env_IDN_CFLAGS_set= ac_cv_env_IDN_CFLAGS_value= ac_cv_env_IDN_LIBS_set= ac_cv_env_IDN_LIBS_value= ac_cv_env_JACK_CFLAGS_set= ac_cv_env_JACK_CFLAGS_value= ac_cv_env_JACK_LIBS_set= ac_cv_env_JACK_LIBS_value= ac_cv_env_KATE_CFLAGS_set= ac_cv_env_KATE_CFLAGS_value= ac_cv_env_KATE_LIBS_set= ac_cv_env_KATE_LIBS_value= ac_cv_env_KDE4_CONFIG_set= ac_cv_env_KDE4_CONFIG_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/' ac_cv_env_LIBASS_CFLAGS_set= ac_cv_env_LIBASS_CFLAGS_value= ac_cv_env_LIBASS_LIBS_set= ac_cv_env_LIBASS_LIBS_value= ac_cv_env_LIBCDDB_CFLAGS_set= ac_cv_env_LIBCDDB_CFLAGS_value= ac_cv_env_LIBCDDB_LIBS_set= ac_cv_env_LIBCDDB_LIBS_value= ac_cv_env_LIBMODPLUG_CFLAGS_set= ac_cv_env_LIBMODPLUG_CFLAGS_value= ac_cv_env_LIBMODPLUG_LIBS_set= ac_cv_env_LIBMODPLUG_LIBS_value= ac_cv_env_LIBMPEG2_CFLAGS_set= ac_cv_env_LIBMPEG2_CFLAGS_value= ac_cv_env_LIBMPEG2_LIBS_set= ac_cv_env_LIBMPEG2_LIBS_value= ac_cv_env_LIBPLACEBO_CFLAGS_set= ac_cv_env_LIBPLACEBO_CFLAGS_value= ac_cv_env_LIBPLACEBO_LIBS_set= ac_cv_env_LIBPLACEBO_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_DRM_CFLAGS_set= ac_cv_env_LIBVA_DRM_CFLAGS_value= ac_cv_env_LIBVA_DRM_LIBS_set= ac_cv_env_LIBVA_DRM_LIBS_value= ac_cv_env_LIBVA_LIBS_set= ac_cv_env_LIBVA_LIBS_value= ac_cv_env_LIBVA_WL_CFLAGS_set= ac_cv_env_LIBVA_WL_CFLAGS_value= ac_cv_env_LIBVA_WL_LIBS_set= ac_cv_env_LIBVA_WL_LIBS_value= ac_cv_env_LIBVA_X11_CFLAGS_set= ac_cv_env_LIBVA_X11_CFLAGS_value= ac_cv_env_LIBVA_X11_LIBS_set= ac_cv_env_LIBVA_X11_LIBS_value= ac_cv_env_LIBVORBIS_CFLAGS_set= ac_cv_env_LIBVORBIS_CFLAGS_value= ac_cv_env_LIBVORBIS_LIBS_set= ac_cv_env_LIBVORBIS_LIBS_value= ac_cv_env_LIBXML2_CFLAGS_set= ac_cv_env_LIBXML2_CFLAGS_value= ac_cv_env_LIBXML2_LIBS_set= ac_cv_env_LIBXML2_LIBS_value= ac_cv_env_LINSYS_SDI_CFLAGS_set= ac_cv_env_LINSYS_SDI_CFLAGS_value= ac_cv_env_LINSYS_SDI_LIBS_set= ac_cv_env_LINSYS_SDI_LIBS_value= ac_cv_env_LIVE555_CFLAGS_set= ac_cv_env_LIVE555_CFLAGS_value= ac_cv_env_LIVE555_LIBS_set= ac_cv_env_LIVE555_LIBS_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_LUAC_set= ac_cv_env_LUAC_value= ac_cv_env_LUA_CFLAGS_set= ac_cv_env_LUA_CFLAGS_value= ac_cv_env_LUA_LIBS_set= ac_cv_env_LUA_LIBS_value= ac_cv_env_MATROSKA_CFLAGS_set= ac_cv_env_MATROSKA_CFLAGS_value= ac_cv_env_MATROSKA_LIBS_set= ac_cv_env_MATROSKA_LIBS_value= ac_cv_env_MFX_CFLAGS_set= ac_cv_env_MFX_CFLAGS_value= ac_cv_env_MFX_LIBS_set= ac_cv_env_MFX_LIBS_value= ac_cv_env_MICRODNS_CFLAGS_set= ac_cv_env_MICRODNS_CFLAGS_value= ac_cv_env_MICRODNS_LIBS_set= ac_cv_env_MICRODNS_LIBS_value= ac_cv_env_MINIZIP_CFLAGS_set= ac_cv_env_MINIZIP_CFLAGS_value= ac_cv_env_MINIZIP_LIBS_set= ac_cv_env_MINIZIP_LIBS_value= ac_cv_env_MPG123_CFLAGS_set= ac_cv_env_MPG123_CFLAGS_value= ac_cv_env_MPG123_LIBS_set= ac_cv_env_MPG123_LIBS_value= ac_cv_env_MTP_CFLAGS_set= ac_cv_env_MTP_CFLAGS_value= ac_cv_env_MTP_LIBS_set= ac_cv_env_MTP_LIBS_value= ac_cv_env_NCURSES_CFLAGS_set= ac_cv_env_NCURSES_CFLAGS_value= ac_cv_env_NCURSES_LIBS_set= ac_cv_env_NCURSES_LIBS_value= ac_cv_env_NFS_CFLAGS_set= ac_cv_env_NFS_CFLAGS_value= ac_cv_env_NFS_LIBS_set= ac_cv_env_NFS_LIBS_value= ac_cv_env_NOTIFY_CFLAGS_set= ac_cv_env_NOTIFY_CFLAGS_value= ac_cv_env_NOTIFY_LIBS_set= ac_cv_env_NOTIFY_LIBS_value= ac_cv_env_OBJCFLAGS_set= ac_cv_env_OBJCFLAGS_value= ac_cv_env_OBJCPP_set= ac_cv_env_OBJCPP_value= ac_cv_env_OBJC_set= ac_cv_env_OBJC_value= ac_cv_env_OGGSPOTS_CFLAGS_set= ac_cv_env_OGGSPOTS_CFLAGS_value= ac_cv_env_OGGSPOTS_LIBS_set= ac_cv_env_OGGSPOTS_LIBS_value= ac_cv_env_OGG_CFLAGS_set= ac_cv_env_OGG_CFLAGS_value= ac_cv_env_OGG_LIBS_set= ac_cv_env_OGG_LIBS_value= ac_cv_env_OPENCV_CFLAGS_set= ac_cv_env_OPENCV_CFLAGS_value= ac_cv_env_OPENCV_LIBS_set= ac_cv_env_OPENCV_LIBS_value= ac_cv_env_OPUS_CFLAGS_set= ac_cv_env_OPUS_CFLAGS_value= ac_cv_env_OPUS_LIBS_set= ac_cv_env_OPUS_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=/usr/lib64/pkgconfig ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_POSTPROC_CFLAGS_set= ac_cv_env_POSTPROC_CFLAGS_value= ac_cv_env_POSTPROC_LIBS_set= ac_cv_env_POSTPROC_LIBS_value= ac_cv_env_PROJECTM_CFLAGS_set= ac_cv_env_PROJECTM_CFLAGS_value= ac_cv_env_PROJECTM_LIBS_set= ac_cv_env_PROJECTM_LIBS_value= ac_cv_env_PROTOC_set= ac_cv_env_PROTOC_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_QT5_X11_CFLAGS_set= ac_cv_env_QT5_X11_CFLAGS_value= ac_cv_env_QT5_X11_LIBS_set= ac_cv_env_QT5_X11_LIBS_value= ac_cv_env_QT_CFLAGS_set= ac_cv_env_QT_CFLAGS_value= ac_cv_env_QT_LIBS_set= ac_cv_env_QT_LIBS_value= ac_cv_env_SAMPLERATE_CFLAGS_set= ac_cv_env_SAMPLERATE_CFLAGS_value= ac_cv_env_SAMPLERATE_LIBS_set= ac_cv_env_SAMPLERATE_LIBS_value= ac_cv_env_SCHROEDINGER_CFLAGS_set= ac_cv_env_SCHROEDINGER_CFLAGS_value= ac_cv_env_SCHROEDINGER_LIBS_set= ac_cv_env_SCHROEDINGER_LIBS_value= ac_cv_env_SDL_IMAGE_CFLAGS_set= ac_cv_env_SDL_IMAGE_CFLAGS_value= ac_cv_env_SDL_IMAGE_LIBS_set= ac_cv_env_SDL_IMAGE_LIBS_value= ac_cv_env_SECRET_CFLAGS_set= ac_cv_env_SECRET_CFLAGS_value= ac_cv_env_SECRET_LIBS_set= ac_cv_env_SECRET_LIBS_value= ac_cv_env_SFTP_CFLAGS_set= ac_cv_env_SFTP_CFLAGS_value= ac_cv_env_SFTP_LIBS_set= ac_cv_env_SFTP_LIBS_value= ac_cv_env_SHINE_CFLAGS_set= ac_cv_env_SHINE_CFLAGS_value= ac_cv_env_SHINE_LIBS_set= ac_cv_env_SHINE_LIBS_value= ac_cv_env_SHOUT_CFLAGS_set= ac_cv_env_SHOUT_CFLAGS_value= ac_cv_env_SHOUT_LIBS_set= ac_cv_env_SHOUT_LIBS_value= ac_cv_env_SID_CFLAGS_set= ac_cv_env_SID_CFLAGS_value= ac_cv_env_SID_LIBS_set= ac_cv_env_SID_LIBS_value= ac_cv_env_SMBCLIENT_CFLAGS_set= ac_cv_env_SMBCLIENT_CFLAGS_value= ac_cv_env_SMBCLIENT_LIBS_set= ac_cv_env_SMBCLIENT_LIBS_value= ac_cv_env_SOXR_CFLAGS_set= ac_cv_env_SOXR_CFLAGS_value= ac_cv_env_SOXR_LIBS_set= ac_cv_env_SOXR_LIBS_value= ac_cv_env_SPATIALAUDIO_CFLAGS_set= ac_cv_env_SPATIALAUDIO_CFLAGS_value= ac_cv_env_SPATIALAUDIO_LIBS_set= ac_cv_env_SPATIALAUDIO_LIBS_value= ac_cv_env_SPEEXDSP_CFLAGS_set= ac_cv_env_SPEEXDSP_CFLAGS_value= ac_cv_env_SPEEXDSP_LIBS_set= ac_cv_env_SPEEXDSP_LIBS_value= ac_cv_env_SPEEX_CFLAGS_set= ac_cv_env_SPEEX_CFLAGS_value= ac_cv_env_SPEEX_LIBS_set= ac_cv_env_SPEEX_LIBS_value= ac_cv_env_SRT_CFLAGS_set= ac_cv_env_SRT_CFLAGS_value= ac_cv_env_SRT_LIBS_set= ac_cv_env_SRT_LIBS_value= ac_cv_env_SVGDEC_CFLAGS_set= ac_cv_env_SVGDEC_CFLAGS_value= ac_cv_env_SVGDEC_LIBS_set= ac_cv_env_SVGDEC_LIBS_value= ac_cv_env_SVG_CFLAGS_set= ac_cv_env_SVG_CFLAGS_value= ac_cv_env_SVG_LIBS_set= ac_cv_env_SVG_LIBS_value= ac_cv_env_SWSCALE_CFLAGS_set= ac_cv_env_SWSCALE_CFLAGS_value= ac_cv_env_SWSCALE_LIBS_set= ac_cv_env_SWSCALE_LIBS_value= ac_cv_env_SYSTEMD_CFLAGS_set= ac_cv_env_SYSTEMD_CFLAGS_value= ac_cv_env_SYSTEMD_LIBS_set= ac_cv_env_SYSTEMD_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_THEORA_CFLAGS_set= ac_cv_env_THEORA_CFLAGS_value= ac_cv_env_THEORA_LIBS_set= ac_cv_env_THEORA_LIBS_value= ac_cv_env_TIGER_CFLAGS_set= ac_cv_env_TIGER_CFLAGS_value= ac_cv_env_TIGER_LIBS_set= ac_cv_env_TIGER_LIBS_value= ac_cv_env_TWOLAME_CFLAGS_set= ac_cv_env_TWOLAME_CFLAGS_value= ac_cv_env_TWOLAME_LIBS_set= ac_cv_env_TWOLAME_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_UPNP_CFLAGS_set= ac_cv_env_UPNP_CFLAGS_value= ac_cv_env_UPNP_LIBS_set= ac_cv_env_UPNP_LIBS_value= ac_cv_env_VDPAU_CFLAGS_set= ac_cv_env_VDPAU_CFLAGS_value= ac_cv_env_VDPAU_LIBS_set= ac_cv_env_VDPAU_LIBS_value= ac_cv_env_VNC_CFLAGS_set= ac_cv_env_VNC_CFLAGS_value= ac_cv_env_VNC_LIBS_set= ac_cv_env_VNC_LIBS_value= ac_cv_env_VORBIS_CFLAGS_set= ac_cv_env_VORBIS_CFLAGS_value= ac_cv_env_VORBIS_LIBS_set= ac_cv_env_VORBIS_LIBS_value= ac_cv_env_VPX_CFLAGS_set= ac_cv_env_VPX_CFLAGS_value= ac_cv_env_VPX_LIBS_set= ac_cv_env_VPX_LIBS_value= ac_cv_env_VSXU_CFLAGS_set= ac_cv_env_VSXU_CFLAGS_value= ac_cv_env_VSXU_LIBS_set= ac_cv_env_VSXU_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_X262_CFLAGS_set= ac_cv_env_X262_CFLAGS_value= ac_cv_env_X262_LIBS_set= ac_cv_env_X262_LIBS_value= ac_cv_env_X26410b_CFLAGS_set= ac_cv_env_X26410b_CFLAGS_value= ac_cv_env_X26410b_LIBS_set= ac_cv_env_X26410b_LIBS_value= ac_cv_env_X264_CFLAGS_set= ac_cv_env_X264_CFLAGS_value= ac_cv_env_X264_LIBS_set= ac_cv_env_X264_LIBS_value= ac_cv_env_X265_CFLAGS_set= ac_cv_env_X265_CFLAGS_value= ac_cv_env_X265_LIBS_set= ac_cv_env_X265_LIBS_value= ac_cv_env_XCB_CFLAGS_set= ac_cv_env_XCB_CFLAGS_value= ac_cv_env_XCB_COMPOSITE_CFLAGS_set= ac_cv_env_XCB_COMPOSITE_CFLAGS_value= ac_cv_env_XCB_COMPOSITE_LIBS_set= ac_cv_env_XCB_COMPOSITE_LIBS_value= ac_cv_env_XCB_KEYSYMS_CFLAGS_set= ac_cv_env_XCB_KEYSYMS_CFLAGS_value= ac_cv_env_XCB_KEYSYMS_LIBS_set= ac_cv_env_XCB_KEYSYMS_LIBS_value= ac_cv_env_XCB_LIBS_set= ac_cv_env_XCB_LIBS_value= ac_cv_env_XCB_RANDR_CFLAGS_set= ac_cv_env_XCB_RANDR_CFLAGS_value= ac_cv_env_XCB_RANDR_LIBS_set= ac_cv_env_XCB_RANDR_LIBS_value= ac_cv_env_XCB_SHM_CFLAGS_set= ac_cv_env_XCB_SHM_CFLAGS_value= ac_cv_env_XCB_SHM_LIBS_set= ac_cv_env_XCB_SHM_LIBS_value= ac_cv_env_XCB_XV_CFLAGS_set= ac_cv_env_XCB_XV_CFLAGS_value= ac_cv_env_XCB_XV_LIBS_set= ac_cv_env_XCB_XV_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_XINERAMA_CFLAGS_set= ac_cv_env_XINERAMA_CFLAGS_value= ac_cv_env_XINERAMA_LIBS_set= ac_cv_env_XINERAMA_LIBS_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_XPM_CFLAGS_set= ac_cv_env_XPM_CFLAGS_value= ac_cv_env_XPM_LIBS_set= ac_cv_env_XPM_LIBS_value= ac_cv_env_XPROTO_CFLAGS_set= ac_cv_env_XPROTO_CFLAGS_value= ac_cv_env_XPROTO_LIBS_set= ac_cv_env_XPROTO_LIBS_value= ac_cv_env_YACC_set= ac_cv_env_YACC_value= ac_cv_env_YFLAGS_set= ac_cv_env_YFLAGS_value= ac_cv_env_ZVBI_CFLAGS_set= ac_cv_env_ZVBI_CFLAGS_value= ac_cv_env_ZVBI_LIBS_set= ac_cv_env_ZVBI_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_accept4=yes ac_cv_func_aligned_alloc=yes ac_cv_func_atof=yes ac_cv_func_atoll=yes ac_cv_func_backtrace=yes ac_cv_func_daemon=yes ac_cv_func_dirfd=yes ac_cv_func_dlopen=no ac_cv_func_eventfd=yes ac_cv_func_fcntl=yes ac_cv_func_fdatasync=yes ac_cv_func_fdopendir=yes ac_cv_func_ffsll=yes ac_cv_func_flock=yes ac_cv_func_flockfile=yes ac_cv_func_fork=yes ac_cv_func_fstatvfs=yes ac_cv_func_fsync=yes ac_cv_func_getdelim=yes ac_cv_func_getenv=yes ac_cv_func_getopt_long=yes ac_cv_func_getpid=yes ac_cv_func_getpwuid_r=yes ac_cv_func_gettimeofday=yes ac_cv_func_if_nameindex=yes ac_cv_func_if_nametoindex=yes ac_cv_func_isatty=yes ac_cv_func_lfind=yes ac_cv_func_lldiv=yes ac_cv_func_lstat=yes ac_cv_func_memalign=yes ac_cv_func_memrchr=yes ac_cv_func_mkostemp=yes ac_cv_func_mmap=yes ac_cv_func_newlocale=yes ac_cv_func_nrand48=yes ac_cv_func_open_memstream=yes ac_cv_func_openat=yes ac_cv_func_pathconf=yes ac_cv_func_pipe2=yes ac_cv_func_poll=yes ac_cv_func_posix_fadvise=yes ac_cv_func_posix_madvise=yes ac_cv_func_posix_memalign=yes ac_cv_func_pread=yes ac_cv_func_recvmmsg=yes ac_cv_func_recvmsg=yes ac_cv_func_rewind=yes ac_cv_func_sched_getaffinity=yes ac_cv_func_sendmsg=yes ac_cv_func_setenv=yes ac_cv_func_setlocale=yes ac_cv_func_shl_load=no ac_cv_func_strcasecmp=yes ac_cv_func_strcasestr=yes ac_cv_func_strcoll_works=yes ac_cv_func_strdup=yes ac_cv_func_stricmp=no ac_cv_func_strlcpy=no ac_cv_func_strndup=yes ac_cv_func_strnicmp=no ac_cv_func_strnlen=yes ac_cv_func_strnstr=no ac_cv_func_strptime=yes ac_cv_func_strsep=yes ac_cv_func_strtof=yes ac_cv_func_strtok_r=yes ac_cv_func_strtoll=yes ac_cv_func_strverscmp=yes ac_cv_func_swab=yes ac_cv_func_tdestroy=yes ac_cv_func_tfind=yes ac_cv_func_timegm=yes ac_cv_func_timespec_get=yes ac_cv_func_uselocale=yes ac_cv_func_vmsplice=yes ac_cv_have_decl_asprintf=yes ac_cv_have_decl_gmtime_r=yes ac_cv_have_decl_localtime_r=yes ac_cv_have_decl_realpath=yes ac_cv_have_decl_vasprintf=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_execinfo_h=yes ac_cv_header_features_h=yes ac_cv_header_getopt_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_linux_dccp_h=yes ac_cv_header_linux_magic_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_mntent_h=yes ac_cv_header_net_if_h=yes ac_cv_header_netinet_tcp_h=yes ac_cv_header_netinet_udplite_h=no ac_cv_header_pthread_h=yes ac_cv_header_search_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_eventfd_h=yes ac_cv_header_sys_mount_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_shm_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_uio_h=yes ac_cv_header_syslog_h=yes ac_cv_header_threads_h=yes ac_cv_header_unistd_h=yes ac_cv_header_xlocale_h=no ac_cv_header_zlib_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_ld_bsymbolic=-Wl,-Bsymbolic ac_cv_ld_z_defs=yes ac_cv_lib_anl_getaddrinfo_a=yes ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_shl_load=no ac_cv_lib_lex=-lfl ac_cv_lib_m_cos=yes ac_cv_lib_m_lrintf=yes ac_cv_lib_m_nanf=yes ac_cv_lib_m_sincos=yes ac_cv_mmx_inline=yes ac_cv_mmxext_inline=yes ac_cv_objc_compiler_gnu=no ac_cv_objext=o ac_cv_path_DOLT_BASH=/bin/bash ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt ac_cv_path_GREP=/bin/grep ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_PKG_CONFIG=/usr/bin/x86_64-pc-linux-gnu-pkg-config ac_cv_path_SED=/bin/sed ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_install='/usr/lib/portage/python3.6/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_BUILDCC=c99 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_DESKTOP_FILE_VALIDATE=desktop-file-validate ac_cv_prog_LEX=flex ac_cv_prog_OBJC=x86_64-pc-linux-gnu-gcc 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_YACC='bison -y' ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_lex_root=lex.yy ac_cv_prog_lex_yytext_pointer=yes ac_cv_prog_make_make_set=yes ac_cv_prog_objc_g=no ac_cv_safe_to_define___extensions__=yes ac_cv_search_clock_nanosleep='none required' ac_cv_search_connect='none required' ac_cv_search_dlsym=-ldl ac_cv_search_inet_pton='none required' ac_cv_search_pthread_rwlock_init=-lpthread ac_cv_sse2_inline=yes ac_cv_sse3_inline=yes ac_cv_sse4_1_inline=yes ac_cv_sse4_2_inline=yes ac_cv_sse4a_inline=yes ac_cv_sse_inline=yes ac_cv_ssse3_inline=yes ac_cv_struct_sockaddr_storage=yes ac_cv_type_max_align_t=yes ac_cv_type_socklen_t=yes ac_cv_type_ssize_t=yes ac_cv_type_struct_if_nameindex=yes ac_cv_type_struct_pollfd=yes ac_cv_type_struct_timespec=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_libname_spec='lib$name' acl_cv_library_names_spec='$libname$shrext' acl_cv_path_LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CCAS_dependencies_compiler_type=none am_cv_CC_dependencies_compiler_type=none am_cv_CXX_dependencies_compiler_type=none am_cv_OBJC_dependencies_compiler_type=none am_cv_func_iconv=yes am_cv_func_iconv_works=yes am_cv_lib_iconv=no am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes am_cv_prog_tar_ustar=gnutar am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' am_cv_proto_iconv_arg1= ax_cv_c_compile_c11_=yes ax_cv_check_cflags___Wall=yes ax_cv_check_cflags___Wbad_function_cast=yes ax_cv_check_cflags___Werror_implicit_function_declaration=yes ax_cv_check_cflags___Werror_invalid_command_line_argument=no ax_cv_check_cflags___Werror_unknown_warning_option=no ax_cv_check_cflags___Wextra=yes ax_cv_check_cflags___Wformat=yes ax_cv_check_cflags___Wformat_security=yes ax_cv_check_cflags___Winit_self=yes ax_cv_check_cflags___Wlogical_op=yes ax_cv_check_cflags___Wmissing_prototypes=yes ax_cv_check_cflags___Wpointer_arith=yes ax_cv_check_cflags___Wshadow_local=yes ax_cv_check_cflags___Wsign_compare=yes ax_cv_check_cflags___Wundef=yes ax_cv_check_cflags___Wvolatile_register_var=yes ax_cv_check_cflags___Wwrite_strings=yes ax_cv_check_cflags___pipe=yes ax_cv_cxx_compile_cxx11=yes gt_cv_func_CFLocaleCopyCurrent=no gt_cv_func_CFPreferencesCopyAppValue=no gt_cv_func_gnugettext3_libc=yes lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl lt_cv_dlopen_self=yes lt_cv_dlopen_self_static=no 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_c_o_RC=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_BLURAY_CFLAGS='-I/usr/include/libxml2 -I/usr/include/uuid -I/usr/include/freetype2' pkg_cv_BLURAY_LIBS=-lbluray 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_DVDNAV_CFLAGS=-I/usr/include/dvdcss pkg_cv_DVDNAV_LIBS='-ldvdnav -lpthread' pkg_cv_DVDREAD_CFLAGS=-I/usr/include/dvdcss pkg_cv_DVDREAD_LIBS=-ldvdread pkg_cv_IDN_CFLAGS= pkg_cv_IDN_LIBS=-lidn pkg_cv_MINIZIP_CFLAGS=-I/usr/include/minizip pkg_cv_MINIZIP_LIBS=-lminizip pkg_cv_SYSTEMD_CFLAGS= pkg_cv_SYSTEMD_LIBS=-lsystemd vlc_cv_replace_decl_asprintf=yes vlc_cv_replace_decl_gmtime_r=yes vlc_cv_replace_decl_localtime_r=yes vlc_cv_replace_decl_realpath=yes vlc_cv_replace_decl_vasprintf=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/tmp/portage/media-video/vlc-3.0.8/work/vlc-3.0.8/autotools/missing aclocal-1.16' ALIASES=' cvlc rvlc' ALSA_CFLAGS='' ALSA_LIBS='' ALTIVEC_CFLAGS='' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_CPPFLAGS='' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AOM_CFLAGS='' AOM_LIBS='' AR='x86_64-pc-linux-gnu-ar' ARCH='x86_64 mmx sse sse2' ARCHIVE_CFLAGS='' ARCHIVE_LIBS='' ARIBB24_CFLAGS='' ARIBB24_LIBS='' ARIBB25_CFLAGS='' ARIBB25_LIBS='' AS='as' ASDCP_CFLAGS='' ASDCP_LIBS='' ASM='' AUTOCONF='${SHELL} /var/tmp/portage/media-video/vlc-3.0.8/work/vlc-3.0.8/autotools/missing autoconf' AUTOHEADER='${SHELL} /var/tmp/portage/media-video/vlc-3.0.8/work/vlc-3.0.8/autotools/missing autoheader' AUTOMAKE='${SHELL} /var/tmp/portage/media-video/vlc-3.0.8/work/vlc-3.0.8/autotools/missing automake-1.16' AVAHI_CFLAGS='' AVAHI_LIBS='' AVCODEC_CFLAGS='' AVCODEC_LIBS='' AVFORMAT_CFLAGS='' AVFORMAT_LIBS='' AWK='gawk' BLURAY_CFLAGS='-I/usr/include/libxml2 -I/usr/include/uuid -I/usr/include/freetype2' BLURAY_LIBS='-lbluray' BREAKPAD_CFLAGS='' BREAKPAD_LIBS='' BREAKPAD_URL='' BUILDCC='c99' BUILDEXEEXT='' BUILD_CHROMECAST_FALSE='' BUILD_CHROMECAST_TRUE='' BUILD_LUA_FALSE='' BUILD_LUA_TRUE='#' BUILD_SKINS_FALSE='' BUILD_SKINS_TRUE='' BUILD_VLC_FALSE='' BUILD_VLC_TRUE='' CACA_CFLAGS='' CACA_LIBS='' CC='x86_64-pc-linux-gnu-gcc' CCAS='x86_64-pc-linux-gnu-gcc' CCASDEPMODE='depmode=none' CCASFLAGS='-O2 -pipe -march=native ' CCDEPMODE='depmode=none' CFLAGS='-O2 -pipe -march=native -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -Wshadow=local -fvisibility=hidden' CFLAGS_access_mtp='' CFLAGS_access_output_shout='' CFLAGS_access_output_srt='' CFLAGS_access_srt='' CFLAGS_aom='' CFLAGS_archive='' CFLAGS_aribcam='' CFLAGS_avahi='' CFLAGS_caca='' CFLAGS_cdda='' CFLAGS_daala='' CFLAGS_dav1d='' CFLAGS_dc1394='' CFLAGS_dca='' CFLAGS_deinterlace='' CFLAGS_dsm='' CFLAGS_dv1394='' CFLAGS_dvdnav=' -I/usr/include/dvdcss ' CFLAGS_dvdread=' -I/usr/include/dvdcss ' CFLAGS_fdkaac='' CFLAGS_flac='' CFLAGS_fluidsynth='' CFLAGS_gles2='' CFLAGS_goom='' CFLAGS_kate='' CFLAGS_libbluray=' -I/usr/include/libxml2 -I/usr/include/uuid -I/usr/include/freetype2 ' CFLAGS_libmpeg2='' CFLAGS_libvlccore='' CFLAGS_microdns='' CFLAGS_mkv='' CFLAGS_mmal='' CFLAGS_mod='' CFLAGS_mpg123='' CFLAGS_mtp='' CFLAGS_mux_ogg='' CFLAGS_nfs='' CFLAGS_notify='' CFLAGS_ogg='' CFLAGS_oggspots='' CFLAGS_omxil='' CFLAGS_omxil_vout='' CFLAGS_opencv_example='' CFLAGS_opencv_wrapper='' CFLAGS_opus='' CFLAGS_qsv='' CFLAGS_rdp='' CFLAGS_samplerate='' CFLAGS_schroedinger='' CFLAGS_secret='' CFLAGS_sftp='' CFLAGS_shine='' CFLAGS_sid='' CFLAGS_smb='' CFLAGS_soxr='' CFLAGS_spatialaudio='' CFLAGS_speex='' CFLAGS_svg='' CFLAGS_svgdec='' CFLAGS_swscale='' CFLAGS_theora='' CFLAGS_twolame='' CFLAGS_udev='' CFLAGS_upnp='' CFLAGS_vnc='' CFLAGS_vorbis='' CFLAGS_x262='' CFLAGS_x26410b='' CFLAGS_x264='' CFLAGS_x265='' CFLAGS_xml='' CHROMAPRINT_CFLAGS='' CHROMAPRINT_LIBS='' CHROMECAST_CFLAGS='' CHROMECAST_LIBS='' CONTRIB_DIR='' COPYRIGHT_MESSAGE='' COPYRIGHT_YEARS='1996-2019' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS=' -I/usr/include/samba-4.0' CPPFLAGS_a52='' CPPFLAGS_access_mtp='' CPPFLAGS_access_output_shout='' CPPFLAGS_access_output_srt='' CPPFLAGS_access_srt='' CPPFLAGS_aom='' CPPFLAGS_archive='' CPPFLAGS_aribcam='' CPPFLAGS_avahi='' CPPFLAGS_caca='' CPPFLAGS_daala='' CPPFLAGS_dav1d='' CPPFLAGS_dc1394='' CPPFLAGS_dca='' CPPFLAGS_decklink='' CPPFLAGS_decklinkoutput='' CPPFLAGS_dsm='' CPPFLAGS_dv1394='' CPPFLAGS_dvdnav='' CPPFLAGS_dvdread='' CPPFLAGS_fdkaac='' CPPFLAGS_flac='' CPPFLAGS_fluidsynth='' CPPFLAGS_gles2='' CPPFLAGS_goom='' CPPFLAGS_kate='' CPPFLAGS_libass='' CPPFLAGS_libbluray='' CPPFLAGS_libmpeg2='' CPPFLAGS_microdns='' CPPFLAGS_mkv='' CPPFLAGS_mpg123='' CPPFLAGS_mtp='' CPPFLAGS_mux_ogg='' CPPFLAGS_nfs='' CPPFLAGS_notify='' CPPFLAGS_ogg='' CPPFLAGS_oggspots='' CPPFLAGS_opencv_example='' CPPFLAGS_opencv_wrapper='' CPPFLAGS_opus='' CPPFLAGS_qsv='' CPPFLAGS_rdp='' CPPFLAGS_samplerate='' CPPFLAGS_schroedinger='' CPPFLAGS_secret='' CPPFLAGS_sftp='' CPPFLAGS_shine='' CPPFLAGS_skins2='' CPPFLAGS_smb='' CPPFLAGS_soxr='' CPPFLAGS_spatialaudio='' CPPFLAGS_speex='' CPPFLAGS_svg='' CPPFLAGS_svgdec='' CPPFLAGS_theora='' CPPFLAGS_twolame='' CPPFLAGS_udev='' CPPFLAGS_upnp='' CPPFLAGS_vnc='' CPPFLAGS_vorbis='' CPPFLAGS_vpx='' CPPFLAGS_x265='' CPPFLAGS_xml='' CXX='x86_64-pc-linux-gnu-g++' CXXCPP='x86_64-pc-linux-gnu-g++ -E' CXXDEPMODE='depmode=none' CXXFLAGS='-O2 -pipe -march=native -std=c++11 -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -fvisibility=hidden' CXXFLAGS_live555='' CXXFLAGS_mod='' CYGPATH_W='echo' DAALA_CFLAGS='' DAALA_LIBS='' DAV1D_CFLAGS='' DAV1D_LIBS='' DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include' DBUS_LIBS='-ldbus-1' DC1394_CFLAGS='' DC1394_LIBS='' DCA_CFLAGS='' DCA_LIBS='' DEFS='' DEFS_BIGENDIAN='' DEPDIR='.deps' DESKTOP_FILE_VALIDATE='desktop-file-validate' DLLTOOL='false' DMGBUILD='' DOLT_BASH='/bin/bash' DOLT_CLEANFILES='doltlibtool doltcompile' DSM_CFLAGS='' DSM_LIBS='' DSYMUTIL='' DUMPBIN='' DV1394_CFLAGS='' DV1394_LIBS='' DVBPSI_CFLAGS='' DVBPSI_LIBS='' DVDNAV_CFLAGS='-I/usr/include/dvdcss' DVDNAV_LIBS='-ldvdnav -lpthread' DVDREAD_CFLAGS='-I/usr/include/dvdcss' DVDREAD_LIBS='-ldvdread' ECHO_C='' ECHO_N='-n' ECHO_T='' EGL_CFLAGS='' EGL_LIBS='' EGREP='/bin/grep -E' ENABLE_ADDONMANAGERMODULES_FALSE='#' ENABLE_ADDONMANAGERMODULES_TRUE='' ENABLE_CSS_FALSE='' ENABLE_CSS_TRUE='' ENABLE_MACOSX_UI_FALSE='' ENABLE_MACOSX_UI_TRUE='' ENABLE_QT_FALSE='' ENABLE_QT_TRUE='' ENABLE_SOUT_FALSE='#' ENABLE_SOUT_TRUE='' ENABLE_VLM_FALSE='#' ENABLE_VLM_TRUE='' EVAS_CFLAGS='' EVAS_LIBS='' EXEEXT='' FDKAAC_CFLAGS='' FDKAAC_LIBS='' FGREP='/bin/grep -F' FILE_LIBVLCCORE_DLL='' FILE_LIBVLC_DLL='' FLAC_CFLAGS='' FLAC_LIBS='' FLUIDLITE_CFLAGS='' FLUIDLITE_LIBS='' FLUIDSYNTH_CFLAGS='' FLUIDSYNTH_LIBS='' FONTCONFIG_CFLAGS='' FONTCONFIG_LIBS='' FREERDP_CFLAGS='' FREERDP_LIBS='' FREETYPE_CFLAGS='' FREETYPE_LIBS='' FRIBIDI_CFLAGS='' FRIBIDI_LIBS='' GCRYPT_CFLAGS='' GCRYPT_LIBS='' GETTEXT_MACRO_VERSION='0.19' GLES2_CFLAGS='' GLES2_LIBS='' GL_CFLAGS='' GL_LIBS='' GMSGFMT='/usr/bin/gmsgfmt' GMSGFMT_015='/usr/bin/gmsgfmt' GNUGETOPT_LIBS='' GNUTLS_CFLAGS='' GNUTLS_LIBS='' GOOM_CFLAGS='' GOOM_LIBS='' GREP='/bin/grep' GST_APP_CFLAGS='' GST_APP_LIBS='' GST_VIDEO_CFLAGS='' GST_VIDEO_LIBS='' HARFBUZZ_CFLAGS='' HARFBUZZ_LIBS='' HAVE_3DNOW_FALSE='#' HAVE_3DNOW_TRUE='' HAVE_ALSA_FALSE='' HAVE_ALSA_TRUE='' HAVE_ALTIVEC_FALSE='' HAVE_ALTIVEC_TRUE='#' HAVE_ANDROID_FALSE='' HAVE_ANDROID_TRUE='#' HAVE_ARIBB24_FALSE='' HAVE_ARIBB24_TRUE='' HAVE_ARM64_FALSE='' HAVE_ARM64_TRUE='#' HAVE_ASDCP_FALSE='' HAVE_ASDCP_TRUE='' HAVE_AVCODEC_D3D11VA_FALSE='' HAVE_AVCODEC_D3D11VA_TRUE='' HAVE_AVCODEC_DXVA2_FALSE='' HAVE_AVCODEC_DXVA2_TRUE='' HAVE_AVCODEC_FALSE='' HAVE_AVCODEC_TRUE='' HAVE_AVCODEC_VAAPI_FALSE='' HAVE_AVCODEC_VAAPI_TRUE='' HAVE_AVCODEC_VDPAU_FALSE='' HAVE_AVCODEC_VDPAU_TRUE='' HAVE_AVFORMAT_FALSE='' HAVE_AVFORMAT_TRUE='' HAVE_AVFOUNDATION_FALSE='' HAVE_AVFOUNDATION_TRUE='' HAVE_BREAKPAD_FALSE='' HAVE_BREAKPAD_TRUE='' HAVE_CXX11='' HAVE_DARWIN_FALSE='' HAVE_DARWIN_TRUE='#' HAVE_DBUS_FALSE='#' HAVE_DBUS_TRUE='' HAVE_DECKLINK_FALSE='' HAVE_DECKLINK_TRUE='' HAVE_DMGBUILD_FALSE='' HAVE_DMGBUILD_TRUE='' HAVE_DVBPSI_FALSE='' HAVE_DVBPSI_TRUE='' HAVE_DYNAMIC_PLUGINS_FALSE='#' HAVE_DYNAMIC_PLUGINS_TRUE='' HAVE_EGL_FALSE='' HAVE_EGL_TRUE='' HAVE_EVAS_FALSE='' HAVE_EVAS_TRUE='' HAVE_FONTCONFIG_FALSE='' HAVE_FONTCONFIG_TRUE='' HAVE_FREETYPE_FALSE='' HAVE_FREETYPE_TRUE='' HAVE_FRIBIDI_FALSE='' HAVE_FRIBIDI_TRUE='' HAVE_GCRYPT_FALSE='' HAVE_GCRYPT_TRUE='' HAVE_GL_FALSE='' HAVE_GL_TRUE='' HAVE_GST_DECODE_FALSE='' HAVE_GST_DECODE_TRUE='' HAVE_HARFBUZZ_FALSE='' HAVE_HARFBUZZ_TRUE='' HAVE_IOS_FALSE='' HAVE_IOS_TRUE='#' HAVE_JACK_FALSE='' HAVE_JACK_TRUE='' HAVE_KAI_FALSE='' HAVE_KAI_TRUE='' HAVE_KVA_FALSE='' HAVE_KVA_TRUE='' HAVE_LIBANL_FALSE='' HAVE_LIBANL_TRUE='#' HAVE_LIBFUZZER_FALSE='' HAVE_LIBFUZZER_TRUE='#' HAVE_LIBPLACEBO_FALSE='' HAVE_LIBPLACEBO_TRUE='' HAVE_LINUX_DVB_FALSE='' HAVE_LINUX_DVB_TRUE='' HAVE_LINUX_FALSE='#' HAVE_LINUX_TRUE='' HAVE_LIRC_FALSE='' HAVE_LIRC_TRUE='' HAVE_MAC_SCREEN_FALSE='' HAVE_MAC_SCREEN_TRUE='' HAVE_MAD_FALSE='' HAVE_MAD_TRUE='' HAVE_MINIZIP_FALSE='#' HAVE_MINIZIP_TRUE='' HAVE_MMAL_FALSE='' HAVE_MMAL_TRUE='' HAVE_MMXEXT_FALSE='#' HAVE_MMXEXT_TRUE='' HAVE_MMX_FALSE='#' HAVE_MMX_TRUE='' HAVE_NACL_FALSE='' HAVE_NACL_TRUE='#' HAVE_NCURSES_FALSE='' HAVE_NCURSES_TRUE='' HAVE_NEON_FALSE='' HAVE_NEON_TRUE='#' HAVE_OS2_FALSE='' HAVE_OS2_TRUE='#' HAVE_OSS_FALSE='' HAVE_OSS_TRUE='' HAVE_OSX_FALSE='' HAVE_OSX_TRUE='#' HAVE_PULSE_FALSE='' HAVE_PULSE_TRUE='' HAVE_QT5_X11_FALSE='' HAVE_QT5_X11_TRUE='' HAVE_SAPI_FALSE='' HAVE_SAPI_TRUE='' HAVE_SNDIO_FALSE='' HAVE_SNDIO_TRUE='' HAVE_SPARKLE_FALSE='' HAVE_SPARKLE_TRUE='' HAVE_SPEEXDSP_FALSE='' HAVE_SPEEXDSP_TRUE='' HAVE_SSE2_FALSE='#' HAVE_SSE2_TRUE='' HAVE_SYSLOG_FALSE='#' HAVE_SYSLOG_TRUE='' HAVE_SYSTEMD_FALSE='#' HAVE_SYSTEMD_TRUE='' HAVE_TIZEN_FALSE='' HAVE_TIZEN_TRUE='#' HAVE_TVOS_FALSE='' HAVE_TVOS_TRUE='#' HAVE_V4L2_FALSE='' HAVE_V4L2_TRUE='' HAVE_VAAPI_DRM_FALSE='' HAVE_VAAPI_DRM_TRUE='' HAVE_VAAPI_FALSE='' HAVE_VAAPI_TRUE='' HAVE_VAAPI_WL_FALSE='' HAVE_VAAPI_WL_TRUE='' HAVE_VAAPI_X11_FALSE='' HAVE_VAAPI_X11_TRUE='' HAVE_VDPAU_FALSE='' HAVE_VDPAU_TRUE='' HAVE_WASAPI_FALSE='' HAVE_WASAPI_TRUE='' HAVE_WAYLAND_EGL_FALSE='' HAVE_WAYLAND_EGL_TRUE='' HAVE_WAYLAND_FALSE='' HAVE_WAYLAND_TRUE='' HAVE_WIN32_DESKTOP_FALSE='' HAVE_WIN32_DESKTOP_TRUE='#' HAVE_WIN32_FALSE='' HAVE_WIN32_TRUE='#' HAVE_WIN64_FALSE='' HAVE_WIN64_TRUE='#' HAVE_WINSTORE_FALSE='' HAVE_WINSTORE_TRUE='#' HAVE_XCB_FALSE='' HAVE_XCB_KEYSYMS_FALSE='' HAVE_XCB_KEYSYMS_TRUE='' HAVE_XCB_RANDR_FALSE='' HAVE_XCB_RANDR_TRUE='' HAVE_XCB_TRUE='' HAVE_XCB_XVIDEO_FALSE='' HAVE_XCB_XVIDEO_TRUE='' HAVE_ZLIB_FALSE='#' HAVE_ZLIB_TRUE='' IDN_CFLAGS='' IDN_LIBS='-lidn' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTLLIBS='' INTL_MACOSX_LIBS='' JACK_CFLAGS='' JACK_LIBS='' KAI_LIBS='' KATE_CFLAGS='' KATE_LIBS='' KDE4_CONFIG='' KDE_SOLID_FALSE='' KDE_SOLID_TRUE='' KVA_LIBS='' LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' LDFLAGS='-Wl,-O1 -Wl,--as-needed -L/usr/lib64/sidplay/builders/ -Wl,-z,defs' LDFLAGS_live555='' LDFLAGS_mmal='' LDFLAGS_x262='' LDFLAGS_x26410b='' LDFLAGS_x264='' LEX='flex' LEXLIB='-lfl' LEX_OUTPUT_ROOT='lex.yy' LIBASS_CFLAGS='' LIBASS_LIBS='' LIBCDDB_CFLAGS='' LIBCDDB_LIBS='' LIBCOM='' LIBDL='-ldl' LIBEXT='.so' LIBICONV='' LIBINTL='' LIBM='-lm' LIBMODPLUG_CFLAGS='' LIBMODPLUG_LIBS='' LIBMPEG2_CFLAGS='' LIBMPEG2_LIBS='' LIBOBJS=' strlcpy.o strnstr.o' LIBPLACEBO_CFLAGS='' LIBPLACEBO_LIBS='' LIBPTHREAD='-lpthread' LIBRT='' LIBS='' LIBS_a52='' LIBS_access_mtp='' LIBS_access_output_shout='' LIBS_access_output_srt='' LIBS_access_srt='' LIBS_aom='' LIBS_archive='' LIBS_aribcam='' LIBS_aribsub='' LIBS_avahi='' LIBS_caca='' LIBS_cdda='' LIBS_crystalhd='' LIBS_daala='' LIBS_dav1d='' LIBS_dc1394='' LIBS_dca='' LIBS_dsm='' LIBS_dv1394='' LIBS_dvdnav='-ldvdnav -lpthread ' LIBS_dvdread='-ldvdread ' LIBS_faad='' LIBS_fdkaac='' LIBS_flac='' LIBS_fluidsynth='' LIBS_gles2='' LIBS_gme='' LIBS_goom='' LIBS_kate='' LIBS_libass='' LIBS_libbluray='-lbluray ' LIBS_libmpeg2='' LIBS_libvlc='' LIBS_libvlccore='' LIBS_live555='' LIBS_microdns='' LIBS_mkv='' LIBS_mmal='' LIBS_mod='' LIBS_mpc='' LIBS_mpg123='' LIBS_mtp='' LIBS_mux_ogg='' LIBS_nfs='' LIBS_notify='' LIBS_ogg='' LIBS_oggspots='' LIBS_opencv_example='' LIBS_opencv_wrapper='' LIBS_opus='' LIBS_osx_notifications='' LIBS_qsv='' LIBS_rdp='' LIBS_samplerate='' LIBS_sap='-lz ' LIBS_schroedinger='' LIBS_secret='' LIBS_sftp='' LIBS_shine='' LIBS_sid='' LIBS_skins2='-lm ' LIBS_smb='' LIBS_soxr='' LIBS_spatialaudio='' LIBS_speex='' LIBS_svg='' LIBS_svgdec='' LIBS_swscale='' LIBS_theora='' LIBS_twolame='' LIBS_udev='' LIBS_upnp='' LIBS_vlc='' LIBS_vnc='' LIBS_vorbis='' LIBS_vpx='' LIBS_x262='' LIBS_x26410b='' LIBS_x264='' LIBS_x265='' LIBS_xml='' LIBTOOL='$(top_builddir)/doltlibtool' LIBVA_CFLAGS='' LIBVA_DRM_CFLAGS='' LIBVA_DRM_LIBS='' LIBVA_LIBS='' LIBVA_WL_CFLAGS='' LIBVA_WL_LIBS='' LIBVA_X11_CFLAGS='' LIBVA_X11_LIBS='' LIBVORBIS_CFLAGS='' LIBVORBIS_LIBS='' LIBXML2_CFLAGS='' LIBXML2_LIBS='' LINSYS_SDI_CFLAGS='' LINSYS_SDI_LIBS='' LIPO='' LIVE555_CFLAGS='' LIVE555_LIBS='' LN_S='ln -s' LTCOMPILE='$(top_builddir)/doltcompile $(COMPILE)' LTCXXCOMPILE='$(top_builddir)/doltcompile $(CXXCOMPILE)' LTLIBICONV='' LTLIBINTL='' LTLIBOBJS='' LTLIBa52='' LTLIBaa='' LTLIBaccess_mtp='' LTLIBaccess_output_shout='' LTLIBaccess_output_srt='' LTLIBaccess_qtsound='' LTLIBaccess_realrtsp='' LTLIBaccess_srt='' LTLIBaom='' LTLIBarchive='' LTLIBaribcam='' LTLIBaribsub='' LTLIBaudiotoolboxmidi='' LTLIBavahi='' LTLIBavcapture='' LTLIBbpg='' LTLIBcaca='' LTLIBcdda='' LTLIBcrystalhd='' LTLIBcvpx='' LTLIBdaala='' LTLIBdav1d='' LTLIBdc1394='' LTLIBdca='' LTLIBdirect3d11='' LTLIBdirect3d11_filters='' LTLIBdirect3d9='' LTLIBdirect3d9_filters='' LTLIBdirectdraw='' LTLIBdsm='' LTLIBdv1394='' LTLIBdvdnav='libdvdnav_plugin.la' LTLIBdvdread='libdvdread_plugin.la' LTLIBfaad='' LTLIBfb='' LTLIBfdkaac='' LTLIBflac='' LTLIBfluidsynth='' LTLIBgles2='' LTLIBglwin32='' LTLIBgme='' LTLIBgnutls='' LTLIBgoom='' LTLIBjpeg='' LTLIBkate='' LTLIBkwallet='' LTLIBlibass='' LTLIBlibbluray='liblibbluray_plugin.la' LTLIBlibmpeg2='' LTLIBlinsys_hdsdi='' LTLIBlinsys_sdi='' LTLIBlive555='' LTLIBmicrodns='' LTLIBminimal_macosx='' LTLIBmkv='' LTLIBmmal='' LTLIBmod='' LTLIBmpc='' LTLIBmpg123='' LTLIBmtp='' LTLIBmux_ogg='' LTLIBnfs='' LTLIBnotify='' LTLIBogg='' LTLIBoggspots='' LTLIBomxil='' LTLIBomxil_vout='' LTLIBopencv_example='' LTLIBopencv_wrapper='' LTLIBopensles_android='' LTLIBopus='' LTLIBosx_notifications='' LTLIBpng='' LTLIBpostproc='' LTLIBprojectm='' LTLIBqsv='' LTLIBrdp='' LTLIBsamplerate='' LTLIBschroedinger='' LTLIBscreen='' LTLIBsdl_image='' LTLIBsecret='' LTLIBsftp='' LTLIBshine='' LTLIBsid='' LTLIBsmb='' LTLIBsoxr='' LTLIBspatialaudio='' LTLIBspeex='' LTLIBstream_out_chromaprint='' LTLIBsvg='' LTLIBsvgdec='' LTLIBswscale='' LTLIBtaglib='' LTLIBtelx='' LTLIBtheora='' LTLIBtizen_audio='' LTLIBtremor='' LTLIBtwolame='' LTLIBudev='' LTLIBupnp='' LTLIBvcd='' LTLIBvideotoolbox='' LTLIBvnc='' LTLIBvorbis='' LTLIBvpx='' LTLIBvsxu='' LTLIBwgl='' LTLIBwma_fixed='' LTLIBx262='' LTLIBx26410b='' LTLIBx264='' LTLIBx265='' LTLIBxml='' LTLIBzvbi='' LT_SYS_LIBRARY_PATH='' LUAC='' LUA_CFLAGS='' LUA_LIBS='' MACOSX_DEPLOYMENT_TARGET='' MAD_CFLAGS='' MAD_LIBS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /var/tmp/portage/media-video/vlc-3.0.8/work/vlc-3.0.8/autotools/missing makeinfo' MANIFEST_TOOL=':' MATROSKA_CFLAGS='' MATROSKA_LIBS='' MERGE_FFMPEG_FALSE='' MERGE_FFMPEG_TRUE='' MFX_CFLAGS='' MFX_LIBS='' MICRODNS_CFLAGS='' MICRODNS_LIBS='' MINIZIP_CFLAGS='-I/usr/include/minizip' MINIZIP_LIBS='-lminizip' MKDIR_P='/bin/mkdir -p' MOC='' MPG123_CFLAGS='' MPG123_LIBS='' MSGFMT='/usr/bin/msgfmt' MSGFMT_015='/usr/bin/msgfmt' MSGMERGE='/usr/bin/msgmerge' MTP_CFLAGS='' MTP_LIBS='' NCURSES_CFLAGS='' NCURSES_LIBS='' NFS_CFLAGS='' NFS_LIBS='' NM='/usr/bin/x86_64-pc-linux-gnu-nm -B' NMEDIT='' NOTIFY_CFLAGS='' NOTIFY_LIBS='' OBJC='x86_64-pc-linux-gnu-gcc' OBJCDEPMODE='depmode=none' OBJCFLAGS=' -fvisibility=hidden' OBJCFLAGS_osx_notifications='' OBJCOPY='' OBJCPP='' OBJDUMP='x86_64-pc-linux-gnu-objdump' OBJEXT='o' OGGSPOTS_CFLAGS='' OGGSPOTS_LIBS='' OGG_CFLAGS='' OGG_LIBS='' OPENCV_CFLAGS='' OPENCV_LIBS='' OPUS_CFLAGS='' OPUS_LIBS='' OSS_LIBS='' OTOOL64='' OTOOL='' PACKAGE='vlc' PACKAGE_BUGREPORT='' PACKAGE_NAME='vlc' PACKAGE_STRING='vlc 3.0.8' PACKAGE_TARNAME='vlc' PACKAGE_URL='' PACKAGE_VERSION='3.0.8' PATH_SEPARATOR=':' PKGDIR='vlc' PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/usr/lib64/pkgconfig' POSTPROC_CFLAGS='' POSTPROC_LIBS='' POSUB='po' PROGRAMFILES='' PROJECTM_CFLAGS='' PROJECTM_LIBS='' PROTOC='' PULSE_CFLAGS='' PULSE_LIBS='' QT5_X11_CFLAGS='' QT5_X11_LIBS='' QT_CFLAGS='' QT_LIBS='' QT_VERSION='' RANLIB='x86_64-pc-linux-gnu-ranlib' RC='' RCC='' SAMPLERATE_CFLAGS='' SAMPLERATE_LIBS='' SCHROEDINGER_CFLAGS='' SCHROEDINGER_LIBS='' SDL_IMAGE_CFLAGS='' SDL_IMAGE_LIBS='' SECRET_CFLAGS='' SECRET_LIBS='' SED='/bin/sed' SET_MAKE='' SFTP_CFLAGS='' SFTP_LIBS='' SHELL='/bin/sh' SHINE_CFLAGS='' SHINE_LIBS='' SHOUT_CFLAGS='' SHOUT_LIBS='' SID_CFLAGS='' SID_LIBS='' SMBCLIENT_CFLAGS='' SMBCLIENT_LIBS='' SOCKET_LIBS='' SOXR_CFLAGS='' SOXR_LIBS='' SPATIALAUDIO_CFLAGS='' SPATIALAUDIO_LIBS='' SPEEXDSP_CFLAGS='' SPEEXDSP_LIBS='' SPEEX_CFLAGS='' SPEEX_LIBS='' SRT_CFLAGS='' SRT_LIBS='' STRIP='x86_64-pc-linux-gnu-strip' SVGDEC_CFLAGS='' SVGDEC_LIBS='' SVG_CFLAGS='' SVG_LIBS='' SWSCALE_CFLAGS='' SWSCALE_LIBS='' SYMBOLIC_LDFLAGS='-Wl,-Bsymbolic' SYS='linux' SYSTEMD_CFLAGS='' SYSTEMD_LIBS='-lsystemd' TAGLIB_CFLAGS='' TAGLIB_LIBS='' THEORA_CFLAGS='' THEORA_LIBS='' TIGER_CFLAGS='' TIGER_LIBS='' TWOLAME_CFLAGS='' TWOLAME_LIBS='' U2D='' UDEV_CFLAGS='' UDEV_LIBS='' UIC='' UPDATE_CHECK_FALSE='' UPDATE_CHECK_TRUE='' UPNP_CFLAGS='' UPNP_LIBS='' USE_NLS='yes' VDPAU_CFLAGS='' VDPAU_LIBS='' VERSION='3.0.8' VERSION_EXTRA='0' VERSION_MAJOR='3' VERSION_MESSAGE='' VERSION_MINOR='0' VERSION_REVISION='8' VNC_CFLAGS='' VNC_LIBS='' VORBIS_CFLAGS='' VORBIS_LIBS='' VPX_CFLAGS='' VPX_LIBS='' VSXU_CFLAGS='' VSXU_LIBS='' WAYLAND_CLIENT_CFLAGS='' WAYLAND_CLIENT_LIBS='' WAYLAND_EGL_CFLAGS='' WAYLAND_EGL_LIBS='' WAYLAND_PROTOCOLS='' WAYLAND_SCANNER='' WINDOWS_ARCH='' WINDRES='' WINE_SDK_PATH='' X262_CFLAGS='' X262_LIBS='' X26410b_CFLAGS='' X26410b_LIBS='' X264_CFLAGS='' X264_LIBS='' X265_CFLAGS='' X265_LIBS='' XCB_CFLAGS='' XCB_COMPOSITE_CFLAGS='' XCB_COMPOSITE_LIBS='' XCB_KEYSYMS_CFLAGS='' XCB_KEYSYMS_LIBS='' XCB_LIBS='' XCB_RANDR_CFLAGS='' XCB_RANDR_LIBS='' XCB_SHM_CFLAGS='' XCB_SHM_LIBS='' XCB_XV_CFLAGS='' XCB_XV_LIBS='' XCRUN='' XEXT_CFLAGS='' XEXT_LIBS='' XGETTEXT='/usr/bin/xgettext' XGETTEXT_015='/usr/bin/xgettext' XGETTEXT_EXTRA_OPTIONS='' XIB='' XINERAMA_CFLAGS='' XINERAMA_LIBS='' XMKMF='' XPM_CFLAGS='' XPM_LIBS='' XPROTO_CFLAGS='' XPROTO_LIBS='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' YACC='bison -y' YFLAGS='' ZVBI_CFLAGS='' ZVBI_LIBS='' ac_ct_AR='' ac_ct_CC='' ac_ct_CXX='' ac_ct_DUMPBIN='' ac_ct_OBJC='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCCAS_FALSE='' am__fastdepCCAS_TRUE='#' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='#' am__fastdepOBJC_FALSE='' am__fastdepOBJC_TRUE='#' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='' am__quote='' am__tar='tar --format=ustar -chf - "$$tardir"' am__untar='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/vlc-3.0.8' dvidir='${docdir}' exec_prefix='NONE' have_avfoundation='' 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='/usr/share/doc/vlc-3.0.8/html' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/tmp/portage/media-video/vlc-3.0.8/work/vlc-3.0.8/autotools/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' soliddatadir='' sysconfdir='/etc' target_alias='' vlcdatadir='${datadir}/${PKGDIR}' vlclibdir='${libdir}/${PKGDIR}' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "vlc" #define PACKAGE_TARNAME "vlc" #define PACKAGE_VERSION "3.0.8" #define PACKAGE_STRING "vlc 3.0.8" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "vlc" #define VERSION "3.0.8" #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 __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define _FORTIFY_SOURCE 2 #define _FILE_OFFSET_BITS 64 #define _THREAD_SAFE /**/ #define __LIBVLC__ /**/ #define WIN32_LEAN_AND_MEAN /**/ #define YYTEXT_POINTER 1 #define restrict __restrict #define VLC_WINSTORE_APP 0 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define ENABLE_NLS 1 #define HAVE_GETTEXT 1 #define HAVE_DCGETTEXT 1 #define HAVE_ICONV 1 #define ICONV_CONST #define LIBEXT ".so" #define HAVE_ACCEPT4 1 #define HAVE_DAEMON 1 #define HAVE_FCNTL 1 #define HAVE_FLOCK 1 #define HAVE_FSTATVFS 1 #define HAVE_FORK 1 #define HAVE_GETENV 1 #define HAVE_GETPWUID_R 1 #define HAVE_ISATTY 1 #define HAVE_LSTAT 1 #define HAVE_MEMALIGN 1 #define HAVE_MKOSTEMP 1 #define HAVE_MMAP 1 #define HAVE_NEWLOCALE 1 #define HAVE_OPEN_MEMSTREAM 1 #define HAVE_OPENAT 1 #define HAVE_PIPE2 1 #define HAVE_PREAD 1 #define HAVE_POSIX_FADVISE 1 #define HAVE_POSIX_MADVISE 1 #define HAVE_POSIX_MEMALIGN 1 #define HAVE_SETLOCALE 1 #define HAVE_STRPTIME 1 #define HAVE_USELOCALE 1 #define HAVE_ALIGNED_ALLOC 1 #define HAVE_ATOF 1 #define HAVE_ATOLL 1 #define HAVE_DIRFD 1 #define HAVE_FDOPENDIR 1 #define HAVE_FFSLL 1 #define HAVE_FLOCKFILE 1 #define HAVE_FSYNC 1 #define HAVE_GETDELIM 1 #define HAVE_GETPID 1 #define HAVE_LFIND 1 #define HAVE_LLDIV 1 #define HAVE_MEMRCHR 1 #define HAVE_NRAND48 1 #define HAVE_POLL 1 #define HAVE_RECVMSG 1 #define HAVE_REWIND 1 #define HAVE_SENDMSG 1 #define HAVE_SETENV 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCASESTR 1 #define HAVE_STRDUP 1 #define HAVE_STRNDUP 1 #define HAVE_STRNLEN 1 #define HAVE_STRSEP 1 #define HAVE_STRTOF 1 #define HAVE_STRTOK_R 1 #define HAVE_STRTOLL 1 #define HAVE_SWAB 1 #define HAVE_TDESTROY 1 #define HAVE_TFIND 1 #define HAVE_TIMEGM 1 #define HAVE_TIMESPEC_GET 1 #define HAVE_STRVERSCMP 1 #define HAVE_PATHCONF 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_REALPATH 1 #define HAVE_ASPRINTF 1 #define HAVE_VASPRINTF 1 #define HAVE_GMTIME_R 1 #define HAVE_LOCALTIME_R 1 #define HAVE_STATIC_ASSERT 1 #define HAVE_STRCOLL 1 #define HAVE_EVENTFD 1 #define HAVE_VMSPLICE 1 #define HAVE_SCHED_GETAFFINITY 1 #define HAVE_RECVMMSG 1 #define HAVE_STRUCT_POLLFD 1 #define HAVE_STRUCT_TIMESPEC 1 #define HAVE_MAX_ALIGN_T 1 #define HAVE_INET_PTON 1 #define HAVE_STRUCT_IF_NAMEINDEX 1 #define HAVE_IF_NAMEINDEX 1 #define HAVE_IF_NAMETOINDEX 1 #define HAVE_LRINTF 1 #define HAVE_NANF 1 #define HAVE_SINCOS 1 #define HAVE_THREAD_LOCAL 1 #define HAVE_THREADS_H 1 #define HAVE_LIBANL 1 #define HAVE_ARPA_INET_H 1 #define HAVE_PTHREAD_H 1 #define HAVE_SEARCH_H 1 #define HAVE_SYS_SHM_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_NET_IF_H 1 #define HAVE_NETINET_TCP_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_MOUNT_H 1 #define HAVE_FEATURES_H 1 #define HAVE_GETOPT_H 1 #define HAVE_LINUX_DCCP_H 1 #define HAVE_LINUX_MAGIC_H 1 #define HAVE_MNTENT_H 1 #define HAVE_SYS_EVENTFD_H 1 #define HAVE_CXX_LOCALE_T 1 #define HAVE_ZLIB_H 1 #define HAVE_IDN 1 #define NDEBUG 1 #define HAVE_ATTRIBUTE_PACKED 1 #define HAVE_EXECINFO_H 1 #define HAVE_BACKTRACE 1 #define HAVE_MMX_INTRINSICS 1 #define CAN_COMPILE_MMX 1 #define CAN_COMPILE_MMXEXT 1 #define HAVE_SSE2_INTRINSICS 1 #define CAN_COMPILE_SSE 1 #define CAN_COMPILE_SSE2 1 #define CAN_COMPILE_SSE3 1 #define CAN_COMPILE_SSSE3 1 #define CAN_COMPILE_SSE4_1 1 #define CAN_COMPILE_SSE4_2 1 #define CAN_COMPILE_SSE4A 1 #define CAN_COMPILE_3DNOW 1 #define OPTIMIZE_MEMORY 1 #define ENABLE_SOUT 1 #define ENABLE_VLM 1 #define ENABLE_ADDONMANAGERMODULES 1 #define HAVE_STREAM_CB_IN_DVDNAV_H 1 configure: exit 1