The build took 00h 01m 13s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
3,829 |
sh |
1,898 |
ansic |
1,439 |
makefile |
7,166 |
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: igmpproxy 0.1-3 (Tue Apr 4 23:09:25 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 a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for x86_64-unknown-linux-strip... nochecking for strip... stripchecking for a thread-safe mkdir -p... /usr/sbin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking for style of include used by make... GNUchecking for x86_64-unknown-linux-gcc... clangchecking 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 clang option to accept ISO C89... none neededchecking dependency style of clang... gcc3checking for clang option to accept ISO C99... none neededchecking build system type... x86_64-unknown-linux-gnuchecking host system type... x86_64-unknown-linux-gnuchecking for struct sockaddr.sa_len... nochecking for struct sockaddr_in.sin_len... noconfigure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating doc/Makefileconfig.status: creating src/Makefileconfig.status: creating doc/igmpproxy.8config.status: creating doc/igmpproxy.conf.5config.status: creating config.hconfig.status: linking src/os-linux.h to src/os.hconfig.status: executing depfiles commandsmake all-recursivemake[1]: Entering directory '/tmp/igmpproxy/src/igmpproxy-0.1'Making all in docmake[2]: Entering directory '/tmp/igmpproxy/src/igmpproxy-0.1/doc'make[2]: Nothing to be done for 'all'.make[2]: Leaving directory '/tmp/igmpproxy/src/igmpproxy-0.1/doc'Making all in srcmake[2]: Entering directory '/tmp/igmpproxy/src/igmpproxy-0.1/src'clang -DHAVE_CONFIG_H -I. -I.. -MT callout.o -MD -MP -MF .deps/callout.Tpo -c -o callout.o callout.cclang -DHAVE_CONFIG_H -I. -I.. -MT config.o -MD -MP -MF .deps/config.Tpo -c -o config.o config.cclang -DHAVE_CONFIG_H -I. -I.. -MT confread.o -MD -MP -MF .deps/confread.Tpo -c -o confread.o confread.cclang -DHAVE_CONFIG_H -I. -I.. -MT ifvc.o -MD -MP -MF .deps/ifvc.Tpo -c -o ifvc.o ifvc.cIn file included from confread.c:45:In file included from ./igmpproxy.h:58:./os.h:2:10: fatal error: 'linux/types.h' file not foundIn file included from #include ifvc.c ^:34:In file included from ./igmpproxy.h:58:./os.h:2:10: fatal error: 'linux/types.h' file not found#include ^In file included from callout.c:35:In file included from ./igmpproxy.h:58:./os.h:2:10: fatal error: 'linux/types.h' file not found#include ^1 error generated.In file included from config.c:38:In file included from ./igmpproxy.h:58:./os.h:2:10: fatal error: 'linux/types.h' file not found#include ^1 error generated.1 error generated.make[2]: *** [Makefile:279: confread.o] Error 1make[2]: *** Waiting for unfinished jobs....make[2]: *** [Makefile:279: ifvc.o] Error 1make[2]: *** [Makefile:279: callout.o] Error 11 error generated.make[2]: *** [Makefile:279: config.o] Error 1make[2]: Leaving directory '/tmp/igmpproxy/src/igmpproxy-0.1/src'make[1]: *** [Makefile:305: all-recursive] Error 1make[1]: Leaving directory '/tmp/igmpproxy/src/igmpproxy-0.1'make: *** [Makefile:223: all] Error 2==> ERROR: A failure occurred in build(). Aborting...Printing config logfiles
CMD: config logfiles '/tmp/igmpproxy/src/igmpproxy-0.1/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by igmpproxy configure 0.1, which wasgenerated by GNU Autoconf 2.63. Invocation command line was$ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin## --------- #### Platform. #### --------- ##hostname = 7c36fc342391uname -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 = unknown/usr/bin/hostinfo = 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:1839: checking for a BSD-compatible installconfigure:1907: result: /usr/bin/install -cconfigure:1918: checking whether build environment is saneconfigure:1978: result: yesconfigure:2027: checking for x86_64-unknown-linux-stripconfigure:2057: result: noconfigure:2067: checking for stripconfigure:2083: found /sysroot/bin/stripconfigure:2094: result: stripconfigure:2119: checking for a thread-safe mkdir -pconfigure:2158: result: /usr/sbin/mkdir -pconfigure:2171: checking for gawkconfigure:2187: found /usr/sbin/gawkconfigure:2198: result: gawkconfigure:2209: checking whether make sets $(MAKE)configure:2231: result: yesconfigure:2328: checking for style of include used by makeconfigure:2356: result: GNUconfigure:2386: checking for x86_64-unknown-linux-gccconfigure:2413: result: clangconfigure:2685: checking for C compiler versionconfigure:2693: clang --version >&5clang version 3.8.1Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /configure:2697: $? = 0configure:2704: 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:2708: $? = 0configure:2715: clang -V >&5clang-3.8: error: argument to '-V' is missing (expected 1 value)clang-3.8: error: no input filesconfigure:2719: $? = 1configure:2742: checking for C compiler default output file nameconfigure:2764: clang conftest.c >&5configure:2768: $? = 0configure:2806: result: a.outconfigure:2825: checking whether the C compiler worksconfigure:2835: ./a.out./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF headerconfigure:2839: $? = 127configure:2858: result: yesconfigure:2865: checking whether we are cross compilingconfigure:2867: result: yesconfigure:2870: checking for suffix of executablesconfigure:2877: clang -o conftest conftest.c >&5configure:2881: $? = 0configure:2907: result:configure:2913: checking for suffix of object filesconfigure:2939: clang -c conftest.c >&5configure:2943: $? = 0configure:2968: result: oconfigure:2972: checking whether we are using the GNU C compilerconfigure:3001: clang -c conftest.c >&5configure:3008: $? = 0configure:3025: result: yesconfigure:3034: checking whether clang accepts -gconfigure:3064: clang -c -g conftest.c >&5configure:3071: $? = 0configure:3172: result: yesconfigure:3189: checking for clang option to accept ISO C89configure:3263: clang -c conftest.c >&5configure:3270: $? = 0configure:3293: result: none neededconfigure:3313: checking dependency style of clangconfigure:3423: result: gcc3configure:3438: checking for clang option to accept ISO C99configure:3597: clang -c conftest.c >&5configure:3604: $? = 0configure:3627: result: none neededconfigure:3647: checking build system typeconfigure:3665: result: x86_64-unknown-linux-gnuconfigure:3687: checking host system typeconfigure:3702: result: x86_64-unknown-linux-gnuconfigure:3738: checking for struct sockaddr.sa_lenconfigure:3770: clang -c conftest.c >&5conftest.c:19:13: error: no member named 'sa_len' in 'struct sockaddr'if (ac_aggr.sa_len)~~~~~~~ ^1 error generated.configure:3777: $? = 1configure: failed program was:| /* confdefs.h. */| #define PACKAGE_NAME "igmpproxy"| #define PACKAGE_TARNAME "igmpproxy"| #define PACKAGE_VERSION "0.1"| #define PACKAGE_STRING "igmpproxy 0.1"| #define PACKAGE_BUGREPORT ""| #define PACKAGE "igmpproxy"| #define VERSION "0.1"| /* end confdefs.h. */|| #include | #include ||| int| main ()| {| static struct sockaddr ac_aggr;| if (ac_aggr.sa_len)| return 0;| ;| return 0;| }configure:3814: clang -c conftest.c >&5conftest.c:19:20: error: no member named 'sa_len' in 'struct sockaddr'if (sizeof ac_aggr.sa_len)~~~~~~~ ^1 error generated.configure:3821: $? = 1configure: failed program was:| /* confdefs.h. */| #define PACKAGE_NAME "igmpproxy"| #define PACKAGE_TARNAME "igmpproxy"| #define PACKAGE_VERSION "0.1"| #define PACKAGE_STRING "igmpproxy 0.1"| #define PACKAGE_BUGREPORT ""| #define PACKAGE "igmpproxy"| #define VERSION "0.1"| /* end confdefs.h. */|| #include | #include ||| int| main ()| {| static struct sockaddr ac_aggr;| if (sizeof ac_aggr.sa_len)| return 0;| ;| return 0;| }configure:3839: result: noconfigure:3850: checking for struct sockaddr_in.sin_lenconfigure:3882: clang -c conftest.c >&5conftest.c:19:13: error: no member named 'sin_len' in 'struct sockaddr_in'if (ac_aggr.sin_len)~~~~~~~ ^1 error generated.configure:3889: $? = 1configure: failed program was:| /* confdefs.h. */| #define PACKAGE_NAME "igmpproxy"| #define PACKAGE_TARNAME "igmpproxy"| #define PACKAGE_VERSION "0.1"| #define PACKAGE_STRING "igmpproxy 0.1"| #define PACKAGE_BUGREPORT ""| #define PACKAGE "igmpproxy"| #define VERSION "0.1"| /* end confdefs.h. */|| #include | #include ||| int| main ()| {| static struct sockaddr_in ac_aggr;| if (ac_aggr.sin_len)| return 0;| ;| return 0;| }configure:3926: clang -c conftest.c >&5conftest.c:19:20: error: no member named 'sin_len' in 'struct sockaddr_in'if (sizeof ac_aggr.sin_len)~~~~~~~ ^1 error generated.configure:3933: $? = 1configure: failed program was:| /* confdefs.h. */| #define PACKAGE_NAME "igmpproxy"| #define PACKAGE_TARNAME "igmpproxy"| #define PACKAGE_VERSION "0.1"| #define PACKAGE_STRING "igmpproxy 0.1"| #define PACKAGE_BUGREPORT ""| #define PACKAGE "igmpproxy"| #define VERSION "0.1"| /* end confdefs.h. */|| #include | #include ||| int| main ()| {| static struct sockaddr_in ac_aggr;| if (sizeof ac_aggr.sin_len)| return 0;| ;| return 0;| }configure:3951: result: noconfigure:4089: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by igmpproxy config.status 0.1, which wasgenerated by GNU Autoconf 2.63. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson 7c36fc342391config.status:776: creating Makefileconfig.status:776: creating doc/Makefileconfig.status:776: creating src/Makefileconfig.status:776: creating doc/igmpproxy.8config.status:776: creating doc/igmpproxy.conf.5config.status:776: creating config.hconfig.status:1062: linking src/os-linux.h to src/os.hconfig.status:1085: executing depfiles commands## ---------------- #### Cache variables. #### ---------------- ##ac_cv_build=x86_64-unknown-linux-gnuac_cv_c_compiler_gnu=yesac_cv_env_CC_set=setac_cv_env_CC_value=clangac_cv_env_CFLAGS_set=setac_cv_env_CFLAGS_value=ac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_LDFLAGS_set=setac_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=setac_cv_env_host_alias_value=x86_64-unknown-linuxac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_host=x86_64-unknown-linux-gnuac_cv_member_struct_sockaddr_in_sin_len=noac_cv_member_struct_sockaddr_sa_len=noac_cv_objext=oac_cv_path_install='/usr/bin/install -c'ac_cv_path_mkdir=/usr/sbin/mkdirac_cv_prog_AWK=gawkac_cv_prog_CC=clangac_cv_prog_ac_ct_STRIP=stripac_cv_prog_cc_c89=ac_cv_prog_cc_c99=ac_cv_prog_cc_g=yesac_cv_prog_make_make_set=yesam_cv_CC_dependencies_compiler_type=gcc3## ----------------- #### Output variables. #### ----------------- ##ACLOCAL='${SHELL} /tmp/igmpproxy/src/igmpproxy-0.1/missing --run aclocal-1.11'AMDEPBACKSLASH='\'AMDEP_FALSE='#'AMDEP_TRUE=''AMTAR='${SHELL} /tmp/igmpproxy/src/igmpproxy-0.1/missing --run tar'AUTOCONF='${SHELL} /tmp/igmpproxy/src/igmpproxy-0.1/missing --run autoconf'AUTOHEADER='${SHELL} /tmp/igmpproxy/src/igmpproxy-0.1/missing --run autoheader'AUTOMAKE='${SHELL} /tmp/igmpproxy/src/igmpproxy-0.1/missing --run automake-1.11'AWK='gawk'CC='clang'CCDEPMODE='depmode=gcc3'CFLAGS=''CPPFLAGS=''CYGPATH_W='echo'DEFS='-DHAVE_CONFIG_H'DEPDIR='.deps'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='${SHELL} /tmp/igmpproxy/src/igmpproxy-0.1/missing --run makeinfo'MKDIR_P='/usr/sbin/mkdir -p'OBJEXT='o'PACKAGE='igmpproxy'PACKAGE_BUGREPORT=''PACKAGE_NAME='igmpproxy'PACKAGE_STRING='igmpproxy 0.1'PACKAGE_TARNAME='igmpproxy'PACKAGE_VERSION='0.1'PATH_SEPARATOR=':'SET_MAKE=''SHELL='/bin/sh'STRIP='strip'VERSION='0.1'ac_ct_CC=''am__EXEEXT_FALSE=''am__EXEEXT_TRUE='#'am__fastdepCC_FALSE='#'am__fastdepCC_TRUE=''am__include='include'am__isrc=''am__leading_dot='.'am__quote=''am__tar='${AMTAR} chof - "$$tardir"'am__untar='${AMTAR} xf -'bindir='${exec_prefix}/bin'build='x86_64-unknown-linux-gnu'build_alias=''build_cpu='x86_64'build_os='linux-gnu'build_vendor='unknown'datadir='${datarootdir}'datarootdir='${prefix}/share'docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'dvidir='${docdir}'exec_prefix='${prefix}'host='x86_64-unknown-linux-gnu'host_alias='x86_64-unknown-linux'host_cpu='x86_64'host_os='linux-gnu'host_vendor='unknown'htmldir='${docdir}'includedir='${prefix}/include'infodir='${datarootdir}/info'install_sh='${SHELL} /tmp/igmpproxy/src/igmpproxy-0.1/install-sh'libdir='${exec_prefix}/lib'libexecdir='${exec_prefix}/libexec'localedir='${datarootdir}/locale'localstatedir='${prefix}/var'mandir='${datarootdir}/man'mkdir_p='/usr/sbin/mkdir -p'oldincludedir='/usr/include'pdfdir='${docdir}'prefix='/usr'program_transform_name='s,x,x,'psdir='${docdir}'sbindir='/usr/bin'sharedstatedir='${prefix}/com'sysconfdir='/etc'target_alias=''## ----------- #### confdefs.h. #### ----------- ###define PACKAGE_NAME "igmpproxy"#define PACKAGE_TARNAME "igmpproxy"#define PACKAGE_VERSION "0.1"#define PACKAGE_STRING "igmpproxy 0.1"#define PACKAGE_BUGREPORT ""#define PACKAGE "igmpproxy"#define VERSION "0.1"configure: exit 0