Build tree for "calc"
on toolchain "android"
- 2
None
- 0
None
- 127
/usr/sbin/pacman -T chrpath
- 0
/usr/sbin/pacman -T readline
- ?
sudo /usr/sbin/pacman --noconfirm --color never --noprogressbar -S --asdeps chrpath
- malformed path (PATH=/usr/local/sbin:/usr/local/bin:/usr/bin
)
1 /usr/bin/tty
- malformed path (PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
)
2 make USE_READLINE=-DUSE_READLINE READLINE_LIB=-lreadline READLINE_EXTRAS=-lhistory -lncurses -j1
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c if [ ! -d /usr/include ]; then \
echo "ERROR: critical directory missing: /usr/include" 1>&2; \
echo "Without this critical directory, we cannot compile." 1>&2; \
echo 1>&2; \
echo "Perhaps your system isn't setup to compile C source?" 1>&2; \
echo "For example, Apple OS X / darwin requres that XCode" 1>&2; \
echo "must be installed and that you run the command:" 1>&2; \
echo 1>&2; \
echo " xcode-select --install" 1>&2; \
echo 1>&2; \
exit 1; \
fi
- 0
/bin/sh -c if [ ! -f /usr/include/stdio.h ]; then \
echo "ERROR: critical include files are missing" 1>&2; \
echo "Without this critical directory, we cannot compile." 1>&2; \
echo 1>&2; \
echo "Perhaps your system isn't setup to compile C source?" 1>&2; \
echo "For example, Apple OS X / darwin requres that XCode" 1>&2; \
echo "must be installed and that you run the command:" 1>&2; \
echo 1>&2; \
echo " xcode-select --install" 1>&2; \
echo 1>&2; \
exit 1; \
fi
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c r="calc-dynamic-only"; \
if [ "calc-dynamic-only" != "$r" ]; then \
echo "NOTE: The host target Linux defaults to a build" 1>&2; \
echo " type of: calc-dynamic-only, so you need to use" 1>&2; \
echo " the following make command:" 1>&2; \
echo "" 1>&2; \
echo " make -f Makefile clobber" 1>&2; \
echo " make -f Makefile $r BLD_TYPE=$r" 1>&2; \
echo "" 1>&2; \
echo "NOTE: It is a very good idea to first clobber any" 1>&2; \
echo " previously built .o, libs and executables" 1>&2; \
echo " before switching to $r!" 1>&2; \
echo "" 1>&2; \
echo "=== aborting make ===" 1>&2; \
exit 1; \
fi
- 0
/bin/sh -c for i in .static calc-static sample_rand-static sample_many-static \
libcalc.a custom/libcustcalc.a; do \
r="calc-dynamic-only"; \
if [ -r "$i" ]; then \
echo "Found the static target $i file. You must:" 1>&2; \
echo "" 1>&2; \
echo " make -f Makefile clobber" 1>&2; \
echo " make -f Makefile $r BLD_TYPE=$r" 1>&2; \
echo "" 1>&2; \
echo "to clean out any previously built static files." 1>&2; \
echo "" 1>&2; \
echo "=== aborting make ===" 1>&2; \
exit 2; \
fi; \
done
- 0
/bin/sh -c echo '/*' > have_unistd.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_unistd.h
- 0
/bin/sh -c echo ' */' >> have_unistd.h
- 0
/bin/sh -c echo '' >> have_unistd.h
- 0
/bin/sh -c echo '' >> have_unistd.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_UNISTD_H)' >> have_unistd.h
- 0
/bin/sh -c echo '#define CALC_HAVE_UNISTD_H' >> have_unistd.h
- 0
/bin/sh -c echo '' >> have_unistd.h
- 0
/bin/sh -c echo '' >> have_unistd.h
- 0
/bin/sh -c echo '/* do we have ? */' >> have_unistd.h
- 0
/bin/sh -c if [ X"" = X"YES" ]; then \
echo '#define HAVE_UNISTD_H /* yes */' >> have_unistd.h; \
elif [ X"" = X"NO" ]; then \
echo '#undef HAVE_UNISTD_H /* no */' >> have_unistd.h; \
elif [ -f /usr/include/unistd.h ]; then \
echo '#define HAVE_UNISTD_H /* yes */' >> have_unistd.h; \
elif [ -f /usr/include/unistd.h ]; then \
echo '#define HAVE_UNISTD_H /* yes */' >> have_unistd.h; \
else \
echo '#undef HAVE_UNISTD_H /* no */' >> have_unistd.h; \
fi
- 0
/bin/sh -c echo '' >> have_unistd.h
- 0
/bin/sh -c echo '' >> have_unistd.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_UNISTD_H */' >> have_unistd.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_unistd.h =-=-='; \
cat have_unistd.h; \
echo '=-=-= end of have_unistd.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_stdlib.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_stdlib.h
- 0
/bin/sh -c echo ' */' >> have_stdlib.h
- 0
/bin/sh -c echo '' >> have_stdlib.h
- 0
/bin/sh -c echo '' >> have_stdlib.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_STDLIB_H)' >> have_stdlib.h
- 0
/bin/sh -c echo '#define CALC_HAVE_STDLIB_H' >> have_stdlib.h
- 0
/bin/sh -c echo '' >> have_stdlib.h
- 0
/bin/sh -c echo '' >> have_stdlib.h
- 0
/bin/sh -c echo '/* do we have ? */' >> have_stdlib.h
- 0
/bin/sh -c if [ X"" = X"YES" ]; then \
echo '#define HAVE_STDLIB_H /* yes */' >> have_stdlib.h; \
elif [ X"" = X"NO" ]; then \
echo '#undef HAVE_STDLIB_H /* no */' >> have_stdlib.h; \
elif [ -f /usr/include/stdlib.h ]; then \
echo '#define HAVE_STDLIB_H /* yes */' >> have_stdlib.h; \
elif [ -f /usr/include/stdlib.h ]; then \
echo '#define HAVE_STDLIB_H /* yes */' >> have_stdlib.h; \
else \
echo '#undef HAVE_STDLIB_H /* no */' >> have_stdlib.h; \
fi
- 0
/bin/sh -c echo '' >> have_stdlib.h
- 0
/bin/sh -c echo '' >> have_stdlib.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_STDLIB_H */' >> have_stdlib.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_stdlib.h =-=-='; \
cat have_stdlib.h; \
echo '=-=-= end of have_stdlib.h =-=-='; \
echo ''; \
else \
true; \
fi
- hardcoded invocation: rel (gcc
/sysroot/bin/arm-linux-androideabi-gcc
)
hardcoded invocation: rel (gcc
/sysroot/bin/arm-linux-androideabi-gcc
)
? gcc -DCALC_SRC -DCUSTOM -Wall -fPIC longbits.c -c
- -1
cc1 -quiet -iprefix /../lib/gcc/arm-linux-androideabi/4.8/ -isysroot /../sysroot -D CALC_SRC -D CUSTOM longbits.c -mbionic -quiet -dumpbase longbits.c -march=armv5te -mfloat-abi=soft -mfpu=vfp -mtls-dialect=gnu -auxbase longbits -Wall -fPIC -o /tmp/ccrW7BbY.s
- malformed path (PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
)
0 /usr/sbin/pacman -T chrpath