The SDK supplied with it supports only ubuntu 10.04, which is now obsolete. So when I am using ubuntu 10.04 for setting up my SDK I am getting the setup aborts
and gives an error broken packages.
Below is the output from terminal:
--------------------------------------------------------------------------------
TISDK setup script
This script will set up your development host for dvsdk development.
Parts of this script require administrator priviliges (sudo access).
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Verifying Linux host distribution
Ubuntu 10.04 LTS found successfully, continuing..
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
This step will make sure you have the proper host support packages installed
using the following command: sudo apt-get install xinetd tftpd nfs-kernel-server minicom build-essential libncurses5-dev uboot-mkimage autoconf automake
Note! This command requires you to have administrator priviliges (sudo access)
on your host.
Press return to continue
Reading package lists... Done
Building dependency tree
Reading state information... Done
xinetd is already the newest version.
minicom is already the newest version.
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:
libasound2: Breaks: libasound2-plugins (< 1.0.24) but 1.0.22-0ubuntu6 is to be installed
libglib2.0-0: Breaks: gvfs (< 1.8) but 1.6.1-0ubuntu1build1 is to be installed
libpango1.0-0: Breaks: plymouth (< 0.8.2-2ubuntu19) but 0.8.2-2ubuntu2.2 is to be installed
ppp: Breaks: network-manager (<= 0.8.0.999-1) but 0.8-0ubuntu3.2 is to be installed
Breaks: network-manager-pptp (<= 0.8.0.999-1) but 0.8-0ubuntu3 is to be installed
E: Broken packages
Failed setup, aborting..
Failed setup, aborting..
I am fairly new to linux and not able to figure out what this means and how to resolve this issue. How do I setup my SDK in this condition?