cvs commit: src Makefile.inc1 src/crypto/openssh sshd.c src/etc Makefile src/etc/gss Makefile mech qop src/etc/mtree BSD.include.dist BSD.root.dist src/gnu/usr.bin/cvs/cvs Makefile src/include Makefile gssapi.h src/include/gssapi Makefile gssapi.h ...

Doug Rabson dfr at nlsystems.com
Sun Jan 1 02:14:43 PST 2006


On Sunday 01 January 2006 04:30, Bjoern A. Zeeb wrote:
> On Thu, 29 Dec 2005, Doug Rabson wrote:
> > dfr         2005-12-29 14:40:22 UTC
> >
> >  FreeBSD src repository
> >
> >  Modified files:
> >    lib/libgssapi        Makefile context.h cred.h
> >
> >  Revision  Changes    Path
> >  1.1       +95 -0     src/lib/libgssapi/Makefile (new)
>
> SHLIB_MAJOR=   7
>
> I'd suggest to bump that to at least 8 if not even 9.
>
> We had 8 before from what I have seen on another machine
> and the newly committed one might be different?

My tree seemed to want to build the heimdal version of GSS-API with 
version 7, which conflicts with what is in ObsoleteFiles.inc. The new 
library exports exactly the same set of symbols as the heimdal library 
and should not remove any existing functionality. It ought to be safe 
to use the same version number. I'll change the build to use version 8.

>
> This won't help with the build failure on amd64/lib32. I am still
> trying to find a "best solution" for that.

That is an include ordering problem. I'm attempting a fix for that (my 
last attempt failed a bit further in).


More information about the cvs-all mailing list