Skip Menu |

This queue is for tickets about the Module-Build CPAN distribution.

Report information
The Basics
Id: 20510
Status: resolved
Priority: 0/
Queue: Module-Build

People
Owner: Nobody in particular
Requestors: paul [...] city-fan.org
Cc:
AdminCc:

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



Subject: Circular dependency: Module::Build<->version
Date: Mon, 17 Jul 2006 11:51:30 +0100
To: bug-Module-Build [...] rt.cpan.org
From: Paul Howarth <paul [...] city-fan.org>
With Module::Build 0.2804 now requiring version.pm, there is a chicken-and-egg situation: Module::Build requires version.pm to build version.pm requires Module::Build to build Any suggestions? Paul.
On Mon Jul 17 06:52:11 2006, paul@city-fan.org wrote: Show quoted text
> With Module::Build 0.2804 now requiring version.pm, there is a > chicken-and-egg situation: > > Module::Build requires version.pm to build > version.pm requires Module::Build to build > > Any suggestions?
Show quoted text
cpan> install K/KW/KWILLIAMS/Module-Build-0.28.tar.gz cpan> install version cpan> install Module::Build
Subject: Re: [rt.cpan.org #20510] Circular dependency: Module::Build<->version
Date: Mon, 17 Jul 2006 15:09:15 +0100
To: bug-Module-Build [...] rt.cpan.org
From: Paul Howarth <paul [...] city-fan.org>
via RT wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=20510 > > > On Mon Jul 17 06:52:11 2006, paul@city-fan.org wrote:
>> With Module::Build 0.2804 now requiring version.pm, there is a >> chicken-and-egg situation: >> >> Module::Build requires version.pm to build >> version.pm requires Module::Build to build >> >> Any suggestions?
>
> cpan> install K/KW/KWILLIAMS/Module-Build-0.28.tar.gz > cpan> install version > cpan> install Module::Build
That's pretty much what I've done for the moment (although I use RPM packages rather than CPAN installs). It's not exactly a long-term plan though, particularly from the point of view of taking a repository of existing RPM/deb/whatever packages and rebuilding them for a new distribution. Paul.
Subject: [rt.cpan.org #20510] Circular dependency: Module::Build<->version
Date: Fri, 21 Jul 2006 13:10:05 +0100
To: bug-Module-Build [...] rt.cpan.org
From: Andy Sanders <Andy.Sanders [...] semantico.com>
Hi, I've just run into this problem too. The proposed work-around is not very elegant. Do you have any plans to resolve this issue? Cheers, Andy
On Fri Jul 21 08:09:50 2006, Andy.Sanders@semantico.com wrote: Show quoted text
> Do you have any plans to resolve this issue? >
Yes, it should have been resolved a few days ago by a new release (several iterations, actually) of version.pm that has a regular Makefile.PL that doesn't depend on Module::Build at all. There were no changes necessary to M::B. -Ken