The build took 00h 00m 58s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
0 |
total |
The process tree of the build process is here.
Removed vanilla repositories from pacman.conf and added:
Copied permanent toolchain into container-local sysroot
/toolchain_root/arm-linux-androideabi --> /sysroot/arm-linux-androideabi/toolchain_root/COPYING3.LIB --> /sysroot/COPYING3.LIB/toolchain_root/sysroot --> /sysroot/sysroot/toolchain_root/COPYING.RUNTIME --> /sysroot/COPYING.RUNTIME/toolchain_root/lib --> /sysroot/lib/toolchain_root/SOURCES --> /sysroot/SOURCES/toolchain_root/lib64 --> /sysroot/lib64/toolchain_root/share --> /sysroot/share/toolchain_root/bin --> /sysroot/bin/toolchain_root/COPYING --> /sysroot/COPYING/toolchain_root/COPYING3 --> /sysroot/COPYING3/toolchain_root/COPYING.LIB --> /sysroot/COPYING.LIB/toolchain_root/include --> /sysroot/include/toolchain_root/libexec --> /sysroot/libexecNo source directory in source volume: /sources/unrtf
[Errno 2] No such file or directory: '/sources/unrtf/src/unrtf-0.21.9/config/depcomp'[Errno 2] No such file or directory: '/sources/unrtf/src/unrtf-0.21.9/config/test-driver'[Errno 2] No such file or directory: '/sources/unrtf/src/unrtf-0.21.9/config/missing'[Errno 2] No such file or directory: '/sources/unrtf/src/unrtf-0.21.9/config/install-sh'[Errno 2] No such file or directory: '/sources/unrtf/src/unrtf-0.21.9/config/config.sub'[Errno 2] No such file or directory: '/sources/unrtf/src/unrtf-0.21.9/config/config.guess'Printing config logfiles
CMD: config logfiles '/tmp/unrtf/src/unrtf-0.21.9/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by unrtf configure 0.21.9, which wasgenerated by GNU Autoconf 2.69. Invocation command line was$ ./configure## --------- #### Platform. #### --------- ##hostname = pyladesuname -m = x86_64uname -r = 3.11.10-25-desktopuname -s = Linuxuname -v = #1 SMP PREEMPT Wed Dec 17 17:57:03 UTC 2014 (8210f77)/usr/bin/uname -p = x86_64/bin/uname -X = unknown/bin/arch = x86_64/usr/bin/arch -k = unknown/usr/convex/getsysinfo = unknown/usr/bin/hostinfo = unknown/bin/machine = unknown/usr/bin/oslevel = unknown/bin/universe = unknownPATH: /usr/lib64/mpi/gcc/openmpi/binPATH: /home/daved/binPATH: /usr/local/binPATH: /usr/binPATH: /binPATH: /usr/bin/X11PATH: /usr/X11R6/binPATH: /usr/gamesPATH: /opt/kde3/binPATH: /usr/local/X11/binPATH: /usr/local/X11/bin## ----------- #### Core tests. #### ----------- ##configure:2066: loading site script /usr/share/site/x86_64-unknown-linux-gnu| #!/bin/sh| # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.|| # If user did not specify libdir, guess the correct target:| # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.| if test "$libdir" = '${exec_prefix}/lib' ; then|| ac_config_site_64bit_host=NONE|| case "$host" in| "" )| # User did not specify host target.| # The native platform x86_64 is a bi-arch platform.| # Try to detect cross-compilation to inferior architecture.|| # We are trying to guess 32-bit target compilation. It's not as easy as| # it sounds, as there is possible several intermediate combinations.| ac_config_site_cross_to_32bit_host=NONE|| # User defined -m32 in CFLAGS or CXXFLAGS:| # (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.)| case "$CFLAGS" in| *-m32*)| ac_config_site_cross_to_32bit_host=YES| ;;| esac| case "$CXXFLAGS" in| *-m32*)| ac_config_site_cross_to_32bit_host=YES| ;;| esac|| # Running with linux32:| # (Changes detected platform, but not the toolchain target.)| case "`/bin/uname -i`" in| x86_64 | ppc64 | s390x )| ;;| * )| ac_config_site_cross_to_32bit_host=YES| ;;| esac|| if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then| ac_config_site_64bit_host=YES| fi|| ;;| *x86_64* | *ppc64* | *s390x* )| ac_config_site_64bit_host=YES| ;;| esac|| if test "x$ac_config_site_64bit_host" = xYES; then| libdir='${exec_prefix}/lib64'| fi| fi|| # If user did not specify libexecdir, set the correct target:| # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.|| if test "$libexecdir" = '${exec_prefix}/libexec' ; then| libexecdir='${exec_prefix}/lib'| fi|| # Continue with the standard behavior of configure defined in AC_SITE_LOAD:| if test "x$prefix" != xNONE; then| ac_site_file1=$prefix/share/config.site| ac_site_file2=$prefix/etc/config.site| else| ac_site_file1=$ac_default_prefix/share/config.site| ac_site_file2=$ac_default_prefix/etc/config.site| fi| for ac_site_file in "$ac_site_file1" "$ac_site_file2"| do| test "x$ac_site_file" = xNONE && continue| if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then| { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;}| sed 's/^/| /' "$ac_site_file" >&5| . "$ac_site_file" \| || { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;}| as_fn_error $? "failed to load site script $ac_site_file| See \`config.log' for more details" "$LINENO" 5; }| fi| doneconfigure:2213: checking for a BSD-compatible installconfigure:2281: result: /usr/bin/install -cconfigure:2292: checking whether build environment is saneconfigure:2347: result: yesconfigure:2498: checking for a thread-safe mkdir -pconfigure:2537: result: /usr/bin/mkdir -pconfigure:2544: checking for gawkconfigure:2560: found /usr/bin/gawkconfigure:2571: result: gawkconfigure:2582: checking whether make sets $(MAKE)configure:2604: result: yesconfigure:2633: checking whether make supports nested variablesconfigure:2650: result: yesconfigure:2747: checking whether to enable maintainer-specific portions of Makefilesconfigure:2756: result: noconfigure:2819: checking for gccconfigure:2835: found /usr/bin/gccconfigure:2846: result: gccconfigure:3075: checking for C compiler versionconfigure:3084: gcc --version >&5gcc (SUSE Linux) 4.8.1 20130909 [gcc-4_8-branch revision 202388]Copyright (C) 2013 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:3095: $? = 0configure:3084: gcc -v >&5Using built-in specs.COLLECT_GCC=gccCOLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.8/lto-wrapperTarget: x86_64-suse-linuxConfigured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.8 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.8 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linuxThread model: posixgcc version 4.8.1 20130909 [gcc-4_8-branch revision 202388] (SUSE Linux)configure:3095: $? = 0configure:3084: gcc -V >&5gcc: error: unrecognized command line option '-V'gcc: fatal error: no input filescompilation terminated.configure:3095: $? = 1configure:3084: gcc -qversion >&5gcc: error: unrecognized command line option '-qversion'gcc: fatal error: no input filescompilation terminated.configure:3095: $? = 1configure:3115: checking whether the C compiler worksconfigure:3137: gcc conftest.c >&5configure:3141: $? = 0configure:3189: result: yesconfigure:3192: checking for C compiler default output file nameconfigure:3194: result: a.outconfigure:3200: checking for suffix of executablesconfigure:3207: gcc -o conftest conftest.c >&5configure:3211: $? = 0configure:3233: result:configure:3255: checking whether we are cross compilingconfigure:3263: gcc -o conftest conftest.c >&5configure:3267: $? = 0configure:3274: ./conftestconfigure:3278: $? = 0configure:3293: result: noconfigure:3298: checking for suffix of object filesconfigure:3320: gcc -c conftest.c >&5configure:3324: $? = 0configure:3345: result: oconfigure:3349: checking whether we are using the GNU C compilerconfigure:3368: gcc -c conftest.c >&5configure:3368: $? = 0configure:3377: result: yesconfigure:3386: checking whether gcc accepts -gconfigure:3406: gcc -c -g conftest.c >&5configure:3406: $? = 0configure:3447: result: yesconfigure:3464: checking for gcc option to accept ISO C89configure:3527: gcc -c -g -O2 conftest.c >&5configure:3527: $? = 0configure:3540: result: none neededconfigure:3571: checking for style of include used by makeconfigure:3599: result: GNUconfigure:3625: checking dependency style of gccconfigure:3736: result: gcc3configure:3760: checking how to run the C preprocessorconfigure:3791: gcc -E conftest.cconfigure:3791: $? = 0configure:3805: gcc -E conftest.cconftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:3805: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "unrtf"| #define PACKAGE_TARNAME "unrtf"| #define PACKAGE_VERSION "0.21.9"| #define PACKAGE_STRING "unrtf 0.21.9"| #define PACKAGE_BUGREPORT "bug-unrtf@gnu.org"| #define PACKAGE_URL ""| #define PACKAGE "unrtf"| #define VERSION "0.21.9"| /* end confdefs.h. */| #include configure:3830: result: gcc -Econfigure:3850: gcc -E conftest.cconfigure:3850: $? = 0configure:3864: gcc -E conftest.cconftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:3864: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "unrtf"| #define PACKAGE_TARNAME "unrtf"| #define PACKAGE_VERSION "0.21.9"| #define PACKAGE_STRING "unrtf 0.21.9"| #define PACKAGE_BUGREPORT "bug-unrtf@gnu.org"| #define PACKAGE_URL ""| #define PACKAGE "unrtf"| #define VERSION "0.21.9"| /* end confdefs.h. */| #include configure:3893: checking for grep that handles long lines and -econfigure:3951: result: /usr/bin/grepconfigure:3956: checking for egrepconfigure:4018: result: /usr/bin/grep -Econfigure:4023: checking for ANSI C header filesconfigure:4043: gcc -c -g -O2 conftest.c >&5configure:4043: $? = 0configure:4116: gcc -o conftest -g -O2 conftest.c >&5configure:4116: $? = 0configure:4116: ./conftestconfigure:4116: $? = 0configure:4127: result: yesconfigure:4143: checking for sys/types.hconfigure:4143: gcc -c -g -O2 conftest.c >&5configure:4143: $? = 0configure:4143: result: yesconfigure:4143: checking for sys/stat.hconfigure:4143: gcc -c -g -O2 conftest.c >&5configure:4143: $? = 0configure:4143: result: yesconfigure:4143: checking for stdlib.hconfigure:4143: gcc -c -g -O2 conftest.c >&5configure:4143: $? = 0configure:4143: result: yesconfigure:4143: checking for string.hconfigure:4143: gcc -c -g -O2 conftest.c >&5configure:4143: $? = 0configure:4143: result: yesconfigure:4143: checking for memory.hconfigure:4143: gcc -c -g -O2 conftest.c >&5configure:4143: $? = 0configure:4143: result: yesconfigure:4143: checking for strings.hconfigure:4143: gcc -c -g -O2 conftest.c >&5configure:4143: $? = 0configure:4143: result: yesconfigure:4143: checking for inttypes.hconfigure:4143: gcc -c -g -O2 conftest.c >&5configure:4143: $? = 0configure:4143: result: yesconfigure:4143: checking for stdint.hconfigure:4143: gcc -c -g -O2 conftest.c >&5configure:4143: $? = 0configure:4143: result: yesconfigure:4143: checking for unistd.hconfigure:4143: gcc -c -g -O2 conftest.c >&5configure:4143: $? = 0configure:4143: result: yesconfigure:4158: checking for stdlib.hconfigure:4158: result: yesconfigure:4158: checking stdio.h usabilityconfigure:4158: gcc -c -g -O2 conftest.c >&5configure:4158: $? = 0configure:4158: result: yesconfigure:4158: checking stdio.h presenceconfigure:4158: gcc -E conftest.cconfigure:4158: $? = 0configure:4158: result: yesconfigure:4158: checking for stdio.hconfigure:4158: result: yesconfigure:4158: checking ctype.h usabilityconfigure:4158: gcc -c -g -O2 conftest.c >&5configure:4158: $? = 0configure:4158: result: yesconfigure:4158: checking ctype.h presenceconfigure:4158: gcc -E conftest.cconfigure:4158: $? = 0configure:4158: result: yesconfigure:4158: checking for ctype.hconfigure:4158: result: yesconfigure:4158: checking for string.hconfigure:4158: result: yesconfigure:4174: checking for stdlib.hconfigure:4174: result: yesconfigure:4184: checking for GNU libc compatible mallocconfigure:4208: gcc -o conftest -g -O2 conftest.c >&5configure:4208: $? = 0configure:4208: ./conftestconfigure:4208: $? = 0configure:4218: result: yesconfigure:4242: checking for memsetconfigure:4242: gcc -o conftest -g -O2 conftest.c >&5conftest.c:50:6: warning: conflicting types for built-in function 'memset' [enabled by default]char memset ();^configure:4242: $? = 0configure:4242: result: yesconfigure:4242: checking for strchrconfigure:4242: gcc -o conftest -g -O2 conftest.c >&5conftest.c:51:6: warning: conflicting types for built-in function 'strchr' [enabled by default]char strchr ();^configure:4242: $? = 0configure:4242: result: yesconfigure:4242: checking for strstrconfigure:4242: gcc -o conftest -g -O2 conftest.c >&5conftest.c:52:6: warning: conflicting types for built-in function 'strstr' [enabled by default]char strstr ();^configure:4242: $? = 0configure:4242: result: yesconfigure:4256: checking build system typeconfigure:4270: result: x86_64-suse-linux-gnuconfigure:4290: checking host system typeconfigure:4303: result: x86_64-suse-linux-gnuconfigure:4443: checking that generated files are newer than configureconfigure:4449: result: doneconfigure:4476: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by unrtf config.status 0.21.9, which wasgenerated by GNU Autoconf 2.69. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson pyladesconfig.status:877: creating Makefileconfig.status:877: creating doc/Makefileconfig.status:877: creating outputs/Makefileconfig.status:877: creating patches/Makefileconfig.status:877: creating src/Makefileconfig.status:877: creating tests/Makefileconfig.status:877: creating config.hconfig.status:1106: executing depfiles commands## ---------------- #### Cache variables. #### ---------------- ##ac_cv_build=x86_64-suse-linux-gnuac_cv_c_compiler_gnu=yesac_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_CPP_set=ac_cv_env_CPP_value=ac_cv_env_LDFLAGS_set=ac_cv_env_LDFLAGS_value=ac_cv_env_LIBS_set=ac_cv_env_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_func_malloc_0_nonnull=yesac_cv_func_memset=yesac_cv_func_strchr=yesac_cv_func_strstr=yesac_cv_header_ctype_h=yesac_cv_header_inttypes_h=yesac_cv_header_memory_h=yesac_cv_header_stdc=yesac_cv_header_stdint_h=yesac_cv_header_stdio_h=yesac_cv_header_stdlib_h=yesac_cv_header_string_h=yesac_cv_header_strings_h=yesac_cv_header_sys_stat_h=yesac_cv_header_sys_types_h=yesac_cv_header_unistd_h=yesac_cv_host=x86_64-suse-linux-gnuac_cv_objext=oac_cv_path_EGREP='/usr/bin/grep -E'ac_cv_path_GREP=/usr/bin/grepac_cv_path_install='/usr/bin/install -c'ac_cv_path_mkdir=/usr/bin/mkdirac_cv_prog_AWK=gawkac_cv_prog_CPP='gcc -E'ac_cv_prog_ac_ct_CC=gccac_cv_prog_cc_c89=ac_cv_prog_cc_g=yesac_cv_prog_make_make_set=yesam_cv_CC_dependencies_compiler_type=gcc3am_cv_make_support_nested_variables=yes## ----------------- #### Output variables. #### ----------------- ##ACLOCAL='${SHELL} /src/local/cmd/unrtf/hg/unrtf/config/missing aclocal-1.13'AMDEPBACKSLASH='\'AMDEP_FALSE='#'AMDEP_TRUE=''AMTAR='$${TAR-tar}'AM_BACKSLASH='\'AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'AM_DEFAULT_VERBOSITY='1'AM_V='$(V)'AUTOCONF='${SHELL} /src/local/cmd/unrtf/hg/unrtf/config/missing autoconf'AUTOHEADER='${SHELL} /src/local/cmd/unrtf/hg/unrtf/config/missing autoheader'AUTOMAKE='${SHELL} /src/local/cmd/unrtf/hg/unrtf/config/missing automake-1.13'AWK='gawk'CC='gcc'CCDEPMODE='depmode=gcc3'CFLAGS='-g -O2'CPP='gcc -E'CPPFLAGS=''CYGPATH_W='echo'DEFS='-DHAVE_CONFIG_H'DEPDIR='.deps'ECHO_C=''ECHO_N='-n'ECHO_T=''EGREP='/usr/bin/grep -E'EXEEXT=''GREP='/usr/bin/grep'INSTALL_DATA='${INSTALL} -m 644'INSTALL_PROGRAM='${INSTALL}'INSTALL_SCRIPT='${INSTALL}'INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'LDFLAGS=''LIBOBJS=''LIBS=''LTLIBOBJS=''MAINT='#'MAINTAINER_MODE_FALSE=''MAINTAINER_MODE_TRUE='#'MAKEINFO='${SHELL} /src/local/cmd/unrtf/hg/unrtf/config/missing makeinfo'MKDIR_P='/usr/bin/mkdir -p'OBJEXT='o'PACKAGE='unrtf'PACKAGE_BUGREPORT='bug-unrtf@gnu.org'PACKAGE_NAME='unrtf'PACKAGE_STRING='unrtf 0.21.9'PACKAGE_TARNAME='unrtf'PACKAGE_URL=''PACKAGE_VERSION='0.21.9'PATH_SEPARATOR=':'SET_MAKE=''SHELL='/bin/sh'STRIP=''VERSION='0.21.9'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='x86_64-suse-linux-gnu'build_alias=''build_cpu='x86_64'build_os='linux-gnu'build_vendor='suse'datadir='${datarootdir}'datarootdir='${prefix}/share'docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'dvidir='${docdir}'exec_prefix='${prefix}'host='x86_64-suse-linux-gnu'host_alias=''host_cpu='x86_64'host_os='linux-gnu'host_vendor='suse'htmldir='${docdir}'includedir='${prefix}/include'infodir='${datarootdir}/info'install_sh='${SHELL} /src/local/cmd/unrtf/hg/unrtf/config/install-sh'libdir='${exec_prefix}/lib64'libexecdir='${exec_prefix}/lib'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 "unrtf"#define PACKAGE_TARNAME "unrtf"#define PACKAGE_VERSION "0.21.9"#define PACKAGE_STRING "unrtf 0.21.9"#define PACKAGE_BUGREPORT "bug-unrtf@gnu.org"#define PACKAGE_URL ""#define PACKAGE "unrtf"#define VERSION "0.21.9"#define STDC_HEADERS 1#define HAVE_SYS_TYPES_H 1#define HAVE_SYS_STAT_H 1#define HAVE_STDLIB_H 1#define HAVE_STRING_H 1#define HAVE_MEMORY_H 1#define HAVE_STRINGS_H 1#define HAVE_INTTYPES_H 1#define HAVE_STDINT_H 1#define HAVE_UNISTD_H 1#define HAVE_STDLIB_H 1#define HAVE_STDIO_H 1#define HAVE_CTYPE_H 1#define HAVE_STRING_H 1#define HAVE_STDLIB_H 1#define HAVE_MALLOC 1#define HAVE_MEMSET 1#define HAVE_STRCHR 1#define HAVE_STRSTR 1configure: exit 0