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 |
---|---|
27,119 |
ansic |
284 |
makefile |
18 |
sh |
27,421 |
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: dsdp 5.8-1 (Tue Apr 4 19:39:03 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
patching file make.include
==========================================
Compiling DSDP5
For help with installation problems, please send EVERYTHING
printed out below to the developers
==========================================
On Tue Apr 4 19:39:03 UTC 2017 on 1feb42919790
Machine characteristics: Linux 1feb42919790 4.10.6-1-ARCH #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017 x86_64 GNU/Linux
-----------------------------------------
Using C compiler: gcc
Using compiler options: -O3 -fPIC -I. -I/tmp/dsdp/src/DSDP5.8/include
-----------------------------------------
Current Directory: /tmp/dsdp/src/DSDP5.8
Using DSDP directory: /tmp/dsdp/src/DSDP5.8
==========================================
cd src; make all
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
make[1]: Entering directory '/tmp/dsdp/src/DSDP5.8/src'
cd solver; make dsdplib;
make[2]: Entering directory '/tmp/dsdp/src/DSDP5.8/src/solver'
gcc -O3 -fPIC -I. -I/tmp/dsdp/src/DSDP5.8/include -O3 -fPIC -I. -I/tmp/dsdp/src/DSDP5.8/include -c dualalg.c
In file included from dsdp.h:5:0,
from dualalg.c:1:
dsdpvec.h:4:18: fatal error: math.h: No such file or directory
#include
^
compilation terminated.
make[2]: *** [../../make.include:98: dualalg.o] Error 1
make[2]: Leaving directory '/tmp/dsdp/src/DSDP5.8/src/solver'
make[1]: *** [Makefile:10: dsdplib] Error 2
make[1]: Leaving directory '/tmp/dsdp/src/DSDP5.8/src'
make: *** [Makefile:13: dsdplibrary] Error 2
==> ERROR: A failure occurred in build().
Aborting...