Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dropbox - GLIBCXX_3.4.11 not found
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
kbzium
Tux's lil' helper
Tux's lil' helper


Joined: 31 Jul 2012
Posts: 146

PostPosted: Sat Oct 27, 2012 10:53 am    Post subject: Dropbox - GLIBCXX_3.4.11 not found Reply with quote

I have problems with dropbox on both computers:

Code:

kboom@kboom ~ $ dropbox
/opt/dropbox/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib64/libproxy.so.1)
Failed to load module: /usr/lib64/gio/modules/libgiolibproxy.so


on version
Code:
net-misc/dropbox-1.2.48-r1


After that no icon goes to tray. What's wrong?
Thanks!
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Sat Oct 27, 2012 12:45 pm    Post subject: Reply with quote

Well, (obviously) that version of dropbox was built (and linked) with a more recent version of gcc and so it requires libstdc++ from a version at least as recent.
Back to top
View user's profile Send private message
kbzium
Tux's lil' helper
Tux's lil' helper


Joined: 31 Jul 2012
Posts: 146

PostPosted: Sat Oct 27, 2012 2:21 pm    Post subject: Reply with quote

So what should I do? Whatever I will it interfere with my current config?
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Sat Oct 27, 2012 3:54 pm    Post subject: Reply with quote

Sorry, I haven't read your post carefully enough.
The correction: what I've wrote before applies to libproxy, so simply rebuilding that should help.
That is unless your environment isn't messed up in some way - the above is most likely from using a more recent version of gcc to build libproxy, then switching to an older version; if it was anything more complex, solution might be quite harder.
Back to top
View user's profile Send private message
kbzium
Tux's lil' helper
Tux's lil' helper


Joined: 31 Jul 2012
Posts: 146

PostPosted: Sat Oct 27, 2012 4:58 pm    Post subject: Reply with quote

Code:

kboom kboom # emerge -av libproxy

 * IMPORTANT: 7 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.


 * IMPORTANT: config file '/etc/portage/package.license' needs updating.
 * See the CONFIGURATION FILES section of the emerge
 * man page to learn how to update config files.

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] net-libs/libproxy-0.4.10-r1  USE="kde -gnome -mono -networkmanager -perl -python -spidermonkey -test -webkit" 0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB

Would you like to merge these packages? [Yes/No] y
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) net-libs/libproxy-0.4.10-r1
>>> Installing (1 of 1) net-libs/libproxy-0.4.10-r1
>>> Recording net-libs/libproxy in "world" favorites file...
>>> Jobs: 1 of 1 complete                           Load avg: 0.32, 0.34, 0.33
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.

 * GNU info directory index is up-to-date.

 * IMPORTANT: 3 config files in '/etc' need updating.
 * See the CONFIGURATION FILES section of the emerge
 * man page to learn how to update config files.

 * IMPORTANT: 7 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

kboom kboom # emerge -av dropbox

 * IMPORTANT: 7 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.


 * IMPORTANT: config file '/etc/portage/package.license' needs updating.
 * See the CONFIGURATION FILES section of the emerge
 * man page to learn how to update config files.

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] net-misc/dropbox-1.2.48-r1  0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB

Would you like to merge these packages? [Yes/No] y
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) net-misc/dropbox-1.2.48-r1
>>> Installing (1 of 1) net-misc/dropbox-1.2.48-r1
>>> Jobs: 1 of 1 complete                           Load avg: 0.57, 0.42, 0.36
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.

 * GNU info directory index is up-to-date.

 * IMPORTANT: 3 config files in '/etc' need updating.
 * See the CONFIGURATION FILES section of the emerge
 * man page to learn how to update config files.

 * IMPORTANT: 7 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.


Didn't help. I need dropbox badly :(
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Sat Oct 27, 2012 5:37 pm    Post subject: Reply with quote

Hmm...Perhaps it's the other way around...
There's something odd though: ebuilds remove the bundled libstdc++, yet your error suggests it's still being installed (though it seems to be doing it in a broken way - 'rm -f' succeeds, even if it fails).
So, 'gcc-config -l' (just to check for obvious) and try moving that bundled libstdc++ out of the way.
Back to top
View user's profile Send private message
kbzium
Tux's lil' helper
Tux's lil' helper


Joined: 31 Jul 2012
Posts: 146

PostPosted: Sat Oct 27, 2012 8:17 pm    Post subject: Reply with quote

Code:
kboom kboom # gcc-config -l
 [1] x86_64-pc-linux-gnu-4.5.4 *



Where to move it (and what)? I don't want to destroy something :)
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Sun Oct 28, 2012 2:02 am    Post subject: Reply with quote

I've meant that the ebuild suggests /opt/dropbox/libstdc++.so.6 should not be there, yet your error says it still is.
Back to top
View user's profile Send private message
kbzium
Tux's lil' helper
Tux's lil' helper


Joined: 31 Jul 2012
Posts: 146

PostPosted: Sun Oct 28, 2012 7:00 am    Post subject: Reply with quote

I get rid of it but nothing happens. There is no error though.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum