[2567] in Kerberos-V5-bugs
pending/285: Compilation of b7 on NeXT 3.3 for 68k
daemon@ATHENA.MIT.EDU (raven)
Fri Dec 6 22:49:33 1996
Resent-From: gnats@rt-11.MIT.EDU (GNATS Management)
Resent-To: gnats-admin@rt-11.MIT.EDU
Resent-Reply-To: krb5-bugs@MIT.EDU, raven <raven@junker.sihame.com>
Date: Fri, 6 Dec 1996 22:49:44 -0500 (EST)
From: raven <raven@junker.sihame.com>
To: krb5-bugs@MIT.EDU
>Number: 285
>Category: pending
>Synopsis: Compilation of b7 on NeXT 3.3 for 68k
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: gnats-admin
>State: open
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Fri Dec 06 22:49:00 EST 1996
>Last-Modified:
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:
>Unformatted:
I've run into some problems and errors. I wanted to let you know about
them. Some I think I fixed without difficulty, some I suspect will cause
me trouble soon.
1. configure defaulted to cc; had to force gcc
2. src/util/ss/help.c "DIR" was not previously declared. I renamed "d" and
changed the variable type to void *.
3. src/util/db2/db/db.c O_NONBLOCK not previously declared/defined. I
removed the reference to it.
4. src/util/db2/recno/rec_open.c S_IRUSR and S_IWUSR not previously
declared/defined. I removed both references and replaced them with (void
*) null. Jeez, do you think that'll work in the object file :P
5. src/lib/krb5/ccache/file/fcc_gennew.c S_IWUSR and S_IRUSR undeclared
again. Methinks an important header file is missing? Removed them and
replaced with a NULL.
6. src/lib/krb5/keytab/file/ser_ktf.c O_ACCMODE undefined. Deleted from
line 169 and line 286. Hey, i wonder if all these deletes will make the
software any less stable?
7. src/lib/kdb/kdb_dbm.c size of utbuf isn't known, line 472. Unable to
resolve, compile stopped here.
I'd appreciate any advice or help you can offer.
-R