From owner-freebsd-perl@FreeBSD.ORG Wed May 18 02:04:26 2011 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C60B8106564A for ; Wed, 18 May 2011 02:04:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [204.109.58.86]) by mx1.freebsd.org (Postfix) with ESMTP id 698098FC1D for ; Wed, 18 May 2011 02:04:26 +0000 (UTC) Received: from meatwad.mouf.net (cpe-065-190-149-241.nc.res.rr.com [65.190.149.241]) (authenticated bits=0) by mouf.net (8.14.4/8.14.4) with ESMTP id p4I24NtE057220 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Tue, 17 May 2011 22:04:24 -0400 (EDT) (envelope-from swills@FreeBSD.org) Message-ID: <4DD32923.2050905@FreeBSD.org> Date: Tue, 17 May 2011 22:04:19 -0400 From: Steve Wills User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110323 Thunderbird/3.1.9 MIME-Version: 1.0 To: Paul Vixie References: <81572.1304886845@nsa.vix.com> <4DC9FB69.6050901@FreeBSD.org> <65736.1305255629@nsa.vix.com> In-Reply-To: <65736.1305255629@nsa.vix.com> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (mouf.net [204.109.58.86]); Tue, 17 May 2011 22:04:24 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.96.2 at mouf.net X-Virus-Status: Clean Cc: perl@FreeBSD.org, fopispo@isc.org Subject: Re: the previous patch for p5-Task-Catalyst was insufficient X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 18 May 2011 02:04:26 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 05/12/11 23:00, Paul Vixie wrote: > thanks! > > with your patch, starting from a blank system, i can run catalyst.pl to > create an app, and i can then run "perl Makefile.PL" inside that app. > > however, when i try to run the resulting scripts/app_server.pl, it says: > > Couldn't load class (Catalyst::Script::Server) because: Couldn't load class > (Catalyst::ScriptRole) because: Couldn't load class > (MooseX::Getopt::GLD) because: > Can't locate MooseX/Role/Parameterized.pm > in @INC (@INC contains: /usr/home/vixie/Hello/script/../lib > /usr/local/lib/perl5/5.10.1/BSDPAN > /usr/local/lib/perl5/site_perl/5.10.1/mach > /usr/local/lib/perl5/site_perl/5.10.1 /usr/local/lib/perl5/5.10.1/mach > /usr/local/lib/perl5/5.10.1 .) at > /usr/local/lib/perl5/site_perl/5.10.1/MooseX/Getopt/GLD.pm line 10. > > if i then install devel/p5-MooseX-Role-Parameterized by hand, it works. > i think this means devel/p5-MooseX-Role-Parameterized should be a prereq, > though i honestly could not tell you "a prereq of what?" devel/p5-MooseX-Role-Parameterized should be a dependency of devel/p5-MooseX-RelatedClassRoles which is a dependency of www/p5-CatalystX-SimpleLogin which is listed as a dependency in the patch. But it looks like the devel/p5-MooseX-Getopt port is also missing a dependency on devel/p5-MooseX-Role-Parameterized. I'll add that. Still, it should have gotten pulled in the other way too. Steve -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iQEcBAEBAgAGBQJN0ykjAAoJEPXPYrMgexuhR5gIAJ2UqtHlvY+G5zO7oQjPbgDg idSWRj71UTOWKz0xa/09LdLmUYwr+c+2oBhkjvPfU6CnHsVjY+bVy83IUm4yzTUW BxlJBWelgdcFfz9hBWqaQHCFOtEUkyWzo5PL/BMiQRT0SJcNXOoMajLt8rdNC+Ov LNaNBKLgrk2667nYIPRV424actHdLNAxp20QOwr9x8jdLCryU6fczwL/gghSfj26 8SKOm5+0Su3b/3zpWi6+fU+nqs+Yk+LSZtpshMdEKYIhjZKkeRhr8ALSNOW8sgeh /4Ix1GfZ2HH1XrEF/66e4ukdJt5IzeYy5qPprpt8g/zj+joDC+4i1dLLSDLyQvs= =Z92G -----END PGP SIGNATURE-----