From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JV8tp-0000EX-Mh for garchives@archives.gentoo.org; Fri, 29 Feb 2008 17:19:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BF8AE0586; Fri, 29 Feb 2008 17:19:56 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by pigeon.gentoo.org (Postfix) with ESMTP id 681F9E0586 for ; Fri, 29 Feb 2008 17:19:56 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JV8tm-0001AP-Ew for gentoo-amd64@lists.gentoo.org; Fri, 29 Feb 2008 17:19:54 +0000 Received: from ip68-231-12-179.ph.ph.cox.net ([68.231.12.179]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Feb 2008 17:19:54 +0000 Received: from 1i5t5.duncan by ip68-231-12-179.ph.ph.cox.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Feb 2008 17:19:54 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-amd64@lists.gentoo.org From: Duncan <1i5t5.duncan@cox.net> Subject: [gentoo-amd64] Re: revdep-rebuild keep on detecting a broken link referred to libqt-mt.so.3 Date: Fri, 29 Feb 2008 17:19:48 +0000 (UTC) Message-ID: References: <47C6789C.2060508@manuelmarano.com> <47C836DD.50808@xaerolimit.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@lists.gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ip68-231-12-179.ph.ph.cox.net User-Agent: Pan/0.132 (Waxed in Black) Sender: news Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d0aaf63c-90af-4350-9335-5290c9525d1d X-Archives-Hash: 9ecb9f4e2094ed4f866daff9b252f7b7 Chris Brennan posted 47C836DD.50808@xaerolimit.net= , excerpted below, on Fri, 29 Feb 2008 11:46:21 -0500: > I'm actually having the same issue as this w/ libqt-mt.so ... my proble= m > this, is gimp won't build because of it. below is the output. >=20 >=20 > /usr/qt/3/lib/libqt-mt.so: could not read symbols: File in wrong format > collect2: ld returned 1 exit status > make[2]: *** [test-poppler-qt] Error 1 make[2]: Leaving directory > `/var/tmp/portage/app-text/poppler-bindings-0.6.1/work/poppler-0.6.1/qt= ' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/var/tmp/portage/app-text/poppler-bindings-0.6.1/work/poppler-0.6.1' > make: *** [all] Error 2 Hmm... so what about /usr/qt/3/lib/libqt-mt.so ? Here, it's a symlink=20 pointing to libqt-mt.so.3, a symlink pointing to libqt-mt.so.3.3, again a= =20 symlink, pointing at libqt-mt.so.3.3.8, which is the actual shared-object= =20 library file. If you have a valid set of symlinks, pick any one of them and see what=20 readelf -h says about it. If the class entry (right under magic) is=20 anything other than ELF64, then you have a corrupted library and probably= =20 need to remerge qt (be sure you remerge qt3 not 4, if you have it merged=20 as well). If it's ELF64 and appears to be readable, then you have other=20 deeper problems. --=20 Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman --=20 gentoo-amd64@lists.gentoo.org mailing list