Solarus-Games English Forum

Solarus => Development => Topic started by: feng_ye on March 28, 2016, 09:59:53 AM

Title: Installation: Ubuntu 14.04 debian package not found
Post by: feng_ye on March 28, 2016, 09:59:53 AM
Hi, just new to solarus.

I've followed the instruction to download packages for Ubuntu, however I got package not found error like this:

Code (cpp) Select
➜  ~ sudo apt-get install solarus
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package solarus
➜  ~ sudo apt-get install solarus-editor
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package solarus-editor


Sounds like db not updated. Then after I do apt-get update, I found there're errors like this:
Code (cpp) Select
W: Failed to fetch https://packagecloud.io/NateDevv/solarusDebs/ubuntu/dists/trusty/main/source/Sources  HttpError429

W: Failed to fetch https://packagecloud.io/NateDevv/solarusDebs/ubuntu/dists/trusty/main/binary-amd64/Packages  HttpError429

W: Failed to fetch https://packagecloud.io/NateDevv/solarusDebs/ubuntu/dists/trusty/main/binary-i386/Packages  HttpError429


Then I went to /etc/apt/sources.list.d/NateDevv_solarusDebs.list, it sounds okay:
Code (cpp) Select
➜  ~ cat /etc/apt/sources.list.d/NateDevv_solarusDebs.list
# this file was generated by packagecloud.io for
# the repository at https://packagecloud.io/NateDevv/solarusDebs

deb https://packagecloud.io/NateDevv/solarusDebs/ubuntu/ trusty main
deb-src https://packagecloud.io/NateDevv/solarusDebs/ubuntu/ trusty main


However when I got to urls like https://packagecloud.io/NateDevv/solarusDebs/ubuntu, the provider complains the bandwidth is used up:
Code (cpp) Select
Bandwidth or Storage Limit Exceeded

Maybe used up free bandwidth?
Title: Re: Installation: Ubuntu 14.04 debian package not found
Post by: feng_ye on April 07, 2016, 04:53:35 PM
Never mind, managed to compile from source :) It's relative easy for ubuntu
Title: Re: Installation: Ubuntu 14.04 debian package not found
Post by: Christopho on April 07, 2016, 04:56:45 PM
Ok, good. I contacted Nate (the maintainer of Solarus debian packages), still waiting for the reply.
Title: Re: Installation: Ubuntu 14.04 debian package not found
Post by: Nate-Devv on July 24, 2016, 12:52:46 AM
feng_ye: sorry for not getting back to you quickly.  In case you haven't already seen, I've set up a launchpad Ubuntu PPA (http://forum.solarus-games.org/index.php/topic,695.0.html) at https://launchpad.net/~nate-devv/+archive/ubuntu/solarus in response to the bandwidth issue that I had been having with the packagecloud.io repository.  If you still want to install packages, this is now the way to do so.
Title: Re: Installation: Ubuntu 14.04 debian package not found
Post by: Christopho on July 24, 2016, 11:21:16 AM
I just updated the download page here for Ubuntu: http://www.solarus-games.org/engine/download/
I think the instructions are okay but you can check :)
About Debian, I am not sure, what are the download instructions I just put?

Anyway, thanks for the great work Nate!
Title: Re: Installation: Ubuntu 14.04 debian package not found
Post by: Nate-Devv on July 24, 2016, 04:22:03 PM
Quote from: Christopho on July 24, 2016, 11:21:16 AM
I just updated the download page here for Ubuntu: http://www.solarus-games.org/engine/download/
I think the instructions are okay but you can check :)
I'm pretty sure those instructions will work.

Quote
About Debian, I am not sure, what are the download instructions I just put?
I put some directions in the forum post, maybe a link there will suffice? I tried to make a shell script for it, but it wasn't working. Maybe I can try again and get one up that can be linked to.
Title: Re: Installation: Ubuntu 14.04 debian package not found
Post by: Nate-Devv on July 27, 2016, 05:12:52 PM
Christopho, just poking around the Ubuntu documentation.  Snice it's an Ubuntu PPA, the whole url can be replaced with ppa:nate-devv/solarus.
Title: Re: Installation: Ubuntu 14.04 debian package not found
Post by: Christopho on July 27, 2016, 05:18:46 PM
Quote from: Nate-Devv on July 27, 2016, 05:12:52 PM
Christopho, just poking around the Ubuntu documentation.  Snice it's an Ubuntu PPA, the whole url can be replaced with ppa:nate-devv/solarus.
I didn't know, thanks! It is okay now?
Title: Re: Installation: Ubuntu 14.04 debian package not found
Post by: Nate-Devv on July 27, 2016, 05:53:36 PM
Yeah! Looks good. Uploaded 1.5 to the ppa, it's getting processed, working on the editor and games update.