0 Members and 1 Guest are viewing this topic.
in a few hours or days the plasma 5 packages available in the kdenext/kde-frameworks repository will be moved to kdenext/unstable.
The following packages have unmet dependencies: plasma-desktop-data : Breaks: kde-workspace-data (< 4:5.0.0) but 4:4.11.13-2.1 is to be installedE: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.$ apt-cache policy kde-workspace-datakde-workspace-data: Installed: 4:4.11.13-2.1 Candidate: 4:5.3.2-siduction1 Version table: 4:5.3.2-siduction1 0 500 http://packages.siduction.org/kdenext/ kde-frameworks/main amd64 Packages 4:4.11.13-90r2 0 500 http://packages.siduction.org/kdenext/ unstable/main amd64 Packages *** 4:4.11.13-2.1 0 100 /var/lib/dpkg/status 4:4.11.13-2 0 500 http://http.debian.net/debian/ unstable/main amd64 Packages$ apt-cache policy plasma-desktop-dataplasma-desktop-data: Installed: (none) Candidate: 4:5.3.2-siduction1 Version table: 4:5.3.2-siduction1 0 500 http://packages.siduction.org/kdenext/ kde-frameworks/main amd64 Packages
deb http://packages.siduction.org/base unstable maindeb-src http://packages.siduction.org/base unstable maindeb http://packages.siduction.org/extra unstable main contrib non-freedeb-src http://packages.siduction.org/extra unstable main contrib non-freedeb http://packages.siduction.org/user unstable main contrib non-freedeb-src http://packages.siduction.org/user unstable main contrib non-freedeb http://packages.siduction.org/fixes unstable main contrib non-freedeb-src http://packages.siduction.org/fixes unstable main contrib non-freedeb http://packages.siduction.org/kdenext unstable maindeb http://packages.siduction.org/kdenext kde-frameworks main
Quote from: Santa on 2015/07/01, 19:46:51 in a few hours or days the plasma 5 packages available in the kdenext/kde-frameworks repository will be moved to kdenext/unstable.Does this mean that option C will happen automatically? (except that if you dist-upgrade now without frameworks things will break)
What is this second one I also have and does it change things for me?deb http://packages.siduction.org/kdenext unstable maindeb http://packages.siduction.org/kdenext/ experimental-snapshots main
Is the difference between option B and C just that the upgrade is with default config settings?
Why does it try to use the older package instead of the newer one?Code: [Select]The following packages have unmet dependencies: plasma-desktop-data : Breaks: kde-workspace-data (< 4:5.0.0) but 4:4.11.13-2.1 is to be installedE: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.[snip]
The following packages have unmet dependencies: plasma-desktop-data : Breaks: kde-workspace-data (< 4:5.0.0) but 4:4.11.13-2.1 is to be installedE: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
2. Remove everything that depends on kdebase-workspaceCode: [Select]sudo pacman -R $(LANG=C pacman -Qi kdebase-workspace | grep "Req" | sed -e 's/Required By : //g') And remove kdebase-workspace tooCode: [Select]sudo pacman -R kdebase-workspace
sudo pacman -R $(LANG=C pacman -Qi kdebase-workspace | grep "Req" | sed -e 's/Required By : //g')
sudo pacman -R kdebase-workspace
Quote from: vayu on 2015/07/01, 23:29:12Why does it try to use the older package instead of the newer one?Code: [Select]The following packages have unmet dependencies: plasma-desktop-data : Breaks: kde-workspace-data (< 4:5.0.0) but 4:4.11.13-2.1 is to be installedE: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.[snip]Could you please paste the output of "apt-mark showhold" and "apt-cache policy kde-workspace-data"?