This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by telepathy-python configure 0.15.19, which was generated by GNU Autoconf 2.67. Invocation command line was $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux --disable-static CFLAGS=-O2 -march=i686 -mtune=generic ## --------- ## ## Platform. ## ## --------- ## hostname = hp05 uname -m = i686 uname -r = 3.15.0-rc8-2.i386 uname -s = Linux uname -v = #2 SMP Thu Jun 5 11:08:29 UTC 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/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1740: checking for a BSD-compatible install configure:1808: result: /bin/install -c configure:1819: checking whether build environment is sane configure:1869: result: yes configure:2010: checking for a thread-safe mkdir -p configure:2049: result: /bin/mkdir -p configure:2062: checking for gawk configure:2078: found /bin/gawk configure:2089: result: gawk configure:2100: checking whether make sets $(MAKE) configure:2122: result: yes configure:2268: checking for a Python interpreter with version >= 2.4.0 configure:2285: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.4.0'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) configure:2288: $? = 0 configure:2294: result: python configure:2302: checking for python configure:2320: found /usr/bin/python configure:2332: result: /usr/bin/python configure:2350: checking for python version configure:2357: result: 2.7 configure:2369: checking for python platform configure:2376: result: linux2 configure:2383: checking for python script directory configure:2412: result: ${prefix}/lib/python2.7/site-packages configure:2421: checking for python extension module directory configure:2450: result: ${exec_prefix}/lib/python2.7/site-packages configure:2469: checking for xsltproc configure:2485: found /usr/bin/xsltproc configure:2496: result: xsltproc configure:2653: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by telepathy-python config.status 0.15.19, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp05 config.status:772: creating Makefile config.status:772: creating examples/Makefile config.status:772: creating src/Makefile config.status:772: creating spec/Makefile config.status:772: creating src/client/Makefile config.status:772: creating src/server/Makefile config.status:772: creating tools/Makefile config.status:772: creating src/_version.py configure:3683: WARNING: unrecognized options: --enable-shared, --disable-static ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_path_PYTHON=/usr/bin/python ac_cv_path_install='/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_XSLTPROC=xsltproc ac_cv_prog_make_make_set=yes am_cv_pathless_PYTHON=python am_cv_python_platform=linux2 am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages' am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages' am_cv_python_version=2.7 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/uhubuild/work/compile/missing --run aclocal-1.11' AMTAR='${SHELL} /var/uhubuild/work/compile/missing --run tar' AM_BACKSLASH='\' AM_DEFAULT_VERBOSITY='1' AUTOCONF='${SHELL} /var/uhubuild/work/compile/missing --run autoconf' AUTOHEADER='${SHELL} /var/uhubuild/work/compile/missing --run autoheader' AUTOMAKE='${SHELL} /var/uhubuild/work/compile/missing --run automake-1.11' AWK='gawk' CYGPATH_W='echo' DEFS='-DPACKAGE_NAME=\"telepathy-python\" -DPACKAGE_TARNAME=\"telepathy-python\" -DPACKAGE_VERSION=\"0.15.19\" -DPACKAGE_STRING=\"telepathy-python\ 0.15.19\" -DPACKAGE_BUGREPORT=\"http://bugs.freedesktop.org/enter_bug.cgi\?product=Telepathy\&component=tp-python\" -DPACKAGE_URL=\"\" -DPACKAGE=\"telepathy-python\" -DVERSION=\"0.15.19\" -DTELEPATHY_PYTHON_MAJOR_VERSION=0 -DTELEPATHY_PYTHON_MINOR_VERSION=15 -DTELEPATHY_PYTHON_MICRO_VERSION=19 -DTELEPATHY_PYTHON_RELEASED=1' ECHO_C='' ECHO_N='-n' ECHO_T='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LIBOBJS='' LIBS='' LTLIBOBJS='' MAKEINFO='${SHELL} /var/uhubuild/work/compile/missing --run makeinfo' MKDIR_P='/bin/mkdir -p' PACKAGE='telepathy-python' PACKAGE_BUGREPORT='http://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=tp-python' PACKAGE_NAME='telepathy-python' PACKAGE_STRING='telepathy-python 0.15.19' PACKAGE_TARNAME='telepathy-python' PACKAGE_URL='' PACKAGE_VERSION='0.15.19' PATH_SEPARATOR=':' PYTHON='/usr/bin/python' PYTHON_EXEC_PREFIX='${exec_prefix}' PYTHON_PLATFORM='linux2' PYTHON_PREFIX='${prefix}' PYTHON_VERSION='2.7' SET_MAKE='' SHELL='/bin/sh' STRIP='' TELEPATHY_PYTHON_MAJOR_VERSION='0' TELEPATHY_PYTHON_MICRO_VERSION='19' TELEPATHY_PYTHON_MINOR_VERSION='15' TELEPATHY_PYTHON_RELEASED='1' VERSION='0.15.19' XSLTPROC='xsltproc' am__isrc='' am__leading_dot='.' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build_alias='i686-uhu-linux' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='i686-uhu-linux' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/uhubuild/work/compile/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var' mandir='/usr/share/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' pkgpyexecdir='${pyexecdir}/telepathy-python' pkgpythondir='${pythondir}/telepathy-python' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' pyexecdir='${exec_prefix}/lib/python2.7/site-packages' pythondir='${prefix}/lib/python2.7/site-packages' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "telepathy-python" #define PACKAGE_TARNAME "telepathy-python" #define PACKAGE_VERSION "0.15.19" #define PACKAGE_STRING "telepathy-python 0.15.19" #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=tp-python" #define PACKAGE_URL "" #define PACKAGE "telepathy-python" #define VERSION "0.15.19" #define TELEPATHY_PYTHON_MAJOR_VERSION 0 #define TELEPATHY_PYTHON_MINOR_VERSION 15 #define TELEPATHY_PYTHON_MICRO_VERSION 19 #define TELEPATHY_PYTHON_RELEASED 1 configure: exit 0