From owner-freebsd-gnome@FreeBSD.ORG Tue May 11 11:35:15 2010 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 24E521065670 for ; Tue, 11 May 2010 11:35:15 +0000 (UTC) (envelope-from me@janh.de) Received: from mailhost.uni-hamburg.de (mailhost.uni-hamburg.de [134.100.32.155]) by mx1.freebsd.org (Postfix) with ESMTP id 9CFBD8FC14 for ; Tue, 11 May 2010 11:35:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailhost.uni-hamburg.de (Postfix) with ESMTP id 3C4B5904C5; Tue, 11 May 2010 13:35:13 +0200 (CEST) X-Virus-Scanned: by University of Hamburg (RRZ/mailhost) Received: from mailhost.uni-hamburg.de ([127.0.0.1]) by localhost (mailhost.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id zi5icX0SUWov; Tue, 11 May 2010 13:35:13 +0200 (CEST) Received: from pc861.math.uni-hamburg.de (pc861.math.uni-hamburg.de [134.100.222.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: fmjv004) by mailhost.uni-hamburg.de (Postfix) with ESMTPSA id 1BD53904FC; Tue, 11 May 2010 13:35:12 +0200 (CEST) Message-ID: <4BE94115.4070304@janh.de> Date: Tue, 11 May 2010 13:35:49 +0200 From: Jan Henrik Sylvester User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100504 Thunderbird/3.0.4 MIME-Version: 1.0 To: Vladimir Grebenschikov References: <4BDFF8AA.4040102@janh.de> <1273521278.2598.209.camel@localhost> <1273534694.36387.17.camel@localhost> In-Reply-To: <1273534694.36387.17.camel@localhost> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: gnome-list freebsd Subject: Re: databases/evolution-data-server: krb5 not found 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: Tue, 11 May 2010 11:35:15 -0000 >> -----Original Message----- >> From: Jan Henrik Sylvester >> To: gnome-list freebsd >> Subject: databases/evolution-data-server: krb5 not found >> Date: Tue, 04 May 2010 12:36:26 +0200 >> >> Trying to "portupgrade -a" after one month (waiting for xorg), I cannot >> build databases/evolution-data-server, because: >> >> checking for Kerberos 5... no >> no >> configure: error: You specified with krb5, but it was not found. On 05/11/2010 01:38, Vladimir Grebenschikov wrote: > hi Please, do not top post. Answering your mail is really difficult. > Ehh, similar(?) problem while build of gnome-control-center: > conflict of system and openssl's libcrypto.so: > lrwxr-xr-x 1 root wheel 19 Apr 30 12:00 /usr/lib/libcrypto.so -> /lib/libcrypto.so.6 > lrwxr-xr-x 1 root wheel 14 May 7 01:37 /usr/local/lib/libcrypto.so -> libcrypto.so.7 > > It does not build with both. Yes, there are some older ports (kde3 stuff) that do not build with OpenSSL-1 installed, either, but I was able to build them temporarily renaming the OpenSSL headers and libraries from the port. That does not work for evolution-data-server, though, as it uses something during build that links against libraries from the OpenSSL port. (And that hack is probably not a good idea, if you want reliable applications.) > 9-CURRENT, MarcusCom ports tree I have had the problem on 8.0-RELEASE, 8-STABLE, the system described in my first mail, a system that I never did any krb5 modifications at all, before the recent gnome update, and after. (Always with similar ports installed including security/openssl.) Any solution (other then setting up a tinderbox for building)? Thanks, Jan Henrik