Build tree for "ckermit"
on toolchain "musl"
- 2
None
- 2
make linux
- 2
/bin/sh -c if test \
`grep grantpt /usr/include/*.h /usr/include/sys/*.h | wc -l` -gt 0; \
then if test -c /dev/ptmx; then HAVE_PTMX='-DHAVE_PTMX'; \
else HAVE_PTMX=''; fi; fi ; \
if test `grep openpty /usr/include/pty.h | wc -l` -gt 0; \
then HAVE_OPENPTY='-DHAVE_OPENPTY'; \
else HAVE_OPENPTY=''; fi ; \
HAVE_LIBCURSES=''; \
if test -f /usr/lib64/libncurses.so || \
test -f /usr/lib/libncurses.a || \
test -f /usr/lib/libncurses.so; then \
HAVE_LIBCURSES='-lncurses'; \
else if test -f /usr/lib64/libcurses.so || \
test -f /usr/lib/libcurses.a || \
test -f /usr/lib/libcurses.so; then \
HAVE_LIBCURSES='-lcurses'; fi; fi; \
HAVE_CURSES=''; \
if test -n '$HAVE_LIBCURSES'; then \
if test -f /usr/include/ncurses.h; then \
HAVE_CURSES='-DCK_NCURSES -I/usr/include/ncurses'; \
else if test -f /usr/include/curses.h; then \
HAVE_CURSES='-DCK_CURSES'; \
fi; fi; fi; \
if test -f /usr/include/baudboy.h || test -f /usr/include/ttylock.h; \
then HAVE_LOCKDEV='-DHAVE_LOCKDEV' ; \
else HAVE_LOCKDEV='' ; fi ; \
if test -f /usr/include/baudboy.h ; \
then HAVE_BAUDBOY='-DHAVE_BAUDBOY' ; \
else HAVE_BAUDBOY='' ; fi ; \
make KTARGET=${KTARGET:-linux} \
"KFLAGS=$HAVE_CURSES $HAVE_PTMX $HAVE_LOCKDEV \
$HAVE_BAUDBOY $HAVE_OPENPTY \
`grep __USE_LARGEFILE64 /usr/include/features.h > /dev/null && \
echo '-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'` \
`if test -f /usr/include/crypt.h; then echo -DHAVE_CRYPT_H; fi` \
" \
"LIBS= $HAVE_LIBCURSES \
`if test -n '$HAVE_OPENPTY'; then echo -lutil; fi` \
`if test -f /usr/lib64/libresolv.a || test -f /usr/lib64/libresolv.so \
|| test -f /usr/lib/libresolv.a || test -f /usr/lib/libresolv.so \
|| test -f /usr/lib/i386-linux-gnu/libresolv.a \
|| test -f /usr/lib/i386-linux-gnu/libresolv.so \
|| ls /lib/x86_64-linux-gnu/libresolv.* > /dev/null 2> /dev/null; \
then echo -lresolv; fi` \
`if test -f /usr/lib64/libcrypt.a || test -f /usr/lib64/libcrypt.so \
|| test -f /usr/lib/libcrypt.a || test -f /usr/lib/libcrypt.so \
|| ls /lib/x86_64-linux-gnu/libcrypt.* > /dev/null 2> /dev/null; \
then echo -lcrypt; fi` \
`if test -f /usr/lib64/liblockdev.a || \
test -f /usr/lib64/liblockdev.so || \
test -f /usr/lib/liblockdev.a || \
test -f /usr/lib/liblockdev.so; \
then echo -llockdev; fi`" \
linuxa
- 0
wc -l
- 0
wc -l
- 2
make KTARGET=linux KFLAGS=-DCK_NCURSES -I/usr/include/ncurses -DHAVE_PTMX -DHAVE_OPENPTY -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CRYPT_H LIBS= -lncurses -lutil -lresolv -lcrypt linuxa
- 2
make xermit KTARGET=linux CC = gcc CC2 = gcc CFLAGS = -O -DLINUX -pipe -funsigned-char -DFNFLOAT -DCK_POSIX_SIG -DCK_NEWTERM -DTCPSOCKET -DLINUXFSSTND -DNOCOTFMC -DPOSIX -DUSE_STRERROR -DCK_NCURSES -I/usr/include/ncurses -DHAVE_PTMX -DHAVE_OPENPTY -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CRYPT_H LNKFLAGS = LIBS = -lncurses -lutil -lresolv -lcrypt -lm
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckcmai.c -mrelocation-model static -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/ckermit/src/ckcmai.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D LINUX -D FNFLOAT -D CK_POSIX_SIG -D CK_NEWTERM -D TCPSOCKET -D LINUXFSSTND -D NOCOTFMC -D POSIX -D USE_STRERROR -D CK_NCURSES -I /usr/include/ncurses -D HAVE_PTMX -D HAVE_OPENPTY -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D HAVE_CRYPT_H -D KTARGET="linux" -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O2 -fdebug-compilation-dir /tmp/ckermit/src -ferror-limit 19 -fmessage-length 0 -fno-signed-char -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o ckcmai.o -x c ckcmai.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckclib.c -mrelocation-model static -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/ckermit/src/ckclib.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D LINUX -D FNFLOAT -D CK_POSIX_SIG -D CK_NEWTERM -D TCPSOCKET -D LINUXFSSTND -D NOCOTFMC -D POSIX -D USE_STRERROR -D CK_NCURSES -I /usr/include/ncurses -D HAVE_PTMX -D HAVE_OPENPTY -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D HAVE_CRYPT_H -D KTARGET="linux" -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O2 -fdebug-compilation-dir /tmp/ckermit/src -ferror-limit 19 -fmessage-length 0 -fno-signed-char -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o ckclib.o -x c ckclib.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckucmd.c -mrelocation-model static -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/ckermit/src/ckucmd.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D LINUX -D FNFLOAT -D CK_POSIX_SIG -D CK_NEWTERM -D TCPSOCKET -D LINUXFSSTND -D NOCOTFMC -D POSIX -D USE_STRERROR -D CK_NCURSES -I /usr/include/ncurses -D HAVE_PTMX -D HAVE_OPENPTY -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D HAVE_CRYPT_H -D KTARGET="linux" -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O2 -fdebug-compilation-dir /tmp/ckermit/src -ferror-limit 19 -fmessage-length 0 -fno-signed-char -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o ckucmd.o -x c ckucmd.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckuusr.c -mrelocation-model static -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/ckermit/src/ckuusr.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D LINUX -D FNFLOAT -D CK_POSIX_SIG -D CK_NEWTERM -D TCPSOCKET -D LINUXFSSTND -D NOCOTFMC -D POSIX -D USE_STRERROR -D CK_NCURSES -I /usr/include/ncurses -D HAVE_PTMX -D HAVE_OPENPTY -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D HAVE_CRYPT_H -D KTARGET="linux" -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O2 -fdebug-compilation-dir /tmp/ckermit/src -ferror-limit 19 -fmessage-length 0 -fno-signed-char -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o ckuusr.o -x c ckuusr.c
- 0
/usr/sbin/pacman -T ncurses