From owner-freebsd-ports@FreeBSD.ORG Fri Oct 25 08:10:14 2013 Return-Path: Delivered-To: freebsd-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 841A1D98 for ; Fri, 25 Oct 2013 08:10:14 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-la0-f52.google.com (mail-la0-f52.google.com [209.85.215.52]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E9833253F for ; Fri, 25 Oct 2013 08:10:13 +0000 (UTC) Received: by mail-la0-f52.google.com with SMTP id eh20so2759566lab.39 for ; Fri, 25 Oct 2013 01:10:06 -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=+VqXHF923ZJXfz5BedPR7zUbYLSjjnBKqusDnMa5doc=; b=hKj/2zNpcU41sYZGFRYCWHBY/AskmyECvrJ82yYkR5SfG0OdS7Yjpo8W6Y0/+VP7Pw c4KgzZ6S6EWjaGIBzm0t5/vPAMFeE4eSig3wQH4kf3tKyGn/ARorAI0F1QNqe/gG3Pv8 +eB21ClSe8MvyoUKDXWKrnT+IreqdKnklZUvv/1ojFQ15OrsIVgB6QnFcVyKdoGGm0aJ JVaZT6rEWAoMi9NsiLKFLTBgMFSpg9/w2OT+o+H5QtduhYO34Q9S9zUxh+M14QSFsP9I CIiGlr7RsQygxPC+gHnHBq5bfgXEzaHx5CyPAWpg6clziWTg1Vq0I1QntMxvQk0+Gww3 +bUA== X-Gm-Message-State: ALoCoQk6/hjltKOHpCqdQ/o6utLGlzv90Ktkht/pNL13xV8Mj2ueQVpLT5Y4dCeKn0KYo+jGop4l X-Received: by 10.112.132.70 with SMTP id os6mr525846lbb.38.1382688606115; Fri, 25 Oct 2013 01:10:06 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.212.102 with HTTP; Fri, 25 Oct 2013 01:09:46 -0700 (PDT) In-Reply-To: <5268BBE9.7060801@infracaninophile.co.uk> References: <52680088.5010901@marino.st> <52681D61.1010709@FreeBSD.org> <5268BBE9.7060801@infracaninophile.co.uk> From: Sunpoet Po-Chuan Hsieh Date: Fri, 25 Oct 2013 16:09:46 +0800 X-Google-Sender-Auth: t7d7_VvSZZe44ceFVc3BNypY2nI Message-ID: Subject: Re: recent perl "mach/auto" not found error To: Matthew Seaman Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-ports 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: Fri, 25 Oct 2013 08:10:14 -0000 On Thu, Oct 24, 2013 at 2:19 PM, Matthew Seaman < m.seaman@infracaninophile.co.uk> wrote: > On 23/10/2013 20:02, Matthew Seaman wrote: > > On 23/10/2013 18:51, Sunpoet Po-Chuan Hsieh wrote: > >> On Thu, Oct 24, 2013 at 12:59 AM, John Marino < > freebsd.contact@marino.st>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! > > > > Cool. Those are mostly my ports -- I was just about to investigate, but > > it seems this is already solved. > > > > Curious as to why it hit the RT extension ports in particular though? > > Nope. I'm still getting this: > > [...] > Installing > > /home/matthew/work/ports/www/p5-RTx-Calendar/work/stage/usr/local/share/rt40/plugins/RTx-Calendar/html/NoAuth/css/calendar.css > find: > > /home/matthew/work/ports/www/p5-RTx-Calendar/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto: > No such file or directory > *** [post-stage] Error code 1 > > Stop in /home/matthew/work/ports/www/p5-RTx-Calendar. > *** [stage] Error code 1 > [...] > > This port doesn't actually install anything into > .../usr/local/lib/perl5/site_perl/5.16/mach/auto so that directory will > not be created by default. > > > Hi, 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. Thanks. Regards, sunpoet > -- > Dr Matthew J Seaman MA, D.Phil. > > PGP: http://www.infracaninophile.co.uk/pgpkey > JID: matthew@infracaninophile.co.uk > >