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 1RetGl-0000QH-6q for garchives@archives.gentoo.org; Sun, 25 Dec 2011 18:58:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12205E0027; Sun, 25 Dec 2011 18:57:47 +0000 (UTC) Received: from nm5-vm0.bullet.mail.ukl.yahoo.com (nm5-vm0.bullet.mail.ukl.yahoo.com [217.146.183.232]) by pigeon.gentoo.org (Postfix) with SMTP id BE79F21C06A for ; Sun, 25 Dec 2011 18:56:45 +0000 (UTC) Received: from [217.146.183.180] by nm5.bullet.mail.ukl.yahoo.com with NNFMP; 25 Dec 2011 18:56:44 -0000 Received: from [77.238.184.57] by tm11.bullet.mail.ukl.yahoo.com with NNFMP; 25 Dec 2011 18:56:44 -0000 Received: from [127.0.0.1] by smtp126.mail.ukl.yahoo.com with NNFMP; 25 Dec 2011 18:56:44 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1324839404; bh=5/oJgnkoX2H3hgq1eLUtOGzCh+iNsyYBnoADA/kEPEs=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Received:Date:From:To:Subject:Message-ID:MIME-Version:Content-Type:Content-Disposition:User-Agent; b=QQyICj4BqQRWYKBGJgfwjrPBn8dhTgpcFn37yr+hn0ikQ1msXkMYmDg74PMkGFTtkf7KMBPg3xRCOIueUPS/xyjAWH9RNcOUw9cizUTyaYLHoVyp3hdjw+ebxkbdC8YiebbvHE5X8y64DGn45tvfh98/pbhJDjifVDVRbNtGDGI= X-Yahoo-Newman-Id: 663362.29772.bm@smtp126.mail.ukl.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: MIgY1OcVM1nrMKQkLx1NxB7sD_JTlxgUh_Ca3BaDozVWKrz vpCWNcZkHUwoxQlUSL6gPM8Wzkxzb2o60shxvxlfMQ8KsoFPSS.FBY7bdIgb 9PauwAxrg7OEbSjuo_qM92bV5bONWhqofV7ndYRf6PzwzUY0cCOPuenn6ew6 X0rO_YQx5woMTxXxcUUQU8YfG4t5fTc_dRjM9zLoEe7bRJoj6Jg762POLyBG 0Us.i21NGJZbnwcTD63rdKYf.vCIR_AKLl1o1tBr17Pev.n3RMitiG_OSW7r NW5R5A7g2FkJ91xqAs3z94AJZInF70Ljxo5gVzrAEB.5Sj6Er01mRYGmuPN0 g8DzVO2dEQXtj2DHHOItulYQKCygq2kTYmmMBow-- X-Yahoo-SMTP: GAfVypuswBAaKxaJQKmV_bfFvQ-- Received: from delta.mnet.local (mk106c-gnu@93.205.23.152 with login) by smtp126.mail.ukl.yahoo.com with SMTP; 25 Dec 2011 18:56:44 +0000 GMT Received: by delta.mnet.local (Postfix, from userid 1000) id EA203C0C91; Sun, 25 Dec 2011 19:56:43 +0100 (CET) Date: Sun, 25 Dec 2011 19:56:43 +0100 From: Michael Volland To: gentoo-user Subject: [gentoo-user] Acroread DRM Bug? Message-ID: <20111225185643.GA2059@delta.mnet.local> 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=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Archives-Salt: 8eb48ec5-a365-4654-9626-d8c52a3a8ae8 X-Archives-Hash: 81468f80a04923adfff8e795f150c0d3 Hi, our public library uses Adobe Digital Rights Management. That means you download a paper/book and open it with acroread. It used to work fine with gentoo ~amd64 but not with ~x86 and x86. (I assume it works with amd64 as well, can't just test it) Acroread always crashed, when I tried to open a drm-protected document on x84-installations. The reason is, that acroread (acroread-9.4.2) is installed as binary, but dynamically linked and when you open a drm-protected document, it tries to load the non-existing library /usr/lib32/libidn.so.11. To reproduce: in xterm: $ export ACRODEBUG=1 $ acroread now open drm-protected document dlopen: libidn.so.11: cannot open shared object file: No such file or directory This library is part of app-emulation/emul-linux-x86-baselibs-20110928 which is usually installed with non-x86 installations. So I installed emul-linux-x86-baselibs and did set a softlink from /usr/lib32/libidn.so.11 to /usr/lib. It works fine. But lately I ran into problems after upgrading gcc. I couldn't emerge qt-gui anymore. Actually I had to remove the link, rename /usr/lib32 and reemerge gcc. Then it was possible to emerge qt-gui. Any suggestions? Could there be a library on x86 installation, that one could use? Could I hide the library from ebuilds other than acroread? Should I file a gentoo-bug-report? Greetings Michael