Alfred von Campe
2017-Aug-28 15:16 UTC
[CentOS] Problem installing glibc-devel.i686 on CentOS 7
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 Error: Package: glibc-devel-2.17-157.el7.i686 (base) Requires: glibc-headers = 2.17-157.el7 Installed: glibc-headers-2.17-157.el7_3.5.x86_64 (@updates) glibc-headers = 2.17-157.el7_3.5 Available: glibc-headers-2.17-157.el7.x86_64 (base) glibc-headers = 2.17-157.el7 Available: glibc-headers-2.17-157.el7_3.1.x86_64 (updates) glibc-headers = 2.17-157.el7_3.1 Available: glibc-headers-2.17-157.el7_3.2.x86_64 (updates) glibc-headers = 2.17-157.el7_3.2 Available: glibc-headers-2.17-157.el7_3.4.x86_64 (updates) glibc-headers = 2.17-157.el7_3.4 Error: Package: glibc-devel-2.17-157.el7.i686 (base) Requires: glibc = 2.17-157.el7 Installed: glibc-2.17-157.el7_3.5.i686 (@updates) glibc = 2.17-157.el7_3.5 Available: glibc-2.17-157.el7.i686 (base) glibc = 2.17-157.el7 Available: glibc-2.17-157.el7_3.1.i686 (updates) glibc = 2.17-157.el7_3.1 Available: glibc-2.17-157.el7_3.2.i686 (updates) glibc = 2.17-157.el7_3.2 Available: glibc-2.17-157.el7_3.4.i686 (updates) glibc = 2.17-157.el7_3.4 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? Alfred
On Mon, Aug 28, 2017 at 8:16 AM, Alfred von Campe <alfred at 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
Alfred von Campe
2017-Aug-28 16:06 UTC
[CentOS] Problem installing glibc-devel.i686 on CentOS 7
On Aug 28, 2017, at 11:53, Akemi Yagi wrote:> 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.Thanks Akemi, that worked. I had done a ?yum search? and just cut & pasted from the output, but leaving out the version number is much easier. Alfred