Skip Menu |

This queue is for tickets about the JSAN-Parse-FileDeps CPAN distribution.

Report information
The Basics
Id: 16099
Status: resolved
Priority: 0/
Queue: JSAN-Parse-FileDeps

People
Owner: Nobody in particular
Requestors: SAMV [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.03
Fixed in: (no value)



Subject: Wrong build system being used
wilber:~/src/Catalyst-Plugin-JSAN$ perl -MCPAN -e'install qw(JSAN::Parse::FileDeps)' CPAN: Storable loaded ok Going to read /home/samv/.cpan/Metadata Database was generated on Wed, 23 Nov 2005 12:54:44 GMT Running install for module JSAN::Parse::FileDeps Running make for A/AD/ADAMK/JSAN-Parse-FileDeps-0.03.tar.gz CPAN: Digest::MD5 loaded ok CPAN: Compress::Zlib loaded ok Checksum for /home/samv/.cpan/sources/authors/id/A/AD/ADAMK/JSAN-Parse-FileDeps-0.03.tar.gz ok JSAN-Parse-FileDeps-0.03/ JSAN-Parse-FileDeps-0.03/t/ JSAN-Parse-FileDeps-0.03/t/lib/ JSAN-Parse-FileDeps-0.03/t/lib/foo.js JSAN-Parse-FileDeps-0.03/t/02_main.t JSAN-Parse-FileDeps-0.03/t/01_compile.t JSAN-Parse-FileDeps-0.03/lib/ JSAN-Parse-FileDeps-0.03/lib/JSAN/ JSAN-Parse-FileDeps-0.03/lib/JSAN/Parse/ JSAN-Parse-FileDeps-0.03/lib/JSAN/Parse/FileDeps.pm JSAN-Parse-FileDeps-0.03/META.yml JSAN-Parse-FileDeps-0.03/Changes JSAN-Parse-FileDeps-0.03/MANIFEST JSAN-Parse-FileDeps-0.03/INSTALL JSAN-Parse-FileDeps-0.03/Build.PL JSAN-Parse-FileDeps-0.03/README Removing previously used /home/samv/.cpan/build/JSAN-Parse-FileDeps-0.03 Package seems to come without Makefile.PL. (The test -f "/home/samv/.cpan/build/JSAN-Parse-FileDeps-0.03/Makefile.PL" returned false.) Writing one on our own (setting NAME to JSANParseFileDeps) CPAN.pm: Going to build A/AD/ADAMK/JSAN-Parse-FileDeps-0.03.tar.gz Checking if your kit is complete... Looks good Writing Makefile for JSANParseFileDeps cp lib/JSAN/Parse/FileDeps.pm blib/lib/JSAN/Parse/FileDeps.pm Manifying blib/man3/JSAN::Parse::FileDeps.3pm /usr/bin/perl "-Iblib/arch" "-Iblib/lib" Build.PL Build Too early to specify a build action 'Build'. Do 'Build Build' instead. make: *** [Build] Error 9 /usr/bin/make -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible wilber:~/src/Catalyst-Plugin-JSAN$
NOTABUG (I think) Module::Install, which is what the (it should be) included Makefile.PL uses, knows when it has been called by the Build.PL and generates Module::Build-compatible files instead of MakeMaker files. Whatever evil your installation environment used to "automagically" create a Makefile.PL was, the magic just failed. I'll hold this open until I'm sure I haven't accidentally left off a Makefile.PL, but it will most likely remain NOTABUG [guest - Thu Nov 24 18:05:07 2005]: Show quoted text
> wilber:~/src/Catalyst-Plugin-JSAN$ perl -MCPAN -e'install > qw(JSAN::Parse::FileDeps)' > CPAN: Storable loaded ok > Going to read /home/samv/.cpan/Metadata > Database was generated on Wed, 23 Nov 2005 12:54:44 GMT > Running install for module JSAN::Parse::FileDeps > Running make for A/AD/ADAMK/JSAN-Parse-FileDeps-0.03.tar.gz > CPAN: Digest::MD5 loaded ok > CPAN: Compress::Zlib loaded ok > Checksum for /home/samv/.cpan/sources/authors/id/A/AD/ADAMK/JSAN- > Parse-FileDeps-0.03.tar.gz ok > JSAN-Parse-FileDeps-0.03/ > JSAN-Parse-FileDeps-0.03/t/ > JSAN-Parse-FileDeps-0.03/t/lib/ > JSAN-Parse-FileDeps-0.03/t/lib/foo.js > JSAN-Parse-FileDeps-0.03/t/02_main.t > JSAN-Parse-FileDeps-0.03/t/01_compile.t > JSAN-Parse-FileDeps-0.03/lib/ > JSAN-Parse-FileDeps-0.03/lib/JSAN/ > JSAN-Parse-FileDeps-0.03/lib/JSAN/Parse/ > JSAN-Parse-FileDeps-0.03/lib/JSAN/Parse/FileDeps.pm > JSAN-Parse-FileDeps-0.03/META.yml > JSAN-Parse-FileDeps-0.03/Changes > JSAN-Parse-FileDeps-0.03/MANIFEST > JSAN-Parse-FileDeps-0.03/INSTALL > JSAN-Parse-FileDeps-0.03/Build.PL > JSAN-Parse-FileDeps-0.03/README > Removing previously used /home/samv/.cpan/build/JSAN-Parse-FileDeps- > 0.03 > Package seems to come without Makefile.PL. > (The test -f "/home/samv/.cpan/build/JSAN-Parse-FileDeps- > 0.03/Makefile.PL" returned false.) > Writing one on our own (setting NAME to JSANParseFileDeps) > > CPAN.pm: Going to build A/AD/ADAMK/JSAN-Parse-FileDeps-0.03.tar.gz > > Checking if your kit is complete... > Looks good > Writing Makefile for JSANParseFileDeps > cp lib/JSAN/Parse/FileDeps.pm blib/lib/JSAN/Parse/FileDeps.pm > Manifying blib/man3/JSAN::Parse::FileDeps.3pm > /usr/bin/perl "-Iblib/arch" "-Iblib/lib" Build.PL Build > Too early to specify a build action 'Build'. Do 'Build Build' > instead. > make: *** [Build] Error 9 > /usr/bin/make -- NOT OK > Running make test > Can't test without successful make > Running make install > make had returned bad status, install seems impossible > wilber:~/src/Catalyst-Plugin-JSAN$