From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RCFfy-0005AR-G9 for garchives@archives.gentoo.org; Fri, 07 Oct 2011 19:01:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44A8521C18B; Fri, 7 Oct 2011 19:01:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1341C21C175 for ; Fri, 7 Oct 2011 19:00:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 5F1021B4013 for ; Fri, 7 Oct 2011 19:00:32 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -5.006 X-Spam-Level: X-Spam-Status: No, score=-5.006 required=5.5 tests=[AWL=1.593, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RsVAL+yq+6ll for ; Fri, 7 Oct 2011 19:00:23 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 438701B401A for ; Fri, 7 Oct 2011 19:00:21 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RCFed-000438-DX for gentoo-user@gentoo.org; Fri, 07 Oct 2011 21:00:19 +0200 Received: from athedsl-391099.home.otenet.gr ([79.131.79.185]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Oct 2011 21:00:19 +0200 Received: from realnc by athedsl-391099.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Oct 2011 21:00:19 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: prelink errors Date: Fri, 07 Oct 2011 22:00:12 +0300 Organization: Lucas Barks Message-ID: References: <4E8EE347.8060001@linuxsystems.it> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-391099.home.otenet.gr User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20111003 Thunderbird/7.0.1 In-Reply-To: <4E8EE347.8060001@linuxsystems.it> Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ae7ecf9bf7b1359df609af7a99502d16 On 10/07/2011 02:32 PM, Niccol=F2 Belli wrote: > I do use libreoffice-bin, but not firefox-bin and thinderbird-bin (I do > compile them from source). I already tried revdep-rebuild and > lafilefixer, even emerge -ave @world but nothing changes. > > Thanks, > Niccol=F2 > > laptop ~ # prelink -amR > prelink: /usr/bin/lddlibc4: Using /lib32/ld-linux.so.2, not > /lib/ld-linux.so.2 as dynamic linker > prelink: /usr/lib64/libreoffice/program/soffice.bin: Could not parse > `/usr/lib64/libreoffice/program/soffice.bin: error while loading shared > libraries: /usr/lib64/libreoffice/program/soffice.bin: nonzero padding > in e_ident' This error got introduced with glibc 2.12. It's harmless and I guess=20 prelink will be updated upstream for this. > prelink: /usr/lib64/libreoffice/program/kdefilepicker: Could not find > one of the dependencies These errors are normal. The needed libraries are not in the linker's=20 default path. LibreOffice uses wrapper scripts when it launches that=20 manually set LD_LIBRARY_PATH. This is why prelink can't find them. You=20 can tell prelink to not prelink anything in /usr/lib64/libreoffice by=20 setting PRELINK_PATH_MASK in /etc/env.d/99local. Mine looks like this: PRELINK_PATH_MASK=3D"/usr/lib/vmware-tools:/opt/xulrunner:/usr/lib64/jvm:= /usr/lib64/NX:/usr/lib64/libreoffice"