From owner-freebsd-perl@FreeBSD.ORG Mon Dec 22 22:57:55 2014 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98805A95 for ; Mon, 22 Dec 2014 22:57:55 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2CEE9645D0 for ; Mon, 22 Dec 2014 22:57:54 +0000 (UTC) Received: from [192.168.0.100] ([87.139.233.65]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0Lck9X-1XeYCj25J9-00k9xq; Mon, 22 Dec 2014 23:57:46 +0100 Message-ID: <5498A1E9.8090203@gmx.de> Date: Mon, 22 Dec 2014 23:57:45 +0100 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Mathieu Arnold , perl Subject: Re: perl5.18 missing directory? References: <54957DB3.6080903@gmx.de> <870E799157B2480CBEC52B9B@atuin.in.mat.cc> <5495979A.2050407@gmx.de> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:r+P0HLkQsWSodeawjVP9cdBamtmIxJcnR+mTPt6asidLVLmZEIM EE37xzSc6IjpKpZ7VERla1CSIo+pT6mvBTZ2x4/8ISnR1cmA+jP5HhOeWDIp4YTkoUtqBN1 u4PzjBSkS6853vYqnAKY+v6PdsFmdau2QhFld+tTXHli9WHQhaaUiX8yBfCf81cTLXjRMYW TZXOyKPWiQr9x0wGf3Jew== X-UI-Out-Filterresults: notjunk:1; X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 22 Dec 2014 22:57:55 -0000 On 2014-12-22 18:43, Mathieu Arnold wrote: > Hi, > > +--On 20 décembre 2014 16:36:58 +0100 olli hauer wrote: > | On 2014-12-20 16:18, Mathieu Arnold wrote: > |> +--On 20 décembre 2014 14:46:27 +0100 olli hauer wrote: > |> | In many PD buildlogs (current ports tree) I found the following > |> | complain about a missing perl directory > |> | > |> | Must be related to a change after 2014-12-16 since I cannot find this > |> | in older logs > |> > |> Does this patch fixes it ? > |> > |> Index: Mk/Scripts/qa.sh > |> =================================================================== > |> --- Mk/Scripts/qa.sh (revision 374941) > |> +++ Mk/Scripts/qa.sh (working copy) > |> @@ -208,7 +208,7 @@ > |> > |> libperl() { > |> local has_some_libperl_so files found > |> - if [ -n "${SITE_ARCH_REL}" ]; then > |> + if [ -n "${SITE_ARCH_REL}" -a -d > |> "${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}" ]; then > |> has_some_libperl_so=0 > |> files=0 > |> while read f; do > |> > | > | Hi Mathieu, > | > | just fired a new test build and it seems your patch is working. > > How did it go ? > Hi Mathieu, the patch works for me, at last I haven't seen any issues. -- Regards, olli