From owner-freebsd-perl@FreeBSD.ORG Wed Jul 30 14:23:01 2014 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A46099A for ; Wed, 30 Jul 2014 14:23:01 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F01082575 for ; Wed, 30 Jul 2014 14:23:00 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 4F776BDC2E; Wed, 30 Jul 2014 16:22:59 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 449F5BDC1F; Wed, 30 Jul 2014 16:22:59 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 5FBDC6145; Wed, 30 Jul 2014 16:22:58 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 98FF87129916; Wed, 30 Jul 2014 16:22:57 +0200 (CEST) Date: Wed, 30 Jul 2014 16:22:57 +0200 From: Mathieu Arnold To: Kurt Jaeger , perl@FreeBSD.org Subject: Re: [package - head-amd64-default][security/p5-Authen-Krb5] Failed for p5-Authen-Krb5-1.9 in build Message-ID: In-Reply-To: <20140729080705.GD66308@home.opsec.eu> References: <201407280436.s6S4aFHP005199@beefy2.isc.freebsd.org> <20140729080705.GD66308@home.opsec.eu> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2014 14:23:01 -0000 +--On 29 juillet 2014 10:07:05 +0200 Kurt Jaeger wrote: | Hi! | | I investigated this build failure, and if no-one knows better, will | mark this port as BROKEN and pending-expire, because it seems the | whole code relies on old kerberos APIs which are no longer available. Nope, the problem was a bad LIB_DEPENDS line, it needs security/krb5, and was getting the libkrb5.so in base. bapt broke it 0:-) -- Mathieu Arnold