From owner-freebsd-perl@FreeBSD.ORG Mon Dec 22 17:43:06 2014 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6806ADAF for ; Mon, 22 Dec 2014 17:43:06 +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 273983F8 for ; Mon, 22 Dec 2014 17:43:06 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 5C572BDC25 for ; Mon, 22 Dec 2014 18:43:03 +0100 (CET) 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 56E74BDC24 for ; Mon, 22 Dec 2014 18:43:03 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 1612D60E8 for ; Mon, 22 Dec 2014 18:43:03 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 05AC87A09DAF for ; Mon, 22 Dec 2014 18:43:03 +0100 (CET) Date: Mon, 22 Dec 2014 18:43:03 +0100 From: Mathieu Arnold To: perl Subject: Re: perl5.18 missing directory? Message-ID: In-Reply-To: <5495979A.2050407@gmx.de> References: <54957DB3.6080903@gmx.de> <870E799157B2480CBEC52B9B@atuin.in.mat.cc> <5495979A.2050407@gmx.de> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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 17:43:06 -0000 Hi, +--On 20 d=C3=A9cembre 2014 16:36:58 +0100 olli hauer = wrote: | On 2014-12-20 16:18, Mathieu Arnold wrote: |> +--On 20 d=C3=A9cembre 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 |> |=20 |> | Must be related to a change after 2014-12-16 since I cannot find this |> | in older logs |>=20 |> Does this patch fixes it ? |>=20 |> Index: Mk/Scripts/qa.sh |> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D |> --- Mk/Scripts/qa.sh (revision 374941) |> +++ Mk/Scripts/qa.sh (working copy) |> @@ -208,7 +208,7 @@ |>=20 |> 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=3D0 |> files=3D0 |> while read f; do |>=20 |=20 | Hi Mathieu, |=20 | just fired a new test build and it seems your patch is working. How did it go ? --=20 Mathieu Arnold