Build tree for "ckermit"
on toolchain "clang_glibc"
- 0
None
- 0
make linux
- 0
/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
- 0
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
- 0
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
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/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 /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/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 /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/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 /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/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 /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckuus2.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/ckuus2.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckuus2.o -x c ckuus2.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckuus3.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/ckuus3.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckuus3.o -x c ckuus3.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckuus4.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/ckuus4.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckuus4.o -x c ckuus4.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckuus5.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/ckuus5.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckuus5.o -x c ckuus5.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckuus6.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/ckuus6.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckuus6.o -x c ckuus6.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckuus7.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/ckuus7.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckuus7.o -x c ckuus7.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckuusx.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/ckuusx.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckuusx.o -x c ckuusx.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckuusy.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/ckuusy.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckuusy.o -x c ckuusy.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckwart.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/ckwart.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckwart.o -x c ckwart.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o wart //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib ckwart.o -lncurses -lutil -lresolv -lcrypt -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./wart ckcpro.w ckcpro.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckcpro.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/ckcpro.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckcpro.o -x c ckcpro.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckcfns.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/ckcfns.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckcfns.o -x c ckcfns.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckcfn2.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/ckcfn2.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckcfn2.o -x c ckcfn2.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckcfn3.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/ckcfn3.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckcfn3.o -x c ckcfn3.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckuxla.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/ckuxla.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckuxla.o -x c ckuxla.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckucns.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/ckucns.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckucns.o -x c ckucns.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckutio.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/ckutio.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckutio.o -x c ckutio.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckufio.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/ckufio.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckufio.o -x c ckufio.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckudia.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/ckudia.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckudia.o -x c ckudia.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckuscr.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/ckuscr.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckuscr.o -x c ckuscr.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckcnet.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/ckcnet.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckcnet.o -x c ckcnet.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckctel.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/ckctel.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckctel.o -x c ckctel.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckusig.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/ckusig.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckusig.o -x c ckusig.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckcuni.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/ckcuni.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckcuni.o -x c ckcuni.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckupty.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/ckupty.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckupty.o -x c ckupty.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckcftp.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/ckcftp.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckcftp.o -x c ckcftp.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ckuath.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/ckuath.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ckuath.o -x c ckuath.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ck_crp.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/ck_crp.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ck_crp.o -x c ck_crp.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name ck_ssl.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/ck_ssl.c -resource-dir /usr/bin/../lib/clang/3.8.0 -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" -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /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 ck_ssl.o -x c ck_ssl.c
- hardcoded invocation: rel (gcc
/usr/bin/clang
)
hardcoded invocation: rel (gcc
/usr/bin/clang
)
? /usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o wermit //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib ckcmai.o ckclib.o ckutio.o ckufio.o ckcfns.o ckcfn2.o ckcfn3.o ckuxla.o ckcpro.o ckucmd.o ckuus2.o ckuus3.o ckuus4.o ckuus5.o ckuus6.o ckuus7.o ckuusx.o ckuusy.o ckuusr.o ckucns.o ckudia.o ckuscr.o ckcnet.o ckusig.o ckctel.o ckcuni.o ckupty.o ckcftp.o ckuath.o ck_crp.o ck_ssl.o -lncurses -lutil -lresolv -lcrypt -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
fakeroot -- /usr/bin/makepkg -F --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
- 0
/usr/bin/faked
- 0
/usr/bin/makepkg -F --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
- 0
None
- 1
/usr/bin/pacman --noconfirm --color never --noprogressbar -Q
- ?
install -Dm0755 wermit /tmp/ckermit/pkg/ckermit/usr/bin/ckermit
- ?
install -Dm0644 ckuker.nr /tmp/ckermit/pkg/ckermit/usr//share/man/man1/ckermit.1
- ?
install -Dm0644 COPYING.TXT /tmp/ckermit/pkg/ckermit/usr/share/licenses/ckermit/License.txt
- ?
install -Dm0755 _tmp.ini /tmp/ckermit/pkg/ckermit/usr/bin/ckermit.ini
- 123
xargs -0 grep -q -I /tmp/ckermit/src
- 123
xargs -0 grep -q -I /tmp/ckermit/pkg
- 0
fakeroot -v
- 0
openssl dgst -sha256 /tmp/ckermit/PKGBUILD
- ?
bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,gid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr
- ?
bsdtar -cf - .PKGINFO .BUILDINFO .MTREE usr
- 0
xz -c -z -
- 0
/usr/bin/pacman -T ncurses