dlarochelle has asked for the wisdom of the Perl Monks concerning the following question:
Hi all,
I'm trying to put together a PAR distribution for a Catalyst using the instructions on http://catalyst.infogami.com/cookbook/par
I've added catalyst_par_core(); and catalyst_par(); to Makefile.pl
Then I run "make catalyst_par" but get the following error:
dlarochelle@dlarochelle-laptop:~/dev/pristine/mediacloud/trunk$ make c +atalyst_par include /home/dlarochelle/dev/pristine/mediacloud/trunk/inc/Module/Ins +tall.pm Writing PAR "mediawords.par" make: *** [catalyst_par] Error 2
Digging into this a bit, I see that make is running the following command:
/usr/bin/perl "-Iinc" -Ilib -Minc::Module::Install -MModule::Install:: +Catalyst -e"Catalyst::Module::Install::_catalyst_par( '', 'MediaWords +', { CLASSES => [], PAROPTS => {}, ENGINE => 'CGI', SCRIPT => '', US +AGE => q## } )"
I've tried running the above command manually and it does indeed return an error code but it gives no error message.
Any idea what's going on or even how to debug this? I've googled and searched perlmonks but haven't found an answer.
Thanks in advance!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PAR and Catalyst -- make: *** [catalyst_par] Error 2
by Khen1950fx (Canon) on Nov 04, 2010 at 06:56 UTC | |
by Anonymous Monk on Nov 08, 2010 at 16:04 UTC | |
|
Re: PAR and Catalyst -- make: *** [catalyst_par] Error 2
by Anonymous Monk on Nov 03, 2010 at 19:57 UTC |