From owner-freebsd-ports@FreeBSD.ORG Mon Jan 17 21:07:15 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C174616A4CE; Mon, 17 Jan 2005 21:07:15 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D22A43D45; Mon, 17 Jan 2005 21:07:15 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.43 (FreeBSD)) id 1Cqe5B-0000lt-T0; Mon, 17 Jan 2005 22:06:41 +0100 Date: Mon, 17 Jan 2005 22:06:41 +0100 From: Kirill Ponomarew To: Tom Huppi Message-ID: <20050117210641.GB2505@voodoo.oberon.net> References: <20050117153341.GO93155@voodoo.oberon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: freebsd-stable@freebsd.org cc: "Hamilton, Kent" cc: freebsd-ports@freebsd.org Subject: Re: Qt33 Build Problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2005 21:07:15 -0000 On Mon, Jan 17, 2005 at 03:23:36PM -0500, Tom Huppi wrote: > There is a reference to it in the 5.3 Errata (at least): > > http://www.freebsd.org/releases/5.3R/errata.html > > ...but I would have had a bit more trouble finding it had I not > known to look for the string 'libc_r'. > > I worked at re-building Qt33 for quite some time, but > 'libqt-mt.so' still retains a reference to 'libc_r'. If there are > any common reasons why this may be, I'de be interested to know of > them. I got rid of all other references (except one other library > associated also with Qt33), but couldn't nuke that one so I > resorted to the 'libmap.conf' hack which I would have preferred > not to do. In most cases there are dependencies which are still linked to libc_r, so check them first. -Kirill