[2732] in Kerberos-V5-bugs
Re: pending/424: FWD: Bad error in the K5 config file
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Wed May 7 09:56:08 1997
Date: Wed, 7 May 1997 09:53:40 -0400
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: krb5-bugs@MIT.EDU, jar@ornl.gov
Cc: gnats-admin@RT-11.MIT.EDU, krb5-prs@RT-11.MIT.EDU
In-Reply-To: jar@ornl.gov's message of Tue, 6 May 1997 16:20:01 -0400,
<199705062020.QAA07801@rt-11.MIT.EDU>
Date: Tue, 06 May 1997 16:19:14 -0400 (EDT)
From: jar@ornl.gov
There is a problem in the config files for krb5p1.
In src/util/profile/configure, around line 1199, the code has
a comment in it that gets catted to a C program which doesn't use # for
comments or recognizes #line as a valid preprocessor command.
I'm not sure I understand your bug report. What platform and C compiler
were you using for which this was a problem? For the vast majority of
the platforms that I'm familiar with, #line isn't a problem.
Also, the configure script uses "#line" in literally hundreds of
places all over the Kerberos V5 tree, not just in the line which you
reported. Was this change sufficient to make the tree work for you?
And if so, do you have any insight why #line wasn't causing you
problems elsewhere? (Search for #line in any configure script and
you'll see it all over the place.)
- Ted