On Wed, 17 Dec 2014 20:18:58 -0500, Temlakos wrote:

> Here's an example of the detailed errors I'm getting:
> 
> Error running transaction: package gstreamer1-libav-1.4.3-1.fc21.x86_64 
> has unsatisfied Requires: libbz2.so.1()(64bit)
> package gstreamer1-libav-1.4.3-1.fc21.x86_64 has unsatisfied Requires: 
> libc.so.6()(64bit)

That makes no sense. That library is _The_ Standard C Library (from "glibc"),
which basically is a requirement for almost everything on your system.

  $ rpm --test --erase glibc 2>&1|wc -l
  11887

Not so with libbz2 from package bzip2-libs, but it's needed by RPM itself
and hence becomes very important. You won't be able to remove it without
removing "rpm".

> Comments?

Hardly possible beyond what I've written above.

You rip things out of context. Truncated output from Yum isn't good. One
cannot see if anything tries to replace/remove/upgrade library packages in
an incompatible way, for example. The errors you see refer to libs that
are essential for Fedora 21.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to