Date: Fri, 14 Mar 2008 10:39:02 +0100 From: Mel <fbsd.questions@rachie.is-a-geek.net> To: freebsd-questions@freebsd.org Cc: Leslie Jensen <leslie@eskk.nu> Subject: Re: Compile error, kde related? Message-ID: <200803141039.03096.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <47DA3366.4090506@eskk.nu> References: <47D7E889.8070100@eskk.nu> <200803132240.02746.fbsd.questions@rachie.is-a-geek.net> <47DA3366.4090506@eskk.nu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 14 March 2008 09:12:22 Leslie Jensen wrote: > > I think you mixed some threading libraries. That string or variants of > > it, is nowhere to be found in /usr/src anymore. > > > > I found this post: > > http://lists.freebsd.org/pipermail/freebsd-threads/2004-March/001759.html > > > > Any of that relevant for you? like entries in libmap? > > I read the thread and checked my libmap.conf. There's none of the > entries mentioned in the post. > > I'd like to add that my system is an upgraded 7.0 - release from 6.2. > I made pkg_delete -a because I had a problem with libcrypt that I > couldn't fix. > > I'll appreciate any hint. Ok, the error is generated by uic: ./src/tools/qmutex_unix.cpp: qWarning("Mutex unlock failure: %s", strerror(ret)); Which fails on pthread_mutex_unlock call. Could you show the output of: ldd /usr/local/bin/uic -- Mel Problem with today's modular software: they start with the modules and never get to the software part.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803141039.03096.fbsd.questions>