[Date Prev][Date Next] [Chronological] [Thread] [Top]

make depend and make errors (ITS#362)



This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_000_01BF2CA9.CAD32596
Content-Type: text/plain;
	charset="iso-8859-1"

Hi, i'm trying to build openldap and it gave me a ton of errors. I've
followed and read all the docs, ie. README, INSTALL, hints, etc... and still
it doesn't have anything to do with this. Below are the spec about my
system. I've also attached config.log and the error files for both "make
depend" and "make" so you can take a look.

redhat linux 6.1
kernel 2.2.13
openldap-1.2.7
binutils-2.9.1.0.23
egcs-1.1.2

Please let me know if you need anything else,
Thinh


------_=_NextPart_000_01BF2CA9.CAD32596
Content-Type: application/octet-stream;
	name="config.log"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="config.log"

This file contains any messages produced by compilers while=0A=
running configure, to aid debugging if configure makes a mistake.=0A=
=0A=
configure:620: checking for a BSD compatible install=0A=
configure:677: checking whether build environment is sane=0A=
configure:738: checking for mawk=0A=
configure:768: checking whether make sets ${MAKE}=0A=
configure:808: checking for working aclocal=0A=
configure:821: checking for working autoconf=0A=
configure:834: checking for working automake=0A=
configure:847: checking for working autoheader=0A=
configure:860: checking for working makeinfo=0A=
configure:880: checking for gnutar=0A=
configure:880: checking for gtar=0A=
configure:921: checking configure arguments=0A=
configure:1644: checking host system type=0A=
configure:1719: checking for a BSD compatible install=0A=
configure:1800: checking build system type=0A=
configure:1841: checking for ranlib=0A=
configure:1871: checking for gcc=0A=
configure:1984: checking whether the C compiler (gcc   ) works=0A=
configure:2000: gcc -o conftest    conftest.c  1>&5=0A=
configure:2026: checking whether the C compiler (gcc   ) is a =
cross-compiler=0A=
configure:2031: checking whether we are using GNU C=0A=
configure:2040: gcc -E conftest.c=0A=
configure:2059: checking whether gcc accepts -g=0A=
configure:2102: checking for ld used by GCC=0A=
configure:2165: checking if the linker (/usr/bin/ld) is GNU ld=0A=
GNU ld version 2.9.1 (with BFD 2.9.1.0.24)=0A=
configure:2181: checking for BSD-compatible nm=0A=
configure:2218: checking whether ln -s works=0A=
ltconfig:603: checking for object suffix=0A=
ltconfig:604: gcc -c -g -O2  conftest.c 1>&5=0A=
ltconfig:629: checking for executable suffix=0A=
ltconfig:630: gcc -o conftest -g -O2   conftest.c  1>&5=0A=
ltconfig:776: checking if gcc PIC flag -fPIC works=0A=
ltconfig:777: gcc -c -g -O2 -fPIC -DPIC  conftest.c 1>&5=0A=
ltconfig:829: checking if gcc supports -c -o file.o=0A=
ltconfig:830: gcc -c -g -O2 -o out/conftest2.o  conftest.c 1>&5=0A=
ltconfig:862: checking if gcc supports -c -o file.lo=0A=
ltconfig:863: gcc -c -g -O2 -c -o conftest.lo  conftest.c 1>&5=0A=
ltconfig:914: checking if gcc supports -fno-rtti -fno-exceptions=0A=
ltconfig:915: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c  =
conftest.c 1>&5=0A=
ltconfig:958: checking if gcc static flag -static works=0A=
ltconfig:959: gcc -o conftest -g -O2   -static conftest.c  1>&5=0A=
GNU ld version 2.9.1 (with BFD 2.9.1.0.24)=0A=
ltconfig:1592: checking if global_symbol_pipe works=0A=
ltconfig:1593: gcc -c -g -O2  conftest.c 1>&5=0A=
ltconfig:1596: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ 	=
]\([ABCDGISTW]\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' =
> conftest.nm"=0A=
ltconfig:1648: gcc -o conftest -g -O2 -fno-builtin -fno-rtti =
-fno-exceptions   conftest.c conftstm.o 1>&5=0A=
configure:2348: checking for sendmail=0A=
configure:2384: checking for vi=0A=
configure:2420: checking for finger=0A=
configure:2468: checking how to run the C preprocessor=0A=
configure:2489: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:2549: checking for AIX=0A=
configure:2573: checking for POSIXized ISC=0A=
configure:2595: checking for minix/config.h=0A=
configure:2605: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:2601: minix/config.h: No such file or directory=0A=
configure: failed program was:=0A=
#line 2600 "configure"=0A=
#include "confdefs.h"=0A=
#include <minix/config.h>=0A=
configure:2644: checking for be_app in -lbe=0A=
configure:2663: gcc -o conftest -g -O2   conftest.c -lbe -lroot -lnet  =
1>&5=0A=
/usr/bin/ld: cannot open -lbe: No such file or directory=0A=
collect2: ld returned 1 exit status=0A=
configure: failed program was:=0A=
#line 2652 "configure"=0A=
#include "confdefs.h"=0A=
/* Override any gcc2 internal prototype to avoid an error.  */=0A=
/* We use char because int might match the return type of a gcc2=0A=
    builtin and then its argument prototype would still apply.  */=0A=
char be_app();=0A=
=0A=
int main() {=0A=
be_app()=0A=
; return 0; }=0A=
configure:2689: checking for gcc option to accept ANSI C=0A=
configure:2743: gcc  -c -g -O2  conftest.c 1>&5=0A=
configure:2774: checking for socket=0A=
configure:2803: gcc -o conftest -g -O2   conftest.c  1>&5=0A=
configure:3090: checking for res_search=0A=
configure:3119: gcc -o conftest -g -O2   conftest.c  1>&5=0A=
/tmp/ccynsfkV.o: In function `main':=0A=
/usr/src/net/openldap/ldap/configure:3113: undefined reference to =
`res_search'=0A=
collect2: ld returned 1 exit status=0A=
configure: failed program was:=0A=
#line 3095 "configure"=0A=
#include "confdefs.h"=0A=
/* System header to define __stub macros and hopefully few =
prototypes,=0A=
    which can conflict with char res_search(); below.  */=0A=
#include <assert.h>=0A=
/* Override any gcc2 internal prototype to avoid an error.  */=0A=
/* We use char because int might match the return type of a gcc2=0A=
    builtin and then its argument prototype would still apply.  */=0A=
char res_search();=0A=
char (*f)();=0A=
=0A=
int main() {=0A=
=0A=
/* The GNU C library defines this for functions which it implements=0A=
    to always fail with ENOSYS.  Some functions are actually named=0A=
    something starting with __ and the normal name is an alias.  */=0A=
#if defined (__stub_res_search) || defined (__stub___res_search)=0A=
choke me=0A=
#else=0A=
f =3D res_search;=0A=
#endif=0A=
=0A=
; return 0; }=0A=
configure:3145: checking for res_search in -lbind=0A=
configure:3164: gcc -o conftest -g -O2   conftest.c -lbind   1>&5=0A=
/usr/bin/ld: cannot open -lbind: No such file or directory=0A=
collect2: ld returned 1 exit status=0A=
configure: failed program was:=0A=
#line 3153 "configure"=0A=
#include "confdefs.h"=0A=
/* Override any gcc2 internal prototype to avoid an error.  */=0A=
/* We use char because int might match the return type of a gcc2=0A=
    builtin and then its argument prototype would still apply.  */=0A=
char res_search();=0A=
=0A=
int main() {=0A=
res_search()=0A=
; return 0; }=0A=
configure:3198: checking for res_search in -lresolv=0A=
configure:3217: gcc -o conftest -g -O2   conftest.c -lresolv   1>&5=0A=
configure:3254: checking for sigset in -lV3=0A=
configure:3273: gcc -o conftest -g -O2   conftest.c -lV3  -lresolv  =
1>&5=0A=
/usr/bin/ld: cannot open -lV3: No such file or directory=0A=
collect2: ld returned 1 exit status=0A=
configure: failed program was:=0A=
#line 3262 "configure"=0A=
#include "confdefs.h"=0A=
/* Override any gcc2 internal prototype to avoid an error.  */=0A=
/* We use char because int might match the return type of a gcc2=0A=
    builtin and then its argument prototype would still apply.  */=0A=
char sigset();=0A=
=0A=
int main() {=0A=
sigset()=0A=
; return 0; }=0A=
configure:3528: checking for kerberosIV/krb.h=0A=
configure:3538: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:3534: kerberosIV/krb.h: No such file or directory=0A=
configure: failed program was:=0A=
#line 3533 "configure"=0A=
#include "confdefs.h"=0A=
#include <kerberosIV/krb.h>=0A=
configure:3528: checking for kerberosIV/des.h=0A=
configure:3538: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:3534: kerberosIV/des.h: No such file or directory=0A=
configure: failed program was:=0A=
#line 3533 "configure"=0A=
#include "confdefs.h"=0A=
#include <kerberosIV/des.h>=0A=
configure:3667: checking for krb.h=0A=
configure:3677: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:3673: krb.h: No such file or directory=0A=
configure: failed program was:=0A=
#line 3672 "configure"=0A=
#include "confdefs.h"=0A=
#include <krb.h>=0A=
configure:3667: checking for des.h=0A=
configure:3677: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:3673: des.h: No such file or directory=0A=
configure: failed program was:=0A=
#line 3672 "configure"=0A=
#include "confdefs.h"=0A=
#include <des.h>=0A=
configure:3767: checking for pthread.h=0A=
configure:3777: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:3767: checking for sched.h=0A=
configure:3777: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:3806: checking POSIX thread version=0A=
configure:3887: checking for LinuxThreads=0A=
configure:3913: checking for pthread_create=0A=
configure:3942: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
/tmp/cccz0fEY.o: In function `main':=0A=
/usr/src/net/openldap/ldap/configure:3936: undefined reference to =
`pthread_create'=0A=
collect2: ld returned 1 exit status=0A=
configure: failed program was:=0A=
#line 3918 "configure"=0A=
#include "confdefs.h"=0A=
/* System header to define __stub macros and hopefully few =
prototypes,=0A=
    which can conflict with char pthread_create(); below.  */=0A=
#include <assert.h>=0A=
/* Override any gcc2 internal prototype to avoid an error.  */=0A=
/* We use char because int might match the return type of a gcc2=0A=
    builtin and then its argument prototype would still apply.  */=0A=
char pthread_create();=0A=
char (*f)();=0A=
=0A=
int main() {=0A=
=0A=
/* The GNU C library defines this for functions which it implements=0A=
    to always fail with ENOSYS.  Some functions are actually named=0A=
    something starting with __ and the normal name is an alias.  */=0A=
#if defined (__stub_pthread_create) || defined =
(__stub___pthread_create)=0A=
choke me=0A=
#else=0A=
f =3D pthread_create;=0A=
#endif=0A=
=0A=
; return 0; }=0A=
configure:3964: checking for pthread_create with -kthread=0A=
configure:3979: gcc -o conftest -g -O2   conftest.c -kthread -lresolv  =
1>&5=0A=
gcc: unrecognized option `-kthread'=0A=
/tmp/cclbjRGG.o: In function `main':=0A=
/usr/src/net/openldap/ldap/configure:3975: undefined reference to =
`pthread_create'=0A=
collect2: ld returned 1 exit status=0A=
configure: failed program was:=0A=
#line 3972 "configure"=0A=
#include "confdefs.h"=0A=
#include <pthread.h>=0A=
int main() {=0A=
pthread_create(NULL,NULL,NULL,NULL);=0A=
; return 0; }=0A=
configure:4003: checking for pthread_create with -pthread=0A=
configure:4018: gcc -o conftest -g -O2   conftest.c -pthread -lresolv  =
1>&5=0A=
configure:4765: checking for sched_yield=0A=
configure:4794: gcc -o conftest -g -O2   conftest.c  -pthread -lresolv  =
1>&5=0A=
configure:4765: checking for pthread_yield=0A=
configure:4794: gcc -o conftest -g -O2   conftest.c  -pthread -lresolv  =
1>&5=0A=
/tmp/ccMLmZOq.o: In function `main':=0A=
/usr/src/net/openldap/ldap/configure:4788: undefined reference to =
`pthread_yield'=0A=
collect2: ld returned 1 exit status=0A=
configure: failed program was:=0A=
#line 4770 "configure"=0A=
#include "confdefs.h"=0A=
/* System header to define __stub macros and hopefully few =
prototypes,=0A=
    which can conflict with char pthread_yield(); below.  */=0A=
#include <assert.h>=0A=
/* Override any gcc2 internal prototype to avoid an error.  */=0A=
/* We use char because int might match the return type of a gcc2=0A=
    builtin and then its argument prototype would still apply.  */=0A=
char pthread_yield();=0A=
char (*f)();=0A=
=0A=
int main() {=0A=
=0A=
/* The GNU C library defines this for functions which it implements=0A=
    to always fail with ENOSYS.  Some functions are actually named=0A=
    something starting with __ and the normal name is an alias.  */=0A=
#if defined (__stub_pthread_yield) || defined =
(__stub___pthread_yield)=0A=
choke me=0A=
#else=0A=
f =3D pthread_yield;=0A=
#endif=0A=
=0A=
; return 0; }=0A=
configure:4936: checking for pthread_kill=0A=
configure:4965: gcc -o conftest -g -O2   conftest.c  -pthread -lresolv  =
1>&5=0A=
configure:4991: checking for pthread_detach with <pthread.h>=0A=
configure:5004: gcc -o conftest -g -O2   conftest.c  -pthread -lresolv  =
1>&5=0A=
configure: In function `main':=0A=
configure:5000: warning: passing arg 1 of `pthread_detach' makes =
integer from pointer without a cast=0A=
configure:5036: checking for pthread_setconcurrency=0A=
configure:5065: gcc -o conftest -g -O2   conftest.c  -pthread -lresolv  =
1>&5=0A=
configure:5036: checking for pthread_getconcurrency=0A=
configure:5065: gcc -o conftest -g -O2   conftest.c  -pthread -lresolv  =
1>&5=0A=
configure:5036: checking for thr_setconcurrency=0A=
configure:5065: gcc -o conftest -g -O2   conftest.c  -pthread -lresolv  =
1>&5=0A=
/tmp/cckNeQer.o: In function `main':=0A=
/usr/src/net/openldap/ldap/configure:5059: undefined reference to =
`thr_setconcurrency'=0A=
collect2: ld returned 1 exit status=0A=
configure: failed program was:=0A=
#line 5041 "configure"=0A=
#include "confdefs.h"=0A=
/* System header to define __stub macros and hopefully few =
prototypes,=0A=
    which can conflict with char thr_setconcurrency(); below.  */=0A=
#include <assert.h>=0A=
/* Override any gcc2 internal prototype to avoid an error.  */=0A=
/* We use char because int might match the return type of a gcc2=0A=
    builtin and then its argument prototype would still apply.  */=0A=
char thr_setconcurrency();=0A=
char (*f)();=0A=
=0A=
int main() {=0A=
=0A=
/* The GNU C library defines this for functions which it implements=0A=
    to always fail with ENOSYS.  Some functions are actually named=0A=
    something starting with __ and the normal name is an alias.  */=0A=
#if defined (__stub_thr_setconcurrency) || defined =
(__stub___thr_setconcurrency)=0A=
choke me=0A=
#else=0A=
f =3D thr_setconcurrency;=0A=
#endif=0A=
=0A=
; return 0; }=0A=
configure:5036: checking for thr_getconcurrency=0A=
configure:5065: gcc -o conftest -g -O2   conftest.c  -pthread -lresolv  =
1>&5=0A=
/tmp/ccFFZH76.o: In function `main':=0A=
/usr/src/net/openldap/ldap/configure:5059: undefined reference to =
`thr_getconcurrency'=0A=
collect2: ld returned 1 exit status=0A=
configure: failed program was:=0A=
#line 5041 "configure"=0A=
#include "confdefs.h"=0A=
/* System header to define __stub macros and hopefully few =
prototypes,=0A=
    which can conflict with char thr_getconcurrency(); below.  */=0A=
#include <assert.h>=0A=
/* Override any gcc2 internal prototype to avoid an error.  */=0A=
/* We use char because int might match the return type of a gcc2=0A=
    builtin and then its argument prototype would still apply.  */=0A=
char thr_getconcurrency();=0A=
char (*f)();=0A=
=0A=
int main() {=0A=
=0A=
/* The GNU C library defines this for functions which it implements=0A=
    to always fail with ENOSYS.  Some functions are actually named=0A=
    something starting with __ and the normal name is an alias.  */=0A=
#if defined (__stub_thr_getconcurrency) || defined =
(__stub___thr_getconcurrency)=0A=
choke me=0A=
#else=0A=
f =3D thr_getconcurrency;=0A=
#endif=0A=
=0A=
; return 0; }=0A=
configure:5091: checking if pthread_create() works=0A=
configure:5123: gcc -o conftest -g -O2   conftest.c  -pthread -lresolv  =
1>&5=0A=
configure:5145: checking if select yields when using pthreads=0A=
configure:5227: gcc -o conftest -g -O2   conftest.c  -pthread -lresolv  =
1>&5=0A=
configure: failed program was:=0A=
#line 5155 "configure"=0A=
#include "confdefs.h"=0A=
=0A=
#include <sys/types.h>=0A=
#include <sys/time.h>=0A=
#include <unistd.h>=0A=
#include <pthread.h>=0A=
#ifndef NULL=0A=
#define NULL (void*) 0=0A=
#endif=0A=
=0A=
static int fildes[2];=0A=
=0A=
static void *task(p)=0A=
	void *p;=0A=
{=0A=
	int i;=0A=
	struct timeval tv;=0A=
=0A=
	fd_set rfds;=0A=
=0A=
	tv.tv_sec=3D10;=0A=
	tv.tv_usec=3D0;=0A=
=0A=
	FD_ZERO(&rfds);=0A=
	FD_SET(fildes[0], &rfds);=0A=
=0A=
	/* we're not interested in any fds */=0A=
	i =3D select(FD_SETSIZE, &rfds, NULL, NULL, &tv);=0A=
=0A=
	if(i < 0) {=0A=
		perror("select");=0A=
		exit(10);=0A=
	}=0A=
=0A=
	exit(0); /* if we exit here, the select blocked the whole process =
*/=0A=
}=0A=
=0A=
int main(argc, argv)=0A=
	int argc;=0A=
	char **argv;=0A=
{=0A=
	pthread_t t;=0A=
=0A=
	/* create a pipe to select */=0A=
	if(pipe(&fildes[0])) {=0A=
		perror("select");=0A=
		exit(1);=0A=
	}=0A=
=0A=
#ifdef HAVE_PTHREAD_SETCONCURRENCY=0A=
	(void) pthread_setconcurrency(2);=0A=
#else=0A=
#ifdef HAVE_THR_SETCONCURRENCY=0A=
	/* Set Solaris LWP concurrency to 2 */=0A=
	thr_setconcurrency(2);=0A=
#endif=0A=
#endif=0A=
=0A=
	pthread_create(&t, NULL, task, NULL);=0A=
=0A=
#if HAVE_SCHED_YIELD=0A=
	sched_yield();	/* make sure task runs first */=0A=
#else=0A=
#ifdef HAVE_PTHREAD_YIELD=0A=
	pthread_yield();	/* make sure task runs first */=0A=
#endif=0A=
#endif=0A=
=0A=
	exit(2);=0A=
}=0A=
configure:5951: checking for thread specific errno=0A=
configure:5964: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:6006: checking for DB2 library=0A=
configure:6012: checking for db_open in -ldb=0A=
configure:6031: gcc -o conftest -g -O2   conftest.c -ldb  -lresolv  =
1>&5=0A=
configure:6062: checking for db.h=0A=
configure:6072: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:6100: checking if db.h is DB2=0A=
configure:6138: checking for Berkeley DB2=0A=
configure:7220: checking for termcap.h=0A=
configure:7230: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7220: checking for ncurses.h=0A=
configure:7230: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7259: checking for tputs in -ltermcap=0A=
configure:7278: gcc -o conftest -g -O2   conftest.c -ltermcap  -lresolv =
 1>&5=0A=
configure:7372: checking for crypt=0A=
configure:7401: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
/tmp/ccpIP02E.o: In function `main':=0A=
/usr/src/net/openldap/ldap/configure:7395: undefined reference to =
`crypt'=0A=
collect2: ld returned 1 exit status=0A=
configure: failed program was:=0A=
#line 7377 "configure"=0A=
#include "confdefs.h"=0A=
/* System header to define __stub macros and hopefully few =
prototypes,=0A=
    which can conflict with char crypt(); below.  */=0A=
#include <assert.h>=0A=
/* Override any gcc2 internal prototype to avoid an error.  */=0A=
/* We use char because int might match the return type of a gcc2=0A=
    builtin and then its argument prototype would still apply.  */=0A=
char crypt();=0A=
char (*f)();=0A=
=0A=
int main() {=0A=
=0A=
/* The GNU C library defines this for functions which it implements=0A=
    to always fail with ENOSYS.  Some functions are actually named=0A=
    something starting with __ and the normal name is an alias.  */=0A=
#if defined (__stub_crypt) || defined (__stub___crypt)=0A=
choke me=0A=
#else=0A=
f =3D crypt;=0A=
#endif=0A=
=0A=
; return 0; }=0A=
configure:7420: checking for crypt in -lcrypt=0A=
configure:7439: gcc -o conftest -g -O2   conftest.c -lcrypt  -lresolv  =
1>&5=0A=
configure:7483: checking for setproctitle=0A=
configure:7512: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
/tmp/ccYdL5AW.o: In function `main':=0A=
/usr/src/net/openldap/ldap/configure:7506: undefined reference to =
`setproctitle'=0A=
collect2: ld returned 1 exit status=0A=
configure: failed program was:=0A=
#line 7488 "configure"=0A=
#include "confdefs.h"=0A=
/* System header to define __stub macros and hopefully few =
prototypes,=0A=
    which can conflict with char setproctitle(); below.  */=0A=
#include <assert.h>=0A=
/* Override any gcc2 internal prototype to avoid an error.  */=0A=
/* We use char because int might match the return type of a gcc2=0A=
    builtin and then its argument prototype would still apply.  */=0A=
char setproctitle();=0A=
char (*f)();=0A=
=0A=
int main() {=0A=
=0A=
/* The GNU C library defines this for functions which it implements=0A=
    to always fail with ENOSYS.  Some functions are actually named=0A=
    something starting with __ and the normal name is an alias.  */=0A=
#if defined (__stub_setproctitle) || defined (__stub___setproctitle)=0A=
choke me=0A=
#else=0A=
f =3D setproctitle;=0A=
#endif=0A=
=0A=
; return 0; }=0A=
configure:7531: checking for setproctitle in -lutil=0A=
configure:7550: gcc -o conftest -g -O2   conftest.c -lutil  -lresolv  =
1>&5=0A=
/tmp/ccQtrcTC.o: In function `main':=0A=
/usr/src/net/openldap/ldap/configure:7546: undefined reference to =
`setproctitle'=0A=
collect2: ld returned 1 exit status=0A=
configure: failed program was:=0A=
#line 7539 "configure"=0A=
#include "confdefs.h"=0A=
/* Override any gcc2 internal prototype to avoid an error.  */=0A=
/* We use char because int might match the return type of a gcc2=0A=
    builtin and then its argument prototype would still apply.  */=0A=
char setproctitle();=0A=
=0A=
int main() {=0A=
setproctitle()=0A=
; return 0; }=0A=
configure:7585: checking for ANSI C header files=0A=
configure:7598: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7665: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:7698: checking for dirent.h that defines DIR=0A=
configure:7711: gcc -c -g -O2  conftest.c 1>&5=0A=
configure:7736: checking for opendir in -ldir=0A=
configure:7755: gcc -o conftest -g -O2   conftest.c -ldir  -lresolv  =
1>&5=0A=
/usr/bin/ld: cannot open -ldir: No such file or directory=0A=
collect2: ld returned 1 exit status=0A=
configure: failed program was:=0A=
#line 7744 "configure"=0A=
#include "confdefs.h"=0A=
/* Override any gcc2 internal prototype to avoid an error.  */=0A=
/* We use char because int might match the return type of a gcc2=0A=
    builtin and then its argument prototype would still apply.  */=0A=
char opendir();=0A=
=0A=
int main() {=0A=
opendir()=0A=
; return 0; }=0A=
configure:7819: checking for sys/wait.h that is POSIX.1 compatible=0A=
configure:7840: gcc -c -g -O2  conftest.c 1>&5=0A=
configure:7861: checking POSIX termios=0A=
configure:7876: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:7892: checking whether use of TIOCGWINSZ requires =
sys/ioctl.h=0A=
configure:7994: checking for arpa/nameser.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from /usr/include/arpa/nameser.h:87,=0A=
                 from configure:8000:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
configure: failed program was:=0A=
#line 7999 "configure"=0A=
#include "confdefs.h"=0A=
#include <arpa/nameser.h>=0A=
configure:7994: checking for crypt.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for errno.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for fcntl.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for filio.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:8000: filio.h: No such file or directory=0A=
configure: failed program was:=0A=
#line 7999 "configure"=0A=
#include "confdefs.h"=0A=
#include <filio.h>=0A=
configure:7994: checking for getopt.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for libutil.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:8000: libutil.h: No such file or directory=0A=
configure: failed program was:=0A=
#line 7999 "configure"=0A=
#include "confdefs.h"=0A=
#include <libutil.h>=0A=
configure:7994: checking for limits.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for malloc.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for memory.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for regex.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for psap.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:8000: psap.h: No such file or directory=0A=
configure: failed program was:=0A=
#line 7999 "configure"=0A=
#include "confdefs.h"=0A=
#include <psap.h>=0A=
configure:7994: checking for pwd.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for resolv.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from /usr/include/resolv.h:66,=0A=
                 from configure:8000:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
configure: failed program was:=0A=
#line 7999 "configure"=0A=
#include "confdefs.h"=0A=
#include <resolv.h>=0A=
configure:7994: checking for sgtty.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for stdarg.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for stddef.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for string.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for strings.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for sys/file.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for sys/filio.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:8000: sys/filio.h: No such file or directory=0A=
configure: failed program was:=0A=
#line 7999 "configure"=0A=
#include "confdefs.h"=0A=
#include <sys/filio.h>=0A=
configure:7994: checking for sys/errno.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for sys/ioctl.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for sys/param.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from configure:8000:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
configure: failed program was:=0A=
#line 7999 "configure"=0A=
#include "confdefs.h"=0A=
#include <sys/param.h>=0A=
configure:7994: checking for sys/resource.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for sys/select.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for sys/socket.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for sys/syslog.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for sys/time.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for sys/types.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for syslog.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for termios.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:7994: checking for unistd.h=0A=
configure:8004: gcc -E  conftest.c >/dev/null 2>conftest.out=0A=
configure:8032: checking for uid_t in sys/types.h=0A=
configure:8066: checking type of array argument to getgroups=0A=
configure:8099: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:8136: checking for mode_t=0A=
configure:8171: checking for off_t=0A=
configure:8206: checking for pid_t=0A=
configure:8241: checking for ptrdiff_t=0A=
configure:8253: gcc -c -g -O2  conftest.c 1>&5=0A=
configure:8274: checking return type of signal handlers=0A=
configure:8296: gcc -c -g -O2  conftest.c 1>&5=0A=
configure:8315: checking for size_t=0A=
configure:8350: checking for member st_blksize in aggregate type struct =
stat=0A=
configure:8363: gcc -c -g -O2  conftest.c 1>&5=0A=
configure:8385: checking whether time.h and sys/time.h may both be =
included=0A=
configure:8399: gcc -c -g -O2  conftest.c 1>&5=0A=
configure:8420: checking whether struct tm is in sys/time.h or =
time.h=0A=
configure:8433: gcc -c -g -O2  conftest.c 1>&5=0A=
configure:8456: checking if toupper() requires islower()=0A=
configure:8477: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:8500: checking for working const=0A=
configure:8554: gcc -c -g -O2  conftest.c 1>&5=0A=
configure:8582: checking whether byte ordering is bigendian=0A=
configure:8600: gcc -c -g -O2  conftest.c 1>&5=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from configure:8591:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
configure:8615: gcc -c -g -O2  conftest.c 1>&5=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from configure:8606:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
configure: In function `main':=0A=
configure:8610: `not' undeclared (first use in this function)=0A=
configure:8610: (Each undeclared identifier is reported only once=0A=
configure:8610: for each function it appears in.)=0A=
configure:8610: parse error before `big'=0A=
configure: failed program was:=0A=
#line 8604 "configure"=0A=
#include "confdefs.h"=0A=
#include <sys/types.h>=0A=
#include <sys/param.h>=0A=
int main() {=0A=
=0A=
#if BYTE_ORDER !=3D BIG_ENDIAN=0A=
 not big endian=0A=
#endif=0A=
; return 0; }=0A=
configure:8672: checking size of short=0A=
configure:8691: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:8711: checking size of int=0A=
configure:8730: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:8750: checking size of long=0A=
configure:8769: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:8791: checking for 8-bit clean memcmp=0A=
configure:8809: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:8827: checking for strftime=0A=
configure:8856: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:8924: checking for vprintf=0A=
configure:8953: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9035: checking for vsnprintf=0A=
configure:9064: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9035: checking for vsprintf=0A=
configure:9064: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for bcopy=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for closesocket=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
/tmp/cc82mKuB.o: In function `main':=0A=
/usr/src/net/openldap/ldap/configure:9145: undefined reference to =
`closesocket'=0A=
collect2: ld returned 1 exit status=0A=
configure: failed program was:=0A=
#line 9127 "configure"=0A=
#include "confdefs.h"=0A=
/* System header to define __stub macros and hopefully few =
prototypes,=0A=
    which can conflict with char closesocket(); below.  */=0A=
#include <assert.h>=0A=
/* Override any gcc2 internal prototype to avoid an error.  */=0A=
/* We use char because int might match the return type of a gcc2=0A=
    builtin and then its argument prototype would still apply.  */=0A=
char closesocket();=0A=
char (*f)();=0A=
=0A=
int main() {=0A=
=0A=
/* The GNU C library defines this for functions which it implements=0A=
    to always fail with ENOSYS.  Some functions are actually named=0A=
    something starting with __ and the normal name is an alias.  */=0A=
#if defined (__stub_closesocket) || defined (__stub___closesocket)=0A=
choke me=0A=
#else=0A=
f =3D closesocket;=0A=
#endif=0A=
=0A=
; return 0; }=0A=
configure:9122: checking for flock=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for getdtablesize=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for gethostname=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for getpwuid=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for gettimeofday=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for lockf=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for memcpy=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9134: warning: conflicting types for built-in function =
`memcpy'=0A=
configure:9122: checking for memmove=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for mkstemp=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for select=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for setpwfile=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
/tmp/ccBDyQkg.o: In function `main':=0A=
/usr/src/net/openldap/ldap/configure:9145: undefined reference to =
`setpwfile'=0A=
collect2: ld returned 1 exit status=0A=
configure: failed program was:=0A=
#line 9127 "configure"=0A=
#include "confdefs.h"=0A=
/* System header to define __stub macros and hopefully few =
prototypes,=0A=
    which can conflict with char setpwfile(); below.  */=0A=
#include <assert.h>=0A=
/* Override any gcc2 internal prototype to avoid an error.  */=0A=
/* We use char because int might match the return type of a gcc2=0A=
    builtin and then its argument prototype would still apply.  */=0A=
char setpwfile();=0A=
char (*f)();=0A=
=0A=
int main() {=0A=
=0A=
/* The GNU C library defines this for functions which it implements=0A=
    to always fail with ENOSYS.  Some functions are actually named=0A=
    something starting with __ and the normal name is an alias.  */=0A=
#if defined (__stub_setpwfile) || defined (__stub___setpwfile)=0A=
choke me=0A=
#else=0A=
f =3D setpwfile;=0A=
#endif=0A=
=0A=
; return 0; }=0A=
configure:9122: checking for setsid=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for signal=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for sigset=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for snprintf=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for socket=0A=
configure:9122: checking for strerror=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for strpbrk=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for strrchr=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for strsep=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for strstr=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for strtok=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for strtol=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for strtoul=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for sysconf=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9122: checking for waitpid=0A=
configure:9151: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9179: checking for getopt=0A=
configure:9208: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9179: checking for strdup=0A=
configure:9208: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9179: checking for tempnam=0A=
configure:9208: gcc -o conftest -g -O2   conftest.c -lresolv  1>&5=0A=
configure:9238: checking declaration of sys_errlist=0A=
configure:9254: gcc -c -g -O2  conftest.c 1>&5=0A=

------_=_NextPart_000_01BF2CA9.CAD32596
Content-Type: application/octet-stream;
	name="depend.err"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="depend.err"

In file included from /usr/include/sys/param.h:24,=0A=
                 from ldbmtest.c:15:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from ldif2ldbm.c:11:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from lock.c:13:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from admin.c:24:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from args.c:29:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from config.c:30:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from fm.c:25:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from globals.c:23:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from ldap_op.c:33:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from lock.c:27:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from main.c:22:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from re.c:31:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from reject.c:31:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from replica.c:22:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from replog.c:29:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from ri.c:26:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from rq.c:40:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from sanity.c:28:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from st.c:26:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=

------_=_NextPart_000_01BF2CA9.CAD32596
Content-Type: application/octet-stream;
	name="make.err"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="make.err"

testavl.c: In function `main':=0A=
testavl.c:28: warning: passing arg 2 of `avl_free' from incompatible =
pointer type=0A=
util.c: In function `mygetpass':=0A=
util.c:87: warning: assignment makes pointer from integer without a =
cast=0A=
edit.c: In function `load_editor':=0A=
edit.c:191: warning: assignment makes pointer from integer without a =
cast=0A=
dbcache.c: In function `ldbm_cache_open':=0A=
dbcache.c:33: `MAXPATHLEN' undeclared (first use in this function)=0A=
dbcache.c:33: (Each undeclared identifier is reported only once=0A=
dbcache.c:33: for each function it appears in.)=0A=
make[7]: *** [dbcache.o] Error 1=0A=
make[6]: *** [all-local-srv] Error 2=0A=
make[5]: *** [all-common] Error 2=0A=
make[5]: *** No rule to make target `.backend', needed by =
`libbackends.a'.  Stop.=0A=
make[4]: *** [backendslib] Error 2=0A=
make[3]: *** [all-local-srv] Error 2=0A=
make[2]: *** [all-common] Error 2=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from admin.c:24:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from args.c:29:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from config.c:30:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from fm.c:25:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from globals.c:23:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from ldap_op.c:33:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from lock.c:27:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from main.c:22:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from re.c:31:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from reject.c:31:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from replica.c:22:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from replog.c:29:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from ri.c:26:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from rq.c:40:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from sanity.c:28:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=
In file included from /usr/include/sys/param.h:24,=0A=
                 from slurp.h:26,=0A=
                 from st.c:26:=0A=
/usr/include/linux/limits.h:6: warning: `NGROUPS_MAX' redefined=0A=
/usr/include/bits/posix1_lim.h:138: warning: this is the location of =
the previous definition=0A=

------_=_NextPart_000_01BF2CA9.CAD32596--