************************************************************ *** checking if a hello world program can be built ... *** test program is #include int main(int argc, char *argv[]) { puts("hello world"); return 0; } *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/sbin/sendmail"' \ ___build30622.c `grep '^[^#]' LIBS` -o ___build30622 make[1]: Leaving directory `/var/uhubuild/work/commake[1]: Leaving**************************************************cat: ___tmp30620: No such file or directory *** test program is #include *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailabmake[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etmake[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ****************************make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay*** test program is #include "rcv.h" int main(void) { alloca(1); return 0; } *** results are*make[1]: Entering d#include "rcv.h" int main(void) { alloca(1); return 0; } *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ************************************************************ *** checking for ssize_t ... *** test program is #include #include int main(void) { ssize_t i = 3; write(1, "foo", i); return 0; } *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/sbin/sendmail"' -c ___build30622.c make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ************************************************************ *** checking for snprintf() ... *** test program is #include int main(void) { char b[20]; snprintf(b, sizeof b, "%s", "string"); return 0; } *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/sbin/sendmail"' \ ___build30622.c `grep '^[^#]' LIBS` -o ___build30622 make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ************************************************************ *** checking for fchdir() ... *** test program is #include int main(void) { fchdir(0); return 0; } *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/sbin/sendmail"' \ ___build30622.c `grep '^[^#]' LIBS` -o ___build30622 make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ****************************make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ************************************************************ *** checking for mmap() ... *** test program is #include #include int main(void) { mmap(0, 0, 0, 0, 0, 0); return 0; } *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ****************************make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay************************************************************** *** checking for mremap() ... *** test program is #include #include int main(void) { mremap(0, 0, 0, MREMAP_MAYMOVE); return 0; } *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/sbin/sendmail"' \ ___build30620.c `grep '^[^#]' LIBS` -o ___build30620 ___build30620.c: In function 'main': ___build30620.c:5:18: error: 'MREMAP_MAYMOVE' undeclared (first use in this function) mremap(0, 0, 0, MREMAP_MAYMOVE); ^ ___build30620.cmake[1]: *** [___build30622] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile' *make[1]************************************************************ *** checking for iconv functional************************************************************ *** checking for iconv functionality ... *** test program is #include int main(void) { iconv_t id; id = iconv_open("foo", "bar"); return 0; } *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ************************************************************ *** checking for wctype functionality ... *** test program is #include int main(void) { iswprint(L'c'); towupper(L'c'); return 0; } *** result#inclumake[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailabmake[1]: Entering directory `/var/uhubuild/wocc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/sbin/sendmail"' cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ****************************make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay *** test program is #include int main(void) { wcwidth(L'c'); return 0; } *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/sbin/sendmail"' cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ************************************************************ *** checking for mbtowc() ... *** test program is #include int main(void) { wchar_t wc; mbtowc(&wc, "x", 1); r*** test program is #include int main(void) { wchar_t wc; mbtowc(&wc, "x", 1); return 0; } *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ****************************make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ************************************************************ *** checking for setlocale() ... *** test program is #include int main(void) { setlocale(LC_ALL, ""); return 0; } *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ****************************make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ************************************************************ *** checking for nl_langinfo() ... *** test program is #include int main(void) { nl_langinfo(DAY_1); return 0; } *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ****************************make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ************************************************************ *** checking for mkstemp() ... *** test program is #include int main(void) { mkstemp("x"); return 0; } *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/sbin/sendmail"' \ ___build30620.c `grep '^[^#]' LIBS` -o ___build30620 make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ************************************************************ *** checking for fpathconf() ... *** test program is #include int main(void) { fpathconf(0, _PC_PATH_MAX); return 0; } *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/sbin/sendmail"' \ ___build30620.c `grep '^[^#]' LIBS` -o ___build30620 make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ************************************************************ *** checking for wordexp() ... *** test program is #include int main(void) { wordexp((char *)0, (wordexp_t *)0, 0); return 0; } *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/sbin/sendmail"' \ ___build30620.c `grep '^[^****************************make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ************************************************************ *** checking for ... *** test program is #include "config.h" #include #include #include #include #include *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etmake[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ****************************make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ************************************************************ *** checking for socket functionality in libc ... *** test program is #include "config.h" #include #include #include #include #ifdef HAVE_ARPA_INET_H #include #endif /* HAVE_ARPA_INET_H */ int main(void) { struct sockaddr s; socket(AF_INET, SOCK_STREAM, 0); connect(0, &s, 0); gethostbyname("foo"); return 0; } *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ****************************make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ************************************************************ *** checking for Network Security Services (NSS) ... *** test program is #include #include #include #include #include #include #include #include #include #include #include int main(void) { PR_ImportTCPSocket(0); NSS_CMSSignerInfo_AddSMIMECaps(0); return 0; } *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/sbin/sendmail"' \ ___build30620.c `grep '^[^#]' LIBS` -lsmime3 -lnss3 -lssl3 -lnspr4 -lplc4 -o ___build30620 ___build30620.c:2:17: fatal error: ssl.h: No such file or directory #include ^ compilation terminated. make[1]: *** [___build30620] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile' *** no ************************************************************ *** checking for sufficiently recent OpenSSL ... *** test program is #include #include #include #include #include int main(void) { SSLv23_client_method(); PEM_read_PrivateKey(0, 0, 0, 0); return 0; } *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/umake[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ****************************make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ************************************************************ *** checking for STACK_OF() ... *** test program is #include #include #include #include #include int main(void) { STACK_OF(GENERAL_NAME) *gens = NULL; printf("%p", gens); /* to make it used */ SSLv23_client_method(); PEM_read_PrivateKey(0, 0, 0, 0); return 0; } *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etmake[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ****************************make[1]: Leaving directory `/var/uhubuild/work/compile' *** okay ************************************************************ *** checking for GSSAPI in libgss ... *** test program is #include int main(void) { gss_import_name(0, 0, GSS_C_NT_HOSTBASED_SERVICE, 0); gss_init_sec_context(0,0,0,0,0,0,0,0,0,0,0,0,0); return 0; } *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/sbin/sendmail"' \ ___build30620.c `grep '^[^#]' LIBS` -lgss -o ___build30620 ___build30620.c:1:27: fatal error: gssapi/gssapi.h: No such file or directory #include ^ compilation terminated. make[1]: *** [___build30620] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile' *** no ************************************************************ *** checking for GSSAPI in libgssapi_krb5 ... *** test program is #include int main(void) { gss_import_name(0, 0, GSS_C_NT_HOSTBASED_SERVICE, 0); gss_init_sec_context(0,0,0,0,0,0,0,0,0,0,0,0,0); return 0; } *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/sbin/sendmail"' \ ___build30620.c `grep '^[^#]' LIBS` -lgssapi_krb5 -o ___build30620 ___build30620.c:1:27: fatal error: gssapi/gssapi.h: No such file or directory #include ^ compilation terminated. make[1]: *** [___build30620] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile' *** no ************************************************************ *** checking for GSSAPI in libgssapi_krb5, old-style ... *** test program is #include #include int main(void) { gss_import_name(0, 0, gss_nt_service_name, 0); gss_init_sec_context(0,0,0,0,0,0,0,0,0,0,0,0,0); return 0; } *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/sbin/sendmail"' \ ___build30620.c `grep '^[^#]' LIBS` -lgssapi_krb5 -o ___build30620 ___build30620.c:1:27: fatal error: gssapi/gssapi.h: No such file or directory #include ^ compilation terminated. make[1]: *** [___build30620] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile' *** no ************************************************************ *** checking for GSSAPI in libgssapi ... *** test program is #include int main(void) { gss_import_name(0, 0, GSS_C_NT_HOSTBASED_SERVICE, 0); gss_init_sec_context(0,0,0,0,0,0,0,0,0,0,0,0,0); return 0; } *** results are make[1]: Entering directory `/var/uhubuild/work/compile' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. cc -DMAILRC='"/etc/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/sbin/sendmail"' \ ___build30620.c `grep '^[^#]' LIBS` -lgssapi -o ___build30620 ___build30620.c:1:20: fatal error: gssapi.h:make[1]: *** [___build30622] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile' *make[1]: *** [___build30620] Error 1 make[1]: Leaving directory `/var/uhubuild/work/compile' *** no