Problem updating p5-Module-Build-0.3624

p5-Module-Build-0.3624 build fails with following:
Code:
===>  Building for p5-Module-Build-0.3624
version version 0.87 required--this is only version 0.82 at /usr/local/lib/perl5/site_perl/5.12.3/Module/Metadata.pm line 19.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.12.3/Module/Metadata.pm line 19.
What is version version 0.87 ... ? �jr
 
This is probably about devel/p5-version, which is a dependency. The current version is (since 3/3) 0.88. You should probably update your ports tree and make sure all of your ports are up-to-date.
 
Code:
===>  Configuring for p5-Module-Build-0.3624
*** BOOTSTRAPPING version ***
*** BOOTSTRAPPING Module::Metadata ***
Can't locate auto/version/vxs/_VERSION.al in @INC (@INC contains: t/lib t/bundled lib /usr/local/lib/perl5/5.8.9/BSDPAN 
/usr/local/lib/perl5/site_perl/5.8.9/mach /usr/local/lib/perl5/site_perl/5.8.9 /usr/local/lib/perl5/5.8.9/mach /usr/local/lib/perl5/5.8.9 .) 
at lib/Module/Build/Base.pm line 17
BEGIN failed--compilation aborted at lib/Module/Build/Base.pm line 17.
Compilation failed in require at lib/Module/Build.pm line 15.
BEGIN failed--compilation aborted at lib/Module/Build.pm line 15.
Compilation failed in require at ./Build.PL line 21.
BEGIN failed--compilation aborted at ./Build.PL line 21.

These additional prerequisites must be installed:
  requires:
    ! version (we need version 0.87)
    ! Module::Metadata (we need version 1.000002)
*** Error code 2

Any idea?
 
Probably the same issue and solution as mentioned in [thread=22281]this thread[/thread].
 
SirDice said:
Probably the same issue and solution as mentioned in [thread=22281]this thread[/thread].
The problem was similar. The p5-version update was installed then for some reasons not correctly registered. I just had to delete, clean and install again the port to have it registered and consequently update the failing package.

Still, also for me, it is a mistery why:

Code:
portmaster -a

didn't fix the problem for me.

PS: where is the option to make the thread solved?
 
Back
Top