The build took 00h 00m 59s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language | 
|---|---|
| 12,036 | cpp | 
| 2,823 | sh | 
| 14,859 | total | 
The process tree of the build process is here.
    To avoid scrolling, you may jump to the last line of the
    invocation of makepkg that was used to build this
    package.
    
Removed vanilla repositories from pacman.conf and added:
        There were existing files in /sysroot, using those
        CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
        ==> Making package: dxpc 3.9.2-6 (Wed Apr  5 02:09:14 UTC 2017)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...configure: WARNING: If you wanted to set the --build type, don't use --host.    If a cross compiler is detected then cross compile mode will be used.checking for x86_64-unknown-linux-g++... clang++checking for C++ compiler default output file name... a.outchecking whether the C++ compiler works... yeschecking whether we are cross compiling... yeschecking for suffix of executables... checking for suffix of object files... ochecking whether we are using the GNU C++ compiler... yeschecking whether clang++ accepts -g... yeschecking for a BSD-compatible install... /usr/bin/install -cchecking build system type... x86_64-unknown-linux-gnuchecking host system type... x86_64-unknown-linux-gnuchecking how to run the C++ preprocessor... clang++ -Echecking for X... libraries /usr/lib, headers /usr/includechecking for gethostbyname... yeschecking for connect... yeschecking for remove... yeschecking for shmat... yeschecking for IceConnectionNumber in -lICE... yeschecking for lzo_version in -llzo2... nochecking for lzo_version in -llzo... noconfigure: error: lzo library required: you may need to use the --with-lzo-liboption to specify path to LZO if it is installed in a non-standarddirectory.==> ERROR: A failure occurred in build().    Aborting...Printing config logfiles
        CMD: config logfiles '/tmp/dxpc/src/dxpc-3.9.2/config.log'
        This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by configure, which wasgenerated by GNU Autoconf 2.59.  Invocation command line was$ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=${prefix}/share/man## --------- #### Platform. #### --------- ##hostname = a619c1ae50c2uname -m = x86_64uname -r = 4.10.6-1-ARCHuname -s = Linuxuname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017/usr/bin/uname -p = unknown/bin/uname -X     = unknown/bin/arch              = unknown/usr/bin/arch -k       = unknown/usr/convex/getsysinfo = unknownhostinfo               = unknown/bin/machine           = unknown/usr/bin/oslevel       = unknown/bin/universe          = unknownPATH: /sysroot/binPATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/sbinPATH: /usr/binPATH: /sbinPATH: /bin## ----------- #### Core tests. #### ----------- ##configure:1326: checking for x86_64-unknown-linux-g++configure:1352: result: clang++configure:1410: checking for C++ compiler versionconfigure:1413: clang++ --version &5clang version 3.8.1Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /configure:1416: $? = 0configure:1418: clang++ -v &5clang version 3.8.1Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Candidate multilib: .;@m64Selected multilib: .;@m64configure:1421: $? = 0configure:1423: clang++ -V &5clang-3.8: error: argument to '-V' is missing (expected 1 value)clang-3.8: error: no input filesconfigure:1426: $? = 1configure:1449: checking for C++ compiler default output file nameconfigure:1452: clang++    conftest.cc  >&5configure:1455: $? = 0configure:1501: result: a.outconfigure:1506: checking whether the C++ compiler worksconfigure:1512: ./a.out./a.out: error while loading shared libraries: libc++.so.1: cannot open shared object file: No such file or directoryconfigure:1515: $? = 127configure:1532: result: yesconfigure:1539: checking whether we are cross compilingconfigure:1541: result: yesconfigure:1544: checking for suffix of executablesconfigure:1546: clang++ -o conftest    conftest.cc  >&5configure:1549: $? = 0configure:1574: result:configure:1580: checking for suffix of object filesconfigure:1601: clang++ -c   conftest.cc >&5configure:1604: $? = 0configure:1626: result: oconfigure:1630: checking whether we are using the GNU C++ compilerconfigure:1654: clang++ -c   conftest.cc >&5configure:1660: $? = 0configure:1664: test -z|| test ! -s conftest.errconfigure:1667: $? = 0configure:1670: test -s conftest.oconfigure:1673: $? = 0configure:1686: result: yesconfigure:1692: checking whether clang++ accepts -gconfigure:1713: clang++ -c -g  conftest.cc >&5configure:1719: $? = 0configure:1723: test -z|| test ! -s conftest.errconfigure:1726: $? = 0configure:1729: test -s conftest.oconfigure:1732: $? = 0configure:1743: result: yesconfigure:1785: clang++ -c   conftest.cc >&5configure:1791: $? = 0configure:1795: test -z|| test ! -s conftest.errconfigure:1798: $? = 0configure:1801: test -s conftest.oconfigure:1804: $? = 0configure:1830: clang++ -c   conftest.cc >&5conftest.cc:13:1: error: use of undeclared identifier 'exit'exit (42);^1 error generated.configure:1836: $? = 1configure: failed program was:| /* confdefs.h.  */|| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| /* end confdefs.h.  */|| int| main ()| {| exit (42);|   ;|   return 0;| }configure:1785: clang++ -c   conftest.cc >&5conftest.cc:9:17: error: use of undeclared identifier 'std'extern "C" void std::exit (int) throw (); using std::exit;^conftest.cc:9:49: error: use of undeclared identifier 'std'extern "C" void std::exit (int) throw (); using std::exit;^2 errors generated.configure:1791: $? = 1configure: failed program was:| /* confdefs.h.  */|| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| /* end confdefs.h.  */| extern "C" void std::exit (int) throw (); using std::exit;| #include | int| main ()| {| exit (42);|   ;|   return 0;| }configure:1785: clang++ -c   conftest.cc >&5conftest.cc:9:17: error: use of undeclared identifier 'std'extern "C" void std::exit (int); using std::exit;^conftest.cc:9:40: error: use of undeclared identifier 'std'extern "C" void std::exit (int); using std::exit;^2 errors generated.configure:1791: $? = 1configure: failed program was:| /* confdefs.h.  */|| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| /* end confdefs.h.  */| extern "C" void std::exit (int); using std::exit;| #include | int| main ()| {| exit (42);|   ;|   return 0;| }configure:1785: clang++ -c   conftest.cc >&5In file included from conftest.cc:10:In file included from /sysroot/bin/../include/c++/v1/stdlib.h:94:/sysroot/include/stdlib.h:46:16: error: 'exit' is missing exception specification 'throw()'_Noreturn void exit (int);^conftest.cc:9:17: note: previous declaration is hereextern "C" void exit (int) throw ();^1 error generated.configure:1791: $? = 1configure: failed program was:| /* confdefs.h.  */|| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| /* end confdefs.h.  */| extern "C" void exit (int) throw ();| #include | int| main ()| {| exit (42);|   ;|   return 0;| }configure:1785: clang++ -c   conftest.cc >&5configure:1791: $? = 0configure:1795: test -z|| test ! -s conftest.errconfigure:1798: $? = 0configure:1801: test -s conftest.oconfigure:1804: $? = 0configure:1830: clang++ -c   conftest.cc >&5configure:1836: $? = 0configure:1840: test -z|| test ! -s conftest.errconfigure:1843: $? = 0configure:1846: test -s conftest.oconfigure:1849: $? = 0configure:1916: checking for a BSD-compatible installconfigure:1971: result: /usr/bin/install -cconfigure:1989: checking build system typeconfigure:2007: result: x86_64-unknown-linux-gnuconfigure:2015: checking host system typeconfigure:2029: result: x86_64-unknown-linux-gnuconfigure:2056: checking how to run the C++ preprocessorconfigure:2087: clang++ -E  conftest.ccconfigure:2093: $? = 0configure:2125: clang++ -E  conftest.ccconftest.cc:12:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:2131: $? = 1configure: failed program was:| /* confdefs.h.  */|| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #ifdef __cplusplus| extern "C" void exit (int);| #endif| /* end confdefs.h.  */| #include configure:2170: result: clang++ -Econfigure:2194: clang++ -E  conftest.ccconfigure:2200: $? = 0configure:2232: clang++ -E  conftest.ccconftest.cc:12:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:2238: $? = 1configure: failed program was:| /* confdefs.h.  */|| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #ifdef __cplusplus| extern "C" void exit (int);| #endif| /* end confdefs.h.  */| #include configure:2282: checking for Xconfigure:2387: clang++ -E  conftest.ccconftest.cc:12:10: fatal error: 'X11/Intrinsic.h' file not found#include ^1 error generated.configure:2393: $? = 1configure: failed program was:| /* confdefs.h.  */|| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #ifdef __cplusplus| extern "C" void exit (int);| #endif| /* end confdefs.h.  */| #include configure:2443: clang++ -o conftest    conftest.cc -lXt  >&5conftest.cc:12:10: fatal error: 'X11/Intrinsic.h' file not found#include ^1 error generated.configure:2449: $? = 1configure: failed program was:| /* confdefs.h.  */|| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #ifdef __cplusplus| extern "C" void exit (int);| #endif| /* end confdefs.h.  */| #include | int| main ()| {| XtMalloc (0)|   ;|   return 0;| }configure:2512: result: libraries /usr/lib, headers /usr/includeconfigure:2684: clang++ -o conftest    conftest.cc   -L/usr/lib -lX11 >&5configure:2690: $? = 0configure:2694: test -z|| test ! -s conftest.errconfigure:2697: $? = 0configure:2700: test -s conftestconfigure:2703: $? = 0configure:2861: checking for gethostbynameconfigure:2918: clang++ -o conftest    conftest.cc  >&5configure:2924: $? = 0configure:2928: test -z|| test ! -s conftest.errconfigure:2931: $? = 0configure:2934: test -s conftestconfigure:2937: $? = 0configure:2949: result: yesconfigure:3100: checking for connectconfigure:3157: clang++ -o conftest    conftest.cc  >&5configure:3163: $? = 0configure:3167: test -z|| test ! -s conftest.errconfigure:3170: $? = 0configure:3173: test -s conftestconfigure:3176: $? = 0configure:3188: result: yesconfigure:3263: checking for removeconfigure:3320: clang++ -o conftest    conftest.cc  >&5configure:3326: $? = 0configure:3330: test -z|| test ! -s conftest.errconfigure:3333: $? = 0configure:3336: test -s conftestconfigure:3339: $? = 0configure:3351: result: yesconfigure:3426: checking for shmatconfigure:3483: clang++ -o conftest    conftest.cc  >&5configure:3489: $? = 0configure:3493: test -z|| test ! -s conftest.errconfigure:3496: $? = 0configure:3499: test -s conftestconfigure:3502: $? = 0configure:3514: result: yesconfigure:3598: checking for IceConnectionNumber in -lICEconfigure:3628: clang++ -o conftest    -L/usr/lib conftest.cc -lICE   >&5configure:3634: $? = 0configure:3638: test -z|| test ! -s conftest.errconfigure:3641: $? = 0configure:3644: test -s conftestconfigure:3647: $? = 0configure:3660: result: yesconfigure:3671: checking for lzo_version in -llzo2configure:3701: clang++ -o conftest    conftest.cc -llzo2   >&5/sysroot/bin/ld: error: cannot find -llzo2/tmp/conftest-70763d.o:conftest.cc:function main: error: undefined reference to 'lzo_version'clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)configure:3707: $? = 1configure: failed program was:| /* confdefs.h.  */|| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #ifdef __cplusplus| extern "C" void exit (int);| #endif| /* end confdefs.h.  */|| /* Override any gcc2 internal prototype to avoid an error.  */| #ifdef __cplusplus| extern "C"| #endif| /* We use char because int might match the return type of a gcc2|    builtin and then its argument prototype would still apply.  */| char lzo_version ();| int| main ()| {| lzo_version ();|   ;|   return 0;| }configure:3733: result: noconfigure:3738: checking for lzo_version in -llzoconfigure:3768: clang++ -o conftest    conftest.cc -llzo   >&5/sysroot/bin/ld: error: cannot find -llzo/tmp/conftest-503f2a.o:conftest.cc:function main: error: undefined reference to 'lzo_version'clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)configure:3774: $? = 1configure: failed program was:| /* confdefs.h.  */|| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #ifdef __cplusplus| extern "C" void exit (int);| #endif| /* end confdefs.h.  */|| /* Override any gcc2 internal prototype to avoid an error.  */| #ifdef __cplusplus| extern "C"| #endif| /* We use char because int might match the return type of a gcc2|    builtin and then its argument prototype would still apply.  */| char lzo_version ();| int| main ()| {| lzo_version ();|   ;|   return 0;| }configure:3800: result: noconfigure:3807: error: lzo library required: you may need to use the --with-lzo-liboption to specify path to LZO if it is installed in a non-standarddirectory.## ---------------- #### Cache variables. #### ---------------- ##ac_cv_build=x86_64-unknown-linux-gnuac_cv_build_alias=x86_64-unknown-linux-gnuac_cv_cxx_compiler_gnu=yesac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_CXXCPP_set=ac_cv_env_CXXCPP_value=ac_cv_env_CXXFLAGS_set=setac_cv_env_CXXFLAGS_value=ac_cv_env_CXX_set=setac_cv_env_CXX_value=clang++ac_cv_env_LDFLAGS_set=setac_cv_env_LDFLAGS_value=ac_cv_env_build_alias_set=ac_cv_env_build_alias_value=ac_cv_env_host_alias_set=setac_cv_env_host_alias_value=x86_64-unknown-linuxac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_exeext=ac_cv_func_connect=yesac_cv_func_gethostbyname=yesac_cv_func_remove=yesac_cv_func_shmat=yesac_cv_have_x='have_x=yes 		ac_x_includes=/usr/include ac_x_libraries=/usr/lib'ac_cv_host=x86_64-unknown-linux-gnuac_cv_host_alias=x86_64-unknown-linuxac_cv_lib_ICE_IceConnectionNumber=yesac_cv_lib_lzo2_lzo_version=noac_cv_lib_lzo_lzo_version=noac_cv_objext=oac_cv_path_install='/usr/bin/install -c'ac_cv_prog_CXX=clang++ac_cv_prog_CXXCPP='clang++ -E'ac_cv_prog_cxx_g=yes## ----------------- #### Output variables. #### ----------------- ##CPPFLAGS=''CXX='clang++'CXXCPP='clang++ -E'CXXFLAGS=''DEFS=''ECHO_C=''ECHO_N='-n'ECHO_T=''EGREP=''EXEEXT=''INSTALL_DATA='${INSTALL} -m 644'INSTALL_PROGRAM='${INSTALL}'INSTALL_SCRIPT='${INSTALL}'LDFLAGS=''LIBOBJS=''LIBS=''LTLIBOBJS=''MINGW32='false'OBJEXT='o'PACKAGE_BUGREPORT=''PACKAGE_NAME=''PACKAGE_STRING=''PACKAGE_TARNAME=''PACKAGE_VERSION=''PATH_SEPARATOR=':'SHELL='/bin/sh'X_CFLAGS=' -I/usr/include'X_EXTRA_LIBS=''X_LIBS=' -L/usr/lib'X_PRE_LIBS=' -lSM -lICE'ac_ct_CXX=''bindir='${exec_prefix}/bin'build='x86_64-unknown-linux-gnu'build_alias=''build_cpu='x86_64'build_os='linux-gnu'build_vendor='unknown'datadir='${prefix}/share'exec_prefix='NONE'host='x86_64-unknown-linux-gnu'host_alias='x86_64-unknown-linux'host_cpu='x86_64'host_os='linux-gnu'host_vendor='unknown'includedir='${prefix}/include'infodir='${prefix}/info'libdir='${exec_prefix}/lib'libexecdir='${exec_prefix}/libexec'localstatedir='${prefix}/var'mandir='${prefix}/share/man'oldincludedir='/usr/include'prefix='/usr'program_transform_name='s,x,x,'sbindir='${exec_prefix}/sbin'sharedstatedir='${prefix}/com'sysconfdir='${prefix}/etc'target_alias=''## ----------- #### confdefs.h. #### ----------- ###define PACKAGE_BUGREPORT ""#define PACKAGE_NAME ""#define PACKAGE_STRING ""#define PACKAGE_TARNAME ""#define PACKAGE_VERSION ""#endif#ifdef __cplusplusextern "C" void exit (int);configure: exit 1