check_test_nt : >>> /bin/sh -c test conf-tmp/file2 -nt conf-tmp/file1 check_test_nt : test works find_cc : user supplied `x86_64-pc-linux-gnu-gcc' find_cc : test vararg macros... find_cc : >>> x86_64-pc-linux-gnu-gcc conf-tmp/test.c -o conf-tmp/test find_cc : >>> conf-tmp/test hello world find_cc : *** Command failed (exit code 69) find_cc : vararg macros ok. find_cc : test va_copy... find_cc : >>> x86_64-pc-linux-gnu-gcc conf-tmp/test.c -o conf-tmp/test find_cc : >>> conf-tmp/test find_cc : va_copy ok. find_ccopts : user supplied flags: `-O2 -march=nocona -pipe -fno-stack-protector' check_gccbuiltin: >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector -fno-inline-functions conf-tmp/test.c -o conf-tmp/test check_gccbuiltin: checking for __builtin_apply()/__builtin_return() bugs check_gccbuiltin: >>> conf-tmp/test check_gccbuiltin: bugs not detected find_lflags : using none find_exe_suffix : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test find_exe_suffix : using nothing find_libs : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test-socket.c -o conf-tmp/test find_libs : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test-gethost.c -o conf-tmp/test find_libs : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test-hstrerror.c -o conf-tmp/test check_shared : found dlfcn.h in /usr/include check_shared : testing dlfcn method check_shared : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test-dlopen.c -o conf-tmp/test /var/tmp/portage/ircservices-5.0.53/temp/ccadpAec.o(.text+0xc): In function `main': : undefined reference to `dlopen' /var/tmp/portage/ircservices-5.0.53/temp/ccadpAec.o(.text+0x31): In function `main': : undefined reference to `dlclose' collect2: ld returned 1 exit status check_shared : *** Command failed (exit code 1) check_shared : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test-dlopen.c -ldl -o conf-tmp/test check_shared : dlopen() found (libdl) check_shared : >>> x86_64-pc-linux-gnu-gcc -rdynamic -O2 -march=nocona -pipe -fno-stack-protector -ldl conf-tmp/test-dlopen.c -o conf-tmp/test check_shared : -rdynamic works check_shared : >>> x86_64-pc-linux-gnu-gcc -shared -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test-lib.c -o conf-tmp/test-lib.so /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/ircservices-5.0.53/temp/ccsqDASu.o: relocation R_X86_64_PC32 against `no_such_symbol' can not be used when making a shared object; recompile with -fPIC /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: final link failed: Bad value collect2: ld returned 1 exit status check_shared : *** Command failed (exit code 1) check_shared : no -shared, aborting dlfcn test check_shared : static modules selected check_ranlib : >>> echo test test check_ranlib : >>> ar -rc conf-tmp/test.a conf-tmp/testfile check_ranlib : >>> ranlib conf-tmp/test.a check_ranlib : ranlib found check_int16 : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test check_int16 : test program output (sizeof(char)): 1 check_int16 : char is 8 bits check_int16 : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test check_int16 : test program output (sizeof(int) sizeof(short)): 4 2 check_int16 : short is 16 bits check_int32 : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test check_int32 : test program output (sizeof(int) sizeof(long)): 4 8 check_int32 : int is 32 bits check_int_size : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test check_int_size : test program output (sizeof(int)): 4 check_int_size : 32 bits check_long_size : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test check_long_size : test program output (sizeof(long)): 8 check_long_size : 64 bits check_time_t : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test check_time_t : test program output (sizeof(time_t) MAX_TIME_T): 8 (((time_t)1<<(sizeof(time_t)*8-2))+(((time_t)1<<(sizeof(time_t)*8-2))-1)) check_time_t : 64 bits check_gid_t : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test check_gid_t : test program output (sizeof(gid_t)): 4 check_gid_t : 32 bits check_socklen_t : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test check_socklen_t : socklen_t found check_strings : found strings.h in /usr/include check_sysselect : found sys/select.h in /usr/include check_sysproto : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test conf-tmp/test.c:1:26: sys/sysproto.h: No such file or directory check_sysproto : *** Command failed (exit code 1) check_sysproto : didn't find sys/sysproto.h check_aix_intNN : >>> egrep int16|int32 /usr/include/sys/systypes.h egrep: /usr/include/sys/systypes.h: No such file or directory check_aix_intNN : *** Command failed (exit code 2) check_aix_intNN : int16/int32 types not found check_strerror : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test check_strerror : using strerror() check_hstrerror : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test check_hstrerror : >>> conf-tmp/test check_hstrerror : found hstrerror check_snprintf : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test conf-tmp/test.c: In function `main': conf-tmp/test.c:2: warning: conflicting types for built-in function 'snprintf' check_snprintf : >>> conf-tmp/test test: snprintf broken (wrong return value: wanted 7, got 9) check_snprintf : *** Command failed (exit code 1) check_snprintf : didn't find snprintf check_snprintf : found, but returns large value if string too long check_strtok : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test conf-tmp/test.c: In function `main': conf-tmp/test.c:9: warning: comparison between pointer and integer conf-tmp/test.c:11: warning: comparison between pointer and integer conf-tmp/test.c:13: warning: comparison between pointer and integer conf-tmp/test.c:15: warning: comparison between pointer and integer conf-tmp/test.c:17: warning: comparison between pointer and integer conf-tmp/test.c:19: warning: comparison between pointer and integer conf-tmp/test.c:21: warning: comparison between pointer and integer conf-tmp/test.c:23: warning: comparison between pointer and integer check_strtok : >>> conf-tmp/test check_strtok : *** Command failed (exit code 3) check_strtok : didn't find strtok check_stricmp : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test /var/tmp/portage/ircservices-5.0.53/temp/ccrJco8D.o(.text+0xc): In function `main': : undefined reference to `stricmp' /var/tmp/portage/ircservices-5.0.53/temp/ccrJco8D.o(.text+0x2f): In function `main': : undefined reference to `strnicmp' collect2: ld returned 1 exit status check_stricmp : *** Command failed (exit code 1) check_stricmp : didn't find stricmp check_stricmp : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test check_stricmp : >>> conf-tmp/test check_stricmp : found strcasecmp check_strdup : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test conf-tmp/test.c: In function `main': conf-tmp/test.c:2: warning: conflicting types for built-in function 'strdup' conf-tmp/test.c:5: warning: assignment makes pointer from integer without a cast check_strdup : >>> conf-tmp/test check_strdup : found strdup check_strspn : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test conf-tmp/test.c: In function `main': conf-tmp/test.c:2: warning: conflicting types for built-in function 'strspn' conf-tmp/test.c:3: warning: conflicting types for built-in function 'strcspn' check_strspn : >>> conf-tmp/test check_strspn : found strspn check_strsignal : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test check_strsignal : >>> conf-tmp/test check_strsignal : found strsignal check_gettimeofday: >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test check_gettimeofday: >>> conf-tmp/test check_gettimeofday: found gettimeofday check_setgrent : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test check_setgrent : >>> conf-tmp/test check_setgrent : found setgrent check_setregid : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test check_setregid : >>> conf-tmp/test check_setregid : found setregid check_umask : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test check_umask : >>> conf-tmp/test check_umask : found umask check_fork : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test check_fork : >>> conf-tmp/test check_fork : found fork check_gethostbyname: >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test check_gethostbyname: >>> conf-tmp/test check_gethostbyname: found gethostbyname check_getsetrlimit : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test check_getsetrlimit : found getrlimit/setrlimit check_install : >>> x86_64-pc-linux-gnu-gcc -O2 -march=nocona -pipe -fno-stack-protector conf-tmp/test.c -o conf-tmp/test check_install : >>> cp -p conf-tmp/test conf-tmp/test3 check_install : >>> install -m 500 conf-tmp/test conf-tmp/test2 check_install : >>> cmp conf-tmp/test conf-tmp/test2 check_install : using: install check_install-d : trying install check_install-d : >>> install -d -m 700 conf-tmp/testdir check_install-d : successful check_copy_recur: sysname: Linux check_copy_recur: guessing: cp -dpr check_copy_recur: >>> rm -rf conf-tmp/test conf-tmp/test-dlopen.c conf-tmp/test-gethost.c conf-tmp/test-hstrerror.c conf-tmp/test-lib.c conf-tmp/test-socket.c conf-tmp/test.a conf-tmp/test.c conf-tmp/test2 conf-tmp/test3 conf-tmp/testdir conf-tmp/testfile check_copy_recur: >>> echo test test check_copy_recur: >>> cp conf-tmp/test conf-tmp/test2 check_copy_recur: >>> /bin/mkdir conf-tmp/testA check_copy_recur: >>> /bin/mkdir conf-tmp/testB check_copy_recur: >>> /bin/mv conf-tmp/test2 conf-tmp/testA check_copy_recur: >>> /bin/cp -dpr conf-tmp/testA conf-tmp/testB/testC check_copy_recur: >>> cmp conf-tmp/testA/test2 conf-tmp/testB/testC/test2 check_copy_recur: `/bin/cp -dpr' works