Random_Walk has asked for the wisdom of the Perl Monks concerning the following question:
Goodly monks,
I am having a problem when I connect eclipse/EPIC ide to my CVS repo. Various modules now have version conflicts and will not run in the IDE, here is a typical example when a locally developed module in CVS tries to 'use Time::HiRes (usleep)':
Time::HiRes object version 1.86 does not match $Time::HiRes::XS_VERSIO +N 1.66 at C:/Perl/lib/DynaLoader.pm line 253. Compilation failed in require at C:/.../lib/Local/Event.pm line 20. BEGIN failed--compilation aborted at C:/.../lib/Local/Event.pm line 20 +.
my c:\perl\lib\Time\HiRes VERSION is '1.66'
I guess this is a conflict between a version in my repo and the local PC version though running ppm upgrade localy I find there is no more up to date version of Time::HiRes in active state. The CVS does have Linux and Unix modules too, all this has to run on AIX, Linux and *doze. Is it possible Autoloader is trying to pull in one of these ?
Why would autoloader not get a module from the same installed tree as the .pm comes from ? Is there an way to see where Autoloader is getting the conflicting version from ? I am stumped
Thanks in advance,
R.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Debugging module version conflicts
by almut (Canon) on May 21, 2007 at 14:04 UTC | |
by Random_Walk (Prior) on May 22, 2007 at 12:06 UTC | |
|
Re: Debugging module version conflicts
by syphilis (Archbishop) on May 21, 2007 at 14:21 UTC | |
by Random_Walk (Prior) on May 21, 2007 at 15:16 UTC | |
by almut (Canon) on May 21, 2007 at 15:28 UTC | |
|
Re: Debugging module version conflicts
by Anonymous Monk on Jan 26, 2012 at 22:33 UTC |