From owner-freebsd-gnome@FreeBSD.ORG Sat May 10 06:37:20 2008 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A817106566B for ; Sat, 10 May 2008 06:37:20 +0000 (UTC) (envelope-from caelian@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id ACA328FC25 for ; Sat, 10 May 2008 06:37:19 +0000 (UTC) (envelope-from caelian@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so3247361fgb.35 for ; Fri, 09 May 2008 23:37:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject:message-id:x-mailer:mime-version:content-type:content-transfer-encoding; bh=WnBAXTicaVa+kMFZ0TdnYYJ+PmSsOGRSulXhsFds26w=; b=wroFqWNdqbm9DgwR/7+VwMVsEOCGckNGxEGknSMv9tXBDSOU/w4M1hS/WMp9gsqV5HyW1F0lz4hXEx6TDJhAizt3HtiITulOS2dveH0gGVHC8qsSC0Z77QmAdo962BgQCOy8FB2UWfXBSGjI2dfD1XORQSImg2RoLvQOxDQeB2I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type:content-transfer-encoding; b=K5NCajM/NJEQaIi7YJn83XefFHtCk0gtkKSak6j8vgTdB9PuzN2Fu/NkK1R5qV93iO79uXDgWZwx4wcmyEhrdoTPh3EJdzRIvzwyBLcBGcSomjEmJlwkU8/wuE+/XyvmQG0gBI6mK4YBz9JsyLBGNsOg8lrndAh1sJQYiy/d/t4= Received: by 10.86.66.19 with SMTP id o19mr9909555fga.9.1210401437851; Fri, 09 May 2008 23:37:17 -0700 (PDT) Received: from nebuchadnezzar ( [87.151.40.173]) by mx.google.com with ESMTPS id j12sm8740528fkf.0.2008.05.09.23.37.16 (version=SSLv3 cipher=RC4-MD5); Fri, 09 May 2008 23:37:17 -0700 (PDT) Date: Sat, 10 May 2008 08:37:13 +0200 From: Pascal Hofstee To: gnome@FreeBSD.org Message-ID: <20080510083713.7a510597@nebuchadnezzar> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: evolution-datas-server fails configure due to Kerberos changes X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2008 06:37:20 -0000 Hi, After the recent Heimdal import (and Doug Rabson's quick fix regarding the krb5-config script) on 8.0-CURRENT, i now noticed evolution-dataserver fails its configure stage due to problems in its detection of Kerberos support. configure:28051: checking for Kerberos 5 configure:28079: cc -o conftest -O2 -pipe -march=athlon64 -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/db41 -L/usr/local/lib -pthread -L/usr/lib -lkrb5 -lk5crypto -lcom_err -lgssapi_krb5 conftest.c >&5 /usr/bin/ld: cannot find -lk5crypto When one looks further in config.log one notices loads of missing hx509_* symbols. That's where i noticed that the link line above was missing the -lhx509 that was added to "krb5-config --libs". This leads me to believe the evolution-data-server port uses its own home-grown Kerberos 5 configure check instead of depending on krb5-config. I'll happily test suggested patches. -- Pascal Hofstee