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 1Q1N0g-0004g9-Qz for garchives@archives.gentoo.org; Sun, 20 Mar 2011 18:05:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 505FB1C003; Sun, 20 Mar 2011 18:04:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1EE5C1C003 for ; Sun, 20 Mar 2011 18:04:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id A9ED41B40F5 for ; Sun, 20 Mar 2011 18:04:24 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -2.873 X-Spam-Level: X-Spam-Status: No, score=-2.873 required=5.5 tests=[AWL=-0.274, BAYES_00=-2.599] 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 yboK-YXnw1+L for ; Sun, 20 Mar 2011 18:04:18 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 4D42D1B403D for ; Sun, 20 Mar 2011 18:04:16 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q1Mz7-0000fG-E3 for gentoo-user@gentoo.org; Sun, 20 Mar 2011 19:04:13 +0100 Received: from adsl-69-234-188-128.dsl.irvnca.pacbell.net ([69.234.188.128]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Mar 2011 19:04:13 +0100 Received: from w41ter by adsl-69-234-188-128.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Mar 2011 19:04:13 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: Updated boost to 1.42 + encfs 1.7, killed encfs volume Date: Sun, 20 Mar 2011 11:03:56 -0700 Message-ID: References: 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-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-188-128.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; Linux i686; rv:2.0b13pre) Gecko/20110317 Thunderbird/3.3a3 In-Reply-To: X-Archives-Salt: X-Archives-Hash: 7553a0bd8b4aca20778f028dd3f2e3ab On 03/20/2011 02:44 AM, Adam Carter wrote: > It looks like i've hit this issue; > http://code.google.com/p/encfs/issues/detail?id=60 > > So i've reinstalled boost 1.41 with; > # emerge =boost-1.41.0-r3 > # eselect boost set 1 > # emerge encfs > > but its still broken, and > $ ldd /usr/bin/encfs | grep boost > libboost_serialization-mt-1_42.so.1.42.0 => /usr/lib64/libboost_serialization-mt-1_42.so.1.42.0 (0x00007fb6314de000) > libboost_serialization-mt-1_41.so.1.41.0 => /usr/lib64/libboost_serialization-mt-1_41.so.1.41.0 (0x00007fb6305c5000) > libboost_filesystem-mt-1_41.so.1.41.0 => /usr/lib64/libboost_filesystem-mt-1_41.so.1.41.0 (0x00007fb6303af000) > libboost_system-mt-1_41.so.1.41.0 => /usr/lib64/libboost_system-mt-1_41.so.1.41.0 (0x00007fb6301ab000) > > So i'm assuming the problem is its still loading the v1.42 serialisation library. What's the correct way to that? Some package on your machine is still linked against 1.42, though I can't tell you which one. Since you just rebuilt encfs, that isn't the guilty one. IMO the quickest way to find the package that needs rebuilding is:to move or rename libboost_serialization-mt-1_42.so.1.42.0, and then run ldd again and see who complains. Then rebuild the package that contains the complainer. I'm sure there are more elegant ways, but I think it should work.