Hi, Ken

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
make: Fatal error: Command failed for target `libss.a'
Current working directory /u1/krb5-1.6.3/src/util/ss
*** Error code 1
The following command caused the error:
case "`echo 'x'|sed -e 's/^x//' -e 's/ --.*$//'`" \
        in *[ik]*) e="status=1" ;; *) e="exit 1";; esac; \
do_subdirs=" support et ss  profile send-pr" ; \
status=0; \
if test -n "$do_subdirs" && test -z ""; then \
for i in $do_subdirs ; do \
        if test -d $i && test -r $i/Makefile ; then \
        case $i in .);; *) \
                target=`echo all-recurse|sed s/-recurse//`; \
                echo "making $target in util/$i..."; \
                if (cd $i ; make \
                    CURRENT_DIR=util/$i/ $target) then :; \
                else eval $e; fi; \
                ;; \
        esac; \
        else \
                echo "Skipping missing directory util/$i" ; \
        fi; \
done; \
else :; \
fi;\
exit $status
make: Fatal error: Command failed for target `all-recurse'
Current working directory /u1/krb5-1.6.3/src/util
*** Error code 1
The following command caused the error:
case "`echo 'x'|sed -e 's/^x//' -e 's/ --.*$//'`" \
        in *[ik]*) e="status=1" ;; *) e="exit 1";; esac; \
...

Thanks
Xian

-----Original Message-----
From: Ken Raeburn [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 05, 2007 5:17 PM
To: Cheng, Xian Lin
Cc: [email protected]; Tanski, Frank; Yu, Ming
Subject: Re: can not build krb5-1.6.3 on solaris 10

Can you supply the several lines above this?

The lines after this basically all mean, "make failed because another  
invocation of make in a subdirectory failed", times two...
Please try to avoid sending stuff like this to public mailing lists.

Ken


DISCLAIMER:
Important Notice *************************************************
This e-mail may contain information that is confidential, privileged or 
otherwise protected from disclosure. If you are not an intended recipient of 
this e-mail, do not duplicate or redistribute it by any means. Please delete it 
and any attachments and notify the sender that you have received it in error. 
Unintended recipients are prohibited from taking action on the basis of 
information in this e-mail.E-mail messages may contain computer viruses or 
other defects, may not be accurately replicated on other systems, or may be 
intercepted, deleted or interfered with without the knowledge of the sender or 
the intended recipient. If you are not comfortable with the risks associated 
with e-mail messages, you may decide not to use e-mail to communicate with IPC. 
IPC reserves the right, to the extent and under circumstances permitted by 
applicable law, to retain, monitor and intercept e-mail messages to and from 
its systems.

________________________________________________
Kerberos mailing list           [email protected]
https://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to