Solved pkg says there's a conflict but doesn't describe it

http://hastebin.com/figehawaze.vhdl

Here you can see some info establishing why I'm installing this package, in case something appears out of place there. At the bottom, I try to pkg install php56-pgsql and it fails, but the only information I get is that something is 'conflicting'. Adding -d to this pkg command changes nothing.

This seems really basic but I've been on this for a couple of hours and haven't been able to find anything online about how to get pkg to describe what's conflicting with what.

Thanks



Edit: Actually, I probably know what happened. During server migration I rsynced /var/db to the new box. I only wanted /var/db/bitlbee but this is what happens at an all-nighter.

Recovery suggestions?

In progress: pkg check -r
 
It's odd it doesn't state what it conflicts with. But looking at the package list I see a couple of different PHP versions. You appear to have PHP 5.3, 5.4, 5.5 and 5.6 installed. I wonder how you managed to do that as they all conflict with each other. Remove all the different versions and stick to one.
 
Back
Top