Another error...
apt-get install openjdk-7-jdk
Reading package lists... Done
Building dependency tree
Reading state information... Done
N: Ignoring file 'violetsky_steam.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
E: Unable to locate package openjdk-7-jdk
It seems there's this "violetsky_steam.list.save" file that's causing trouble
UPDATE: I tried to delete the violetsky....save file, that error went away.
UPDATE2: i tried adding to etc/apt/sources.list the line deb http://security.debian.org/debian-security wheezy/updates main
Did some apt-get update and then run build.sh again (the one with all the modifications)
I got another error, but at least this time is trying to install java:
apt-get install -y libtool libudev-dev automake autoconf ant curl lib32z1 lib32ncurses5 lib32bz2-1.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
autoconf is already the newest version.
automake is already the newest version.
libudev-dev is already the newest version.
libtool is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 364 not upgraded.
udev rules already present, skipping
DONE
chibios directory already present, skipping...
bin/arm-none-eabi-gcc already present, skipping...
libusb already present, skipping...
dfu-util already present, skipping...
apt-get install openjdk-7-jdk
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:
openjdk-7-jdk : Depends: openjdk-7-jre (= 7u91-2.6.3-1~deb7u1) but it is not going to be installed
E: Broken packages
root@sputnik-1:/home/sputnki/axoloti/platform_linux#