From owner-freebsd-current Thu Feb 13 6: 2: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 5AB0937B401 for ; Thu, 13 Feb 2003 06:02:21 -0800 (PST) Received: from seed.net.tw (sn13.seed.net.tw [139.175.54.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 908C043FB1 for ; Thu, 13 Feb 2003 06:02:17 -0800 (PST) (envelope-from leafy@leafy.idv.tw) Received: from [211.74.135.229] (port=49257 helo=leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.10:4) id 18jJwO-000HjN-00 for freebsd-current@freebsd.org; Thu, 13 Feb 2003 22:02:17 +0800 Received: from leafy.idv.tw (nobody@localhost [127.0.0.1]) by leafy.idv.tw (8.12.7/8.12.7) with ESMTP id h1DE2F0c051903 for ; Thu, 13 Feb 2003 22:02:16 +0800 (CST) (envelope-from leafy@leafy.idv.tw) Received: (from leafy@localhost) by leafy.idv.tw (8.12.7/8.12.7/Submit) id h1DE2EnZ051483 for freebsd-current@freebsd.org; Thu, 13 Feb 2003 22:02:14 +0800 (CST) Date: Thu, 13 Feb 2003 22:02:14 +0800 From: leafy To: freebsd-current@freebsd.org Subject: ld-elf.so.1 weird behaviour Message-ID: <20030213140213.GA37330@leafy.idv.tw> Mail-Followup-To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline User-Agent: Mutt/1.5.3i 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 I built world with the new gcc3.2.2, and trid to upgrade my kdelibs. It's producing the following errors regarding ld-elf.so.1 rm -f htmlpageinfo.cc.temp ;\ if test "$ret" = 0; then echo '#include "htmlpageinfo.moc"' >> htmlpageinfo.cc; else rm -f htmlpageinfo.cc ; exit $ret ; fi /usr/libexec/ld-elf.so.1: /usr/X11R6/plugins/designer/libwizards.so: Undefined s ymbol "_Z22qCleanupImages_wizardsv" gmake[3]: *** [htmlpageinfo.cc] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.1/khtml' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.1/khtml' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.1' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/x11/kdelibs3. *** Error code 1 But the symbol actually exists: leafy@leafy:~$ nm /usr/X11R6/plugins/designer/libwizards.so |grep Z22 000256f0 T _Z22qCleanupImages_wizardsv Is ld-elf.so.1 faulty? Jiawei Ye -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message