Skip Menu |
 

Download (untitled) / with headers
text/plain 1.8KiB
From shadow@johnstown.andrew.cmu.edu Tue Aug 4 17:16:34 1998
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id RAA01751 for <bugs@RT-11.MIT.EDU>; Tue, 4 Aug 1998 17:16:33 -0400
Received: from JOHNSTOWN.ANDREW.CMU.EDU by MIT.EDU with SMTP
id AA03206; Tue, 4 Aug 98 17:16:20 EDT
Received: by johnstown.andrew.cmu.edu. (SMI-8.6/SMI-SVR4)
id RAA23063; Tue, 4 Aug 1998 17:16:29 -0400
Message-Id: <199808042116.RAA23063@johnstown.andrew.cmu.edu.>
Date: Tue, 4 Aug 1998 17:16:29 -0400
From: shadow@johnstown.andrew.cmu.edu (Derrick J Brashear)
Reply-To: shadow@johnstown.andrew.cmu.edu
To: krb5-bugs@MIT.EDU
Subject: krb5.h includes non-existant profile.h
X-Send-Pr-Version: 3.99

Show quoted text
>Number: 618
>Category: krb5-build
>Synopsis: krb5.h includes non-existant profile.h
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: tlyu
>State: open
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Tue Aug 04 17:17:00 EDT 1998
>Last-Modified:
>Originator: Derrick J Brashear
>Organization:
Carnegie Mellon University Computing Services
Show quoted text
>Release: krb5-current-19980727
>Environment:
System: SunOS johnstown.andrew.cmu.edu 5.6 Generic_105181-06 sun4u sparc SUNW,Ultra-1
Architecture: sun4

Show quoted text
>Description:
krb5.h (and the preprocessed file, i checked to see if it was a
configure thing) include profile.h. My platform has no profile.h.
I assume it's trying to include the profile.h from util/profile,
but that only gets installed into BUILDTOP by util/profile/Makefile
and also doesn't get installed from that Makefile.
Show quoted text
>How-To-Repeat:
build krb5-current-19980727
Show quoted text
>Fix:
it may be fixed, but I can't check prep. presumably it should be added
to the install rule in include/Makefile.in, at the end of the file.
That's my workaround.
Show quoted text
>Audit-Trail:
>Unformatted:
profile.h installed in 1.2, and krb5.h on trunk no longer includes
profile.h.