On Fri, Jul 18, 2008 at 10:24:02AM +0200, Matthias Ringwald wrote: > Hi. I've stumbled upon this > > Error: > > $ fink install glib-pm588 > ... > ExtUtils::Depends version 0.300 is required--this is only version > 0.205 at /sw/lib/perl5/5.8.1/ExtUtils/Depends.pm line 18. > BEGIN failed--compilation aborted at (eval 4) line 1. > > Checking if your kit is complete... > Looks good > MakeMaker FATAL: prerequisites not found (ExtUtils::Depends 0.300) > > Please install these modules first and rerun 'perl > Makefile.PL'. > ### execution of ARCHFLAGS="" failed, exit code 255 > > I had installed: > > i extutils-depends-pm 0.300-1 Allow XS > extensions to depend on other XS > *i* extutils-depends-pm581 0.205-1 Allow XS > extensions to depend on other XS > i extutils-depends-pm586 0.205-2 Upgrade > package for older varianted packages > i extutils-depends-pm588 0.205-2 Upgrade > package for older varianted packages > > > Fix: > $ fink remove glib-pm581 glib-pm586 glib-pm588
That doesn't make any sense as a solution (and won't be viable in general, becuase users may have many other packages that Depends on glib-pmXXX). Maybe removing extutils-depends-pmXXX? You appear to have ancient stuff installed (-pm581 on a system that doesn't have or support perl5.8.1, even via fink). OTOH, it's weird that a -pm581 library (see directory path given in the error msg) would be visible at all to a -pm588 one. Would be useful to see the command that was run (the perl call to Makefile.PL), and also to know if there is something weird in in your shell that would mix perl-versions (or the wrong perl interp being called). dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel
