You are not logged in.
Clementine stopped working.
Error:
clementine: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by clementine)using [testing] and [multilib]
clementine 0.7.1-2
glibc 2.13-5
libstdc++5 3.3.6-3
Harvey
Last edited by Harey (2011-04-14 07:26:16)
Linux is like a wigwam: No Gates, no Windows and an Apache inside
Offline
Are you using [multilib-testing]?
Offline
Are you using [multilib-testing]?
No, I don't.
/etc/pacman.conf:
[testing]
Include = /etc/pacman.d/mirrorlist
[core]
Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/mirrorlist
[community-testing]
Include = /etc/pacman.d/mirrorlist
[community]
Include = /etc/pacman.d/mirrorlist
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repository here.
[multilib]
Include = /etc/pacman.d/mirrorlistHarvey
Linux is like a wigwam: No Gates, no Windows and an Apache inside
Offline
Then add it... ![]()
Offline
Then add it...
That doesn't solve anything. Did a pacman-Syu after adding [multilib-testing] - nothing. Pulled lib32-glibc 2.13-5 manually, but still nothing. Same error.
Allanbrokeit? ![]()
Harvey
Linux is like a wigwam: No Gates, no Windows and an Apache inside
Offline
What gcc version do you have?
Offline
What gcc version do you have?
[harvey@obelix ~]$ pacman -Qs gcc
local/gcc-libs-multilib 4.5.2-6
Runtime libraries shipped by GCC for multilib
local/gcc-multilib 4.5.2-6 (multilib-devel)
The GNU Compiler Collection - C and C++ frontends for multilib
local/lib32-gcc-libs 4.5.2-6
Runtime libraries shipped by GCC (32-bit)Maybe same as here https://bbs.archlinux.org/viewtopic.php?id=115970 ?
Harvey
Last edited by Harey (2011-04-13 08:51:53)
Linux is like a wigwam: No Gates, no Windows and an Apache inside
Offline
OK, so here is what I found by myself: the gcc in multilib is out of date (4.5) while clementine needs gcc 4.6 to run. This is the one that can be found in [testing] and in [multilib-testing]. But a simple pacman -Syu does not pull this from [multilib-testing]. One has to install manually by
pacman -S multilib-testing/gccHarvey
Last edited by Harey (2011-04-14 07:25:38)
Linux is like a wigwam: No Gates, no Windows and an Apache inside
Offline