[850] in Kerberos-V5-bugs
[Jason Rosenberg: problems....]
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Wed Oct 12 01:55:33 1994
Date: Wed, 12 Oct 1994 01:55:30 +0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: krb5-bugs@MIT.EDU
Looks like the appl/bsd directory still doesn't quite work under SunOS
4.1.3.
- Ted
------- Forwarded Message
Date: Tue, 11 Oct 94 22:46:38 PDT
From: Jason Rosenberg <jason@CS.UCLA.EDU>
To: tytso@MIT.EDU
Subject: problems....
Ted,
below are excerpts from my attempt to make kerberos
V5 patch level 3. I have only left in the portions that
seemed fishy, and ultimately, the part that failed.
For your info, I am running on a sun Sparc10, with
SunOs 4.1.3.
First, there was no isode.tar.Z file in the
/pub/kerberos/dist/940615 directory, as specified in the
the file README.KRB5_BETA4. I think that is reflected
in the 'echo' outputs below(?).
Also, there was a file called krb5.diffs.B4-3. I don't
know what to do with this, although it looks like a
tex document.
Apparently, there are some problems with the .h files
in my system, which ultimately caused the make to fail:
/usr/include/termios.h
/usr/include/sys/tty.h
/usr/include/sts/ptyvar.h
I am not sure why this occurred, but I will check it out
tomorrow with the sysadmin tomorrow. However, if you have
any answers that might be of some use, let me know.
Finally, I'm still having problems formatting the
documentation (although I have jerry-rigged things to
print out). I tried running latex on library.tex first
as you suggested, and then doing make. However, when
I run latex on library.tex, it stops after a while and
asks me to input another file (I didn't expect this).
Anyway, I quit out of this and ran make. It failed because
my system doesn't know about the command 'index'. When I
run latex with no arguments, it says that it is
TeX version 3.141 (C version d).
Anyway, I hope I'm not overly bothering you with all this.
Just trying to get things going. Thanks,
Jason
***************************************************
onyx jason 152 >make
.......
.......
echo '/* not using isode */' > isode_err.h
.......
.......
making in lib/krb5/asn.1...
.......
.......
echo '/* isode sucks */' > KRB5-types.h
echo '/* isode sucks */' > KRB5_defs.h
echo '/* isode sucks */' > KRB5_pre_defs.h
.......
.......
making in appl/bsd...
cc -DHAVE_LIBNSL=1 -DHAVE_LIBDBM=1 -DHAVE_VFORK_H=1 -DRETSIGTYPE=void -DHAS_UTIMES=1 -DHAVE_SETREUID=1 -DHAVE_KILLPG=1 -DHAVE_GETDTABLESIZE=1 -DHAVE_INITGROUPS=1 -DHAVE_SETPRIORITY=1 -DHAVE_SETREUID=1 -Dsrandom=srand48 -Drandom=lrand48 -DPOSIX_SIGNALS=1 -DHAVE_SYS_FILIO_H=1 -DHAVE_SYS_SOCKIO_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_LABEL_H=1 -DHAVE_TTYENT_H=1 -DHAVE_SYS_PTYVAR_H=1 -DHAVE_LASTLOG_H=1 -DHAVE_SYS_TTY_H=1 -DHAVE_SYS_TTOLD_H=1 -DUSE_DIRENT_H=1 -DHAVE_WAIT3=1 -DPOSIX_TERMIOS=1 -DHAVE_SETOWN=1 -DNO_UT_EXIT=1 -DNO_UT_PID=1 -I./../../include -I../../include -DGETGRP_ONEARG=1 -DSETPGRP_TWOARG=1 -DKERBEROS -DKRB_RLOGIN=\"/rlogin\" -DLOGIN_PROGRAM=\"/krb5/sbin/login.krb5\" -DKPROGDIR=\"/krb5/bin\" -target sun4 -c krlogin.c
/usr/include/termios.h: 109: NL0 redefined
/usr/include/termios.h: 110: NL1 redefined
/usr/include/termios.h: 112: CR0 redefined
/usr/include/termios.h: 113: CR1 redefined
/usr/include/termios.h: 114: CR2 redefined
/usr/include/termios.h: 115: CR3 redefined
/usr/include/termios.h: 117: TAB0 redefined
/usr/include/termios.h: 118: TAB1 redefined
/usr/include/termios.h: 119: TAB2 redefined
/usr/include/termios.h: 120: XTABS redefined
/usr/include/termios.h: 123: BS0 redefined
/usr/include/termios.h: 124: BS1 redefined
/usr/include/termios.h: 129: FF0 redefined
/usr/include/termios.h: 130: FF1 redefined
/usr/include/termios.h: 162: ECHO redefined
/usr/include/termios.h: 166: NOFLSH redefined
/usr/include/termios.h: 167: TOSTOP redefined
/usr/include/termios.h: 182: FLUSHO redefined
/usr/include/termios.h: 183: PENDIN redefined
"/usr/include/sys/tty.h", line 16: syntax error at or near variable name "queue_t"
"/usr/include/sys/ptyvar.h", line 16: syntax error at or near variable name "mblk_t"
*** Error code 1
make: Fatal error: Command failed for target `krlogin.o'
Current working directory /export/home/00/users/jason/hylite/sources/kerberos/src/appl/bsd
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /export/home/00/users/jason/hylite/sources/kerberos/src/appl
*** Error code 1
make: Fatal error: Command failed for target `all'
onyx jason 153 >exit
.........
.........
------- End Forwarded Message