Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Aug 2004 09:38:21 -0500 (CDT)
From:      "Rusty Nejdl" <rnejdl@ringofsaturn.com>
To:        "Doug White" <dwhite@gumbysoft.com>
Cc:        Trent Nelson <tnelson@onresolve.com>
Subject:   Re: Signal 11 compiling qt33
Message-ID:  <56920.66.13.175.242.1092494301.squirrel@mail.ringofsaturn.com>
In-Reply-To: <20040812183418.D86599@carver.gumbysoft.com>
References:  <E1BuwSG-000Jr4-0Z@anchor-post-35.mail.demon.net> <200408120429.30081.michaelnottebrock@gmx.net> <20040812183418.D86599@carver.gumbysoft.com>

next in thread | previous in thread | raw e-mail | index | archive | help

>> 
> 
> uic and dcopidl crashes are indicative of crossed thread libraries. I 
> know, I went through the same problem :)  If you ldd them you'll see 
> libc_r and libpthread both getting pulled in, which is fatal.  Both uic 
> and dcopidl pull in libqt, which will usually be the lagggard since its 
> using options saved by qmake, and doesn't get updated frequently enough 
> for it to get rebuilt during a kde/qt upgrade.
> 
> You want to rebuild stuff in this order:
> 
> 
> 1. XFree86-libraries (or the xorg equivalent)
> 2. qmake (everyone forgets this -- qt uses it to get compile and link
> options, including the thread library!) 3. qt33
> 4. qt dependencies (kde, etc.)
> 
> 

Doug,

The only comment about this is that this was a fresh install and no portupgrading or buildworld going on.  I'm guessing, though, that I caught things in a state of flux, however, I have also run into cross threading issues within 5.2.1 for some reason.

Anyways, I had to put this aside for a bit, but I will pick this back up next week with another clean snapshot and see where things are at.

Rusty Nejdl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56920.66.13.175.242.1092494301.squirrel>