Ubuntu Problems

Ubuntu Problems

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

Moderator: Moderators

Post Reply
Deten
Posts: 11
Joined: 28 Feb 2008, 05:05

Ubuntu Problems

Post by Deten »

I am trying to install spring with the APT I try all the commands here is what I get. I am using Ubuntu 7.10 x86

deten@stephen-laptop:~$ wget -q http://ppa.launchpad.net/spring/ubuntu/387EE263.gpg -O- | \ sudo apt-key add -
bash: : command not found


deten@stephen-laptop:~$ sudo wget http://ppa.launchpad.net/spring/ubuntu/ ... gutsy.list \ -O /etc/apt/sources.list.d/springproject.list
--20:09:48-- http://ppa.launchpad.net/spring/ubuntu/ ... gutsy.list
=> `/etc/apt/sources.list.d/springproject.list'
Resolving ppa.launchpad.net... 91.189.90.217
Connecting to ppa.launchpad.net|91.189.90.217|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
20:09:48 ERROR 404: Not Found.

--20:09:48-- http://%20/
=> `/etc/apt/sources.list.d/springproject.list'
Resolving ... failed: Name or service not known.

FINISHED --20:09:48--
Downloaded: 0 bytes in 0 files


That appears to not be working, so I try the commands beneath it:

deten@stephen-laptop:~$ wget -q http://ppa.launchpad.net/spring/ubuntu/387EE263.gpg -O- | sudo apt-key add -
gpg: no valid OpenPGP data found.

deten@stephen-laptop:~$ wget -q http://ppa.launchpad.net/spring/ubuntu/387EE263.gpg -O- | sudo apt-key add -
gpg: no valid OpenPGP data found.
deten@stephen-laptop:~$ sudo wget http://ppa.launchpad.net/spring/ubuntu/ ... gutsy.list -O /etc/apt/sources.list.d/springproject.list
--20:11:21-- http://ppa.launchpad.net/spring/ubuntu/ ... gutsy.list
=> `/etc/apt/sources.list.d/springproject.list'
Resolving ppa.launchpad.net... 91.189.90.217
Connecting to ppa.launchpad.net|91.189.90.217|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
20:11:21 ERROR 404: Not Found.

Can someone help me out please. thanks
User avatar
koshi
Lobby Developer
Posts: 1059
Joined: 14 Aug 2007, 16:15

Re: Ubuntu Problems

Post by koshi »

the key and sources.list are missing for some time i think, you'd have to contact yokozar about that
in the meantime: http://ppa.launchpad.net/spring/ubuntu/pool/main/s/
Deten
Posts: 11
Joined: 28 Feb 2008, 05:05

Re: Ubuntu Problems

Post by Deten »

koshi wrote:the key and sources.list are missing for some time i think, you'd have to contact yokozar about that
in the meantime: http://ppa.launchpad.net/spring/ubuntu/pool/main/s/
Thats a shame, the APT system is really user friendly... I tried compiling before and i ran into some issues... though now I am a little more comfortable I will think about trying.

Thanks
User avatar
Vadi
Posts: 446
Joined: 03 Jan 2008, 14:51

Re: Ubuntu Problems

Post by Vadi »

Wait, wait, wait. That's not how you should add the PPA.

Go to System - Administration - Software Sources, click on the third-party tab, add, and paste this line in:

Code: Select all

deb http://ppa.launchpad.net/spring/ubuntu gutsy main
After that, close, let it reload. Then open up the synaptic package manager (system - administration), click on search, select "name", and search for the word "spring".

You'll get a bunch of results - all are about spring except the "springgraph" and "springide". The rest are the engine, the client to the engine (spring lobby), and a ton of maps. I'd install them all.

After you got it installed, Spring Lobby will be in your games list. The only problem right now though is that while we got the maps, we need the mods (spring itself is just an engine. Useless without a mod to play it with). And they aren't uploaded to the PPA yet.

So hang tight a bit!
Deten
Posts: 11
Joined: 28 Feb 2008, 05:05

Re: Ubuntu Problems

Post by Deten »

There a chance you can update the wiki

http://spring.clan-sy.com/wiki/SetupGuide

:) I am kinda new to this whole thing, I appreciate the help!
User avatar
clericvash
Posts: 1394
Joined: 05 Oct 2004, 01:05

Re: Ubuntu Problems

Post by clericvash »

I just walked into the errors too, it's pretty easily to tell users to just add it via synaptic ;)
User avatar
Paul-in-Devon-UK
Posts: 29
Joined: 28 Apr 2007, 18:48

Re: Ubuntu Problems

Post by Paul-in-Devon-UK »

Has anyone managed an install on 8.04 yet?

I tried the obvious but had no luck. I even tried installing the i386.deb file from http://ppa.launchpad.net/spring/ubuntu/ ... /s/spring/ which at least gave me a readable error of 'Dependency is not satisfiable: libglewl.4'

As a NooB to Linux I am not sure about the above error but guess it is a V7/V8 issue.

I reluctantly looked at the Wine option but found you need the native install first so that quickly went out the window.
User avatar
Vadi
Posts: 446
Joined: 03 Jan 2008, 14:51

Re: Ubuntu Problems

Post by Vadi »

Ack, you got 8.04 installed a bit too early :P . That's also the reason why I didn't upgrade my 7.10 yet - since 8.04 isn't officially out yet, not many places are supporting it.

I guess you should try the generic installer for now:

http://spring.clan-sy.com/wiki/Other_distros_install

Until Yokozar (maintainer of the PPA) enables the 8.04 stuff.

Let me know how that goes though for you.
YokoZar
Posts: 883
Joined: 15 Jul 2007, 22:02

Re: Ubuntu Problems

Post by YokoZar »

I'm going to upgrade my machine to 8.04 Hardy today, and then update the PPA to support it.
User avatar
Paul-in-Devon-UK
Posts: 29
Joined: 28 Apr 2007, 18:48

Re: Ubuntu Problems

Post by Paul-in-Devon-UK »

YokoZar wrote:I'm going to upgrade my machine to 8.04 Hardy today, and then update the PPA to support it.
Sweet. Ill download the new version in the morning then? LOL! :P
User avatar
LordMatt
Posts: 3393
Joined: 15 May 2005, 04:26

Re: Ubuntu Problems

Post by LordMatt »

Maybe you should compile from source.
Post Reply

Return to “Linux”