From owner-cvs-all@FreeBSD.ORG Sun Jan 1 10:14:42 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBD7C16A41F; Sun, 1 Jan 2006 10:14:42 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E53843D7E; Sun, 1 Jan 2006 10:14:38 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from herring.rabson.org (herring.rabson.org [80.177.232.250]) by itchy.rabson.org (8.13.3/8.13.3) with ESMTP id k01AEYgd046765; Sun, 1 Jan 2006 10:14:35 GMT (envelope-from dfr@nlsystems.com) From: Doug Rabson To: "Bjoern A. Zeeb" Date: Sun, 1 Jan 2006 10:14:32 +0000 User-Agent: KMail/1.8.2 References: <200512291440.jBTEeMt7052684@repoman.freebsd.org> <20060101042513.T24703@maildrop.int.zabbadoz.net> In-Reply-To: <20060101042513.T24703@maildrop.int.zabbadoz.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601011014.33641.dfr@nlsystems.com> X-Spam-Status: No, score=0.7 required=5.0 tests=SUBJ_HAS_SPACES, UNPARSEABLE_RELAY autolearn=no version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on itchy.rabson.org X-Virus-Scanned: ClamAV 0.87.1/1219/Wed Dec 28 22:57:59 2005 on itchy.rabson.org X-Virus-Status: Clean Cc: cvs-src@freebsd.org, Doug Rabson , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: 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 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jan 2006 10:14:43 -0000 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).