The build took 00h 02m 53s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
9,850 |
ansic |
14 |
makefile |
9,864 |
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/sysroot --> /sysroot/sysroot
/toolchain_root/lib --> /sysroot/lib
/toolchain_root/sbin --> /sysroot/sbin
/toolchain_root/lib64 --> /sysroot/lib64
/toolchain_root/etc --> /sysroot/etc
/toolchain_root/share --> /sysroot/share
/toolchain_root/bin --> /sysroot/bin
/toolchain_root/var --> /sysroot/var
/toolchain_root/usr --> /sysroot/usr
/toolchain_root/glibc-build --> /sysroot/glibc-build
/toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
/toolchain_root/include --> /sysroot/include
/toolchain_root/libexec --> /sysroot/libexec
CMD: sudo -u tuscan PATH=/usr/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: buckygen 1.0-1 (Thu Apr 13 11:14:20 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
rm -f buckygen
gcc -O4 buckygen.c -o buckygen
clang-3.8: warning: -O4 is equivalent to -O3
In file included from buckygen.c:272:
./splay.c:139:6: warning: implicit declaration of function 'outputnode' is invalid in C99 [-Wimplicit-function-declaration]
ACTION(p);
^
buckygen.c:254:19: note: expanded from macro 'ACTION'
#define ACTION(p) outputnode(p)
^
In file included from buckygen.c:272:
./splay.c:263:15: warning: implicit declaration of function 'comparenodes' is invalid in C99 [-Wimplicit-function-declaration]
cmp = COMPARE(p);
^
buckygen.c:260:20: note: expanded from macro 'COMPARE'
#define COMPARE(p) comparenodes(canong, codelength, type, p)
^
In file included from buckygen.c:272:
./splay.c:352:20: error: non-void function 'splay_delete' should return a value [-Wreturn-type]
if (p == NULL) return;
^
./splay.c:366:2: error: non-void function 'splay_delete' should return a value [-Wreturn-type]
return;
^
./splay.c:376:9: error: non-void function 'splay_delete' should return a value [-Wreturn-type]
return;
^
buckygen.c:943:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
outputnode(SPLAYNODE *liste)
^
3 warnings and 3 errors generated.
make: *** [makefile:12: buckygen] Error 1
==> ERROR: A failure occurred in build().
Aborting...