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 checking in any of the folders noted

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