[cgiapp] More Titanium dependency hell

gvim gvimrc at googlemail.com
Tue Sep 15 09:20:29 EDT 2009


Perl 5.8.8 / OS X 10.5.8

After resolving the first install failure of Titanium - Module::Signature / gpg needed even if you're trying to bypass cryptography with option [3] (what happened to [1] and [2]?) - I now find Titanium is failing on Module::Starter::Plugin::CGIApp


**********************************************

root# cpan -i Titanium

.......

Creating custom builder _build/lib/MyModuleBuilder.pm in _build/lib
Checking whether your kit is complete...
Looks good

Checking prerequisites...
Looks good

Creating new 'Build' script for 'Module-Starter-Plugin-CGIApp' version '0.10'
/usr/bin/perl lib/Module/Starter/Plugin/CGIApp/templates/titanium/Makefile.PL
Checking if your kit is complete...
Looks good
Warning: prerequisite Titanium 0 not found.
Could not open '<tmpl_var main_pm_file>': No such file or directory at /Library/Perl/Updates/5.8.8/ExtUtils/MM_Unix.pm line 2627.
lib/Module/Starter/Plugin/CGIApp/templates/titanium/Makefile.PL failed at /Library/Perl/5.8.8/Module/Build/Base.pm line 2457.
  JALDHAR/Module-Starter-Plugin-CGIApp-0.10.tar.gz
  ./Build -- NOT OK
Running Build test
  Can't test without successful make
Running Build install
  Make had returned bad status, install seems impossible
Running Build for M/MA/MARKSTOS/Titanium-1.03.tar.gz
  Has already been unwrapped into directory /var/root/.cpan/build/Titanium-1.03-ErMEEl

  CPAN.pm: Going to build M/MA/MARKSTOS/Titanium-1.03.tar.gz

Warning: Prerequisite 'Module::Starter::Plugin::CGIApp => 0.05' for 'MARKSTOS/Titanium-1.03.tar.gz' failed when processing 'JALDHAR/Module-Starter-Plugin-CGIApp-0.10.tar.gz' with 'make => NO'. Continuing, but chances to succeed are limited.
Copying lib/Titanium.pm -> blib/lib/Titanium.pm
Manifying blib/lib/Titanium.pm -> blib/libdoc/Titanium.3pm
  MARKSTOS/Titanium-1.03.tar.gz
  ./Build -- OK
Running Build test
t/02-pod.t .. ok   
All tests successful.
Files=1, Tests=1,  0 wallclock secs ( 0.04 usr  0.02 sys +  0.13 cusr  0.03 csys =  0.22 CPU)
Result: PASS
  MARKSTOS/Titanium-1.03.tar.gz
Tests succeeded but one dependency not OK (Module::Starter::Plugin::CGIApp)
  MARKSTOS/Titanium-1.03.tar.gz
  [dependencies] -- NA
Running Build install
  make test had returned bad status, won't install without force
  
******************************************************

This is a long way from the lightweight ease of install we had with CGI::Application.

zaphod







More information about the cgiapp mailing list