cvs-test-results
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Cvs-test-results] CVS 1-11-x-branch testing results (HP HP-UX)


From: Derek R. Price
Subject: Re: [Cvs-test-results] CVS 1-11-x-branch testing results (HP HP-UX)
Date: Thu, 27 Apr 2006 10:55:37 -0400
User-agent: Thunderbird 1.5 (X11/20060313)

Larry Jones wrote:

> cc  -g   -o cvs  add.o admin.o annotate.o buffer.o checkin.o checkout.o 
> classify.o client.o commit.o create_adm.o cvsrc.o diff.o edit.o entries.o 
> error.o expand_path.o fileattr.o filesubr.o find_names.o hardlink.o hash.o 
> history.o ignore.o import.o lock.o log.o login.o logmsg.o main.o mkmodules.o 
> modules.o myndbm.o no_diff.o parseinfo.o patch.o rcs.o rcscmds.o recurse.o 
> release.o remove.o repos.o root.o run.o scramble.o server.o stack.o status.o 
> subr.o tag.o update.o version.o vers_ts.o watch.o wrapper.o zlib.o 
> ../diff/libdiff.a ../lib/libcvs.a ../zlib/libz.a -lgssapi_krb5 -lkrb5 
> -lk5crypto -lcrypto -lcom_err -lnsl -lsec 
> /usr/ccs/bin/ld: Unsatisfied symbols:
>    GSS_C_NT_HOSTBASED_SERVICE (first referenced in client.o) (data)
> gmake[2]: *** [cvs] Error 1
> 
> Looks like HP needs -lgss instead of -lgssapi_krb5.  According to the

Are you sure it needs it instead and not in addition to?  The configure
script shouldn't have added -lgssapi_krb5 to the #include list unless it
found one of the symbols it needed inside.  I've included two patches -
the first for `instead of' and the second for `in addition to'.  I'd
prefer the first if it works, but neither may be the right choice...

The GSS_C_NT_HOSTBASED_SERVICE jumps out at me, because we already have
special handling in configure that greps system header files for
alternate symbols and #defines GSS_C_NT_HOSTBASED_SERVICE when they are
found.  Perhaps we are simply missing the correct header (or symbol) on
HP-UX?  Search for GSS_C_NT_HOSTBASED_SERVICE in acinclude.m4 for more.

Regards,

Derek

-- 
Derek R. Price
CVS Solutions Architect
Ximbiot <http://ximbiot.com>
v: +1 248.835.1260
f: +1 248.835.1263
<address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]