I was following the steps given on this page to build Unity 8. When i run the command ./build -s
, it works fine, adds the PPAs required and then it runs the apt-get
command, and therein lies the error. I get the following error-
Failed to fetch http://ppa.launchpad.net/phablet-team/desktop-deps/ubuntu/dists/precise/main/source/Sources 404 Not Found
and
Failed to fetch http://ppa.launchpad.net/phablet-team/desktop-deps/ubuntu/dists/precise/main/binary-i386/Packages 404 Not Found
And so the, ./build -s
command is not executed properly, how can this be solved? My system is on Ubuntu 12.04
The first step of the instructions you're following says "First make sure you’re desktop working environment is at least 13.10 / saucy".
The PPA that you are trying to add currently only contains packages for Saucy, which accounts for the error you received. While you could potentially rebuild those packages for 12.04, there are almost certainly other dependencies that are not satisfied by what is in that version.
It is possible that someone will backport Unity 8 to that version in the future, but while it is under heavy development, your best bet is to use what the developers are working with.
No comments:
Post a Comment