Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2003 00:20:18 -0500
From:      Alexander Kabaev <kabaev@bellatlantic.net>
To:        leafy <leafy@leafy.idv.tw>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 16 Feb 2003 02:09:24 +0800
leafy <leafy@leafy.idv.tw> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030216002018.44231799.kabaev>