error: Failed dependencies: but libraries are installed

Michael Schwendt mschwendt at gmail.com
Tue Sep 3 18:32:16 UTC 2013


On Tue, 3 Sep 2013 13:20:49 -0500, Richard Shaw wrote:

> > The result of rpm -qp --requires diamond_2_2-base_x64-101-x86_64-linux.rpm
> > is:
> > /bin/bash
> > /bin/csh
> > /bin/ksh
> > /bin/sh
> > /bin/sh
> > /bin/sh
> > /usr/bin/env
> > ld-linux-x86-64.so.2()(64bit)
> > ld-linux-x86-64.so.2(GLIBC_2.2.5)(64bit)
> > ld-linux.so.2
> > ld-linux.so.2(GLIBC_2.1)
> > libICE.so.6
> > libICE.so.6()(64bit)
> > libQtCLucene.so.4
> > libQtCLucene.so.4()(64bit)
> >
> [SNIP]
> 
> Once oddity is that it seems to, in many cases, require the library names
> both with and without the "()(64bit)"... Although I'm not sure if that's
> causing any of the problems...

Yes, it does. It's the 32-bit libs that are also required by this poorly
made x86_64 package. ;-)

  # repoquery --whatprovides libICE.so.6
  libICE-0:1.0.8-6.fc20.i686
  # repoquery --whatprovides 'libICE.so.6()(64bit)'
  libICE-0:1.0.8-6.fc20.x86_64


More information about the users mailing list