From owner-freebsd-current@FreeBSD.ORG Fri May 9 10:51:36 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45230106566B for ; Fri, 9 May 2008 10:51:36 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from itchy.rabson.org (unknown [IPv6:2002:50b1:e8f2:1::143]) by mx1.freebsd.org (Postfix) with ESMTP id 030718FC1A for ; Fri, 9 May 2008 10:51:36 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from [IPv6:2001:470:909f:1:21b:63ff:feb8:5abc] (unknown [IPv6:2001:470:909f:1:21b:63ff:feb8:5abc]) by itchy.rabson.org (Postfix) with ESMTP id B2CF43FA8; Fri, 9 May 2008 11:51:34 +0100 (BST) Message-Id: <259C9CFA-25B5-4A76-B053-9CA87F68A902@rabson.org> From: Doug Rabson To: Jiawei Ye In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Fri, 9 May 2008 11:51:34 +0100 References: X-Mailer: Apple Mail (2.919.2) Cc: freebsd-current Subject: Re: Strange krb5-config output after recent Heimdel import X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2008 10:51:36 -0000 On 9 May 2008, at 11:16, Jiawei Ye wrote: > Dear All, > After recent heimdel import, "krb5-config --libs" results in > > [root@business /usr/src/kerberos5]# krb5-config --libs > -L/usr/lib -lkrb5 @LIB_pkinit@ -lcom_err @LIB_hcrypto_appl@ -lasn1 - > lroken > -lcrypt @LIB_dlopen@ @LIB_door_create@ -lcom_err > > Before the import, it was: > > [ leafy@sh-mail ~] $ krb5-config --libs > -L/usr/lib -lkrb5 -lasn1 -lcrypto -lroken -lcrypt -lcom_err > > This broke some ports that depends on the output of krb5-config (ex. > security/p5-GSSAPI). > > Could the importer please fix this issue? I'll sort it out today. Thanks for the report.