Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: jbonnett [...] sputnik.com
Cc:
AdminCc:

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



Subject: BUG maybe
Date: Thu, 26 Oct 2006 12:03:30 -0700
To: bug-ExtUtils-MakeMaker [...] rt.cpan.org
From: Josh Bonnett <jbonnett [...] sputnik.com>
Hi, I am working on getting a set of modules last updated 2 years ago to work with the most recent centos. They use MakeMaker. Using the same Makefile.PL they produce different make files. The one that works looks like # --- MakeMaker metafile section: metafile : $(NOECHO) $(ECHO) yada yada It was made with 6.17 the one that doesn't looks like # --- MakeMaker metafile section: metafile : create_distdir $(NOECHO) $(ECHO) yada whatever It was made with 6.31 The problem with that is create_distdir gets run and it is dependent on META.yml so it dies Josh Bonnett Sputnik System Administrator jbonnett@sputnik.com
On Thu Oct 26 15:05:49 2006, jbonnett@sputnik.com wrote: Show quoted text
> I am working on getting a set of modules last updated 2 years ago to > work with the most recent centos. > They use MakeMaker. Using the same Makefile.PL they produce different > make files.
Yep, different versions of MakeMaker will do that. Show quoted text
> The one that works looks like > > # --- MakeMaker metafile section: > metafile : > $(NOECHO) $(ECHO) yada yada > > It was made with 6.17 > the one that doesn't looks like > > # --- MakeMaker metafile section: > metafile : create_distdir > $(NOECHO) $(ECHO) yada whatever > > It was made with 6.31 > The problem with that is create_distdir gets run and it is dependent > on META.yml so it dies
Well, it certainly shouldn't die but I can't say much else. "It dies" doesn't help me figure out your problem. Could you send me the full output of trying to build your module along with your Makefile, Makefile.PL and, if possible, a tarball of your distribution?
Subject: Re: [rt.cpan.org #22622] BUG maybe
Date: Thu, 26 Oct 2006 15:26:03 -0700
To: bug-ExtUtils-MakeMaker [...] rt.cpan.org
From: Josh Bonnett <jbonnett [...] sputnik.com>
Well I fixed it. It was a bug caused by us, so don't worry about it. Thanks for the help though. On Oct 26, 2006, at 3:18 PM, Michael_G_Schwern via RT wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=22622 > > > On Thu Oct 26 15:05:49 2006, jbonnett@sputnik.com wrote:
>> I am working on getting a set of modules last updated 2 years ago to >> work with the most recent centos. >> They use MakeMaker. Using the same Makefile.PL they produce different >> make files.
> > Yep, different versions of MakeMaker will do that. > >
>> The one that works looks like >> >> # --- MakeMaker metafile section: >> metafile : >> $(NOECHO) $(ECHO) yada yada >> >> It was made with 6.17 >> the one that doesn't looks like >> >> # --- MakeMaker metafile section: >> metafile : create_distdir >> $(NOECHO) $(ECHO) yada whatever >> >> It was made with 6.31 >> The problem with that is create_distdir gets run and it is dependent >> on META.yml so it dies
> > Well, it certainly shouldn't die but I can't say much else. "It dies" > doesn't help me figure out your problem. Could you send me the full > output of trying to build your module along with your Makefile, > Makefile.PL and, if possible, a tarball of your distribution? >
Josh Bonnett Sputnik System Administrator jbonnett@sputnik.com