[1432] in Kerberos-V5-bugs
Re: Kerberos V5-Beta 5 Bug
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Tue May 23 14:14:55 1995
Date: Tue, 23 May 1995 14:14:41 +0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: JSSKUBEL@POST.SYGMA.NET
Cc: "krb5-bugsATHENA.MIT.EDU" <krb5-bugs@MIT.EDU>
In-Reply-To: JSSKUBEL@POST.SYGMA.NET's message of Tue, 23 May 1995 12:23:11 -0400,
<0010510001008765000002*@MHS>
From: JSSKUBEL@POST.SYGMA.NET
Date: Tue, 23 May 1995 12:23:11 -0400
I am attempting to install the 950505 version of Kerberos V5 Beta 5
and am encountering some problems. The immediate one
is the std_rqs.c file created by the configure process.
That file isn't created by the configure process. It should have been
created by the makefile in util/ss:
% make
+ cp ../../../src/util/ss/std_rqs.ct std_rqs.ct
+ ../../util/ss/mk_cmds std_rqs.ct
+ rm -f std_rqs.ct
gcc -g -Wall -DNO_YYLINENO=1 -DHAS_STRDUP=1 -DUSE_DIRENT_H=1 -DNEED_SYS_FCNTL_H=1 -DWAIT_USES_INT=1 -DPOSIX_SIGNALS=1 -DUSE_SIGPROCMASK=1 -DRETSIGTYPE=void -DHAVE_STDARG_H=1 -I. -I../../../src/util/ss/ -I../../../src/util/ss/.. -I../../../src/util/ss/../et -I.. -c std_rqs.c -o std_rqs.o
ar cruv libss.a ss_err.o std_rqs.o invocation.o help.o execute_cmd.o listen.o parse.o error.o prompt.o request_tbl.o list_rqs.o pager.o requests.o data.o
r - std_rqs.o
ar: writing libss.a
: libss.a
The file is created using a combination of sed and awk scripts, called
by the program mk_cmds. It looks like the sed script failed.
I suspect I know what the problem is. Try removing all of the lines
that begin with a pound sign ("#") in the file ct_c.sed, and let me know
if this fixes the problem. I suspect your sed can't deal with the
comments in the sed script.
- Ted