Solved check-0.11.0 conflicts with libcheck-0.10.0

In carrying out my weekly ports update ( portsnap fetch update; portmaster -a), I'm getting the following failure on devel/check:
Code:
check-0.11.0 conflicts with libcheck-0.10.0 (installs files into the same place).  Problematic file: /usr/local/bin/checkmk
How should I resolve this? I'm running 10.3-RELEASE-p7.
 
Last edited by a moderator:
I have this same problem, so I did a
Code:
make deinstall
in the devel/libcheck directory. Then when I try to build devel/check it tells me there is a conflict with overwriting the/usr/local/bin/checkmk file. But, when I go to list that file, it doesn't exist in that directory. Any ideas?
 
Back
Top