Skip Menu |

This queue is for tickets about the Math-Random-ISAAC CPAN distribution.

Report information
The Basics
Id: 65841
Status: resolved
Priority: 0/
Queue: Math-Random-ISAAC

People
Owner: Nobody in particular
Requestors: lpsolit [...] gmail.com
Cc:
AdminCc:

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



Subject: "cannot resolve circular dependency" thrown with 1.003
Date: Thu, 17 Feb 2011 16:42:28 +0100
To: bug-Math-Random-ISAAC [...] rt.cpan.org
From: "Frédéric Buclin" <lpsolit [...] gmail.com>
We get many people coming on IRC complaining that they cannot install Math::Random::ISAAC 1.003 due to a circular dependency with Math::Random::ISAAC::XS. This problem happens when none is installed: "Could not make: cannot resolve circular dependency" This is a regression in 1.003 as 1.002 was working fine. We need 1.004 with this problem fixed asap as people keep getting this error, and cpan downloads the latest one. :)
Subject: Re: [rt.cpan.org #65841] "cannot resolve circular dependency" thrown with 1.003
Date: Thu, 17 Feb 2011 11:42:09 -0500
To: bug-Math-Random-ISAAC [...] rt.cpan.org
From: Jonathan Yu <jawnsy [...] cpan.org>
Hello, 2011/2/17 Frédéric Buclin via RT <bug-Math-Random-ISAAC@rt.cpan.org>: Show quoted text
> We get many people coming on IRC complaining that they cannot install
On IRC where? Show quoted text
> Math::Random::ISAAC 1.003 due to a circular dependency with > Math::Random::ISAAC::XS. This problem happens when none is installed: > > "Could not make: cannot resolve circular dependency"
CPAN Testers doesn't seem to be reproducing this issue. However, somehow Math::Random::ISAAC::XS got moved to Requires where it was Recommends before. Please give me some time to investigate, I hope to push a fixed release tonight. Cheers, Jonathan
Subject: Re: [rt.cpan.org #65841] "cannot resolve circular dependency" thrown with 1.003
Date: Thu, 17 Feb 2011 17:46:42 +0100
To: bug-Math-Random-ISAAC [...] rt.cpan.org
From: "Frédéric Buclin" <lpsolit [...] gmail.com>
Show quoted text
> On IRC where?
irc.mozilla.org. Bugzilla now uses your module to generate strong random data, and people join our channel to complain that they have trouble when installing/upgrading Bugzilla. Show quoted text
> somehow Math::Random::ISAAC::XS got moved to Requires where it was > Recommends before. Please give me some time to investigate, I hope to > push a fixed release tonight.
Nice, thanks a lot! :) LpSolit
Hi, I have fixed the issue and pushed updated versions of both packages. It turns out I was using Dist::Zilla incorrectly, as I specified: [Prereqs/Recommends] rather than [Prereqs/RuntimeRecommends] I'm marking this bug as resolved now. If there are further issues, please reply, and the ticket should be automatically re-opened. Thanks! On Thu Feb 17 11:46:36 2011, lpsolit@gmail.com wrote: Show quoted text
> > On IRC where?
> > irc.mozilla.org. Bugzilla now uses your module to generate strong random > data, and people join our channel to complain that they have trouble > when installing/upgrading Bugzilla. > >
> > somehow Math::Random::ISAAC::XS got moved to Requires where it was > > Recommends before. Please give me some time to investigate, I hope to > > push a fixed release tonight.
> > Nice, thanks a lot! :) > > LpSolit