On Tue, Aug 22, 2017 at 4:00 PM, Alan Bartlett <[log in to unmask]> wrote:
On 22 August 2017 at 23:44, Stephen L. Talbott
<[log in to unmask]> wrote:
> For something like a week or two yum autoupdate on my system has been
> failing with the message
>
>     Failed to check for updates with the following error message:
>     Failed to build transaction: libgpod-0.8.3-14.el7.x86_64 requires
>     libplist.so.1()(64bit)
>     libgpod-0.8.3-14.el7.x86_64 requires libimobiledevice.so.4()(64bit)
>     libgpod-0.8.3-14.el7.x86_64 requires libusbmuxd.so.2()(64bit)

>    16:25:59 : ERROR: Dependency resolving completed with errors
>    16:25:59 : ERROR:   Package: libgpod-0.8.3-14.el7.x86_64 (@epel

The problem seems to originate with a package from the EPEL repository.

Alan.
 
​EPEL had a version of libgpod that was newer than the version in RHEL 7.4. This causes an update error. So, if you have already installed the one from EPEL, just 'yum downgrade' the package.

Akemi