[2019] in Kerberos-V5-bugs
minor test bug
daemon@ATHENA.MIT.EDU (Paul Buerger)
Wed Jun 19 10:02:01 1996
From: Paul Buerger <paul@osc.edu>
Date: Wed, 19 Jun 1996 10:01:20 -0400
To: krb5-bugs@MIT.EDU
I suppose that this is a well known problem; but just in case ...
I have recently downloaded Kerberos V5 Beta 6 and am starting to install
it on a Solaris 2.5 system. I naively have done
./configure
make
It seems to work.
I then tried
make check
My initial effort did not get very far. I added a blank near the end of lines
183 and 187 in src/lib/crypto/des/Makefile and then make check ran to
completion. Well, I do not have DejaGnu; but I do not think that is relevant.
I have not tried to track through how the Makefile gets built. Presumably the
blanks should be in the file Makefile.in in this directory; but they are not.
The context diff:
$ diff -c Makefile Makefile.orig
*** Makefile Wed Jun 19 09:21:35 1996
--- Makefile.orig Wed Jun 19 09:39:42 1996
***************
*** 180,190 ****
$(RM) fp.c ip.c key_perm.h odd.h p.c p_table.h s_table.h
verify$(EXEEXT): t_verify.$(OBJEXT) $(DEPKLIB)
! $(CC) -o $@ t_verify.$(OBJEXT) process_ky.o key_sched.o \
../cryptoconf.o ../des_crc.o $(KLIB) $(LIBS) $(CFLAGS) $(LDFLAGS)
destest$(EXEEXT): destest.$(OBJEXT) $(DEPKLIB)
! $(CC) -o $@ destest.$(OBJEXT) process_ky.o key_sched.o \
../cryptoconf.o ../des_crc.o $(KLIB) $(LIBS) $(CFLAGS) $(LDFLAGS)
t_random$(EXEEXT): t_random.$(OBJEXT) $(DEPKLIB)
--- 180,190 ----
$(RM) fp.c ip.c key_perm.h odd.h p.c p_table.h s_table.h
verify$(EXEEXT): t_verify.$(OBJEXT) $(DEPKLIB)
! $(CC) -o $@ t_verify.$(OBJEXT) process_ky.o key_sched.o\
../cryptoconf.o ../des_crc.o $(KLIB) $(LIBS) $(CFLAGS) $(LDFLAGS)
destest$(EXEEXT): destest.$(OBJEXT) $(DEPKLIB)
! $(CC) -o $@ destest.$(OBJEXT) process_ky.o key_sched.o\
../cryptoconf.o ../des_crc.o $(KLIB) $(LIBS) $(CFLAGS) $(LDFLAGS)
t_random$(EXEEXT): t_random.$(OBJEXT) $(DEPKLIB)
--
Paul Buerger
Ohio Supercomputer Center paul@osc.edu
1224 Kinnear Rd. (614) 292-4170
Columbus, OH 43212-1163 (614) 292-7168 (FAX)