I am trying to build MaidSafe (a secure, decentralised, storage network which will be launched soon) and am not sure how to get hold of some packages.
For info: MaidSafe is an exciting project and a great thing to participate in using Excito servers - get in touch or check out http://maidsafe.net if interested. I've been following it for a while and keen to get involved. Its an opportunity to fix the internet, doing away with surveillance, DoS, botnets, email spam etc., and replace centralised commercial services (facebook, Dropbox etc) with decentralised free alternatives. People can contribute servers or build apps to earn "SafeCoin", or just invest, as well as fixing the internet for everyone!

Step one is to prepare the build environment, and this is where I am getting to:
Code: Select all
sudo apt-get install build-essential libpython-all-dev python-psutil python-requests libfuse-dev git-all cmake libicu-dev g++-4.8 valgrind binutils-gold
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package binutils-gold is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
binutils
Package valgrind is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Unable to locate package libpython-all-dev
E: Unable to locate package python-requests
E: Unable to locate package g++-4.8
E: Couldn't find any package by regex 'g++-4.8'
E: Package 'valgrind' has no installation candidate
E: Package 'binutils-gold' has no installation candidate
Additional Info: full build instructions for MaidSafe
Thanks,
Mark