[rt-users] Error while running make fixdeps on plack

2013-11-28 Thread Chris Black
Hi all, I am trying to build a new server with RT and am having some problems getting make fixdeps to run completely. It seems like it's failing on PLACK: arning: Prerequisite 'Plack = 0.992' for 'KAZUHO/Starlet-0.21.tar.gz' failed when processing 'MIYAGAWA/Plack-1.0030.tar.gz' with

Re: [rt-users] Error while running make fixdeps on plack

2013-11-28 Thread Alex Vandiver
On Thu, 2013-11-28 at 08:45 -0800, Chris Black wrote: It seems like it's failing on PLACK: arning: Prerequisite 'Plack = 0.992' for 'KAZUHO/Starlet-0.21.tar.gz' failed You've shown the error for Starlet, which depends on Plack. Please show the output of 'cpan install Plack' - Alex

Re: [rt-users] Error while running make fixdeps on plack

2013-11-28 Thread Chris Black
You've shown the error for Starlet, which depends on Plack. Please show the output of 'cpan install Plack' - Alex Here's the output from that command. Plack-1.0030/benchmarks/fcgi.pl CPAN: File::Temp loaded ok (v0.2304) CPAN.pm: Going to build M/MI/MIYAGAWA/Plack-1.0030.tar.gz

Re: [rt-users] Error while running make fixdeps on plack

2013-11-28 Thread Alex Vandiver
On Thu, 2013-11-28 at 09:30 -0800, Chris Black wrote: CPAN.pm: Going to build M/MI/MIYAGAWA/Plack-1.0030.tar.gz Can't locate File/ShareDir/Install.pm in @INC Apparently your version of CPAN.pm is too old to understand configure_requires. What does `cpan -v` report? You can work around

Re: [rt-users] Error while running make fixdeps on plack

2013-11-28 Thread Chris Black
On Thu, Nov 28, 2013 at 9:52 AM, Alex Vandiver ale...@bestpractical.comwrote: On Thu, 2013-11-28 at 09:30 -0800, Chris Black wrote: CPAN.pm: Going to build M/MI/MIYAGAWA/Plack-1.0030.tar.gz Can't locate File/ShareDir/Install.pm in @INC Apparently your version of CPAN.pm is too old to

Re: [rt-users] Error while running make fixdeps on plack

2013-11-28 Thread Alex Vandiver
On Thu, 2013-11-28 at 09:59 -0800, Chris Black wrote: [root@localhost rt-4.2.1]# cpan -v /usr/bin/cpan script version 1.9, CPAN.pm version 1.9402 You may wish to update CPAN: 'cpan install CPAN' Or install and use cpanm: cpan install App::cpanminus RT_FIX_DEPS_CMD=cpanm make fixdeps

Re: [rt-users] Error while running make fixdeps on plack

2013-11-28 Thread Chris Black
On Nov 28, 2013, at 10:08 AM, Alex Vandiver ale...@bestpractical.com wrote: On Thu, 2013-11-28 at 09:59 -0800, Chris Black wrote: [root@localhost rt-4.2.1]# cpan -v /usr/bin/cpan script version 1.9, CPAN.pm version 1.9402 You may wish to update CPAN: 'cpan install CPAN' Or install and

[rt-users] Upgrading from 4.0.8 to 4.2.1 missing dashboards

2013-11-28 Thread Chris Black
Hi everyone, I just upgraded from 4.0.8 to 4.2.1 this morning and when I log in with my username which was full admin. When I log in now, I am only seeing my list of open tickets. I can't find any dashboard options, admin options, etc. I did run make upgrade-database and there were no errors.