← Back to team overview

ubuntu-phone team mailing list archive

This morning's raring upgrades result in dependency / conflict issues.

 

After initially purging ubuntu-sdk

$ sudo apt-get install ubuntu-sdk

resulted in a list of "depends on but is not going to be installed"
messages. Manually adding those dependencies resulted in (slightly
reformatted for readability):

$ sudo apt-get install ubuntu-sdk \
                       qtcreator-plugin-ubuntu \
                       qtcreator-plugin-ubuntu-cordova \
                       qtcreator-plugin-ubuntu-common \
                       qtcreator-plugin-ubuntu-cordova-common

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:
 qtcreator-plugin-ubuntu-common : Conflicts:
qtcreator-plugin-ubuntu (<= 2.7.1-0ubuntu4) but
2.7.1-0ubuntu1~raring1~test18 is to be installed

 qtcreator-plugin-ubuntu-cordova-common : Conflicts:
qtcreator-plugin-ubuntu-cordova (<= 2.7.1-0ubuntu4) but
2.7.1-0ubuntu1~raring1~test18 is to be installed

E: Unable to correct problems, you have held broken packages.

Follow ups