Re: Mutex unlock failure when compiling KDE (upgrade from 6.x)

2008-03-22 Thread Leslie Jensen
RCL skrev: Hi, I'm having the same troubles as Leslie Jensen when compiling KDE (or anything that uses uic, e.g. amarok): compile process stucks with the following message: Mutex unlock failure: Operation not permitted I found out that the problem was already being investigated here on the

Re: Mutex unlock failure when compiling KDE (upgrade from 6.x)

2008-03-22 Thread RCL
Hi, On Sat, Mar 22, 2008 at 8:13 AM, Leslie Jensen [EMAIL PROTECTED] wrote: RCL skrev: Hi, I'm having the same troubles as Leslie Jensen when compiling KDE (or anything that uses uic, e.g. amarok): compile process stucks with the following message: Mutex unlock failure: Operation

Re: Mutex unlock failure when compiling KDE (upgrade from 6.x)

2008-03-22 Thread Kris Kennaway
RCL wrote: Hi, I'm having the same troubles as Leslie Jensen when compiling KDE (or anything that uses uic, e.g. amarok): compile process stucks with the following message: Mutex unlock failure: Operation not permitted I found out that the problem was already being investigated here on the

Re: Mutex unlock failure when compiling KDE (upgrade from 6.x)

2008-03-22 Thread Dmitry RCL Rekman
Hi, On Sat, Mar 22, 2008 at 3:52 PM, Kris Kennaway [EMAIL PROTECTED] wrote: RCL wrote: Hi, I'm having the same troubles as Leslie Jensen when compiling KDE (or anything that uses uic, e.g. amarok): compile process stucks with the following message: Mutex unlock failure: Operation

Re: Mutex unlock failure when compiling KDE (upgrade from 6.x)

2008-03-22 Thread Kris Kennaway
Dmitry RCL Rekman wrote: Hi, On Sat, Mar 22, 2008 at 3:52 PM, Kris Kennaway [EMAIL PROTECTED] wrote: RCL wrote: Hi, I'm having the same troubles as Leslie Jensen when compiling KDE (or anything that uses uic, e.g. amarok): compile process stucks with the following message: Mutex unlock

Re: Mutex unlock failure when compiling KDE (upgrade from 6.x)

2008-03-22 Thread Dmitry RCL Rekman
Hi, On Sat, Mar 22, 2008 at 5:47 PM, Kris Kennaway [EMAIL PROTECTED] wrote: Dmitry RCL Rekman wrote: Hi, On Sat, Mar 22, 2008 at 3:52 PM, Kris Kennaway [EMAIL PROTECTED] wrote: RCL wrote: Hi, I'm having the same troubles as Leslie Jensen when compiling KDE (or anything that

Re: Mutex unlock failure when compiling KDE (upgrade from 6.x)

2008-03-22 Thread Kris Kennaway
Dmitry RCL Rekman wrote: Hi, On Sat, Mar 22, 2008 at 5:47 PM, Kris Kennaway [EMAIL PROTECTED] wrote: Dmitry RCL Rekman wrote: Hi, On Sat, Mar 22, 2008 at 3:52 PM, Kris Kennaway [EMAIL PROTECTED] wrote: RCL wrote: Hi, I'm having the same troubles as Leslie Jensen when compiling KDE (or

Re: Mutex unlock failure when compiling KDE (upgrade from 6.x)

2008-03-22 Thread Dmitry RCL Rekman
Hi, On Sat, Mar 22, 2008 at 6:14 PM, Kris Kennaway [EMAIL PROTECTED] wrote: Actually, the problem was tracked down to be inside uic. When built on my (and Leslie's) 7.0 upgraded from 6.x system, uic does not link to libthr.so, while in a newly-installed 7.0 it does. It should not be

Re: Mutex unlock failure when compiling KDE (upgrade from 6.x)

2008-03-22 Thread Kris Kennaway
Dmitry RCL Rekman wrote: Hi, On Sat, Mar 22, 2008 at 6:14 PM, Kris Kennaway [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Actually, the problem was tracked down to be inside uic. When built on my (and Leslie's) 7.0 upgraded from 6.x system, uic does not link to

Re: Mutex unlock failure when compiling KDE (upgrade from 6.x)

2008-03-22 Thread Dmitry RCL Rekman
Hi, On Sat, Mar 22, 2008 at 6:40 PM, Kris Kennaway [EMAIL PROTECTED] wrote: Well, the commandline used to build libqt-mt is included in the log and it also links to -pthread... Yes, also uic (correctly) links directly to -pthread (I missed this on first read). The only way I can see this

Re: Mutex unlock failure when compiling KDE (upgrade from 6.x)

2008-03-22 Thread Kris Kennaway
Dmitry RCL Rekman wrote: Hi, On Sat, Mar 22, 2008 at 6:40 PM, Kris Kennaway [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Well, the commandline used to build libqt-mt is included in the log and it also links to -pthread... Yes, also uic (correctly) links directly to

Re: Mutex unlock failure when compiling KDE (upgrade from 6.x)

2008-03-22 Thread Dmitry RCL Rekman
Hi, On Sat, Mar 22, 2008 at 6:57 PM, Kris Kennaway [EMAIL PROTECTED] wrote: Dmitry RCL Rekman wrote: Hi, On Sat, Mar 22, 2008 at 6:40 PM, Kris Kennaway [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Well, the commandline used to build libqt-mt is included in the log

Re: Mutex unlock failure when compiling KDE (upgrade from 6.x)

2008-03-22 Thread Kris Kennaway
Dmitry RCL Rekman wrote: Hi, On Sat, Mar 22, 2008 at 6:57 PM, Kris Kennaway [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Dmitry RCL Rekman wrote: Hi, On Sat, Mar 22, 2008 at 6:40 PM, Kris Kennaway [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] mailto:[EMAIL

Re: Mutex unlock failure when compiling KDE (upgrade from 6.x)

2008-03-22 Thread Dmitry RCL Rekman
Hi, On Sat, Mar 22, 2008 at 7:19 PM, Kris Kennaway [EMAIL PROTECTED] wrote: Dmitry RCL Rekman wrote: Hi, On Sat, Mar 22, 2008 at 6:57 PM, Kris Kennaway [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Dmitry RCL Rekman wrote: Hi, On Sat, Mar 22, 2008 at

Mutex unlock failure when compiling KDE (upgrade from 6.x)

2008-03-21 Thread RCL
Hi, I'm having the same troubles as Leslie Jensen when compiling KDE (or anything that uses uic, e.g. amarok): compile process stucks with the following message: Mutex unlock failure: Operation not permitted I found out that the problem was already being investigated here on the list, but no