Part of the output: --> Processing Dependency: kernel-uname-r = 3.18.5-201.fc21.x86_64 for package: kmod-vhba-3.18.5-201.fc21.x86_64-20140928-1.fc21.x86_64 ---> Package kmod-vhba-3.18.5-201.fc21.x86_64.x86_64 0:20140928-1.fc21 will be erased
---> Package vlc-core.x86_64 0:2.2.0-1.fc21 will be an update --> Processing Dependency: libgpg-error.so.0(GPG_ERROR_1.0)(64bit) for package: vlc-core-2.2.0-1.fc21.x86_64 --> Running transaction check ---> Package vlc-core.x86_64 0:2.2.0-1.fc21 will be an update --> Processing Dependency: libgpg-error.so.0(GPG_ERROR_1.0)(64bit) for package: vlc-core-2.2.0-1.fc21.x86_64 --> Finished Dependency Resolution Error: Package: vlc-core-2.2.0-1.fc21.x86_64 (rpmfusion-free-updates) Requires: libgpg-error.so.0(GPG_ERROR_1.0)(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
$ rpm -qv --whatprovides /usr/lib64/libgpg-error.so.0 libgpg-error-1.13-3.fc21.x86_64 $ rpm -qv --whatrequires libgpg-error.so.0 libgpg-error-1.13-3.fc21.i686 libgcrypt-1.6.1-7.fc21.i686 libxslt-1.1.28-8.fc21.i686 systemd-libs-216-20.fc21.i686
So, how can I proceed with thish clash of dependencies? Should I completely uninstall vlc and forget about it?
On Mon, 09 Mar 2015 14:27:39 -0600 jd1008 jd1008@gmail.com wrote:
So, how can I proceed with thish clash of dependencies? Should I completely uninstall vlc and forget about it?
The clash is because vlc requires an earlier version of a library than the one you want to install. The fix is to wait until rpmfusion recompiles their binary to use the new library, which will probably happen in a few days. You could open a bugzilla at rpmfusion bugzilla asking for the update if it doesn't.
Alternatively, you can uninstall vlc, and update your system. Then get the src.rpm package from rpmfusion, and do an rpmbuild to build vlc packages with the new library. Then install them.
We get so spoiled by having continuous updates, that a few days seems like an eternity.
On 09.03.2015 21:27, jd1008 wrote: ...
Error: Package: vlc-core-2.2.0-1.fc21.x86_64 (rpmfusion-free-updates) Requires: libgpg-error.so.0(GPG_ERROR_1.0)(64bit)
https://admin.fedoraproject.org/updates/FEDORA-2015-1480/libgpg-error-1.17-2... tmraz & kwizart
On 03/10/2015 11:19 AM, Heinz Diehl wrote:
On 09.03.2015, jd1008 wrote:
---> Package vlc-core.x86_64 0:2.2.0-1.fc21 will be an update --> Processing Dependency: libgpg-error.so.0(GPG_ERROR_1.0)(64bit) for package: vlc-core-2.2.0-1.fc21.x86_64
yum update --exclude=vlc*
Or:
#yum update --skip-broken (or $ sudo yum update --skip-broken)
Temlakos