Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 21305 Details for
Bug 27525
mod_php-4.3.3 fails on check for libjpeg
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/var/tmp/portage/mod_php-4.3.4-r1/work/php-4.3.4-r1/config.log
config.log (text/plain), 65.69 KB, created by
Douglas Russell (RETIRED)
on 2003-11-26 02:02:44 UTC
(
hide
)
Description:
/var/tmp/portage/mod_php-4.3.4-r1/work/php-4.3.4-r1/config.log
Filename:
MIME Type:
Creator:
Douglas Russell (RETIRED)
Created:
2003-11-26 02:02:44 UTC
Size:
65.69 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >configure:1638: checking host system type >configure:1726: checking for gcc >configure:1839: checking whether the C compiler (gcc -O3 -march=athlon-tbird -funroll-loops -pipe ) works >configure:1855: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lxmlparse -lxmltok 1>&5 >configure:1881: checking whether the C compiler (gcc -O3 -march=athlon-tbird -funroll-loops -pipe ) is a cross-compiler >configure:1886: checking whether we are using GNU C >configure:1895: gcc -E conftest.c >configure:1914: checking whether gcc accepts -g >configure:1947: checking whether gcc and cc understand -c and -o together >configure:1962: gcc -c conftest.c -o conftest.o 1>&5 >configure:1963: gcc -c conftest.c -o conftest.o 1>&5 >configure:1968: cc -c conftest.c 1>&5 >configure:1970: cc -c conftest.c -o conftest.o 1>&5 >configure:1971: cc -c conftest.c -o conftest.o 1>&5 >configure:1998: checking how to run the C preprocessor >configure:2019: gcc -E conftest.c >/dev/null 2>conftest.out >configure:2079: checking for AIX >configure:2106: checking if compiler supports -R >configure:2121: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -R /usr/lib -lxmlparse -lxmltok 1>&5 >gcc: unrecognized option `-R' >/usr/lib: file not recognized: Is a directory >collect2: ld returned 1 exit status >distcc[31888] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 2114 "configure" >#include "confdefs.h" > >int main() { > >; return 0; } >configure:2139: checking if compiler supports -Wl,-rpath, >configure:2154: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -Wl,-rpath,/usr/lib -lxmlparse -lxmltok 1>&5 >configure:2180: checking for re2c >configure:2211: checking for ranlib >configure:2239: checking whether ln -s works >configure:2264: checking for gawk >configure:2298: checking for bison >configure:2332: checking bison version >configure:2342: checking for flex >configure:2376: checking for yywrap in -lfl >configure:2395: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lfl -lxmlparse -lxmltok 1>&5 >configure:2419: checking lex output file root >configure:2440: checking whether yytext is a pointer >configure:2459: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lxmlparse -lxmltok -lfl 1>&5 >configure:2483: checking for working const >configure:2537: gcc -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure:2562: checking flex version >configure:2706: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/mod_php-4.3.4-r1/temp/ccdhMJGT.o(.text+0x17): In function `main': >: undefined reference to `pthread_mutexattr_init' >/var/tmp/portage/mod_php-4.3.4-r1/temp/ccdhMJGT.o(.text+0x39): In function `main': >: undefined reference to `pthread_create' >collect2: ld returned 1 exit status >distcc[31977] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 2688 "configure" >#include "confdefs.h" > >#include <pthread.h> >#include <stddef.h> > >void *thread_routine(void *data) { > return data; >} > >int main() { > pthread_t thd; > pthread_mutexattr_t mattr; > int data = 1; > pthread_mutexattr_init(&mattr); > return pthread_create(&thd, NULL, thread_routine, &data); >} >configure:2726: checking for pthreads_cflags >configure:2759: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe -kthread conftest.c -lxmlparse -lxmltok 1>&5 >gcc: unrecognized option `-kthread' >/var/tmp/portage/mod_php-4.3.4-r1/temp/ccm0dFRb.o(.text+0x17): In function `main': >: undefined reference to `pthread_mutexattr_init' >/var/tmp/portage/mod_php-4.3.4-r1/temp/ccm0dFRb.o(.text+0x39): In function `main': >: undefined reference to `pthread_create' >collect2: ld returned 1 exit status >distcc[31990] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 2741 "configure" >#include "confdefs.h" > >#include <pthread.h> >#include <stddef.h> > >void *thread_routine(void *data) { > return data; >} > >int main() { > pthread_t thd; > pthread_mutexattr_t mattr; > int data = 1; > pthread_mutexattr_init(&mattr); > return pthread_create(&thd, NULL, thread_routine, &data); >} >configure:2759: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe -pthread conftest.c -lxmlparse -lxmltok 1>&5 >configure:2789: checking for pthreads_lib >configure:2915: checking for AOLserver support >configure:3135: checking for Apache 1.x module support via DSO through APXS >configure:3418: checking for Apache 1.x module support >configure:4199: checking for member fd in BUFF * >configure:4218: gcc -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure:4212:19: httpd.h: No such file or directory >distcc[32019] ERROR: compile on legolas failed with exit code 1 >configure: failed program was: >#line 4211 "configure" >#include "confdefs.h" >#include <httpd.h> >int main() { >conn_rec *c; int fd = c->client->fd; >; return 0; } >configure:4242: checking for mod_charset compatibility option >configure:4309: checking for Apache 2.0 filter-module support via DSO through APXS >configure:5045: checking for Apache 2.0 handler-module support via DSO through APXS >configure:5782: checking for Caudium support >configure:6092: checking for CLI build >configure:6152: checking for embedded SAPI library support >configure:6335: checking for Zeus ISAPI support >configure:6545: checking for NSAPI support >configure:6866: checking for PHTTPD support >configure:7075: checking for Pi3Web support >configure:7384: checking for Roxen/Pike support >configure:7633: checking for Servlet support >configure:8111: checking for thttpd >configure:8317: checking for TUX >configure:8531: checking for webjames >configure:8932: checking for chosen SAPI module >configure:9837: checking for missing declarations of reentrant functions >configure:9846: gcc -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure:9871: gcc -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure:9896: gcc -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure:9921: gcc -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure:9946: gcc -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure:9970: checking for sendmail >configure:10011: checking whether system uses EBCDIC >configure:10030: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lxmlparse -lxmltok 1>&5 >configure: failed program was: >#line 10022 "configure" >#include "confdefs.h" > >int main(void) { > return (unsigned char)'A' != (unsigned char)0xC1; >} > >configure:10104: checking for socket >configure:10132: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lxmlparse -lxmltok 1>&5 >configure:10361: checking for htonl >configure:10389: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lxmlparse -lxmltok 1>&5 >configure:10618: checking for gethostname >configure:10646: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lxmlparse -lxmltok 1>&5 >configure:10875: checking for gethostbyaddr >configure:10903: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lxmlparse -lxmltok 1>&5 >configure:11132: checking for yp_get_default_domain >configure:11160: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/mod_php-4.3.4-r1/temp/ccpZKCzr.o(.text+0xa): In function `main': >: undefined reference to `yp_get_default_domain' >collect2: ld returned 1 exit status >distcc[32523] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 11137 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char yp_get_default_domain(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char yp_get_default_domain(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_yp_get_default_domain) || defined (__stub___yp_get_default_domain) >choke me >#else >yp_get_default_domain(); >#endif > >; return 0; } >configure:11178: checking for __yp_get_default_domain >configure:11206: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/mod_php-4.3.4-r1/temp/ccPHQqxH.o(.text+0xa): In function `main': >: undefined reference to `__yp_get_default_domain' >collect2: ld returned 1 exit status >distcc[32537] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 11183 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __yp_get_default_domain(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __yp_get_default_domain(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___yp_get_default_domain) || defined (__stub_____yp_get_default_domain) >choke me >#else >__yp_get_default_domain(); >#endif > >; return 0; } >configure:11244: checking for yp_get_default_domain in -lnsl >configure:11263: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >configure:11338: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lxmlparse -lxmltok -lnsl 1>&5 >configure:11390: checking for dlopen >configure:11418: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >configure:11648: checking for sin in -lm >configure:11667: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:11660: warning: conflicting types for built-in function `sin' >configure:11701: checking for res_search >configure:11729: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/mod_php-4.3.4-r1/temp/ccJufWg4.o(.text+0xa): In function `main': >: undefined reference to `res_search' >collect2: ld returned 1 exit status >distcc[32616] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 11706 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char res_search(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char res_search(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_res_search) || defined (__stub___res_search) >choke me >#else >res_search(); >#endif > >; return 0; } >configure:11747: checking for __res_search >configure:11775: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/mod_php-4.3.4-r1/temp/ccs3layb.o(.text+0xa): In function `main': >: undefined reference to `__res_search' >collect2: ld returned 1 exit status >distcc[32630] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 11752 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __res_search(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __res_search(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___res_search) || defined (__stub_____res_search) >choke me >#else >__res_search(); >#endif > >; return 0; } >configure:11813: checking for res_search in -lresolv >configure:11832: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:11907: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lm -lnsl -lxmlparse -lxmltok -lresolv 1>&5 >configure:12237: checking for inet_aton >configure:12265: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:12633: checking for dn_skipname >configure:12661: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/mod_php-4.3.4-r1/temp/ccf8LNLi.o(.text+0xa): In function `main': >: undefined reference to `dn_skipname' >collect2: ld returned 1 exit status >distcc[32688] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 12638 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char dn_skipname(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char dn_skipname(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_dn_skipname) || defined (__stub___dn_skipname) >choke me >#else >dn_skipname(); >#endif > >; return 0; } >configure:12679: checking for __dn_skipname >configure:12707: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:13027: checking for ANSI C header files >configure:13040: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13107: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:13135: checking for dirent.h that defines DIR >configure:13148: gcc -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure:13173: checking for opendir in -ldir >configure:13192: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -ldir -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/../../../../i686-pc-linux-gnu/bin/ld: cannot find -ldir >collect2: ld returned 1 exit status >distcc[310] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 13181 "configure" >#include "confdefs.h" >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char opendir(); > >int main() { >opendir() >; return 0; } >configure:13258: checking for fclose declaration >configure:13267: gcc -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure:13342: checking for dirent.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for ApplicationServices/ApplicationServices.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13348:53: ApplicationServices/ApplicationServices.h: No such file or directory >distcc[359] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 13347 "configure" >#include "confdefs.h" >#include <ApplicationServices/ApplicationServices.h> >configure:13342: checking for sys/param.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for sys/types.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for sys/time.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for netinet/in.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for alloca.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for arpa/inet.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for arpa/nameser.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for assert.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for crypt.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for fcntl.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for grp.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for ieeefp.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13348:20: ieeefp.h: No such file or directory >distcc[597] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 13347 "configure" >#include "confdefs.h" >#include <ieeefp.h> >configure:13342: checking for langinfo.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for limits.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for locale.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for monetary.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for mach-o/dyld.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13348:25: mach-o/dyld.h: No such file or directory >distcc[694] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 13347 "configure" >#include "confdefs.h" >#include <mach-o/dyld.h> >configure:13342: checking for netdb.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for pwd.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for resolv.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for signal.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for stdarg.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for stdlib.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for string.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for syslog.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for sysexits.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for sys/file.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for sys/mman.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for sys/mount.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for sys/poll.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for sys/resource.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for sys/select.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for sys/socket.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for sys/statfs.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for sys/statvfs.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for sys/vfs.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for sys/sysexits.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13348:26: sys/sysexits.h: No such file or directory >distcc[1096] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 13347 "configure" >#include "confdefs.h" >#include <sys/sysexits.h> >configure:13342: checking for sys/varargs.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13348:25: sys/varargs.h: No such file or directory >distcc[1113] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 13347 "configure" >#include "confdefs.h" >#include <sys/varargs.h> >configure:13342: checking for sys/wait.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for unistd.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for unix.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13348:18: unix.h: No such file or directory >distcc[1177] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 13347 "configure" >#include "confdefs.h" >#include <unix.h> >configure:13342: checking for utime.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for sys/utsname.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for sys/ipc.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13342: checking for dlfcn.h >configure:13352: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13381: checking for fopencookie >configure:13409: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:13440: gcc -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure:13492: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:13553: checking for broken getcwd >configure:13568: checking for broken libc stdio >configure:13629: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure: failed program was: >#line 13601 "configure" >#include "confdefs.h" > >#include <stdio.h> >int main(int argc, char *argv[]) >{ > FILE *fp; > long position; > char *filename = "/tmp/phpglibccheck"; > > fp = fopen(filename, "w"); > if (fp == NULL) { > perror("fopen"); > exit(2); > } > fputs("foobar", fp); > fclose(fp); > > fp = fopen(filename, "a+"); > position = ftell(fp); > fclose(fp); > unlink(filename); > if (position == 0) > return 1; > return 0; >} > >configure:13657: checking whether struct tm is in sys/time.h or time.h >configure:13670: gcc -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure:13691: checking for tm_zone in struct tm >configure:13704: gcc -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure:13763: checking for tm_gmtoff in struct tm >configure:13776: gcc -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure:13799: checking for struct flock >configure:13814: gcc -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure:13841: checking for socklen_t >configure:13858: gcc -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure:13884: checking size of long >configure:13903: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:13923: checking size of int >configure:13942: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:13963: checking for st_blksize in struct stat >configure:13976: gcc -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure:13998: checking for st_blocks in struct stat >configure:14011: gcc -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure:14038: checking for st_rdev in struct stat >configure:14051: gcc -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure:14073: checking for size_t >configure:14106: checking for uid_t in sys/types.h >configure:14141: checking for struct sockaddr_storage >configure:14154: gcc -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure:14186: gcc -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure: In function `main': >configure:14182: structure has no member named `sa_len' >distcc[1505] ERROR: compile on legolas failed with exit code 1 >configure: failed program was: >#line 14176 "configure" >#include "confdefs.h" > >#include <sys/types.h> >#include <sys/socket.h> > >int main() { >static struct sockaddr sa; int n = (int) sa.sa_len; return n >; return 0; } >configure:14199: checking for IPv6 support >configure:14213: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14231: checking for vprintf >configure:14259: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for alphasort >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for asctime_r >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for chroot >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for ctime_r >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for cuserid >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for crypt >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/mod_php-4.3.4-r1/temp/ccZmTCxd.o(.text+0xa): In function `main': >: undefined reference to `crypt' >collect2: ld returned 1 exit status >distcc[1642] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 14408 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char crypt(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char crypt(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_crypt) || defined (__stub___crypt) >choke me >#else >crypt(); >#endif > >; return 0; } >configure:14403: checking for flock >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for ftok >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for funopen >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/mod_php-4.3.4-r1/temp/ccJCZNt9.o(.text+0xa): In function `main': >: undefined reference to `funopen' >collect2: ld returned 1 exit status >distcc[1690] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 14408 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char funopen(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char funopen(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_funopen) || defined (__stub___funopen) >choke me >#else >funopen(); >#endif > >; return 0; } >configure:14403: checking for gai_strerror >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for gcvt >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for getlogin >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for getprotobyname >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for getprotobynumber >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for getservbyname >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for getservbyport >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for getrusage >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for gettimeofday >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for gmtime_r >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for isascii >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for link >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for localtime_r >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for lockf >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for lrand48 >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for memcpy >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14415: warning: conflicting types for built-in function `memcpy' >configure:14403: checking for memmove >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for mkstemp >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for mmap >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for nl_langinfo >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for perror >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for poll >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for putenv >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for realpath >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for random >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for rand_r >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for regcomp >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for res_search >configure:14403: checking for scandir >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for setitimer >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for setlocale >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for localeconv >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for setsockopt >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for setvbuf >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for shutdown >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for sin >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14415: warning: conflicting types for built-in function `sin' >configure:14403: checking for snprintf >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for srand48 >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for srandom >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for statfs >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for statvfs >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for std_syslog >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/mod_php-4.3.4-r1/temp/ccrw94yz.o(.text+0xa): In function `main': >: undefined reference to `std_syslog' >collect2: ld returned 1 exit status >distcc[2392] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 14408 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char std_syslog(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char std_syslog(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_std_syslog) || defined (__stub___std_syslog) >choke me >#else >std_syslog(); >#endif > >; return 0; } >configure:14403: checking for strcasecmp >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for strcoll >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for strdup >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for strerror >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for strftime >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for strstr >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14415: warning: conflicting types for built-in function `strstr' >configure:14403: checking for strtok_r >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for symlink >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for tempnam >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/mod_php-4.3.4-r1/temp/ccnysDR9.o(.text+0xa): In function `main': >: warning: the use of `tempnam' is dangerous, better use `mkstemp' >configure:14403: checking for tzset >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for unsetenv >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for usleep >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for utime >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14403: checking for vsnprintf >configure:14431: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14457: checking for getaddrinfo >configure:14469: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14492: checking for strlcat >configure:14520: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/mod_php-4.3.4-r1/temp/ccbZzzh9.o(.text+0xa): In function `main': >: undefined reference to `strlcat' >collect2: ld returned 1 exit status >distcc[2658] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 14497 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char strlcat(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char strlcat(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_strlcat) || defined (__stub___strlcat) >choke me >#else >strlcat(); >#endif > >; return 0; } >configure:14492: checking for strlcpy >configure:14520: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/mod_php-4.3.4-r1/temp/ccCwVlgl.o(.text+0xa): In function `main': >: undefined reference to `strlcpy' >collect2: ld returned 1 exit status >distcc[2672] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 14497 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char strlcpy(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char strlcpy(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_strlcpy) || defined (__stub___strlcpy) >choke me >#else >strlcpy(); >#endif > >; return 0; } >configure:14492: checking for getopt >configure:14520: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14547: checking whether utime accepts a null argument >configure:14568: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14594: checking for working alloca.h >configure:14627: checking for alloca >configure:14660: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14827: checking whether sprintf is broken >configure:14842: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14876: checking whether snprintf is broken >configure:14906: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14940: checking for declared timezone >configure:14961: gcc -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure:14987: checking for type of reentrant time-related functions >configure:15016: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure: In function `main': >configure:15008: warning: assignment makes integer from pointer without a cast >configure:15009: too many arguments to function `asctime_r' >distcc[2775] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 14998 "configure" >#include "confdefs.h" > >#include <time.h> > >main() { >char buf[27]; >struct tm t; >time_t old = 0; >int r, s; > >s = gmtime_r(&old, &t); >r = (int) asctime_r(&t, buf, 26); >if (r == s && s == 0) return (0); >return (1); >} > >configure:15046: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure: In function `main': >configure:15039: too many arguments to function `asctime_r' >distcc[2784] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 15030 "configure" >#include "confdefs.h" > >#include <time.h> >main() { > struct tm t, *s; > time_t old = 0; > char buf[27], *p; > > s = gmtime_r(&old, &t); > p = asctime_r(&t, buf, 26); > if (p == buf && s == &t) return (0); > return (1); >} > >configure:15084: checking for readdir_r >configure:15112: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15134: checking for type of readdir_r >configure:15170: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15288: checking whether to include debugging symbols >configure:15321: checking layout of installed files >configure:15355: checking path to configuration file >configure:15391: checking directory to be scanned for configuration files >configure:15421: checking whether to enable safe mode by default >configure:15456: checking for safe mode exec dir >configure:15497: checking whether to enable PHP's own SIGCHLD handler >configure:15534: checking whether to enable magic quotes by default >configure:15571: checking whether to enable runpaths >configure:15596: checking whether to explicitly link against libgcc >configure:15675: checking whether to enable short tags by default >configure:15712: checking whether to enable dmalloc >configure:15800: checking whether to enable IPv6 support >configure:15830: checking whether to enable versioning >configure:15882: checking for OpenSSL support >configure:15935: checking for pkg-config >configure:16122: checking for OpenSSL version >configure:16299: checking for CRYPTO_free in -lcrypto >configure:16318: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:16456: checking for SSL_CTX_set_ssl_version in -lssl >configure:16475: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:16766: checking for ZLIB support >configure:16812: checking if the location of ZLIB install directory is defined >configure:17152: checking for gzgets in -lz >configure:17171: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:17309: checking whether to enable bc style precision math functions >configure:17590: checking for BZip2 support >configure:17733: checking for BZ2_bzerror in -lbz2 >configure:17752: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:18134: checking whether to enable calendar conversion support >configure:18398: checking for cpdflib support >configure:19434: checking for CRACKlib support >configure:19844: checking whether to enable ctype functions >configure:20106: checking for CURL support >configure:20884: checking for cyrus imap support >configure:21796: checking for xDBM support >configure:22414: checking whether to enable DBA >configure:22740: checking for GDBM support >configure:23045: checking for NDBM support >configure:23344: checking for Berkeley DB4 support >configure:23664: checking for Berkeley DB3 support >configure:23984: checking for Berkeley DB2 support >configure:24304: checking for DBM support >configure:24645: checking for CDB support >configure:24699: checking for INI File support >configure:24753: checking for FlatFile support >configure:24768: checking whether to enable DBA interface >configure:25010: checking whether to enable dbase support >configure:25272: checking whether to enable dbx support >configure:25530: checking whether to enable direct I/O support >configure:25790: checking for DOM support >configure:25884: checking for libxml version >configure:26450: checking for DOM XSLT support >configure:26475: checking for DOM EXSLT support >configure:26516: checking for libxslt version >configure:26946: checking for libexslt version >configure:27118: checking whether to enable EXIF (metadata from images) support >configure:27380: checking for FrontBase SQL92 (fbsql) support >configure:27801: checking for FDF support >configure:28512: checking whether to enable the bundled filePro support >configure:28774: checking for FriBidi support >configure:29216: checking whether to enable FTP support >configure:29479: checking for GD support >configure:29526: checking for the location of libjpeg >configure:29553: checking for the location of libpng >configure:29606: checking for the location of libXpm >configure:29631: checking for FreeType 1.x support >configure:29656: checking for FreeType 2 >configure:29681: checking for T1lib support >configure:29706: checking whether to enable truetype string function in GD >configure:29731: checking whether to enable JIS-mapped Japanese font support in GD >configure:36468: checking for GNU gettext support >configure:36526: checking for bindtextdomain in -lintl >configure:36545: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe -L/usr/lib conftest.c -lintl -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lintl >collect2: ld returned 1 exit status >distcc[3074] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 36534 "configure" >#include "confdefs.h" >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char bindtextdomain(); > >int main() { >bindtextdomain() >; return 0; } >configure:36567: checking for bindtextdomain in -lc >configure:36586: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe -L/usr/lib conftest.c -lc -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >configure:36965: checking for ngettext in -lc >configure:36984: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lc -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >configure:37008: checking for dngettext in -lc >configure:37027: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lc -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >configure:37051: checking for dcngettext in -lc >configure:37070: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lc -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >configure:37094: checking for bind_textdomain_codeset in -lc >configure:37113: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lc -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >configure:37143: checking for GNU MP support >configure:37545: checking for hwapi support >configure:38257: checking for Hyperwave support >configure:38499: checking for iconv support >configure:38550: checking for iconv >configure:38578: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >configure:39122: checking if iconv is glibc's >configure:39131: gcc -o conftest -I/usr/include -O3 -march=athlon-tbird -funroll-loops -pipe -L/usr/lib conftest.c -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >configure:39234: checking if iconv supports errno >configure:39260: gcc -o conftest -I/usr/include -O3 -march=athlon-tbird -funroll-loops -pipe -L/usr/lib conftest.c -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >configure:39292: checking if your cpp allows macro usage in include lines >configure:39304: gcc -c -I/usr/include -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure:39560: checking for IMAP support >configure:39930: checking for pam_start in -lpam >configure:39949: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lpam -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >configure:39977: checking for crypt in -lcrypt >configure:39996: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lcrypt -lpam -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >configure:40396: checking whether SSL libraries are needed for c-client >configure:40526: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lc-client -lssl -lcrypto -lcrypt -lpam -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >/var/tmp/portage/mod_php-4.3.4-r1/temp/ccqUJjtJ.o(.text+0xa): In function `main': >: undefined reference to `auth_gssapi_valid' >collect2: ld returned 1 exit status >distcc[3301] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 40501 "configure" >#include "confdefs.h" > > void mm_log(void){} > void mm_dlog(void){} > void mm_flags(void){} > void mm_fatal(void){} > void mm_critical(void){} > void mm_nocritical(void){} > void mm_notify(void){} > void mm_login(void){} > void mm_diskerror(void){} > void mm_status(void){} > void mm_lsub(void){} > void mm_list(void){} > void mm_exists(void){} > void mm_searched(void){} > void mm_expunged(void){} > char auth_gssapi_valid(); > int main() { > auth_gssapi_valid(); > return 0; > } > >configure:40552: checking whether IMAP works >configure:40585: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c -lc-client -lssl -lcrypto -lcrypt -lpam -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/../../../libc-client.a(osdep.o)(.text+0x9b48): In function `ssl_onceonlyinit': >/tmp/distcc_legolas.bobspants.com_1007/osdep.c:287: warning: the use of `tmpnam' is dangerous, better use `mkstemp' >configure:40615: checking for Informix support >configure:41202: checking for Ingres II support >configure:41709: checking for InterBase support >configure:42377: checking for IRCG support >configure:42857: checking for Java support >configure:42910: checking Java Jar location >configure:42936: checking Java C location >configure:43115: checking Checking for libjava >configure:43640: checking for LDAP support >configure:46010: checking whether to enable multibyte string support >configure:46056: checking whether to enable multibyte regex support >configure:46081: checking for external libmbfl >configure:46781: checking for MCAL support >configure:47177: checking for mcrypt support >configure:47310: checking for mcrypt_module_open in -lmcrypt >configure:47329: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -lltdl conftest.c -lmcrypt -lcrypt -lpam -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >configure:47457: checking for mcrypt_generic_deinit in -lmcrypt >configure:47476: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lmcrypt -lltdl -lcrypt -lpam -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >configure:48284: checking for MCVE support >configure:48330: checking OpenSSL dir for MCVE >configure:49508: checking for mhash support >configure:49909: checking whether to include mime_magic support >configure:50193: checking for MING support >configure:50859: checking for mnoGoSearch support >configure:51264: checking for msession support >configure:51649: checking for mSQL support >configure:52087: checking for MSSQL support via FreeTDS >configure:52700: checking for MySQL support >configure:52746: checking for specified location of the MySQL UNIX socket >configure:52803: checking for MySQL UNIX socket location >configure:54423: checking size of char >configure:54442: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lmhash -lmcrypt -lltdl -lcrypt -lpam -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >configure:54463: checking size of int >configure:54502: checking size of long >configure:54541: checking size of long long >configure:54560: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lmhash -lmcrypt -lltdl -lcrypt -lpam -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >configure:54580: checking for size_t >configure:54613: checking whether time.h and sys/time.h may both be included >configure:54627: gcc -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure:54648: checking for uid_t in sys/types.h >configure:54683: checking for type ulong >configure:54702: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lmhash -lmcrypt -lltdl -lcrypt -lpam -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >configure:54726: checking for type uchar >configure:54745: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lmhash -lmcrypt -lltdl -lcrypt -lpam -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >configure: In function `main': >configure:54739: `uchar' undeclared (first use in this function) >configure:54739: (Each undeclared identifier is reported only once >configure:54739: for each function it appears in.) >configure:54739: parse error before "foo" >configure:54740: `foo' undeclared (first use in this function) >distcc[3564] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 54734 "configure" >#include "confdefs.h" >#include <stdio.h> >#include <sys/types.h> >main() >{ > uchar foo; > foo++; > exit(0); >} >configure:54769: checking for type uint >configure:54788: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lmhash -lmcrypt -lltdl -lcrypt -lpam -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >configure:54812: checking for type ushort >configure:54831: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lmhash -lmcrypt -lltdl -lcrypt -lpam -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >configure:54855: checking for int8 >configure:54885: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lmhash -lmcrypt -lltdl -lcrypt -lpam -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >configure: In function `main': >configure:54879: `int8' undeclared (first use in this function) >configure:54879: (Each undeclared identifier is reported only once >configure:54879: for each function it appears in.) >configure:54879: parse error before "i" >distcc[3603] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 54863 "configure" >#include "confdefs.h" > >#ifdef HAVE_STDLIB_H >#include <stdlib.h> >#endif > >#ifdef HAVE_STDDEF_H >#include <stddef.h> >#endif > >#ifdef HAVE_SYS_TYPES_H >#include <sys/types.h> >#endif > >int main() >{ > int8 i; > return 0; >} > >configure:54911: checking base type of last arg to accept >configure:54939: g++ -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.C 1>&5 >configure:54988: checking return type of qsort >configure:55006: gcc -c -O3 -march=athlon-tbird -funroll-loops -pipe conftest.c 1>&5 >configure:55357: checking for mysql_close in -lmysqlclient >configure:55376: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lmysqlclient -lmhash -lmcrypt -lltdl -lcrypt -lpam -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >configure:55957: checking for ncurses support >configure:56923: checking for Oracle-OCI8 support >configure:58646: checking for Adabas support >configure:58839: checking for SAP DB support >configure:58969: checking for Solid support >configure:59113: checking for IBM DB2 support >configure:59176: checking for Empress support >configure:59246: checking for Empress local access support >configure:59332: checking for Birdstep support >configure:59396: checking for a custom ODBC support >configure:59430: checking for iODBC support >configure:59572: checking for Easysoft ODBC-ODBC Bridge support >configure:59632: checking for unixODBC support >configure:59692: checking for DBMaker support >configure:60199: checking for Oracle-ORACLE support >configure:65219: checking whether to enable user-space object overloading support >configure:65481: checking for Ovrimos SQL Server support >configure:65927: checking whether to enable pcntl support >configure:66365: checking for PCRE support >configure:67005: checking for PDFlib support >configure:67132: checking for the location of libtiff >configure:67451: checking for jpeg_read_header in -ljpeg >configure:67470: gcc -o conftest -O3 -march=athlon-tbird -funroll-loops -pipe -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -ljpeg -lmysqlclient -lmhash -lmcrypt -lltdl -lcrypt -lpam -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lxml2 -lz -lm 1>&5 >/var/tmp/portage/mod_php-4.3.4-r1/temp/cc6iqp07.o(.text+0xa): In function `main': >: undefined reference to `jpeg_read_header' >collect2: ld returned 1 exit status >distcc[3686] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 67459 "configure" >#include "confdefs.h" >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char jpeg_read_header(); > >int main() { >jpeg_read_header() >; return 0; }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 27525
:
16805
|
20734
| 21305