libstdc++-6.4.9 - Raspbian has 6.4.8 only

Need help? Ask here and someone will help
Post Reply
sephirotdnf
Posts: 69
Joined: Sat Feb 23, 2013 4:11 pm

libstdc++-6.4.9 - Raspbian has 6.4.8 only

Post 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,
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

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

Post by Matlo »

Hi,
Raspbian Jessie is now the only supported GNU/Linux distribution for the RPi.
GIMX creator
sephirotdnf
Posts: 69
Joined: Sat Feb 23, 2013 4:11 pm

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

Post 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 ;)
Post Reply