diff options
Diffstat (limited to 'config.log')
| -rw-r--r-- | config.log | 358 |
1 files changed, 358 insertions, 0 deletions
diff --git a/config.log b/config.log new file mode 100644 index 0000000..d93794c --- /dev/null +++ b/config.log @@ -0,0 +1,358 @@ +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by configure, which was +generated by GNU Autoconf 2.69. Invocation command line was + + $ ./configure --no-create --no-recursion + +## --------- ## +## Platform. ## +## --------- ## + +hostname = dino.fm +uname -m = x86_64 +uname -r = 3.15.5-1-ARCH +uname -s = Linux +uname -v = #1 SMP PREEMPT Thu Jul 10 07:08:50 CEST 2014 + +/usr/bin/uname -p = unknown +/bin/uname -X = unknown + +/bin/arch = unknown +/usr/bin/arch -k = unknown +/usr/convex/getsysinfo = unknown +/usr/bin/hostinfo = unknown +/bin/machine = unknown +/usr/bin/oslevel = unknown +/bin/universe = unknown + +PATH: /usr/local/bin +PATH: /usr/bin +PATH: /bin +PATH: /usr/local/bin +PATH: /usr/bin +PATH: /bin +PATH: /usr/bin +PATH: /bin +PATH: /usr/sbin +PATH: /sbin +PATH: /opt/marytts/bin +PATH: /usr/bin/site_perl +PATH: /usr/bin/vendor_perl +PATH: /usr/bin/core_perl +PATH: /opt/marytts/bin +PATH: /usr/bin/site_perl +PATH: /usr/bin/vendor_perl +PATH: /usr/bin/core_perl + + +## ----------- ## +## Core tests. ## +## ----------- ## + +configure:1862: checking for a BSD-compatible install +configure:1930: result: /usr/bin/install -c +configure:1941: checking whether build environment is sane +configure:1996: result: yes +configure:2034: WARNING: 'missing' script is too old or missing +configure:2147: checking for a thread-safe mkdir -p +configure:2186: result: /usr/bin/mkdir -p +configure:2193: checking for gawk +configure:2209: found /usr/bin/gawk +configure:2220: result: gawk +configure:2231: checking whether make sets $(MAKE) +configure:2253: result: yes +configure:2282: checking whether make supports nested variables +configure:2299: result: yes +configure:2480: checking for pkg-config +configure:2498: found /usr/bin/pkg-config +configure:2510: result: /usr/bin/pkg-config +configure:2535: checking pkg-config is at least version 0.9.0 +configure:2538: result: yes +configure:2548: checking for DSSI +configure:2555: $PKG_CONFIG --exists --print-errors "dssi >= 0.9" +configure:2558: $? = 0 +configure:2572: $PKG_CONFIG --exists --print-errors "dssi >= 0.9" +configure:2575: $? = 0 +configure:2633: result: yes +configure:2639: checking for SNDFILE +configure:2646: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.9" +configure:2649: $? = 0 +configure:2663: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.9" +configure:2666: $? = 0 +configure:2724: result: yes +configure:2731: checking for ALSA +configure:2738: $PKG_CONFIG --exists --print-errors "alsa >= 0.9" +configure:2741: $? = 0 +configure:2755: $PKG_CONFIG --exists --print-errors "alsa >= 0.9" +configure:2758: $? = 0 +configure:2796: result: yes +configure:2930: checking for gcc +configure:2946: found /usr/bin/gcc +configure:2957: result: gcc +configure:3186: checking for C compiler version +configure:3195: gcc --version >&5 +gcc (GCC) 4.9.0 20140604 (prerelease) +Copyright (C) 2014 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:3206: $? = 0 +configure:3195: gcc -v >&5 +Using built-in specs. +COLLECT_GCC=gcc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/lto-wrapper +Target: x86_64-unknown-linux-gnu +Configured with: /build/gcc/src/gcc-4.9-20140604/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-cloog-backend=isl --disable-isl-version-check --disable-cloog-version-check --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --disable-multilib --disable-werror --enable-checking=release +Thread model: posix +gcc version 4.9.0 20140604 (prerelease) (GCC) +configure:3206: $? = 0 +configure:3195: gcc -V >&5 +gcc: error: unrecognized command line option '-V' +gcc: fatal error: no input files +compilation terminated. +configure:3206: $? = 1 +configure:3195: gcc -qversion >&5 +gcc: error: unrecognized command line option '-qversion' +gcc: fatal error: no input files +compilation terminated. +configure:3206: $? = 1 +configure:3226: checking whether the C compiler works +configure:3248: gcc conftest.c >&5 +configure:3252: $? = 0 +configure:3300: result: yes +configure:3303: checking for C compiler default output file name +configure:3305: result: a.out +configure:3311: checking for suffix of executables +configure:3318: gcc -o conftest conftest.c >&5 +configure:3322: $? = 0 +configure:3344: result: +configure:3366: checking whether we are cross compiling +configure:3374: gcc -o conftest conftest.c >&5 +configure:3378: $? = 0 +configure:3385: ./conftest +configure:3389: $? = 0 +configure:3404: result: no +configure:3409: checking for suffix of object files +configure:3431: gcc -c conftest.c >&5 +configure:3435: $? = 0 +configure:3456: result: o +configure:3460: checking whether we are using the GNU C compiler +configure:3479: gcc -c conftest.c >&5 +configure:3479: $? = 0 +configure:3488: result: yes +configure:3497: checking whether gcc accepts -g +configure:3517: gcc -c -g conftest.c >&5 +configure:3517: $? = 0 +configure:3558: result: yes +configure:3575: checking for gcc option to accept ISO C89 +configure:3638: gcc -c -g -O2 conftest.c >&5 +configure:3638: $? = 0 +configure:3651: result: none needed +configure:3676: checking whether gcc understands -c and -o together +configure:3698: gcc -c conftest.c -o conftest2.o +configure:3701: $? = 0 +configure:3698: gcc -c conftest.c -o conftest2.o +configure:3701: $? = 0 +configure:3713: result: yes +configure:3741: checking for style of include used by make +configure:3769: result: GNU +configure:3795: checking dependency style of gcc +configure:3906: result: gcc3 +configure:4069: checking that generated files are newer than configure +configure:4075: result: done +configure:4098: creating ./config.status + +## ---------------- ## +## Cache variables. ## +## ---------------- ## + +ac_cv_c_compiler_gnu=yes +ac_cv_env_ALSA_CFLAGS_set= +ac_cv_env_ALSA_CFLAGS_value= +ac_cv_env_ALSA_LIBS_set= +ac_cv_env_ALSA_LIBS_value= +ac_cv_env_CC_set= +ac_cv_env_CC_value= +ac_cv_env_CFLAGS_set= +ac_cv_env_CFLAGS_value= +ac_cv_env_CPPFLAGS_set= +ac_cv_env_CPPFLAGS_value= +ac_cv_env_DSSI_CFLAGS_set= +ac_cv_env_DSSI_CFLAGS_value= +ac_cv_env_DSSI_LIBS_set= +ac_cv_env_DSSI_LIBS_value= +ac_cv_env_LDFLAGS_set= +ac_cv_env_LDFLAGS_value= +ac_cv_env_LIBS_set= +ac_cv_env_LIBS_value= +ac_cv_env_PKG_CONFIG_LIBDIR_set= +ac_cv_env_PKG_CONFIG_LIBDIR_value= +ac_cv_env_PKG_CONFIG_PATH_set= +ac_cv_env_PKG_CONFIG_PATH_value= +ac_cv_env_PKG_CONFIG_set= +ac_cv_env_PKG_CONFIG_value= +ac_cv_env_SNDFILE_CFLAGS_set= +ac_cv_env_SNDFILE_CFLAGS_value= +ac_cv_env_SNDFILE_LIBS_set= +ac_cv_env_SNDFILE_LIBS_value= +ac_cv_env_build_alias_set= +ac_cv_env_build_alias_value= +ac_cv_env_host_alias_set= +ac_cv_env_host_alias_value= +ac_cv_env_target_alias_set= +ac_cv_env_target_alias_value= +ac_cv_objext=o +ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config +ac_cv_path_install='/usr/bin/install -c' +ac_cv_path_mkdir=/usr/bin/mkdir +ac_cv_prog_AWK=gawk +ac_cv_prog_ac_ct_CC=gcc +ac_cv_prog_cc_c89= +ac_cv_prog_cc_g=yes +ac_cv_prog_make_make_set=yes +am_cv_CC_dependencies_compiler_type=gcc3 +am_cv_make_support_nested_variables=yes +am_cv_prog_cc_c_o=yes +pkg_cv_ALSA_CFLAGS='-I/usr/include/alsa ' +pkg_cv_ALSA_LIBS='-lasound ' +pkg_cv_DSSI_CFLAGS= +pkg_cv_DSSI_LIBS= +pkg_cv_SNDFILE_CFLAGS= +pkg_cv_SNDFILE_LIBS='-lsndfile ' + +## ----------------- ## +## Output variables. ## +## ----------------- ## + +ACLOCAL='aclocal-1.14' +ALSA_CFLAGS='-I/usr/include/alsa ' +ALSA_LIBS='-lasound ' +AMDEPBACKSLASH='\' +AMDEP_FALSE='#' +AMDEP_TRUE='' +AMTAR='$${TAR-tar}' +AM_BACKSLASH='\' +AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +AM_DEFAULT_VERBOSITY='1' +AM_V='$(V)' +AUTOCONF='autoconf' +AUTOHEADER='autoheader' +AUTOMAKE='automake-1.14' +AWK='gawk' +CC='gcc' +CCDEPMODE='depmode=gcc3' +CFLAGS='-g -O2' +CPPFLAGS='' +CYGPATH_W='echo' +DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"cli-dssi-host\" -DVERSION=\"0.1.3\"' +DEPDIR='.deps' +DSSI_CFLAGS='' +DSSI_LIBS='' +ECHO_C='' +ECHO_N='-n' +ECHO_T='' +EXEEXT='' +INSTALL_DATA='${INSTALL} -m 644' +INSTALL_PROGRAM='${INSTALL}' +INSTALL_SCRIPT='${INSTALL}' +INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' +LDFLAGS='' +LIBOBJS='' +LIBS='' +LTLIBOBJS='' +MAKEINFO='makeinfo' +MKDIR_P='/usr/bin/mkdir -p' +OBJEXT='o' +PACKAGE='cli-dssi-host' +PACKAGE_BUGREPORT='' +PACKAGE_NAME='' +PACKAGE_STRING='' +PACKAGE_TARNAME='' +PACKAGE_URL='' +PACKAGE_VERSION='' +PATH_SEPARATOR=':' +PKG_CONFIG='/usr/bin/pkg-config' +PKG_CONFIG_LIBDIR='' +PKG_CONFIG_PATH='' +SET_MAKE='' +SHELL='/bin/sh' +SNDFILE_CFLAGS='' +SNDFILE_LIBS='-lsndfile ' +STRIP='' +VERSION='0.1.3' +ac_ct_CC='gcc' +am__EXEEXT_FALSE='' +am__EXEEXT_TRUE='#' +am__fastdepCC_FALSE='#' +am__fastdepCC_TRUE='' +am__include='include' +am__isrc='' +am__leading_dot='.' +am__nodep='_no' +am__quote='' +am__tar='$${TAR-tar} chof - "$$tardir"' +am__untar='$${TAR-tar} xf -' +bindir='${exec_prefix}/bin' +build_alias='' +datadir='${datarootdir}' +datarootdir='${prefix}/share' +docdir='${datarootdir}/doc/${PACKAGE}' +dvidir='${docdir}' +exec_prefix='${prefix}' +host_alias='' +htmldir='${docdir}' +includedir='${prefix}/include' +infodir='${datarootdir}/info' +install_sh='${SHELL} /home/pepper/DSSI/dssi-render/cli-dssi-host/install-sh' +libdir='${exec_prefix}/lib' +libexecdir='${exec_prefix}/libexec' +localedir='${datarootdir}/locale' +localstatedir='${prefix}/var' +mandir='${datarootdir}/man' +mkdir_p='$(MKDIR_P)' +oldincludedir='/usr/include' +pdfdir='${docdir}' +prefix='/usr/local' +program_transform_name='s,x,x,' +psdir='${docdir}' +sbindir='${exec_prefix}/sbin' +sharedstatedir='${prefix}/com' +sysconfdir='${prefix}/etc' +target_alias='' + +## ----------- ## +## confdefs.h. ## +## ----------- ## + +/* confdefs.h */ +#define PACKAGE_NAME "" +#define PACKAGE_TARNAME "" +#define PACKAGE_VERSION "" +#define PACKAGE_STRING "" +#define PACKAGE_BUGREPORT "" +#define PACKAGE_URL "" +#define PACKAGE "cli-dssi-host" +#define VERSION "0.1.3" + +configure: exit 0 + +## ---------------------- ## +## Running config.status. ## +## ---------------------- ## + +This file was extended by config.status, which was +generated by GNU Autoconf 2.69. Invocation command line was + + CONFIG_FILES = + CONFIG_HEADERS = + CONFIG_LINKS = + CONFIG_COMMANDS = + $ ./config.status + +on dino.fm + +config.status:782: creating Makefile +config.status:782: creating src/Makefile +config.status:954: executing depfiles commands |
