View Single Post
  #3   (View Single Post)  
Old 11th May 2008
richardpl richardpl is offline
Spam Deminer
 
Join Date: May 2008
Location: Croatia
Posts: 284
Default

Quote:
Originally Posted by ccc View Post
Mutex unlock failure: Operation not permitted
Could happen if one of program library uses wrong/old/ones which links to wrong one .../ threads library.

Even installing compat* from ports/misc will not make this problem go away. Solution would be to try find program which links to wrong library, and manualy update that library ...

First post output of:
Code:
ldd /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/bin/uic
Reply With Quote