Mon Jul 17 06:52:11 2006paul [...] city-fan.org - Ticket created
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
Mon Jul 17 09:03:26 2006The RT System itself - Status changed from 'new' to 'open'
>> 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?
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.
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
Sun Jul 23 20:57:04 2006kwilliams [...] cpan.org - Correspondence added
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
Sun Jul 23 20:57:06 2006kwilliams [...] cpan.org - Status changed from 'open' to 'resolved'