On Mon, Aug 28, 2017 at 8:16 AM, Alfred von Campe alfred@von-campe.com wrote:
The following transcript should provide all the necessary details:
# yum install glibc-devel-2.17-157.el7.i686 Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile
- base: mirrors.gigenet.com
- epel: mirrors.xmission.com
- extras: mirrors.gigenet.com
- updates: ftp.osuosl.org
Resolving Dependencies --> Running transaction check ---> Package glibc-devel.i686 0:2.17-157.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-157.el7 for package: glibc-devel-2.17-157.el7.i686 --> Processing Dependency: glibc = 2.17-157.el7 for package: glibc-devel-2.17-157.el7.i686 --> Finished Dependency Resolution
You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
I tried the two suggesting above to no avail. Has anyone else been able to install glib-devel.i686 successfully on CentOS 7?
It is actually glibc-devel-2.17-157.el7_3.5.i686. So you either provide the whole name or just use glibc-devel.i686 for the yum command.
Akemi