View Single Post
  #1   (View Single Post)  
Old 10th May 2008
ccc ccc is offline
Shell Scout
 
Join Date: May 2008
Posts: 97
Default Mutex unlock failure: Operation not permitted

hi

I have freeBSD 7.0 (upgrade from 6.2) and the newest port tree update.
if I try to upgrade packages from ports using:
Code:
# portupgrade -faP
I get this message:
Code:
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/bin/uic -L /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/plugins listboxeditor.ui -i listboxeditor.h -o listboxeditor.cpp
Mutex unlock failure: Operation not permitted
and the upgrade process will be stopped.

even:
Code:
portupgrade -rf qt\*
doesn't help !

howto solve this problem ?

Last edited by ccc; 10th May 2008 at 09:18 PM.
Reply With Quote