Skip Menu |
 

Download (untitled) / with headers
text/plain 5.4KiB
From borisc@fsc.fujitsu.com Thu Oct 24 14:13:35 1996
Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id OAA25756 for <bugs@RT-11.MIT.EDU>; Thu, 24 Oct 1996 14:13:34 -0400
Received: from loki.fsc.fujitsu.com by MIT.EDU with SMTP
id AA16693; Thu, 24 Oct 96 14:13:28 EDT
Received: from casper.fsc.fujitsu.com (casper.fsc.fujitsu.com [192.240.2.37]) by loki.fsc.fujitsu.com (8.7.5/8.6.11) with ESMTP id LAA05632 for <krb5-bugs@ATHENA.MIT.EDU>; Thu, 24 Oct 1996 11:11:50 -0700 (PDT)
Received: (from borisc@localhost) by casper.fsc.fujitsu.com (8.7.5/8.6.11) id LAA13236 for krb5-bugs@ATHENA.MIT.EDU; Thu, 24 Oct 1996 11:14:32 -0700 (PDT)
Message-Id: <199610241814.LAA13236@casper.fsc.fujitsu.com>
Date: Thu, 24 Oct 1996 11:14:32 -0700 (PDT)
From: Boris Chiu <borisc@fsc.fujitsu.com>
To: krb5-bugs@MIT.EDU
Subject: configuration problems found for krb5-beta7

Show quoted text
>Number: 135
>Category: krb5-build
>Synopsis: configuration problems found for krb5-beta7
>Confidential: yes
>Severity: non-critical
>Priority: medium
>Responsible: tlyu
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Thu Oct e 14:14:01 EDT 1996
>Last-Modified: Wed Aug 12 00:03:17 EDT 1998
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:

Responsible-Changed-From-To: gnats-admin->tlyu
Responsible-Changed-By: tlyu
Responsible-Changed-When: Fri Nov 15 16:11:39 1996
Responsible-Changed-Why:
Refiled
This is likely a local configuration problem. Then again I don't know
if krb5 will build on a Solaris 2.5 machine...


From: Tom Yu <tlyu@MIT.EDU>
To: borisc@fsc.fujitsu.com
Cc: krb5-bugs@MIT.EDU
Subject: Re: krb5-build/135: configuration problems found for krb5-beta7
Date: Fri, 15 Nov 1996 16:28:35 -0500

Could you please send the lines of your configure output that include

checking for ar...
and
checking for dirent.h...

I'm quite at a loss to explain what is happening, but then again I do
not have access to a Solaris 2.5 machine. A few other questions...

* Is "ar" in your path?
* Is /usr/include/sys populated reasonably?

---Tom

From: Sam Hartman <hartmans@MIT.EDU>
To: Tom Yu <tlyu@MIT.EDU>
Cc: GNATS administrator <gnats-admin@RT-11.MIT.EDU>
Subject: Re: krb5-build/135: configuration problems found for krb5-beta7
Date: 15 Nov 1996 18:58:27 -0500

Marc suspects (from similar experience) the problem results
from running /usr/ucb/cc. We should make sure this is not the
problem, as the DOCS (at least before Jeff rewrote them) strongly
repeated that /usr/ucb/* was the wrong solution on Solaris.

--Sam

State-Changed-From-To: open-closed
State-Changed-By: mdh
State-Changed-When: Wed Aug 12 00:02:31 1998
State-Changed-Why:

This is almost certainly a local configuration issue. As nothing has happened
in the last two years, this PR is being closed.

Show quoted text
>Unformatted:
Hi, anyone who can help;

I recently downloaded kerberos5-beta7 from your web site onto
solaris 2.5 system with sunpro cc compiler 3.0.1.

I followed the basic steps of build as:

1. cd /mydir/krb5-beta7/src
2. ./configure
3. make

The problems were found to be either Makefiles not generated or
not correctly generated under the "src" directory and down below.
It seemed to be the configuration of the system did some incorrect
interpretations which caused the Makefiles to fail the compilation.
For examples like,

1) #includes were not found on solaris 2.5 and kerberos'
own header directory,

--------------------------------------------------------------------
/opt/SUNWspro/bin/cc -DHAVE_LIBSOCKET=1 -DHAVE_LIBNSL=1 -DHAS_STRDUP=1 -DWAIT_USES_INT=1 -DPOSIX_SIGNALS=1 -DUSE_SIGPROCMASK=1 -DRETSIGTYPE=void -DHAVE_STDARG_H=1 -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./ -I./.. -I./../et -I.. -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c help.c
"help.c", line 90: cannot find include file: <sys/dir.h>
"help.c", line 101: undefined symbol: DIR
"help.c", line 101: undefined symbol: d
"help.c", line 102: syntax error before or at: int
"help.c", line 110: syntax error before or at: )
"help.c", line 114: warning: function prototype parameters must have types
"help.c", line 114: warning: old-style declaration or incorrect type for: closedir
"help.c", line 115: warning: old-style declaration or incorrect type for: dirs
"help.c", line 115: undefined symbol: info
"help.c", line 115: left operand of "->" must be pointer to struct/union
"help.c", line 115: warning: improper pointer/integer combination: op "="
"help.c", line 115: non-constant initializer: op "U*"
"help.c", line 116: syntax error before or at: for
"help.c", line 116: warning: syntax error: empty declaration
"help.c", line 116: undefined symbol: n_dirs
"help.c", line 116: integral constant expression expected
"help.c", line 116: undefined or not a type: dirs
"help.c", line 116: identifier redefined: dirs
current : function() returning int
previous: int : "help.c", line 115
"help.c", line 116: cannot recover from previous errors
cc: acomp failed for help.c
*** Error code 2
make: Fatal error: Command failed for target `help.o'
Current working directory /opt/kerberos5/krb5-beta7/src/util/ss
-------------------------------------------------------------------

2) in Makefile, generating "STEXT=" instead of "STEXT=a",
3) in Makefile, generating "ARCHIVE=false" instead of "ARCHIVE=ar q"

Any help will be appreciated!

-Boris