The build took 00h 00m 55s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
815 |
sh |
680 |
ansic |
11 |
makefile |
1,506 |
total |
The process tree of the build process is here.
Several sub-process invocations were improper; see the process tree for details. Summary:
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/libexec
CMD: 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: lcab 1.0b12-5 (Tue Apr 4 19:34:29 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
gcc -ggdb3 -Wall -pipe -c -o cheader.o cheader.c
gcc -ggdb3 -Wall -pipe -c -o cfolder.o cfolder.c
gcc -ggdb3 -Wall -pipe -c -o cdata.o cdata.c
gcc -ggdb3 -Wall -pipe -c -o cfile.o cfile.c
cc1: error: no include path in which to search for stdc-predef.h
In file included from cheader.h:18:0,
from cheader.c:17:
mytypes.h:20:19: error: no include path in which to search for stdio.h
#include
^
mytypes.h:21:20: error: no include path in which to search for stdlib.h
#include
^
mytypes.h:22:20: error: no include path in which to search for string.h
#include
^
mytypes.h:23:22: error: no include path in which to search for sys/stat.h
#include
^
mytypes.h:24:23: error: no include path in which to search for sys/types.h
#include
^
mytypes.h:26:20: error: no include path in which to search for dirent.h
#include
^
mytypes.h:27:20: error: no include path in which to search for unistd.h
#include
^
mytypes.h:28:18: error: no include path in which to search for time.h
#include
^
make: *** [Makefile:13: cheader.o] Error 1
make: *** Waiting for unfinished jobs....
cc1: error: no include path in which to search for stdc-predef.h
In file included from cdata.h:18:0,
from cdata.c:17:
mytypes.h:20:19: error: no include path in which to search for stdio.h
#include
^
mytypes.h:21:20: error: no include path in which to search for stdlib.h
#include
^
mytypes.h:22:20: error: no include path in which to search for string.h
#include
^
mytypes.h:23:22: error: no include path in which to search for sys/stat.h
#include
^
mytypes.h:24:23: error: no include path in which to search for sys/types.h
#include
^
mytypes.h:26:20: error: no include path in which to search for dirent.h
#include
^
mytypes.h:27:20: error: no include path in which to search for unistd.h
#include
^
mytypes.h:28:18: error: no include path in which to search for time.h
#include
^
cc1: error: no include path in which to search for stdc-predef.h
make: *** [Makefile:13: cdata.o] Error 1
In file included from cfolder.h:18:0,
from cfolder.c:17:
mytypes.h:20:19: error: no include path in which to search for stdio.h
#include
^
mytypes.h:21:20: error: no include path in which to search for stdlib.h
#include
^
mytypes.h:22:20: error: no include path in which to search for string.h
#include
^
mytypes.h:23:22: error: no include path in which to search for sys/stat.h
#include
^
mytypes.h:24:23: error: no include path in which to search for sys/types.h
#include
^
mytypes.h:26:20: error: no include path in which to search for dirent.h
#include
^
mytypes.h:27:20: error: no include path in which to search for unistd.h
#include
^
mytypes.h:28:18: error: no include path in which to search for time.h
#include
^
make: *** [Makefile:13: cfolder.o] Error 1
cc1: error: no include path in which to search for stdc-predef.h
In file included from cfile.h:18:0,
from cfile.c:17:
mytypes.h:20:19: error: no include path in which to search for stdio.h
#include
^
mytypes.h:21:20: error: no include path in which to search for stdlib.h
#include
^
mytypes.h:22:20: error: no include path in which to search for string.h
#include
^
mytypes.h:23:22: error: no include path in which to search for sys/stat.h
#include
^
mytypes.h:24:23: error: no include path in which to search for sys/types.h
#include
^
mytypes.h:26:20: error: no include path in which to search for dirent.h
#include
^
mytypes.h:27:20: error: no include path in which to search for unistd.h
#include
^
mytypes.h:28:18: error: no include path in which to search for time.h
#include
^
cfile.c: In function 'cfile_init':
cfile.c:25:14: error: storage size of 'attributes' isn't known
struct stat attributes;
^
cfile.c:30:2: warning: implicit declaration of function 'stat' [-Wimplicit-function-declaration]
stat(origFilename,&attributes);
^
cfile.c:31:2: warning: implicit declaration of function 'localtime' [-Wimplicit-function-declaration]
fts=localtime(&(attributes.st_mtime));
^
cfile.c:32:2: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
printf("cfileInit: %s localtime:\n",filename);
^
cfile.c:32:2: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
cfile.c:35:20: error: dereferencing pointer to incomplete type
cf->date = ( ( fts->tm_year + 1900 - 1980 ) << 9 ) + ( (fts->tm_mon+1) << 5 ) + ( fts->tm_mday);
^
cfile.c:35:61: error: dereferencing pointer to incomplete type
cf->date = ( ( fts->tm_year + 1900 - 1980 ) << 9 ) + ( (fts->tm_mon+1) << 5 ) + ( fts->tm_mday);
^
cfile.c:35:87: error: dereferencing pointer to incomplete type
cf->date = ( ( fts->tm_year + 1900 - 1980 ) << 9 ) + ( (fts->tm_mon+1) << 5 ) + ( fts->tm_mday);
^
cfile.c:37:18: error: dereferencing pointer to incomplete type
cf->time = ( fts->tm_hour << 11 ) + ( fts->tm_min << 5 ) + ( fts->tm_sec / 2 );
^
cfile.c:37:43: error: dereferencing pointer to incomplete type
cf->time = ( fts->tm_hour << 11 ) + ( fts->tm_min << 5 ) + ( fts->tm_sec / 2 );
^
cfile.c:37:66: error: dereferencing pointer to incomplete type
cf->time = ( fts->tm_hour << 11 ) + ( fts->tm_min << 5 ) + ( fts->tm_sec / 2 );
^
cfile.c:42:2: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
strcpy(cf->name, filename);
^
cfile.c:42:2: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default]
cfile.c:42:2: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign]
cfile.c:42:2: note: expected 'char *' but argument is of type 'byte *'
cfile.c:43:2: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
cf->name[strlen(filename)] = STRINGTERM;
^
cfile.c:43:11: warning: incompatible implicit declaration of built-in function 'strlen' [enabled by default]
cf->name[strlen(filename)] = STRINGTERM;
^
cfile.c:25:14: warning: unused variable 'attributes' [-Wunused-variable]
struct stat attributes;
^
make: *** [Makefile:13: cfile.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...