Page 1 of 1

libstdc++-6.4.9 - Raspbian has 6.4.8 only

Posted: Mon Oct 19, 2015 8:41 pm
by sephirotdnf
Hello Matlo,

I've encountered update issue today.
Is libstdc++-6.4.9 really necessary ? Any chance to downgrade dependency to 6.4.8?

Raspbian Wheezy has only 6.4.8 hence I'm unable to update GIMX.
I'd update to new distro (Jessie) but I'd have to install Raspbian from scratch as "live" update is not possible due to system changes. ...but I don't know if latest distribution has update dlibstdc++6.

Image

Kind Regards,

Re: libstdc++-6.4.9 - Raspbian has 6.4.8 only

Posted: Mon Oct 19, 2015 9:23 pm
by Matlo
Hi,
Raspbian Jessie is now the only supported GNU/Linux distribution for the RPi.

Re: libstdc++-6.4.9 - Raspbian has 6.4.8 only

Posted: Mon Oct 19, 2015 10:08 pm
by sephirotdnf
OK, so I'm trying "unofficial" way of upgrade.

Code: Select all

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo sed -i /deb/s/wheezy/jessie/g /etc/apt/sources.list
sudo sed -i /deb/s/wheezy/jessie/g /etc/apt/sources.list.d/*.list
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
If I fail, I'll install Raspbian from scratch ;)