Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - feng_ye

#1
Never mind, managed to compile from source :) It's relative easy for ubuntu
#2
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?