From owner-freebsd-current@FreeBSD.ORG Tue Sep 20 01:48:20 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0B2816A420 for ; Tue, 20 Sep 2005 01:48:20 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E871643D48 for ; Tue, 20 Sep 2005 01:48:19 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (inchoate.gsoft.com.au [203.31.81.31]) (authenticated bits=0) by cain.gsoft.com.au (8.13.4/8.13.4) with ESMTP id j8K1mCZe048099 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 20 Sep 2005 11:18:18 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: freebsd-current@freebsd.org Date: Tue, 20 Sep 2005 11:18:08 +0930 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2389259.3nLkaYBBEG"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200509201118.08737.doconnor@gsoft.com.au> X-Spam-Score: -2.82 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.51 on 203.31.81.10 Subject: Threading/KSE problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2005 01:48:20 -0000 --nextPart2389259.3nLkaYBBEG Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I am having trouble with threaded apps (ie KDE). At the moment I can't buil= d=20 Qt or Amarok. Both get stuck running uic which spins with... 29215 uic CALL kse_release(0xbfbfd5ac) 29215 uic RET kse_release -1 errno 22 Invalid argument 29215 uic CALL kse_release(0xbfbfd5ac) 29215 uic RET kse_release -1 errno 22 Invalid argument 29215 uic CALL kse_release(0xbfbfd5ac) 29215 uic RET kse_release -1 errno 22 Invalid argument 29215 uic CALL kse_release(0xbfbfd5ac) 29215 uic RET kse_release -1 errno 22 Invalid argument 29215 uic CALL kse_release(0xbfbfd5ac) 29215 uic RET kse_release -1 errno 22 Invalid argument 29215 uic CALL kse_release(0xbfbfd5ac) 29215 uic RET kse_release -1 errno 22 Invalid argument etc.. I did have libpthread v1 and v2 linked into uic via libqtmt but I fixed tha= t=20 by copying the bootstrap version of libqt-mt and uic built by the Qt port,= =20 however it didn't get things working :) See ports/86354 for more info. =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart2389259.3nLkaYBBEG Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBDL2pY5ZPcIHs/zowRAn7aAJ99u77AnmPSni3RPBquFBxkgEsYYwCePPRL owZ4EEy8j4TeniAZ2Kx0SiU= =vrMc -----END PGP SIGNATURE----- --nextPart2389259.3nLkaYBBEG--