Greetings all,
I'm running KDE on Fedora 19 X64
For the past 2-3 days I've had problems updating a number of packages because of failed dependencies.
For a while I figured it was a problem that would resolve itself once the mirrors were updated, but so far, the problem persists.
II've done 'yum clean all' numerous times to no avail.
Is this a problem on my end or Fedora's end?
Here is the the output of 'yum update':
$ sudo yum update Loaded plugins: langpacks, refresh-packagekit Resolving Dependencies --> Running transaction check ---> Package kcm_colors.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kcm_colors.x86_64 0:4.11.1-2.fc19 will be an update ---> Package kde-workspace.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kde-workspace.x86_64 0:4.11.1-2.fc19 will be an update --> Processing Dependency: libxcb-keysyms.so.1()(64bit) for package: kde-workspace-4.11.1-2.fc19.x86_64 --> Processing Dependency: libxcb-image.so.0()(64bit) for package: kde-workspace-4.11.1-2.fc19.x86_64 ---> Package kde-workspace-libs.x86_64 0:4.10.5-3.fc19 will be updated --> Processing Dependency: libsolidcontrol.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 --> Processing Dependency: libsolidcontrolifaces.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 ---> Package kde-workspace-libs.x86_64 0:4.11.1-2.fc19 will be an update ---> Package kdeartwork.x86_64 0:4.10.5-1.fc19 will be updated ---> Package kdeartwork.x86_64 0:4.11.1-1.fc19 will be an update ---> Package kdeartwork-kxs.x86_64 0:4.10.5-1.fc19 will be updated ---> Package kdeartwork-kxs.x86_64 0:4.11.1-1.fc19 will be an update ---> Package kdeartwork-screensavers.x86_64 0:4.10.5-1.fc19 will be updated ---> Package kdeartwork-screensavers.x86_64 0:4.11.1-1.fc19 will be an update ---> Package kdm.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kdm.x86_64 0:4.11.1-2.fc19 will be an update ---> Package kgreeter-plugins.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kgreeter-plugins.x86_64 0:4.11.1-2.fc19 will be an update ---> Package konsole.x86_64 0:4.10.5-1.fc19 will be updated ---> Package konsole.x86_64 0:4.11.1-1.fc19 will be an update ---> Package konsole-part.x86_64 0:4.10.5-1.fc19 will be updated ---> Package konsole-part.x86_64 0:4.11.1-1.fc19 will be an update ---> Package libkworkspace.x86_64 0:4.10.5-3.fc19 will be updated ---> Package libkworkspace.x86_64 0:4.11.1-2.fc19 will be an update ---> Package mesa-libwayland-egl.x86_64 0:9.2-1.20130902.fc19 will be updated ---> Package mesa-libwayland-egl.x86_64 0:9.2-1.20130919.fc19 will be an update ---> Package plasma-scriptengine-python.x86_64 0:4.10.5-3.fc19 will be updated ---> Package plasma-scriptengine-python.x86_64 0:4.11.1-2.fc19 will be an update --> Running transaction check ---> Package kde-workspace-libs.x86_64 0:4.10.5-3.fc19 will be updated --> Processing Dependency: libsolidcontrol.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 --> Processing Dependency: libsolidcontrolifaces.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 ---> Package xcb-util-image.x86_64 0:0.3.9-2.fc19 will be installed ---> Package xcb-util-keysyms.x86_64 0:0.3.9-2.fc19 will be installed --> Finished Dependency Resolution Error: Package: contour-0.3-2.fc19.x86_64 (@fedora) Requires: libsolidcontrolifaces.so.4()(64bit) Removing: kde-workspace-libs-4.10.5-3.fc19.x86_64 (@updates) libsolidcontrolifaces.so.4()(64bit) Updated By: kde-workspace-libs-4.11.1-2.fc19.x86_64 (updates) Not found Available: kde-workspace-libs-4.10.4-1.fc19.x86_64 (fedora) libsolidcontrolifaces.so.4()(64bit) Error: Package: contour-0.3-2.fc19.x86_64 (@fedora) Requires: libsolidcontrol.so.4()(64bit) Removing: kde-workspace-libs-4.10.5-3.fc19.x86_64 (@updates) libsolidcontrol.so.4()(64bit) Updated By: kde-workspace-libs-4.11.1-2.fc19.x86_64 (updates) Not found Available: kde-workspace-libs-4.10.4-1.fc19.x86_64 (fedora) libsolidcontrol.so.4()(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
Thanks.
Scott
On 09/22/2013 11:53 AM, Scott Beamer wrote:
II've done 'yum clean all' numerous times to no avail.
Is this a problem on my end or Fedora's end?
If it didn't work the first time, why did you try again? The odds are that this is at Fedora's end. However, if you want to be sure, try package-cleanup --problems and see what it says.
Scott Beamer wrote:
Greetings all,
I'm running KDE on Fedora 19 X64
For the past 2-3 days I've had problems updating a number of packages because of failed dependencies.
...
Error: Package: contour-0.3-2.fc19.x86_64 (@fedora) Requires: libsolidcontrolifaces.so.4()(64bit) Removing: kde-workspace-libs-4.10.5-3.fc19.x86_64 (@updates) libsolidcontrolifaces.so.4()(64bit) Updated By: kde-workspace-libs-4.11.1-2.fc19.x86_64 (updates) Not found Available: kde-workspace-libs-4.10.4-1.fc19.x86_64 (fedora) libsolidcontrolifaces.so.4()(64bit)
Looks like a broken dependency with contour, I'll look into it.
In the meantime, you could
yum remove contour
temporarily, until it is fixed.
-- rex
Scott Beamer wrote:
On Sun, 22 Sep 2013 14:17:33 -0500, Rex Dieter wrote:
[.....]
Looks like a broken dependency with contour, I'll look into it.
In the meantime, you could
yum remove contour
temporarily, until it is fixed.
Thanks! That did the trick!
Fix on the way,
https://admin.fedoraproject.org/updates/contour-0.3-4.fc19
-- rex
On Sun, 22 Sep 2013 20:04:12 -0500, Rex Dieter wrote:
[....]
Fix on the way,
Thanks again!
On 22.09.2013 20:53, Scott Beamer wrote:
Greetings all,
I'm running KDE on Fedora 19 X64
For the past 2-3 days I've had problems updating a number of packages because of failed dependencies.
For a while I figured it was a problem that would resolve itself once the mirrors were updated, but so far, the problem persists.
II've done 'yum clean all' numerous times to no avail.
Is this a problem on my end or Fedora's end?
Here is the the output of 'yum update':
$ sudo yum update Loaded plugins: langpacks, refresh-packagekit Resolving Dependencies --> Running transaction check ---> Package kcm_colors.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kcm_colors.x86_64 0:4.11.1-2.fc19 will be an update ---> Package kde-workspace.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kde-workspace.x86_64 0:4.11.1-2.fc19 will be an update --> Processing Dependency: libxcb-keysyms.so.1()(64bit) for package: kde-workspace-4.11.1-2.fc19.x86_64 --> Processing Dependency: libxcb-image.so.0()(64bit) for package: kde-workspace-4.11.1-2.fc19.x86_64 ---> Package kde-workspace-libs.x86_64 0:4.10.5-3.fc19 will be updated --> Processing Dependency: libsolidcontrol.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 --> Processing Dependency: libsolidcontrolifaces.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 ---> Package kde-workspace-libs.x86_64 0:4.11.1-2.fc19 will be an update ---> Package kdeartwork.x86_64 0:4.10.5-1.fc19 will be updated ---> Package kdeartwork.x86_64 0:4.11.1-1.fc19 will be an update ---> Package kdeartwork-kxs.x86_64 0:4.10.5-1.fc19 will be updated ---> Package kdeartwork-kxs.x86_64 0:4.11.1-1.fc19 will be an update ---> Package kdeartwork-screensavers.x86_64 0:4.10.5-1.fc19 will be updated ---> Package kdeartwork-screensavers.x86_64 0:4.11.1-1.fc19 will be an update ---> Package kdm.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kdm.x86_64 0:4.11.1-2.fc19 will be an update ---> Package kgreeter-plugins.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kgreeter-plugins.x86_64 0:4.11.1-2.fc19 will be an update ---> Package konsole.x86_64 0:4.10.5-1.fc19 will be updated ---> Package konsole.x86_64 0:4.11.1-1.fc19 will be an update ---> Package konsole-part.x86_64 0:4.10.5-1.fc19 will be updated ---> Package konsole-part.x86_64 0:4.11.1-1.fc19 will be an update ---> Package libkworkspace.x86_64 0:4.10.5-3.fc19 will be updated ---> Package libkworkspace.x86_64 0:4.11.1-2.fc19 will be an update ---> Package mesa-libwayland-egl.x86_64 0:9.2-1.20130902.fc19 will be updated ---> Package mesa-libwayland-egl.x86_64 0:9.2-1.20130919.fc19 will be an update ---> Package plasma-scriptengine-python.x86_64 0:4.10.5-3.fc19 will be updated ---> Package plasma-scriptengine-python.x86_64 0:4.11.1-2.fc19 will be an update --> Running transaction check ---> Package kde-workspace-libs.x86_64 0:4.10.5-3.fc19 will be updated --> Processing Dependency: libsolidcontrol.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 --> Processing Dependency: libsolidcontrolifaces.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 ---> Package xcb-util-image.x86_64 0:0.3.9-2.fc19 will be installed ---> Package xcb-util-keysyms.x86_64 0:0.3.9-2.fc19 will be installed --> Finished Dependency Resolution Error: Package: contour-0.3-2.fc19.x86_64 (@fedora) Requires: libsolidcontrolifaces.so.4()(64bit) Removing: kde-workspace-libs-4.10.5-3.fc19.x86_64 (@updates) libsolidcontrolifaces.so.4()(64bit) Updated By: kde-workspace-libs-4.11.1-2.fc19.x86_64 (updates) Not found Available: kde-workspace-libs-4.10.4-1.fc19.x86_64 (fedora) libsolidcontrolifaces.so.4()(64bit) Error: Package: contour-0.3-2.fc19.x86_64 (@fedora) Requires: libsolidcontrol.so.4()(64bit) Removing: kde-workspace-libs-4.10.5-3.fc19.x86_64 (@updates) libsolidcontrol.so.4()(64bit) Updated By: kde-workspace-libs-4.11.1-2.fc19.x86_64 (updates) Not found Available: kde-workspace-libs-4.10.4-1.fc19.x86_64 (fedora) libsolidcontrol.so.4()(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
Thanks.
Scott
I've done this,
# yum install dnf # dnf upgrade --exclude=kernel*
poma
Beam me up, Scotty. :)
On 09/22/2013 03:18 PM, poma wrote:
On 22.09.2013 20:53, Scott Beamer wrote:
Greetings all,
I'm running KDE on Fedora 19 X64
For the past 2-3 days I've had problems updating a number of packages because of failed dependencies.
For a while I figured it was a problem that would resolve itself once the mirrors were updated, but so far, the problem persists.
II've done 'yum clean all' numerous times to no avail.
Is this a problem on my end or Fedora's end?
Here is the the output of 'yum update':
$ sudo yum update Loaded plugins: langpacks, refresh-packagekit Resolving Dependencies --> Running transaction check ---> Package kcm_colors.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kcm_colors.x86_64 0:4.11.1-2.fc19 will be an update ---> Package kde-workspace.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kde-workspace.x86_64 0:4.11.1-2.fc19 will be an update --> Processing Dependency: libxcb-keysyms.so.1()(64bit) for package: kde-workspace-4.11.1-2.fc19.x86_64 --> Processing Dependency: libxcb-image.so.0()(64bit) for package: kde-workspace-4.11.1-2.fc19.x86_64 ---> Package kde-workspace-libs.x86_64 0:4.10.5-3.fc19 will be updated --> Processing Dependency: libsolidcontrol.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 --> Processing Dependency: libsolidcontrolifaces.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 ---> Package kde-workspace-libs.x86_64 0:4.11.1-2.fc19 will be an update ---> Package kdeartwork.x86_64 0:4.10.5-1.fc19 will be updated ---> Package kdeartwork.x86_64 0:4.11.1-1.fc19 will be an update ---> Package kdeartwork-kxs.x86_64 0:4.10.5-1.fc19 will be updated ---> Package kdeartwork-kxs.x86_64 0:4.11.1-1.fc19 will be an update ---> Package kdeartwork-screensavers.x86_64 0:4.10.5-1.fc19 will be updated ---> Package kdeartwork-screensavers.x86_64 0:4.11.1-1.fc19 will be an update ---> Package kdm.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kdm.x86_64 0:4.11.1-2.fc19 will be an update ---> Package kgreeter-plugins.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kgreeter-plugins.x86_64 0:4.11.1-2.fc19 will be an update ---> Package konsole.x86_64 0:4.10.5-1.fc19 will be updated ---> Package konsole.x86_64 0:4.11.1-1.fc19 will be an update ---> Package konsole-part.x86_64 0:4.10.5-1.fc19 will be updated ---> Package konsole-part.x86_64 0:4.11.1-1.fc19 will be an update ---> Package libkworkspace.x86_64 0:4.10.5-3.fc19 will be updated ---> Package libkworkspace.x86_64 0:4.11.1-2.fc19 will be an update ---> Package mesa-libwayland-egl.x86_64 0:9.2-1.20130902.fc19 will be updated ---> Package mesa-libwayland-egl.x86_64 0:9.2-1.20130919.fc19 will be an update ---> Package plasma-scriptengine-python.x86_64 0:4.10.5-3.fc19 will be updated ---> Package plasma-scriptengine-python.x86_64 0:4.11.1-2.fc19 will be an update --> Running transaction check ---> Package kde-workspace-libs.x86_64 0:4.10.5-3.fc19 will be updated --> Processing Dependency: libsolidcontrol.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 --> Processing Dependency: libsolidcontrolifaces.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 ---> Package xcb-util-image.x86_64 0:0.3.9-2.fc19 will be installed ---> Package xcb-util-keysyms.x86_64 0:0.3.9-2.fc19 will be installed --> Finished Dependency Resolution Error: Package: contour-0.3-2.fc19.x86_64 (@fedora) Requires: libsolidcontrolifaces.so.4()(64bit) Removing: kde-workspace-libs-4.10.5-3.fc19.x86_64 (@updates) libsolidcontrolifaces.so.4()(64bit) Updated By: kde-workspace-libs-4.11.1-2.fc19.x86_64 (updates) Not found Available: kde-workspace-libs-4.10.4-1.fc19.x86_64 (fedora) libsolidcontrolifaces.so.4()(64bit) Error: Package: contour-0.3-2.fc19.x86_64 (@fedora) Requires: libsolidcontrol.so.4()(64bit) Removing: kde-workspace-libs-4.10.5-3.fc19.x86_64 (@updates) libsolidcontrol.so.4()(64bit) Updated By: kde-workspace-libs-4.11.1-2.fc19.x86_64 (updates) Not found Available: kde-workspace-libs-4.10.4-1.fc19.x86_64 (fedora) libsolidcontrol.so.4()(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
Thanks.
Scott
I've done this,
# yum install dnf # dnf upgrade --exclude=kernel*
poma
Beam me up, Scotty. :)
Thanks for posting that. I now know what dnf is... and it's very interesting.
On 09/22/2013 12:18 PM, poma wrote:
On 22.09.2013 20:53, Scott Beamer wrote:
Greetings all,
I'm running KDE on Fedora 19 X64
For the past 2-3 days I've had problems updating a number of packages because of failed dependencies.
For a while I figured it was a problem that would resolve itself once the mirrors were updated, but so far, the problem persists.
II've done 'yum clean all' numerous times to no avail.
Is this a problem on my end or Fedora's end?
Here is the the output of 'yum update':
$ sudo yum update Loaded plugins: langpacks, refresh-packagekit Resolving Dependencies --> Running transaction check ---> Package kcm_colors.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kcm_colors.x86_64 0:4.11.1-2.fc19 will be an update ---> Package kde-workspace.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kde-workspace.x86_64 0:4.11.1-2.fc19 will be an update --> Processing Dependency: libxcb-keysyms.so.1()(64bit) for package: kde-workspace-4.11.1-2.fc19.x86_64 --> Processing Dependency: libxcb-image.so.0()(64bit) for package: kde-workspace-4.11.1-2.fc19.x86_64 ---> Package kde-workspace-libs.x86_64 0:4.10.5-3.fc19 will be updated --> Processing Dependency: libsolidcontrol.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 --> Processing Dependency: libsolidcontrolifaces.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 ---> Package kde-workspace-libs.x86_64 0:4.11.1-2.fc19 will be an update ---> Package kdeartwork.x86_64 0:4.10.5-1.fc19 will be updated ---> Package kdeartwork.x86_64 0:4.11.1-1.fc19 will be an update ---> Package kdeartwork-kxs.x86_64 0:4.10.5-1.fc19 will be updated ---> Package kdeartwork-kxs.x86_64 0:4.11.1-1.fc19 will be an update ---> Package kdeartwork-screensavers.x86_64 0:4.10.5-1.fc19 will be updated ---> Package kdeartwork-screensavers.x86_64 0:4.11.1-1.fc19 will be an update ---> Package kdm.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kdm.x86_64 0:4.11.1-2.fc19 will be an update ---> Package kgreeter-plugins.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kgreeter-plugins.x86_64 0:4.11.1-2.fc19 will be an update ---> Package konsole.x86_64 0:4.10.5-1.fc19 will be updated ---> Package konsole.x86_64 0:4.11.1-1.fc19 will be an update ---> Package konsole-part.x86_64 0:4.10.5-1.fc19 will be updated ---> Package konsole-part.x86_64 0:4.11.1-1.fc19 will be an update ---> Package libkworkspace.x86_64 0:4.10.5-3.fc19 will be updated ---> Package libkworkspace.x86_64 0:4.11.1-2.fc19 will be an update ---> Package mesa-libwayland-egl.x86_64 0:9.2-1.20130902.fc19 will be updated ---> Package mesa-libwayland-egl.x86_64 0:9.2-1.20130919.fc19 will be an update ---> Package plasma-scriptengine-python.x86_64 0:4.10.5-3.fc19 will be updated ---> Package plasma-scriptengine-python.x86_64 0:4.11.1-2.fc19 will be an update --> Running transaction check ---> Package kde-workspace-libs.x86_64 0:4.10.5-3.fc19 will be updated --> Processing Dependency: libsolidcontrol.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 --> Processing Dependency: libsolidcontrolifaces.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 ---> Package xcb-util-image.x86_64 0:0.3.9-2.fc19 will be installed ---> Package xcb-util-keysyms.x86_64 0:0.3.9-2.fc19 will be installed --> Finished Dependency Resolution Error: Package: contour-0.3-2.fc19.x86_64 (@fedora) Requires: libsolidcontrolifaces.so.4()(64bit) Removing: kde-workspace-libs-4.10.5-3.fc19.x86_64 (@updates) libsolidcontrolifaces.so.4()(64bit) Updated By: kde-workspace-libs-4.11.1-2.fc19.x86_64 (updates) Not found Available: kde-workspace-libs-4.10.4-1.fc19.x86_64 (fedora) libsolidcontrolifaces.so.4()(64bit) Error: Package: contour-0.3-2.fc19.x86_64 (@fedora) Requires: libsolidcontrol.so.4()(64bit) Removing: kde-workspace-libs-4.10.5-3.fc19.x86_64 (@updates) libsolidcontrol.so.4()(64bit) Updated By: kde-workspace-libs-4.11.1-2.fc19.x86_64 (updates) Not found Available: kde-workspace-libs-4.10.4-1.fc19.x86_64 (fedora) libsolidcontrol.so.4()(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
Thanks.
Scott
I've done this,
# yum install dnf # dnf upgrade --exclude=kernel*
dnf *upgrade* or dnf update?
poma
Beam me up, Scotty. :)
On 09/22/2013 03:59 PM, Dan Thurman wrote:
On 09/22/2013 03:55 PM, poma wrote:
On 22.09.2013 23:57, Dan Thurman wrote:
dnf *upgrade* or dnf update?
man 8 dnf ;)
poma
ok, so update is a depreciated alias, so upgrade it is!
Hmm... I tried dnf with a list of non-existing and existing packages and dnf reported some errors and quit, so I tried yum and yum reported and skipped the non-existing files, and found 9 packages to be installed. It seems that dnf is not ready to replace yum (yet), or so it seems.
On 23.09.2013 01:29, Dan Thurman wrote:
On 09/22/2013 03:59 PM, Dan Thurman wrote:
On 09/22/2013 03:55 PM, poma wrote:
On 22.09.2013 23:57, Dan Thurman wrote:
dnf *upgrade* or dnf update?
man 8 dnf ;)
poma
ok, so update is a depreciated alias, so upgrade it is!
Hmm... I tried dnf with a list of non-existing and existing packages and dnf reported some errors and quit, so I tried yum and yum reported and skipped the non-existing files, and found 9 packages to be installed. It seems that dnf is not ready to replace yum (yet), or so it seems.
Conditions of the repos reached affects both tools, and these conditions are variable. Like any other. However if you notice anything awkward, please contact the author - Aleš Kozumplík.
poma
On 23.09.2013 03:08, Rex Dieter wrote:
poma wrote:
Conditions of the repos reached affects both tools,
I'm curious why you mentioned it (dnf) in a thread about broken dependencies then?
-- Rex
http://etjune.brochure.examtime.com/files/2013/01/ex-an-16.jpg
poma
On Sun, Sep 22, 2013 at 3:59 PM, Dan Thurman dant@cdkkt.com wrote:
ok, so update is a depreciated alias, so upgrade it is!
Back in the day `yum upgrade` was the equivalent of `yum update --obsoletes`, which means that if a package has been renamed or replaced, you'd get the new version, whereas a plain `yum update` would not replace those packages.
This was rather confusing, and approximately nobody doesn't want Obsoletes to work when updating, so they were later unified to follow the `yum upgrade` behavior, but the `yum update` syntax was kept since that was burned into many peoples' skulls.
dnf is intended to replace yum, and one day in the not too distant future people will be running `yum update` and be none the wiser that it is actually what we now call dnf doing the work. So dnf must inherit all yum's little weird oddities, which means `(yum|dnf) upgrade` and `(yum|dnf) update` will probably do the same thing until on or about the heat death of the universe.
So, there's no need to change your muscle memory if you don't want to. ;-)
-T.C.
On 09/22/2013 02:53 PM, Scott Beamer wrote:
Greetings all,
I'm running KDE on Fedora 19 X64
For the past 2-3 days I've had problems updating a number of packages because of failed dependencies.
For a while I figured it was a problem that would resolve itself once the mirrors were updated, but so far, the problem persists.
II've done 'yum clean all' numerous times to no avail.
Is this a problem on my end or Fedora's end?
Here is the the output of 'yum update':
$ sudo yum update Loaded plugins: langpacks, refresh-packagekit Resolving Dependencies --> Running transaction check ---> Package kcm_colors.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kcm_colors.x86_64 0:4.11.1-2.fc19 will be an update ---> Package kde-workspace.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kde-workspace.x86_64 0:4.11.1-2.fc19 will be an update --> Processing Dependency: libxcb-keysyms.so.1()(64bit) for package: kde-workspace-4.11.1-2.fc19.x86_64 --> Processing Dependency: libxcb-image.so.0()(64bit) for package: kde-workspace-4.11.1-2.fc19.x86_64 ---> Package kde-workspace-libs.x86_64 0:4.10.5-3.fc19 will be updated --> Processing Dependency: libsolidcontrol.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 --> Processing Dependency: libsolidcontrolifaces.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 ---> Package kde-workspace-libs.x86_64 0:4.11.1-2.fc19 will be an update ---> Package kdeartwork.x86_64 0:4.10.5-1.fc19 will be updated ---> Package kdeartwork.x86_64 0:4.11.1-1.fc19 will be an update ---> Package kdeartwork-kxs.x86_64 0:4.10.5-1.fc19 will be updated ---> Package kdeartwork-kxs.x86_64 0:4.11.1-1.fc19 will be an update ---> Package kdeartwork-screensavers.x86_64 0:4.10.5-1.fc19 will be updated ---> Package kdeartwork-screensavers.x86_64 0:4.11.1-1.fc19 will be an update ---> Package kdm.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kdm.x86_64 0:4.11.1-2.fc19 will be an update ---> Package kgreeter-plugins.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kgreeter-plugins.x86_64 0:4.11.1-2.fc19 will be an update ---> Package konsole.x86_64 0:4.10.5-1.fc19 will be updated ---> Package konsole.x86_64 0:4.11.1-1.fc19 will be an update ---> Package konsole-part.x86_64 0:4.10.5-1.fc19 will be updated ---> Package konsole-part.x86_64 0:4.11.1-1.fc19 will be an update ---> Package libkworkspace.x86_64 0:4.10.5-3.fc19 will be updated ---> Package libkworkspace.x86_64 0:4.11.1-2.fc19 will be an update ---> Package mesa-libwayland-egl.x86_64 0:9.2-1.20130902.fc19 will be updated ---> Package mesa-libwayland-egl.x86_64 0:9.2-1.20130919.fc19 will be an update ---> Package plasma-scriptengine-python.x86_64 0:4.10.5-3.fc19 will be updated ---> Package plasma-scriptengine-python.x86_64 0:4.11.1-2.fc19 will be an update --> Running transaction check ---> Package kde-workspace-libs.x86_64 0:4.10.5-3.fc19 will be updated --> Processing Dependency: libsolidcontrol.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 --> Processing Dependency: libsolidcontrolifaces.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 ---> Package xcb-util-image.x86_64 0:0.3.9-2.fc19 will be installed ---> Package xcb-util-keysyms.x86_64 0:0.3.9-2.fc19 will be installed --> Finished Dependency Resolution Error: Package: contour-0.3-2.fc19.x86_64 (@fedora) Requires: libsolidcontrolifaces.so.4()(64bit) Removing: kde-workspace-libs-4.10.5-3.fc19.x86_64 (@updates) libsolidcontrolifaces.so.4()(64bit) Updated By: kde-workspace-libs-4.11.1-2.fc19.x86_64 (updates) Not found Available: kde-workspace-libs-4.10.4-1.fc19.x86_64 (fedora) libsolidcontrolifaces.so.4()(64bit) Error: Package: contour-0.3-2.fc19.x86_64 (@fedora) Requires: libsolidcontrol.so.4()(64bit) Removing: kde-workspace-libs-4.10.5-3.fc19.x86_64 (@updates) libsolidcontrol.so.4()(64bit) Updated By: kde-workspace-libs-4.11.1-2.fc19.x86_64 (updates) Not found Available: kde-workspace-libs-4.10.4-1.fc19.x86_64 (fedora) libsolidcontrol.so.4()(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
Thanks.
Scott
You are not alone. It's been pretty bad for quite some time. I've been having to remove libdvdcss2 before updating and then putting it back. Updating to kernel 3.11.1-200 was a disaster on three of my machines, all using nvidia chipsets. I was rebooting to a black screen. I'm not sure how to troubleshoot this one since reinstalling kmod-nvidia and/or akmod-nvidia didn't do much. I'm closer to the newbie side of the road. One machine with an ATI chipset was ok after a fresh install and update to this latest kernel.
On 09/22/2013 12:26 PM, linuxnutster@videotron.ca wrote:
You are not alone. It's been pretty bad for quite some time. I've been having to remove libdvdcss2 before updating and then putting it back. Updating to kernel 3.11.1-200 was a disaster on three of my machines, all using nvidia chipsets. I was rebooting to a black screen. I'm not sure how to troubleshoot this one since reinstalling kmod-nvidia and/or akmod-nvidia didn't do much. I'm closer to the newbie side of the road. One machine with an ATI chipset was ok after a fresh install and update to this latest kernel.
I had the same problem. Here's the answer: http://forums.fedoraforum.org/showthread.php?t=294091
Share and enjoy!
On 09/22/2013 03:41 PM, Joe Zeff wrote:
On 09/22/2013 12:26 PM, linuxnutster@videotron.ca wrote:
You are not alone. It's been pretty bad for quite some time. I've been having to remove libdvdcss2 before updating and then putting it back. Updating to kernel 3.11.1-200 was a disaster on three of my machines, all using nvidia chipsets. I was rebooting to a black screen. I'm not sure how to troubleshoot this one since reinstalling kmod-nvidia and/or akmod-nvidia didn't do much. I'm closer to the newbie side of the road. One machine with an ATI chipset was ok after a fresh install and update to this latest kernel.
I had the same problem. Here's the answer: http://forums.fedoraforum.org/showthread.php?t=294091
Share and enjoy!
Gracias. I keep forgetting about that forum. Every time I have used it that Leigh123Linux guy has been a godsend...
On 09/22/2013 03:26 PM, linuxnutster@videotron.ca wrote:
On 09/22/2013 02:53 PM, Scott Beamer wrote:
Greetings all,
I'm running KDE on Fedora 19 X64
For the past 2-3 days I've had problems updating a number of packages because of failed dependencies.
For a while I figured it was a problem that would resolve itself once the mirrors were updated, but so far, the problem persists.
II've done 'yum clean all' numerous times to no avail.
Is this a problem on my end or Fedora's end?
Here is the the output of 'yum update':
$ sudo yum update Loaded plugins: langpacks, refresh-packagekit Resolving Dependencies --> Running transaction check ---> Package kcm_colors.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kcm_colors.x86_64 0:4.11.1-2.fc19 will be an update ---> Package kde-workspace.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kde-workspace.x86_64 0:4.11.1-2.fc19 will be an update --> Processing Dependency: libxcb-keysyms.so.1()(64bit) for package: kde-workspace-4.11.1-2.fc19.x86_64 --> Processing Dependency: libxcb-image.so.0()(64bit) for package: kde-workspace-4.11.1-2.fc19.x86_64 ---> Package kde-workspace-libs.x86_64 0:4.10.5-3.fc19 will be updated --> Processing Dependency: libsolidcontrol.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 --> Processing Dependency: libsolidcontrolifaces.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 ---> Package kde-workspace-libs.x86_64 0:4.11.1-2.fc19 will be an update ---> Package kdeartwork.x86_64 0:4.10.5-1.fc19 will be updated ---> Package kdeartwork.x86_64 0:4.11.1-1.fc19 will be an update ---> Package kdeartwork-kxs.x86_64 0:4.10.5-1.fc19 will be updated ---> Package kdeartwork-kxs.x86_64 0:4.11.1-1.fc19 will be an update ---> Package kdeartwork-screensavers.x86_64 0:4.10.5-1.fc19 will be updated ---> Package kdeartwork-screensavers.x86_64 0:4.11.1-1.fc19 will be an update ---> Package kdm.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kdm.x86_64 0:4.11.1-2.fc19 will be an update ---> Package kgreeter-plugins.x86_64 0:4.10.5-3.fc19 will be updated ---> Package kgreeter-plugins.x86_64 0:4.11.1-2.fc19 will be an update ---> Package konsole.x86_64 0:4.10.5-1.fc19 will be updated ---> Package konsole.x86_64 0:4.11.1-1.fc19 will be an update ---> Package konsole-part.x86_64 0:4.10.5-1.fc19 will be updated ---> Package konsole-part.x86_64 0:4.11.1-1.fc19 will be an update ---> Package libkworkspace.x86_64 0:4.10.5-3.fc19 will be updated ---> Package libkworkspace.x86_64 0:4.11.1-2.fc19 will be an update ---> Package mesa-libwayland-egl.x86_64 0:9.2-1.20130902.fc19 will be updated ---> Package mesa-libwayland-egl.x86_64 0:9.2-1.20130919.fc19 will be an update ---> Package plasma-scriptengine-python.x86_64 0:4.10.5-3.fc19 will be updated ---> Package plasma-scriptengine-python.x86_64 0:4.11.1-2.fc19 will be an update --> Running transaction check ---> Package kde-workspace-libs.x86_64 0:4.10.5-3.fc19 will be updated --> Processing Dependency: libsolidcontrol.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 --> Processing Dependency: libsolidcontrolifaces.so.4()(64bit) for package: contour-0.3-2.fc19.x86_64 ---> Package xcb-util-image.x86_64 0:0.3.9-2.fc19 will be installed ---> Package xcb-util-keysyms.x86_64 0:0.3.9-2.fc19 will be installed --> Finished Dependency Resolution Error: Package: contour-0.3-2.fc19.x86_64 (@fedora) Requires: libsolidcontrolifaces.so.4()(64bit) Removing: kde-workspace-libs-4.10.5-3.fc19.x86_64 (@updates) libsolidcontrolifaces.so.4()(64bit) Updated By: kde-workspace-libs-4.11.1-2.fc19.x86_64 (updates) Not found Available: kde-workspace-libs-4.10.4-1.fc19.x86_64 (fedora) libsolidcontrolifaces.so.4()(64bit) Error: Package: contour-0.3-2.fc19.x86_64 (@fedora) Requires: libsolidcontrol.so.4()(64bit) Removing: kde-workspace-libs-4.10.5-3.fc19.x86_64 (@updates) libsolidcontrol.so.4()(64bit) Updated By: kde-workspace-libs-4.11.1-2.fc19.x86_64 (updates) Not found Available: kde-workspace-libs-4.10.4-1.fc19.x86_64 (fedora) libsolidcontrol.so.4()(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
Thanks.
Scott
You are not alone. It's been pretty bad for quite some time. I've been having to remove libdvdcss2 before updating and then putting it back. Updating to kernel 3.11.1-200 was a disaster on three of my machines, all using nvidia chipsets. I was rebooting to a black screen. I'm not sure how to troubleshoot this one since reinstalling kmod-nvidia and/or akmod-nvidia didn't do much. I'm closer to the newbie side of the road. One machine with an ATI chipset was ok after a fresh install and update to this latest kernel.
Update, I just launched yumex and checkmarking everything marked testing. A newer nvidia driver, which was not there yesterday, was available. It is installed and I'm using the new kernel...
linuxnutster@videotron.ca wrote:
You are not alone. It's been pretty bad for quite some time. I've been having to remove libdvdcss2 before updating and then putting it back.
That's a bug in libdvdcss2 packaging (Id recommend informing whoever is providing it that it is broken).
-- rex