Marc Margolies wrote:
> I recently updated graphviz using fink. I am quite certain graphviz has its
> own XML parser. How would I go about exploring this tenuous connection.
> Thanks,
> Marc
>
>
>
>
>
>   
<snip>
>
>   
The problem is between intltool40 and some version of the XML::Parser
perl module, for which graphviz most definitely does _not_ install its
own copy.

You can see what was installed via

    dpkg -L graphviz
    dpkg -L graphviz-shlibs
    dpkg -L graphviz-dev


One thing to check would be to run

    grep perl /sw/bin/intltool*

and make sure that those scripts all contain "/usr/bin/perl" in their
heading rather than e.g. "/sw/bin/perl":

$ grep perl /sw/bin/intltool*
/sw/bin/intltool-extract:#!/usr/bin/perl -w
/sw/bin/intltool-extract:# -*- Mode: perl; indent-tabs-mode: nil;
c-basic-offset: 4  -*-
/sw/bin/intltool-merge:#!/usr/bin/perl -w
/sw/bin/intltool-merge:# -*- Mode: perl; indent-tabs-mode: nil;
c-basic-offset: 4  -*-
/sw/bin/intltool-prepare:#!/usr/bin/perl -w
/sw/bin/intltool-prepare:# -*- Mode: perl; indent-tabs-mode: nil;
c-basic-offset: 4  -*-
/sw/bin/intltool-update:#!/usr/bin/perl -w
/sw/bin/intltool-update:# -*- Mode: perl; indent-tabs-mode: nil;
c-basic-offset: 4  -*-
/sw/bin/intltool-update:        while (m-(/\*|//|\'|\")-) # \' and \"
keep emacs perl mode happy
/sw/bin/intltool-update:    $EXTRACT = "$^X $EXTRACT" if ($^O eq
'MSWin32' && !($EXTRACT =~ /perl/));

Otherwise, I'd recommend trying "locate XML/Parser.pm" :

$ /usr/bin/locate XML/Parser.pm
/System/Library/Perl/Extras/5.8.8/darwin-thread-multi-2level/XML/Parser.pm
/sw/lib/perl5/5.10.0/darwin-thread-multi-2level/XML/Parser.pm
/sw/lib/perl5/5.8.6/darwin-thread-multi-2level/XML/Parser.pm
/sw/lib/perl5/5.8.8/darwin-thread-multi-2level/XML/Parser.pm

The one in /System was installed as part of the OS, and its version (you
can look in the file to check) is supposed to be 2.34.  If that one has
the wrong version, or if you have an XML/Parser.pm in any of other
directories besides /sw it may be suspect.

And please reply to the mailing list in the future, rather than just to
me, because, as I said, I am not the maintainer for any of the packages
that we've been talking about.  Others may know more than I do, and
we'll be able to get your problem solved sooner.

-- 
Alexander Hansen
Fink User Liaison


------------------------------------------------------------------------------
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to