Skip Menu |

This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.

Report information
The Basics
Id: 3730
Status: resolved
Priority: 0/
Queue: ExtUtils-MakeMaker

People
Owner: Nobody in particular
Requestors: qjzhou [...] hotmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 6.15
Fixed in: (no value)



Subject: Can't locate object method "post_initialize_target" when perl makefile.pl in PPI-0.7
run Makefile.pl in PPI-0.7 / ExtUtils::MakeMaker 6.05 / Perl for Windows 5.8 Checking if your kit is complete... Looks good Writing Makefile for PPI run Makefile.pl in PPI-0.7 / ExtUtils::MakeMaker 6.15 / Perl for Windows 5.8 Checking if your kit is complete... Looks good Can't locate object method "post_initialize_target" via package "PACK001" at E:/Perl58/lib/ExtUtils/MakeMaker.pm line 606. # Looks like your test died before it could output anything.
Date: Fri, 5 Sep 2003 13:49:45 -0700
From: Michael G Schwern <schwern [...] pobox.com>
To: Guest via RT <bug-ExtUtils-MakeMaker [...] rt.cpan.org>
CC: "AdminCc of cpan Ticket #3730": ;
Subject: Re: [cpan #3730] Can't locate object method "post_initialize_target" when perl makefile.pl in PPI-0.7
RT-Send-Cc:
On Fri, Sep 05, 2003 at 09:01:36AM -0400, Guest via RT wrote: Show quoted text
> run Makefile.pl in PPI-0.7 / ExtUtils::MakeMaker 6.05 / Perl for Windows 5.8 > > Checking if your kit is complete... > Looks good > Writing Makefile for PPI > > run Makefile.pl in PPI-0.7 / ExtUtils::MakeMaker 6.15 / Perl for Windows 5.8 > > Checking if your kit is complete... > Looks good > Can't locate object method "post_initialize_target" via package "PACK001" at E:/Perl58/lib/ExtUtils/MakeMaker.pm line 606. > # Looks like your test died before it could output anything.
Works for me with 6.15 and OS X. The error above implies that for some reason post_initialize() wasn't found and it tried to fallback to post_initialize_target() which doesn't exist. post_initialize() does exist, PACK001 should inherit it from MM_Unix via MM_Win32. There's nothing in PPI that would cause this. Is it possible your MakeMaker didn't get upgraded properly and you have a mixed installation? Did you get MakeMaker 6.15 from CPAN or from ActiveState? -- Michael G Schwern schwern@pobox.com http://www.pobox.com/~schwern/ It's Miller time!
Show quoted text
> > run Makefile.pl in PPI-0.7 / ExtUtils::MakeMaker 6.15 / Perl for
> Windows 5.8
Oh, Perl for Windows. Is this ActiveState's Perl? Could you check to see if it has a method called post_initialize() in ExtUtils::MM_Unix?
Haven't heard from the original reporter. Nobody's reported similar issues with PPI. It's been six years, I think I can close this ticket.