You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Jared Jackson <ja...@jaredjackson.com> on 2005/05/16 06:15:40 UTC

mod_perl 2.0 snapshot install issue

I was unable to install RC6 due to the version issue previously reported.

I downloaded the following snapshot:

modperl-2.0_20050515223638.tar.gz

and was able to successfully run "perl Makefile.PL"

But "make install" stops with the following error.

"make: *** No rule to make target `pm_to_blib.ts', needed by 
`glue_pods'.  Stop."



Here are the previous ten lines or so:

make[2]: Leaving directory `/downloads/modperl-2.0/xs/APR'
make[2]: Entering directory `/downloads/modperl-2.0/xs/Apache'
make[3]: Entering directory `/downloads/modperl-2.0/xs/Apache/Const'
make[3]: Leaving directory `/downloads/modperl-2.0/xs/Apache/Const'
make[2]: Leaving directory `/downloads/modperl-2.0/xs/Apache'
make[2]: Entering directory `/downloads/modperl-2.0/xs/ModPerl'
make[3]: Entering directory `/downloads/modperl-2.0/xs/ModPerl/Const'
make[3]: Leaving directory `/downloads/modperl-2.0/xs/ModPerl/Const'
make[2]: Leaving directory `/downloads/modperl-2.0/xs/ModPerl'
make[1]: Leaving directory `/downloads/modperl-2.0/xs'


This is perl, v5.8.5 built for i386-linux-thread-multi


Jared Jackson

Re: mod_perl 2.0 snapshot install issue

Posted by Stas Bekman <st...@stason.org>.
jared@jaredjackson.com wrote:
> Here's what was returned.
> 
> 
> # perl -le 'use ExtUtils::MakeMaker; print ExtUtils::MakeMaker->VERSION'
> 6.28

In which case please take a look at this code:

lib/ModPerl/BuildMM.pm
     require ExtUtils::MakeMaker;
     my $mm_ver = $ExtUtils::MakeMaker::VERSION;
     my $pm_to_blib = ($mm_ver >= 6.22 && $mm_ver <= 6.25)
         ? "pm_to_blib.ts"
         : "pm_to_blib";

According to the version you've reported it should be pm_to_blib.

> Thanks.
> 
> Jared
> 
> 
> At 10:37 AM -0400 5/16/05, Stas Bekman wrote:
> 
>> Jared Jackson wrote:
>>
>>> I was unable to install RC6 due to the version issue previously 
>>> reported.
>>>
>>> I downloaded the following snapshot:
>>>
>>> modperl-2.0_20050515223638.tar.gz
>>>
>>> and was able to successfully run "perl Makefile.PL"
>>>
>>> But "make install" stops with the following error.
>>>
>>> "make: *** No rule to make target `pm_to_blib.ts', needed by 
>>> `glue_pods'.  Stop."
>>
>>
>> Jared, please post the output of:
>>
>> perl -le 'use ExtUtils::MakeMaker; print ExtUtils::MakeMaker->VERSION'
>>
>>
>> -- 
>> __________________________________________________________________
>> Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
>> http://stason.org/     mod_perl Guide ---> http://perl.apache.org
>> mailto:stas@stason.org http://use.perl.org http://apacheweek.com
>> http://modperlbook.org http://apache.org   http://ticketmaster.com


-- 
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Re: mod_perl 2.0 snapshot install issue

Posted by ja...@jaredjackson.com.
Sorry about that. I was distracted for a moment with an urgent qmail issue.

Thanks for the help.

Jared


At 1:01 PM -0400 5/16/05, Stas Bekman wrote:
>Jared, please do not take the thread off-list unless you were asked 
>to. Thank you.
>
>>  Here is the code in my current snapshot of mod_perl (20050516104821).
>>
>>  lib/ModPerl/BuildMM.pm
>>      require ExtUtils::MakeMaker;
>>      my $pm_to_blib = $ExtUtils::MakeMaker::VERSION >= 6.22
>>          ? "pm_to_blib.ts"
>>          : "pm_to_blib";
>
>The fix was applied 5 weeks ago:
>http://svn.apache.org/viewcvs.cgi/perl/modperl/trunk/lib/ModPerl/BuildMM.pm?rev=160304&r1=160126&r2=160304&diff_format=h
>
>apparently the snapshots mechanism is broken /(giving you snapshots 
>from January!), so I'll take care of it.
>
>Meanwhile please try this version:
>http://people.apache.org/~gozer/mp2/mod_perl-2.0.0-dev.tar.gz
>
>>>>"make: *** No rule to make target `pm_to_blib.ts', needed by 
>>>>`glue_pods'.  Stop."
>
>
>
>--
>__________________________________________________________________
>Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
>http://stason.org/     mod_perl Guide ---> http://perl.apache.org
>mailto:stas@stason.org http://use.perl.org http://apacheweek.com
>http://modperlbook.org http://apache.org   http://ticketmaster.com


Re: mod_perl 2.0 snapshot install issue

Posted by Stas Bekman <st...@stason.org>.
Jared, please do not take the thread off-list unless you were asked to. 
Thank you.

 > Here is the code in my current snapshot of mod_perl (20050516104821).
 >
 > lib/ModPerl/BuildMM.pm
 >     require ExtUtils::MakeMaker;
 >     my $pm_to_blib = $ExtUtils::MakeMaker::VERSION >= 6.22
 >         ? "pm_to_blib.ts"
 >         : "pm_to_blib";

The fix was applied 5 weeks ago:
http://svn.apache.org/viewcvs.cgi/perl/modperl/trunk/lib/ModPerl/BuildMM.pm?rev=160304&r1=160126&r2=160304&diff_format=h

apparently the snapshots mechanism is broken /(giving you snapshots from 
January!), so I'll take care of it.

Meanwhile please try this version:
http://people.apache.org/~gozer/mp2/mod_perl-2.0.0-dev.tar.gz

>>> "make: *** No rule to make target `pm_to_blib.ts', needed by 
>>> `glue_pods'.  Stop."



-- 
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Re: mod_perl 2.0 snapshot install issue

Posted by ja...@jaredjackson.com.
Here's what was returned.


# perl -le 'use ExtUtils::MakeMaker; print ExtUtils::MakeMaker->VERSION'
6.28

Thanks.

Jared


At 10:37 AM -0400 5/16/05, Stas Bekman wrote:
>Jared Jackson wrote:
>>I was unable to install RC6 due to the version issue previously reported.
>>
>>I downloaded the following snapshot:
>>
>>modperl-2.0_20050515223638.tar.gz
>>
>>and was able to successfully run "perl Makefile.PL"
>>
>>But "make install" stops with the following error.
>>
>>"make: *** No rule to make target `pm_to_blib.ts', needed by 
>>`glue_pods'.  Stop."
>
>Jared, please post the output of:
>
>perl -le 'use ExtUtils::MakeMaker; print ExtUtils::MakeMaker->VERSION'
>
>
>--
>__________________________________________________________________
>Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
>http://stason.org/     mod_perl Guide ---> http://perl.apache.org
>mailto:stas@stason.org http://use.perl.org http://apacheweek.com
>http://modperlbook.org http://apache.org   http://ticketmaster.com


Re: mod_perl 2.0 snapshot install issue

Posted by Stas Bekman <st...@stason.org>.
Jared Jackson wrote:
> I was unable to install RC6 due to the version issue previously reported.
> 
> I downloaded the following snapshot:
> 
> modperl-2.0_20050515223638.tar.gz
> 
> and was able to successfully run "perl Makefile.PL"
> 
> But "make install" stops with the following error.
> 
> "make: *** No rule to make target `pm_to_blib.ts', needed by 
> `glue_pods'.  Stop."

Jared, please post the output of:

perl -le 'use ExtUtils::MakeMaker; print ExtUtils::MakeMaker->VERSION'


-- 
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com