public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Updated boost to 1.42 + encfs 1.7, killed encfs volume
@ 2011-03-20  9:44 Adam Carter
  2011-03-20 18:03 ` [gentoo-user] " walt
  0 siblings, 1 reply; 3+ messages in thread
From: Adam Carter @ 2011-03-20  9:44 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 827 bytes --]

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?

[-- Attachment #2: Type: text/html, Size: 977 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-user] Re: Updated boost to 1.42 + encfs 1.7, killed encfs volume
  2011-03-20  9:44 [gentoo-user] Updated boost to 1.42 + encfs 1.7, killed encfs volume Adam Carter
@ 2011-03-20 18:03 ` walt
  2011-03-21  0:49   ` Adam Carter
  0 siblings, 1 reply; 3+ messages in thread
From: walt @ 2011-03-20 18:03 UTC (permalink / raw
  To: gentoo-user

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.






^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] Re: Updated boost to 1.42 + encfs 1.7, killed encfs volume
  2011-03-20 18:03 ` [gentoo-user] " walt
@ 2011-03-21  0:49   ` Adam Carter
  0 siblings, 0 replies; 3+ messages in thread
From: Adam Carter @ 2011-03-21  0:49 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 616 bytes --]

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.
>
>
That ldd output is showing that encfs needs it. I need to find how to build
encfs to ignore the 42 library. I guess i could quickpkg 1.42, unmerge it,
then rebuild encfs, and reinstall the pkg for boost. I'll try that.

[-- Attachment #2: Type: text/html, Size: 851 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-21  0:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-20  9:44 [gentoo-user] Updated boost to 1.42 + encfs 1.7, killed encfs volume Adam Carter
2011-03-20 18:03 ` [gentoo-user] " walt
2011-03-21  0:49   ` Adam Carter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox