Going back to 0.82.7.1 on Ubuntu 10.10

Going back to 0.82.7.1 on Ubuntu 10.10

Discuss everything related to running Spring on your chosen distribution of Linux.

Moderator: Moderators

Rubrick
Posts: 9
Joined: 04 Sep 2011, 12:31

Going back to 0.82.7.1 on Ubuntu 10.10

Post by Rubrick »

I'm using the ppa from https://launchpad.net/~spring/+archive/ppa. Recently, the engine was automatically upgraded to 0.83.

However, when I open the SpringLobby (v0.139), I am greeted with the message "No compatible installed spring version has been found, this server requires version: 0.82.7. Your current installed versions are: 83.0. Online play is currently disabled." Indeed, I cannot join battles now (and all maps are shown as disabled, except the ones from the Iridium Zero K host).

Unfortunately I seems I cannot downgrade anymore, because there is no version on the above ppa. Any help on how to do this?
Panoramix
Posts: 8
Joined: 31 Oct 2011, 12:28

Re: Going back to 0.82.7.1 on Ubuntu 10.10

Post by Panoramix »

I've got the same problem. Either an ETA to when .83 is stable and will be available (if it is known) or how to roll back would be appreciated.
User avatar
det
Moderator
Posts: 737
Joined: 26 Nov 2005, 11:22

Re: Going back to 0.82.7.1 on Ubuntu 10.10

Post by det »

Code: Select all

sudo apt-get install spring-common=0.82.7.1+dfsg1-3ubuntu1 spring=0.82.7.1+dfsg1-3ubuntu1
User avatar
koshi
Lobby Developer
Posts: 1059
Joined: 14 Aug 2007, 16:15

Re: Going back to 0.82.7.1 on Ubuntu 10.10

Post by koshi »

To the powers that be: next time stick to the 'release going live' announcement, so I don't hurry up to build and deploy packages that prevent people from playing since release isn't going live on main server after all. Thanks.
Panoramix
Posts: 8
Joined: 31 Oct 2011, 12:28

Re: Going back to 0.82.7.1 on Ubuntu 10.10

Post by Panoramix »

det wrote:

Code: Select all

sudo apt-get install spring-common=0.82.7.1+dfsg1-3ubuntu1 spring=0.82.7.1+dfsg1-3ubuntu1
Thanks for the info det :-)

And yay! Springlobby once again does downloads :-) happy times :-)
User avatar
[mft]Rrrr
Posts: 26
Joined: 12 Oct 2008, 23:10

Re: Going back to 0.82.7.1 on Ubuntu 10.10

Post by [mft]Rrrr »

Code: Select all

sudo apt-get install spring-common=0.82.7.1+dfsg1-3ubuntu1 spring=0.82.7.1+dfsg1-3ubuntu1
that doesn't work for me

Code: Select all

E: Version '0.82.7.1+dfsg1-3ubuntu1' for 'spring-common' was not found
E: Version '0.82.7.1+dfsg1-3ubuntu1' for 'spring' was not found
could it be that i am on 11.10 ubuntu and there is no spring 0.82.7.1 PPA for me?

@koshi: could it be that there are "beta/night-build" type releases and "normal" releases on PPA? I think i was subscribed to some PPA only for "normal" releases.
User avatar
[mft]Rrrr
Posts: 26
Joined: 12 Oct 2008, 23:10

Re: Going back to 0.82.7.1 on Ubuntu 10.10

Post by [mft]Rrrr »

with every minute not playing spring i'm getting more confident that there is no Spring 0.82.7.1 in PPA for Ubuntu 11.xx.
PLEASE, could we have them? (at least before v 83 will be playable)
bashar
Posts: 152
Joined: 03 Dec 2006, 23:06

Re: Going back to 0.82.7.1 on Ubuntu 10.10

Post by bashar »

Same issu for me.
Is there a link to source code of the last release of SL? Then I could build it myself...

Thanks
Rubrick
Posts: 9
Joined: 04 Sep 2011, 12:31

Re: Going back to 0.82.7.1 on Ubuntu 10.10

Post by Rubrick »

det wrote:

Code: Select all

sudo apt-get install spring-common=0.82.7.1+dfsg1-3ubuntu1 spring=0.82.7.1+dfsg1-3ubuntu1
Sorry det, that doesn't work for me - since that version is not available on Koshi's PPA. I think the packages you mention are for Ubuntu 11.10.

Maybe I'll just try to build one from source this weekend...
bashar
Posts: 152
Joined: 03 Dec 2006, 23:06

Re: Going back to 0.82.7.1 on Ubuntu 10.10

Post by bashar »

Rubrick wrote:
Maybe I'll just try to build one from source this weekend...

Do you have a link to the tarball??
bashar
Posts: 152
Joined: 03 Dec 2006, 23:06

Re: Going back to 0.82.7.1 on Ubuntu 10.10

Post by bashar »

Bah the last tarball I just found is the 0.139, and it's the one I have installed previously and that doesn''t let me play online with 0.83 release :'(
dansan
Server Owner & Developer
Posts: 1203
Joined: 29 May 2010, 23:40

Re: Going back to 0.82.7.1 on Ubuntu 10.10

Post by dansan »

bashar wrote:Bah the last tarball I just found is the 0.139, and it's the one I have installed previously and that doesn''t let me play online with 0.83 release :'(
It's not that springlobby isn't you letting play online - it's the lobby server. Recompiling/Downgrading springlobby will not change anything. You have to downgrade the engine to 0.82.7.1 - that's all.
Rubrick
Posts: 9
Joined: 04 Sep 2011, 12:31

Re: Going back to 0.82.7.1 on Ubuntu 10.10

Post by Rubrick »

bashar wrote:Do you have a link to the tarball??
As dansan mentions, it's the Spring Engine you should build from source. Have a look at http://springrts.com/wiki/Download#Late ... e_Snapshot to get the tarball.
User avatar
FabriceFABS
Posts: 354
Joined: 28 Jul 2010, 16:20

Re: Going back to 0.82.7.1 on Ubuntu 10.10

Post by FabriceFABS »

You can edit your

Code: Select all

sudo gedit /etc/apt/sources.list.d/springproject.list
To change

Code: Select all

deb http://ppa.launchpad.net/spring/ubuntu karmic main
deb-src http://ppa.launchpad.net/spring/ubuntu karmic main
It should be ok for 82.7.1 for the last version.
bashar
Posts: 152
Joined: 03 Dec 2006, 23:06

Re: Going back to 0.82.7.1 on Ubuntu 10.10

Post by bashar »

dansan wrote:
bashar wrote:Bah the last tarball I just found is the 0.139, and it's the one I have installed previously and that doesn''t let me play online with 0.83 release :'(
It's not that springlobby isn't you letting play online - it's the lobby server. Recompiling/Downgrading springlobby will not change anything. You have to downgrade the engine to 0.82.7.1 - that's all.
huh yes of course...But...but...Why they release the 0.83 if we can't use it online? It's for beta purpose?
User avatar
koshi
Lobby Developer
Posts: 1059
Joined: 14 Aug 2007, 16:15

Re: Going back to 0.82.7.1 on Ubuntu 10.10

Post by koshi »

bashar wrote:Why they release the 0.83
koshi wrote:To the powers that be: next time stick to the 'release going live' announcement, so I don't hurry up to build and deploy packages that prevent people from playing since release isn't going live on main server after all. Thanks.
bashar
Posts: 152
Joined: 03 Dec 2006, 23:06

Re: Going back to 0.82.7.1 on Ubuntu 10.10

Post by bashar »

koshi wrote:
bashar wrote:Why they release the 0.83
koshi wrote:To the powers that be: next time stick to the 'release going live' announcement, so I don't hurry up to build and deploy packages that prevent people from playing since release isn't going live on main server after all. Thanks.
ok ^^
bashar
Posts: 152
Joined: 03 Dec 2006, 23:06

Re: Going back to 0.82.7.1 on Ubuntu 10.10

Post by bashar »

So I can wait for the release of the 83 on server, or downgrade from source.
Any tip about the time to wait before the server is upgrade to 83?

Thanks
abma
Spring Developer
Posts: 3798
Joined: 01 Jun 2009, 00:08

Re: Going back to 0.82.7.1 on Ubuntu 10.10

Post by abma »

to go back on ubuntu oneiric amd64:

Code: Select all

wget http://launchpadlibrarian.net/72336100/spring_0.82.7.1%2Bdfsg1-3ubuntu1_amd64.deb
wget http://launchpadlibrarian.net/72332794/spring-common_0.82.7.1%2Bdfsg1-3ubuntu1_all.deb
dpkg -i spring-common_0.82.7.1%2Bdfsg1-3ubuntu1_all.deb spring_0.82.7.1%2Bdfsg1-3ubuntu1_amd64.deb
found here: https://launchpad.net/ubuntu/oneiric/am ... 1-3ubuntu1
User avatar
[mft]Rrrr
Posts: 26
Joined: 12 Oct 2008, 23:10

Re: Going back to 0.82.7.1 on Ubuntu 10.10

Post by [mft]Rrrr »

i am missing lib boost now. my system have 1.4.2 and it requires 1.4.6 or higher.
also i used i386 packages

Code: Select all

wget http://launchpadlibrarian.net/72336100/spring_0.82.7.1%2Bdfsg1-3ubuntu1_i386.deb
wget http://launchpadlibrarian.net/72332794/spring-common_0.82.7.1%2Bdfsg1-3ubuntu1_all.deb
sudo dpkg -i spring-common_0.82.7.1%2Bdfsg1-3ubuntu1_all.deb spring_0.82.7.1%2Bdfsg1-3ubuntu1_i386.deb
and it was found on https://launchpad.net/ubuntu/oneiric/i3 ... 1-3ubuntu1

i got an error about Boostlib versions. and as i understand Boostlib is excluded from ubunut packages or atleast updates on it (???). i have 1.4.2 and it needs => 1.4.6 so i fukked my system with http://bimport.blogspot.com/2011/10/boo ... eiric.html
sudo add-apt-repository ppa:purplekarrot/ppa
sudo apt-get update
sudo apt-get upgrade
retried with spring^^old version install and it fails =)

now i have some mess in my system idk how to fix (not sure i'll do it))) i also i hate 11.xx ubuntu on full scale, and spring packages for it too.
------------------
it's now looks easier to install spring from sources. prolly will try gentoo or forks)
Post Reply

Return to “Linux”