Samba 4.8.4, dependency issues

Come here to share your tips and tricks for using Samba4
Locked
ElCoyote
Messages: 13
Registration: May 2, 2018 - 8:58 p.m.

August 24, 2018 - 3:38 PM

Hello,
when I try to update the 4.7.7 RPMs to your 4.8.4 version from August 20th, I get unresolved dependencies:

Error: Package: pytalloc-2.1.13-1.el7.centos.x86_64 (installed)
Requires: libtalloc = 2.1.13-1.el7.centos
Removing: libtalloc-2.1.13-1.el7.centos.x86_64 (installed)
libtalloc = 2.1.13-1.el7.centos
Updated By: libtalloc-2.1.14-2.el7.x86_64 (krynn_samba_rhel7)
libtalloc = 2.1.14-2.el7
Available: libtalloc-2.0.8-4.el7.i686 (rhel-7-server-rpms)
libtalloc = 2.0.8-4.el7
Available: libtalloc-2.1.1-1.el7.i686 (rhel-7-server-rpms)
libtalloc = 2.1.1-1.el7
Available: libtalloc-2.1.2-1.el7.i686 (rhel-7-server-rpms)
libtalloc = 2.1.2-1.el7
Available: libtalloc-2.1.5-1.el7_2.i686 (rhel-7-server-rpms)
libtalloc = 2.1.5-1.el7_2
Available: libtalloc-2.1.6-1.el7.i686 (rhel-7-server-rpms)
libtalloc = 2.1.6-1.el7
Available: libtalloc-2.1.9-1.el7.i686 (rhel-7-server-rpms)
libtalloc = 2.1.9-1.el7
Available: libtalloc-2.1.10-1.el7.i686 (rhel-7-server-rpms)
libtalloc = 2.1.10-1.el7
Error: Package: python2-samba-4.8.4-0.0.el7.x86_64 (krynn_samba_rhel7)
Requires: python2-dns
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Uploading Enabled Repositories Report

The pytalloc and pytalloc-devel rpms no longer seem available in the version 4.8.4
ElCoyote
Messages: 13
Registration: May 2, 2018 - 8:58 p.m.

August 24, 2018 - 9:04 PM

Well, it finally worked.
For reference:
1) `yum install de pyton2-dns` from EPEL.
2) `rpm -e pytalloc pytalloc-devel --nodeps`
3) `rpm -Fvh x86_64/*.rpm noarch/*.rpm`

I'm now on 4.8.4. Thanks TranquilIT! :)
Locked