[MacPorts] #17884: gimp2 2.6.4 configure can't find XML::Parser
MacPorts
noreply at macports.org
Tue Jan 6 23:04:31 PST 2009
#17884: gimp2 2.6.4 configure can't find XML::Parser
-------------------------------------+--------------------------------------
Reporter: calle.kabo@… | Owner: devans@…
Type: defect | Status: assigned
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.7.0
Keywords: gimp2 2.6.4 XML::Parser | Port: gimp2
-------------------------------------+--------------------------------------
Comment(by calle.kabo@…):
Replying to [comment:3 devans@…]:
> Might be perl 5.8.9 related after all. See #17803.
>
> Can you try
>
> {{{
> /opt/local/bin/perl -e 'print join "\n", @INC, ""'
> }}}
>
> and see if the perl search path includes 5.8.8 as well as 5.8.9
directories?
Here's the output from the above command:
{{{
/opt/local/lib/perl5/5.8.9/darwin-2level
/opt/local/lib/perl5/5.8.9
/opt/local/lib/perl5/site_perl/5.8.9/darwin-2level
/opt/local/lib/perl5/site_perl/5.8.9
/opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level
/opt/local/lib/perl5/vendor_perl/5.8.9
/opt/local/lib/perl5/vendor_perl
.
}}}
I managed to fix it though.
I noticed I only had perl 5.8 installed and not perl5. So I installed
perl5. Still didn't work. Then I did what devans suggested:
{{{
$ sudo port -fn upgrade p5-xml-parser
}}}
After that it worked like a charm.
Thanks!
--
Ticket URL: <http://trac.macports.org/ticket/17884#comment:6>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list