The build took 00h 01m 01s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
2,220 |
ansic |
329 |
sh |
2,549 |
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:
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/libexecCMD: sudo -u tuscan PATH=/sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=arm-linux-androideabi-gcc CXX=arm-linux-androideabi-g++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: snarf 7.0-6 (Tue Apr 4 21:31:46 UTC 2017)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...creating cache ./config.cachechecking for a BSD compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking whether make sets ${MAKE}... yeschecking for working aclocal... foundchecking for working autoconf... foundchecking for working automake... foundchecking for working autoheader... foundchecking for working makeinfo... foundchecking for gcc... arm-linux-androideabi-gccchecking whether the C compiler (arm-linux-androideabi-gcc ) works... yeschecking whether the C compiler (arm-linux-androideabi-gcc ) is a cross-compiler... yeschecking whether we are using GNU C... yeschecking whether arm-linux-androideabi-gcc accepts -g... yeschecking for arm-linux-androideabi-gcc option to accept ANSI C... none neededchecking how to run the C preprocessor... arm-linux-androideabi-gcc -Echecking for function prototypes... yeschecking for arm-linux-androideabi-gcc option to accept ANSI C... (cached) none neededchecking for working const... yeschecking for a BSD compatible install... /usr/bin/install -cchecking for socket... yeschecking for gethostbyname... yeschecking for gethostbyname... (cached) yeschecking for strerror... yeschecking for ANSI C header files... yeschecking for strings.h... yeschecking for stdarg.h... yeschecking for sys/ioctl.h... yeschecking for off_t... yeschecking for ssize_t... yeschecking for socklen_t... yeschecking for strerror... (cached) yeschecking for gettimeofday... yeschecking for strdup... yeschecking for herror... yesupdating cache ./config.cachecreating ./config.statuscreating Makefilecreating snarf.speccreating config.harm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I. -I. -c ftp.carm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I. -I. -c http.carm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I. -I. -c llist.carm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I. -I. -c options.carm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I. -I. -c snarf.chttp.c: In function 'http_transfer':http.c:335:25: warning: passing argument 1 of 'strdup' makes pointer from integer without a cast [enabled by default] proxy_url->password = strdup(getpass(prompt)); ^In file included from /sysroot/sysroot/usr/include/stdlib.h:34:0, from http.c:6:/sysroot/sysroot/usr/include/string.h:62:15: note: expected 'const char *' but argument is of type 'int' extern char* strdup(const char *); ^snarf.c: In function 'main':snarf.c:198:25: warning: passing argument 1 of 'strdup' makes pointer from integer without a cast [enabled by default] u->password = strdup(getpass(prompt)); ^In file included from /sysroot/sysroot/usr/include/stdlib.h:34:0, from snarf.c:15:/sysroot/sysroot/usr/include/string.h:62:15: note: expected 'const char *' but argument is of type 'int' extern char* strdup(const char *); ^arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I. -I. -c url.carm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I. -I. -c util.carm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I. -I. -c gopher.carm-linux-androideabi-gcc -o snarf ftp.o http.o llist.o options.o snarf.o url.o util.o gopher.o http.o:http.c:function http_transfer: error: undefined reference to 'getpass'snarf.o:snarf.c:function main: error: undefined reference to 'getpass'collect2: error: ld returned 1 exit statusmake: *** [Makefile:234: snarf] Error 1==> ERROR: A failure occurred in build(). Aborting...Printing config logfiles
CMD: config logfiles '/tmp/snarf/src/snarf-7.0/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.configure:565: checking for a BSD compatible installconfigure:618: checking whether build environment is saneconfigure:675: checking whether make sets ${MAKE}configure:721: checking for working aclocalconfigure:734: checking for working autoconfconfigure:747: checking for working automakeconfigure:760: checking for working autoheaderconfigure:773: checking for working makeinfoconfigure:795: checking for gccconfigure:908: checking whether the C compiler (arm-linux-androideabi-gcc ) worksconfigure:924: arm-linux-androideabi-gcc -o conftest conftest.c 1>&5configure:950: checking whether the C compiler (arm-linux-androideabi-gcc ) is a cross-compilerconfigure:955: checking whether we are using GNU Cconfigure:964: arm-linux-androideabi-gcc -E conftest.cconfigure:983: checking whether arm-linux-androideabi-gcc accepts -gconfigure:1018: checking for arm-linux-androideabi-gcc option to accept ANSI Cconfigure:1071: arm-linux-androideabi-gcc -c conftest.c 1>&5configure:1095: checking how to run the C preprocessorconfigure:1116: arm-linux-androideabi-gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1177: checking for function prototypesconfigure:1339: checking for arm-linux-androideabi-gcc option to accept ANSI Cconfigure:1416: checking for working constconfigure:1470: arm-linux-androideabi-gcc -c conftest.c 1>&5configure:1502: checking for a BSD compatible installconfigure:1556: checking for socketconfigure:1584: arm-linux-androideabi-gcc -o conftest conftest.c 1>&5configure:1644: checking for gethostbynameconfigure:1672: arm-linux-androideabi-gcc -o conftest conftest.c 1>&5configure:1732: checking for gethostbynameconfigure:1820: checking for strerrorconfigure:1848: arm-linux-androideabi-gcc -o conftest conftest.c 1>&5configure:1909: checking for ANSI C header filesconfigure:1922: arm-linux-androideabi-gcc -E conftest.c >/dev/null 2>conftest.outconfigure:2019: checking for strings.hconfigure:2029: arm-linux-androideabi-gcc -E conftest.c >/dev/null 2>conftest.outconfigure:2019: checking for stdarg.hconfigure:2029: arm-linux-androideabi-gcc -E conftest.c >/dev/null 2>conftest.outconfigure:2019: checking for sys/ioctl.hconfigure:2029: arm-linux-androideabi-gcc -E conftest.c >/dev/null 2>conftest.outconfigure:2248: checking for off_tconfigure:2282: checking for ssize_tconfigure:2317: checking for socklen_tconfigure:2356: checking for strerrorconfigure:2356: checking for gettimeofdayconfigure:2384: arm-linux-androideabi-gcc -o conftest conftest.c 1>&5configure:2356: checking for strdupconfigure:2384: arm-linux-androideabi-gcc -o conftest conftest.c 1>&5configure:2368:6: warning: conflicting types for built-in function 'strdup' [enabled by default]char $ac_func();^configure:2411: checking for herrorconfigure:2439: arm-linux-androideabi-gcc -o conftest conftest.c 1>&5