[851] in Zephyr_Bugs

home help back first fref pref prev next nref lref last post

Zephyr install

daemon@ATHENA.MIT.EDU (Andjelka Kelic)
Sat Mar 15 15:45:05 1997

To: zephyr-bugs@MIT.EDU
Date: Sat, 15 Mar 1997 15:44:31 -0500
From: Andjelka Kelic <sly@hoth.MIT.EDU>

I've been trying to install zephyr 2.0.4, and have all the components
working, except for the server things and zmailnotify which just fail
to build.  (Not that I really need them).
I'm running the install on an Indigo 2, using the the native compiler in
32 bit mode with kerberos (but not hesiod) already installed

The server things fail like this:
        cc -32 -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../h -I../h  -I. -I/usr/kerberos/include -I/usr/kerberos/include -c access.c
cfe: Error: ./zserver.h, line 211: redeclaration of 'krb_rd_req'; previous declaration at line 346 in file '/usr/kerberos/include/kerberos.h'
 int krb_rd_req (KTEXT authent, char *service, char *instance,              unsigned long from_addr, AUTH_DAT *ad, char *fn) ;
 ----^
cfe: Error: ./zserver.h, line 211: Incompatible type for the function parameter
 int krb_rd_req (KTEXT authent, char *service, char *instance,              unsigned long from_addr, AUTH_DAT *ad, char *fn) ;
 --------------------------------------------------------------         ------------------^
*** Error code 1 (bu21)


And the zmailnotify part does this:
        for i in syslogd xzwrite zaway zctl zleave zlocate zmailnotify znol  zpopnotify zshutdown_notify zstat zwgc zwrite; do (cd $i; make  all) || exit 1; done
        cc -32 -O -I../../h -I../../h -DKPOP -I/usr/kerberos/include -I/usr/kerberos/include -c zmailnotify.c
cfe: Error: zmailnotify.c, line 485: redeclaration of 'pop_command'; previous declaration at line 157 in file 'zmailnotify.c'
 pop_command(char *fmt, ...)
 ^
cfe: Error: zmailnotify.c, line 485: prototype and non-prototype declaration found for pop_command, ellipsis terminator not allowed
 pop_command(char *fmt, ...)
 -----------------------^
*** Error code 1 (bu21)
*** Error code 1 (bu21)


(Everything else builds fine when forced to continue with make -k)


home help back first fref pref prev next nref lref last post