From owner-freebsd-current Sat Feb 15 21:20:31 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 01D9C37B401 for ; Sat, 15 Feb 2003 21:20:30 -0800 (PST) Received: from mx9.mail.ru (mx9.mail.ru [194.67.57.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86B5043FDD for ; Sat, 15 Feb 2003 21:20:28 -0800 (PST) (envelope-from kan@mail.ru) Received: from [141.154.59.211] (helo=kan.dnsalias.net) by mx9.mail.ru with esmtp (Exim SMTP.9) id 18kHDy-0007tq-00; Sun, 16 Feb 2003 08:20:23 +0300 Received: from kan.dnsalias.net (localhost [IPv6:::1]) by kan.dnsalias.net (8.12.7/8.12.6) with ESMTP id h1G5KKR3042828; Sun, 16 Feb 2003 00:20:20 -0500 (EST) (envelope-from kan@kan.dnsalias.net) Received: (from kan@localhost) by kan.dnsalias.net (8.12.7/8.12.6/Submit) id h1G5KI9B042767; Sun, 16 Feb 2003 00:20:18 -0500 (EST) Date: Sun, 16 Feb 2003 00:20:18 -0500 From: Alexander Kabaev To: leafy Cc: freebsd-current@FreeBSD.ORG Subject: Re: gcc3.2.2 import might have trashed ld-elf.so.1 Message-Id: <20030216002018.44231799.kabaev@bellatlantic.net> In-Reply-To: <20030215180924.GA6102@leafy.idv.tw> References: <20030215180924.GA6102@leafy.idv.tw> Reply-To: ak03@gte.com X-Mailer: Sylpheed version 0.8.9claws42 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Sun, 16 Feb 2003 02:09:24 +0800 leafy wrote: > I rebuilt and installed world on Friday and reinstalled ALL my ports > with 'portupgrade -ra'. I have found the exact line that will trigger > the ld "undefined symbol" error. > > /usr/X11R6/bin/uic -nounload -tr tr2i18n -i htmlpageinfo.h > ./htmlpageinfo.ui > htmlpageinfo.cc.temp ; ret=$?; sed -e "s,tr2i18n( > \"\" ),QString::null,g" htmlpageinfo.cc.temp | sed -e "s,tr2i18n( > \"\"\, \"\" ),QString::null,g" | sed -e > "s,image\([0-9][0-9]*\)_data,img\1_htmlpageinfo,g" >> htmlpageinfo.cc > ; rm -f htmlpageinfo.cc.temp ; if test "$ret" = 0; then echo '#include > "htmlpageinfo.moc"' >>htmlpageinfo.cc; else rm -f htmlpageinfo.cc ; > exit $ret ; fi QT's uic binary does not use libwizards.so. Please take time to dig a little deeper and figure what binary exactly is failing. It is doubtful someone will be able to help you otherwise. -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message