This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by itstool configure 2.0.2, which was generated by GNU Autoconf 2.66. 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 = hp06 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:1720: checking for a BSD-compatible install configure:1788: result: /bin/install -c configure:1799: checking whether build environment is sane configure:1849: result: yes configure:1990: checking for a thread-safe mkdir -p configure:2029: result: /bin/mkdir -p configure:2042: checking for gawk configure:2058: found /bin/gawk configure:2069: result: gawk configure:2080: checking whether make sets $(MAKE) configure:2102: result: yes configure:2223: checking for a Python interpreter with version >= 2.6 configure:2240: 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.6'.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:2243: $? = 0 configure:2249: result: python configure:2257: checking for python configure:2275: found /usr/bin/python configure:2287: result: /usr/bin/python configure:2305: checking for python version configure:2312: result: 2.7 configure:2324: checking for python platform configure:2331: result: linux2 configure:2338: checking for python script directory configure:2367: result: ${prefix}/lib/python2.7/site-packages configure:2376: checking for python extension module directory configure:2405: result: ${exec_prefix}/lib/python2.7/site-packages configure:2420: checking for python module libxml2 configure:2428: result: found configure:2575: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by itstool config.status 2.0.2, which was generated by GNU Autoconf 2.66. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp06 config.status:754: creating Makefile config.status:754: creating itstool config.status:754: creating itstool.1 config.status:754: creating its/Makefile configure:3595: 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_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' 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' DATADIR='/usr/share' DEFS='-DPACKAGE_NAME=\"itstool\" -DPACKAGE_TARNAME=\"itstool\" -DPACKAGE_VERSION=\"2.0.2\" -DPACKAGE_STRING=\"itstool\ 2.0.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"itstool\" -DVERSION=\"2.0.2\"' 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='itstool' PACKAGE_BUGREPORT='' PACKAGE_NAME='itstool' PACKAGE_STRING='itstool 2.0.2' PACKAGE_TARNAME='itstool' PACKAGE_URL='' PACKAGE_VERSION='2.0.2' 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='' VERSION='2.0.2' 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}/itstool' pkgpythondir='${pythondir}/itstool' 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 "itstool" #define PACKAGE_TARNAME "itstool" #define PACKAGE_VERSION "2.0.2" #define PACKAGE_STRING "itstool 2.0.2" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "itstool" #define VERSION "2.0.2" configure: exit 0