I am trying to install digikam via MacPorts (too bad there isn't a HomeBrew for this) and I keep getting the following error:
Error: Dependency 'p5.12-xml-parser' not found.
Error: Status 1 encountered during processing.
I thought that perhaps I needed to update MacPorts, so I did that (selfupdate
). I also then tried to upgrade outdated
for MacPorts and I get another Perl5 related error:
Warning: No port p5.12-locale-gettext found in the index.
---> Computing dependencies for help2man
Error: Dependency 'p5.12-locale-gettext' not found.
Error: Unable to upgrade port: 1
I am not sure why this is happening. I have checked perl with perl -v
which tells me that I have perl 5, version 12, subversion 3.
In doing searches, I have seen a number of people who have also had issues installing something through MacPorts because of some 'missing' Perl dependencies. There doesn't seem to be any standard solution though. Any ideas what is going on here and how to fix it?