Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: Installing Object::InsideOut fails with circular dependency on Math::Random::MT::Auto

by Lotus1 (Vicar)
on Jan 26, 2019 at 20:31 UTC ( [id://1229008]=note: print w/replies, xml ) Need Help??


in reply to Re: Installing Object::InsideOut fails with circular dependency on Math::Random::MT::Auto
in thread Installing Object::InsideOut fails with circular dependency on Math::Random::MT::Auto

I tried on a second machine and had the same circular requirement issue. Then tried again and it worked on both machines as well as on the original older version of Strawberry Perl. I don't know what could have changed but I'm happy that it worked and I can debug my script now. Thanks!

  • Comment on Re^2: Installing Object::InsideOut fails with circular dependency on Math::Random::MT::Auto

Replies are listed 'Best First'.
Re^3: Installing Object::InsideOut fails with circular dependency on Math::Random::MT::Auto
by ikegami (Patriarch) on Jan 27, 2019 at 00:56 UTC

    cpan tries to install a module even if it can't install all of its prereqs. If its test suite passes, the module will be installed despite the missing dependency.

    I suspect the second go around was quieter because of a module that got installed despite a missing dependency on the first go around.

      I should have mentioned in the first post that there were more than one failed attempts on each Perl install. I tried multiple times to install both Object::InsideOut and Math::Random::MT::Auto but each required the other. Some of the other dependencies of Data::GUID::Any I was able to install but unfortunately I didn't keep a log of what I did. The work laptop will only connect through a corporate vpn so I assumed it was some weirdness there but I saw the same problem on the personal laptop. Then it all started working on both machines.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1229008]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-25 17:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found