From owner-freebsd-ports@FreeBSD.ORG Wed Oct 23 17:51:32 2013 Return-Path: Delivered-To: ports@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 ESMTP id 39D7BF31 for ; Wed, 23 Oct 2013 17:51:32 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-lb0-f177.google.com (mail-lb0-f177.google.com [209.85.217.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BAC132116 for ; Wed, 23 Oct 2013 17:51:31 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id u14so990343lbd.22 for ; Wed, 23 Oct 2013 10:51:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=3O9iFOexDyLeg7vrtP51T9ZQ4HyYMvJrqq4Rx/bYjlY=; b=mUH9QRFgW1y10bh5l3YfoqlGCMAl2tlRBVxlSzPALc0pnPrQa1aGnb3MYNzAn7dk36 vNrfA3Zpj6MGVnZ5mS/2DPXY9dayt4+1FzjuB1Xkm1+srsTEQhRInvAcBeD0J8T0JzQy xxGZnzGmgLN+maM3tZJ2Se4pWPJos2eNaD74qUdnLqXj+finOv+qv3zMN8Qt4TVxYXEH PB1u3HLdmLo9OYeMH7aABdeh88gWoADxl4LTr1r/gWPkK/lKgS/2zG2UH3KacgMkz+Cf 2uDYAg1bQU6L+dxrbQr/XbKODcf+CJ10BBjdRpWhhI9f4xW87eL2TQ5wTF+bZCC0AHAJ 8TzQ== X-Gm-Message-State: ALoCoQl8p4drnXze9Vi5WfvDL67/LuHr6hdvkA9InumLAbqJEbcSAwWQJiL62oNYlvFW+YKPmkN7 X-Received: by 10.112.13.72 with SMTP id f8mr3001082lbc.40.1382550683479; Wed, 23 Oct 2013 10:51:23 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.212.102 with HTTP; Wed, 23 Oct 2013 10:51:03 -0700 (PDT) In-Reply-To: <52680088.5010901@marino.st> References: <52680088.5010901@marino.st> From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Oct 2013 01:51:03 +0800 X-Google-Sender-Auth: Mv17HjpmpUv7O0r5EwU711s9BQ0 Message-ID: Subject: Re: recent perl "mach/auto" not found error To: marino@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "ports@FreeBSD.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Oct 2013 17:51:32 -0000 On Thu, Oct 24, 2013 at 12:59 AM, John Marino wrote: > I'm getting this error: > > find: > > /wrkdirs/devel/bzapi/work/stage/usr/local/lib/perl5/site_perl/5.14/mach/auto: > No such file or directory > > On the following ports: > devel/bzapi > www/p5-RT-Authen-ExternalAuth > www/p5-RT-Extension-LDAPImport > www/p5-RT-Extension-MandatoryOnTransition > www/p5-RT-Extension-SLA > www/p5-RTx-Calendar > > It seems to come from r330925 (sunpoet) on Mk/Uses/perl5.mk (~line 265) > > Is anyone else seeing this? > Is perl5.mk wrong to assume "auto" directory exists? > > John > Good catch! This should be fixed in r331398. Please try again. Thanks! Regards, sunpoet