Date: Mon, 9 Feb 2004 11:43:33 -0800 (PST) From: Doug White <dwhite@gumbysoft.com> To: Michael Nottebrock <michaelnottebrock@gmx.net> Cc: gabriel_ambuehl@buz.ch Subject: Re: Problems building KDE3 on recent current Message-ID: <20040209113956.H48001@carver.gumbysoft.com> In-Reply-To: <200402091314.01706.michaelnottebrock@gmx.net> References: <20040209085751.GA16284@eeyore.local.dohd.org> <20040209105145.GA17973@eeyore.local.dohd.org> <200402091314.01706.michaelnottebrock@gmx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hopefully this mega-cc picks up everyone who's been in this thread so far. The problem: libc_r and libpthread are getting pulled in as dependencies. They cannot coexist, otherwise you will get the spinlock message. To fix: 1. Rebuild XFree86-libraries. 2. Rebuild qmake. 3. Rebuild qt. 4. Rebuild kde. Portupgrade is very handy for doing this, something like portupgrade -Rf qmake kde should do the trick. Its really important that you rebuild qmake and its dependencies, otherwise -lc_r will continue to sneak into your qt-derived Makefiles. Make sure you rebuild libtool along the way too or it'll infect everything else. I went through this on Friday, as you might guess :-) -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040209113956.H48001>