From owner-freebsd-current Sun Feb 16 16:44:22 2003 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 9E4F237B401 for ; Sun, 16 Feb 2003 16:44:21 -0800 (PST) Received: from Stalker.alfacom.net (Stalker.Alfacom.net [193.108.124.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC5EC43FB1 for ; Sun, 16 Feb 2003 16:44:19 -0800 (PST) (envelope-from vkushnir@alfacom.net) Received: from kushnir1.kiev.ua (124-142.dialup.Alfacom.net [193.108.124.142]) by Stalker.alfacom.net (8.12.6/8.12.6) with ESMTP id h1H0iDsu019408 for ; Mon, 17 Feb 2003 02:44:15 +0200 (EET) Received: from kushnir1.kiev.ua (localhost [127.0.0.1]) by kushnir1.kiev.ua (8.12.7/8.12.6) with ESMTP id h1H0iCQv000194 for ; Mon, 17 Feb 2003 02:44:12 +0200 (EET) (envelope-from vkushnir@alfacom.net) Received: from localhost (vkushnir@localhost) by kushnir1.kiev.ua (8.12.7/8.12.7/Submit) with ESMTP id h1H0iAgZ000191 for ; Mon, 17 Feb 2003 02:44:12 +0200 (EET) X-Authentication-Warning: kushnir1.kiev.ua: vkushnir owned process doing -bs Date: Mon, 17 Feb 2003 02:44:10 +0200 (EET) From: Vladimir Kushnir X-X-Sender: vkushnir@kushnir1.kiev.ua To: freebsd-current@FreeBSD.ORG Subject: Re: gcc3.2.2 import might have trashed ld-elf.so.1 (fwd) Message-ID: <20030217024337.N90485@kushnir1.kiev.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 17 Feb 2003, leafy wrote: > On Sun, Feb 16, 2003 at 10:28:25AM -0800, Steve Kargl wrote: > > > these apply to both world and ports. and the strange ld-elf.so.1 error > > > still ocurs. > > > > > > > I just built mozilla with gcc 3.2.2 without a problem. > > > > -- > > Steve > Mine does without any problem too. It's only uic which causes the error. (and resulting in truss core dump) > If building KDE ports is the only thing you need - just move (temporarily) this plugin out of its dir. I know it isn'y a solution, but at least it works. BTW, it also works for some reason if you declare qCleanupImages_wizards() as static void qCleanupImages_wizards() instead of void qCleanupImages_wizards() in qmake_image_collection.cpp. Again, it's silly but for some reason it works. Designer dies later, though, if you add /usr/local/lib/kde3/plugins dir. But KDE itself works, once again. Any C++/QT gurus? Regards, Vladimir To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message