Date: Sat, 19 Nov 2005 16:11:54 -0800 From: "Michael C. Shultz" <ringworm01@gmail.com> To: freebsd-questions@freebsd.org Cc: questions@freebsd.org, cpghost <cpghost@cordula.ws> Subject: Re: Mutex unlock failure: Operation not permitted Message-ID: <200511191611.55031.ringworm01@gmail.com> In-Reply-To: <20051120000944.GA5532@epia2.farid-hajji.net> References: <20051120000944.GA5532@epia2.farid-hajji.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 19 November 2005 16:09, cpghost wrote: > Hello, > > after upgrading from 5.4 to 6.0, I keep getting this error message > when recompiling qt33: > > /usr/local/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.5/bin/uic -L > /usr/local/ ports/x11-toolkits/qt33/work/qt-x11-free-3.3.5/plugins > listboxeditor.ui -i listb oxeditor.h -o listboxeditor.cpp > Mutex unlock failure: Operation not permitted > *** Signal 11 > > Stop in > /usr/local/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.5/tools/designer > /designer. > *** Error code 1 > > [...] > > I've recompiled and reinstalled qmake before making qt33, but uic still > fails exactly here. > > Anyone seen this? Any idea how to fix it? > You didn't say if you have recompiled all installed ports against the 6.0 libraries yet, if you haven't then try sysutils/portmanager: portmanager x11-toolkits/qt33 -f This will force all of qt33's dependencies to rebuild first using the 6.0 libs then build qt33. -Mike
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511191611.55031.ringworm01>