From owner-freebsd-perl@FreeBSD.ORG Sat Dec 20 15:37:06 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 71679BF9 for ; Sat, 20 Dec 2014 15:37:06 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (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 06605188B for ; Sat, 20 Dec 2014 15:37:05 +0000 (UTC) Received: from [192.168.0.100] ([87.139.233.65]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MW8PN-1YQN9c0yZF-00XMbf; Sat, 20 Dec 2014 16:36:58 +0100 Message-ID: <5495979A.2050407@gmx.de> Date: Sat, 20 Dec 2014 16:36:58 +0100 From: olli hauer Reply-To: perl 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 Subject: Re: perl5.18 missing directory? References: <54957DB3.6080903@gmx.de> <870E799157B2480CBEC52B9B@atuin.in.mat.cc> In-Reply-To: <870E799157B2480CBEC52B9B@atuin.in.mat.cc> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:TE7G7FXeLIvU2nwiXpvrI69Fm4Ne6r60svFKZC9JGFvCpPbvRhv 3PZSIbvgBiVx7pDE9stEvLuxeuPvh9WJJIgs5pKMSCOmnwDl6BepDTgsVnoLe5WAMcuvx8D OEFXTWMda7lanogvGrElsFhL7+ZrINwWKXFWOSMPgl4LjiOYq5eXRBPE1FrG4JvCyVMTe9q XuduEbQC1EBBS96yd7RGA== X-UI-Out-Filterresults: notjunk:1; Cc: perl 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: Sat, 20 Dec 2014 15:37:06 -0000 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. Thanks! -- olli