Not sure if this is on my side, but whenever I try to install the new 2016 toolchain on Ubuntu 15.10 Wily, I get an error saying that I have broken packages. I removed the old ppa and updated/cleaned, but still get the error. It also failed to install with a fresh install of 15.10 in a virtual machine. After adding the new PPA and running apt-get update, when I attempt to install I get this:
stratus@nyx:~$ sudo apt-get install frc-toolchain
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
frc-toolchain : Depends: g++-arm-frc-linux-gnueabi (>= 4.9) but it is not going to be installed
Recommends: frcmake but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
stratus@nyx:~$