[28672] in Kerberos

home help back first fref pref prev next nref lref last post

Re: can not build krb5-1.6.3 on solaris 10

daemon@ATHENA.MIT.EDU (Ken Raeburn)
Tue Nov 6 15:57:22 2007

In-Reply-To: <1D6EDDB3E43F3B40BC089CCFEE99DB7D01F44EEB@exnanycmbx1.corp.root.ipc.com>
Mime-Version: 1.0 (Apple Message framework v752.2)
Message-Id: <18E9C3DB-D772-4BD7-BA52-66E8D351FC99@MIT.EDU>
From: Ken Raeburn <raeburn@mit.edu>
Date: Tue, 6 Nov 2007 15:56:36 -0500
To: "Cheng, Xian Lin" <XianLin.Cheng@ipc.com>
Cc: "Tanski, Frank" <frank.tanski@ipc.com>, "Yu, Ming" <ming.yu@ipc.com>,
   kerberos@mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: kerberos-bounces@mit.edu

On Nov 6, 2007, at 09:48, Cheng, Xian Lin wrote:
> Thanks for your response to my problem. I add several lines before the
> first error and all the lines between the first error and second error
> in for you.
> ...
> building static ss library
> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub  
> {die
> @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;'
> OBJS.ST` && false cq libss.a $objlist
> + set -x
> + perl -p -e BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~
> s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g; OBJS.ST
> objlist= 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
> + false cq 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
> *** Error code 255

There's the problem -- it's running the program "false", which will  
always give an error.  At this point, normally it would be running  
the program "ar", but apparently the configure script didn't find it  
for some reason.  Presumably that means either certain software  
development tools aren't installed, or $PATH isn't set to include  
them.  (We should probably have the configure script fail, rather  
than producing a makefile that will fail at build time.)

Check to see if /usr/ccs/bin is in $PATH, that's where Sun's tools  
would normally live.

Ken
________________________________________________
Kerberos mailing list           Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos

home help back first fref pref prev next nref lref last post