From owner-freebsd-ports@FreeBSD.ORG Wed Oct 30 17:58:45 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E269A529; Wed, 30 Oct 2013 17:58:45 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B87E42661; Wed, 30 Oct 2013 17:58:44 +0000 (UTC) Received: from [192.168.0.22] (unknown [130.255.26.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 9407D435C7; Wed, 30 Oct 2013 12:58:28 -0500 (CDT) Message-ID: <527148B5.5000708@marino.st> Date: Wed, 30 Oct 2013 18:58:13 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Sunpoet Po-Chuan Hsieh , freebsd-ports Subject: Re: recent perl "mach/auto" not found error References: <52680088.5010901@marino.st> <52681D61.1010709@FreeBSD.org> <5268BBE9.7060801@infracaninophile.co.uk> <526BB258.1000601@FreeBSD.org> <526E86EF.3040409@marino.st> In-Reply-To: <526E86EF.3040409@marino.st> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Matthew Seaman X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: marino@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 17:58:46 -0000 On 10/28/2013 16:46, John Marino wrote: > On 10/26/2013 14:15, Matthew Seaman wrote: >> On 25/10/2013 09:09, Sunpoet Po-Chuan Hsieh wrote: >>> I've committed r331562. I forgot to add trailing "|| ${TRUE}". >>> It should *really* be fixed now. >>> I could build these ports successfully in tinderbox. >>> Please try again. >> >> That all seems to be working fine now. Thank you. > > The ports that I reported as broken now build. > However, two new issues cropped up and it looks related. > > databases/p5-Dancer-Plugin-Redis >> =================================================== >> ===> Building package for p5-Dancer-Plugin-Redis-0.7 >> pkg-static: lstat(/wrkdirs/databases/p5-Dancer-Plugin-Redis/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/Dancer/Plugin/): No such file or directory >> pkg-static: lstat(/wrkdirs/databases/p5-Dancer-Plugin-Redis/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/Dancer/): No such file or directory >> *** Error code 1 > > www/p5-Dancer-Termplate-Xslate >> =================================================== >> ===> Building package for p5-Dancer-Template-Xslate-0.03 >> pkg-static: lstat(/wrkdirs/www/p5-Dancer-Template-Xslate/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/Dancer/): No such file or directory >> *** Error code 1 I confirmed that this is also occurring in Redports. Example: https://redports.org/~jmarino/20131030153505-14662-156003/p5-Dancer-Plugin-Redis-0.7.log Is bsd.perl.mk responsible for these two failures? John