Date: Mon, 22 Dec 2014 23:57:45 +0100 From: olli hauer <ohauer@gmx.de> To: Mathieu Arnold <mat@FreeBSD.org>, perl <perl@freebsd.org> Subject: Re: perl5.18 missing directory? Message-ID: <5498A1E9.8090203@gmx.de> In-Reply-To: <CC92CFCDC4DC820B207E1E1C@ogg.in.absolight.net> References: <54957DB3.6080903@gmx.de> <870E799157B2480CBEC52B9B@atuin.in.mat.cc> <5495979A.2050407@gmx.de> <CC92CFCDC4DC820B207E1E1C@ogg.in.absolight.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2014-12-22 18:43, Mathieu Arnold wrote:
> Hi,
>
> +--On 20 décembre 2014 16:36:58 +0100 olli hauer <ohauer@gmx.de> wrote:
> | On 2014-12-20 16:18, Mathieu Arnold wrote:
> |> +--On 20 décembre 2014 14:46:27 +0100 olli hauer <ohauer@gmx.de> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5498A1E9.8090203>
