ziltoid the omniscient
2014-11-20 22:46:29 UTC
Hi,
I am not able to build ltib cleanly as the rpm requires step is failing
for qt-everywhere-opensource-src-4.8.5 with the following error:
error: failed dependencies:
libc.so.6(GLIBC_2.0) is needed by qt-everywhere-opensource-src-4.8.5-0
libc.so.6(GLIBC_2.1) is needed by qt-everywhere-opensource-src-4.8.5-0
libc.so.6(GLIBC_2.1.3) is needed by qt-everywhere-opensource-src-4.8.5-0
libc.so.6(GLIBC_2.2) is needed by qt-everywhere-opensource-src-4.8.5-0
libc.so.6(GLIBC_2.3) is needed by qt-everywhere-opensource-src-4.8.5-0
libc.so.6(GLIBC_2.3.4) is needed by qt-everywhere-opensource-src-4.8.5-0
libm.so.6(GLIBC_2.1) is needed by qt-everywhere-opensource-src-4.8.5-0
libm.so.6(GLIBC_2.2) is needed by qt-everywhere-opensource-src-4.8.5-0
From the rpm requires I can see
that qt-everywhere-opensource-src-4.8.5 requires:
Requires: libc.so.6 libgcc_s.so.1 libm.so.6 libstdc++.so.6 /bin/sh
/usr/bin/perl ld-linux.so.3(GLIBC_2.4) libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.10)
libc.so.6(GLIBC_2.11) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3)
libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.9)
libdl.so.2(GLIBC_2.4) libgcc_s.so.1(GCC_3.0) libgcc_s.so.1(GCC_3.5)
libgcc_s.so.1(GLIBC_2.0) libm.so.6(GLIBC_2.1) libm.so.6(GLIBC_2.2)
libm.so.6(GLIBC_2.4) libpthread.so.0(GLIBC_2.4) librt.so.1(GLIBC_2.4)
libstdc++.so.6(GLIBCXX_3.4) libstdc++.so.6(GLIBCXX_3.4.11)
libstdc++.so.6(GLIBCXX_3.4.9)
From base_libs I can see it provides:
$ rpm --root `pwd`/rootfs -q base_libs --provides | grep libc.so
libc.so.6
libc.so.6(GLIBC_2.10)
libc.so.6(GLIBC_2.11)
libc.so.6(GLIBC_2.4)
libc.so.6(GLIBC_2.5)
libc.so.6(GLIBC_2.6)
libc.so.6(GLIBC_2.7)
libc.so.6(GLIBC_2.8)
libc.so.6(GLIBC_2.9)
libc.so.6(GLIBC_PRIVATE)
So it is clear that the dependencies are missing from required.
I'd appreciate any assistance with being able to solve this issue.
I'd also appreciate if anyone could explain to me what these dependency
lines mean:
+ What is libc.so.6(GLIBC2_0) etc referring to?
+ What does it mean that base_libs provides libc.so.6(GLIBC2_4) ->
libc.so.6(GLIBC2_11) referring to?
+ Can anyone point me to the relevant reference material to understand what
these dependencies are referring to?
Thank you.
Regards,
Ziltoid
I am not able to build ltib cleanly as the rpm requires step is failing
for qt-everywhere-opensource-src-4.8.5 with the following error:
error: failed dependencies:
libc.so.6(GLIBC_2.0) is needed by qt-everywhere-opensource-src-4.8.5-0
libc.so.6(GLIBC_2.1) is needed by qt-everywhere-opensource-src-4.8.5-0
libc.so.6(GLIBC_2.1.3) is needed by qt-everywhere-opensource-src-4.8.5-0
libc.so.6(GLIBC_2.2) is needed by qt-everywhere-opensource-src-4.8.5-0
libc.so.6(GLIBC_2.3) is needed by qt-everywhere-opensource-src-4.8.5-0
libc.so.6(GLIBC_2.3.4) is needed by qt-everywhere-opensource-src-4.8.5-0
libm.so.6(GLIBC_2.1) is needed by qt-everywhere-opensource-src-4.8.5-0
libm.so.6(GLIBC_2.2) is needed by qt-everywhere-opensource-src-4.8.5-0
From the rpm requires I can see
that qt-everywhere-opensource-src-4.8.5 requires:
Requires: libc.so.6 libgcc_s.so.1 libm.so.6 libstdc++.so.6 /bin/sh
/usr/bin/perl ld-linux.so.3(GLIBC_2.4) libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.10)
libc.so.6(GLIBC_2.11) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3)
libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.9)
libdl.so.2(GLIBC_2.4) libgcc_s.so.1(GCC_3.0) libgcc_s.so.1(GCC_3.5)
libgcc_s.so.1(GLIBC_2.0) libm.so.6(GLIBC_2.1) libm.so.6(GLIBC_2.2)
libm.so.6(GLIBC_2.4) libpthread.so.0(GLIBC_2.4) librt.so.1(GLIBC_2.4)
libstdc++.so.6(GLIBCXX_3.4) libstdc++.so.6(GLIBCXX_3.4.11)
libstdc++.so.6(GLIBCXX_3.4.9)
From base_libs I can see it provides:
$ rpm --root `pwd`/rootfs -q base_libs --provides | grep libc.so
libc.so.6
libc.so.6(GLIBC_2.10)
libc.so.6(GLIBC_2.11)
libc.so.6(GLIBC_2.4)
libc.so.6(GLIBC_2.5)
libc.so.6(GLIBC_2.6)
libc.so.6(GLIBC_2.7)
libc.so.6(GLIBC_2.8)
libc.so.6(GLIBC_2.9)
libc.so.6(GLIBC_PRIVATE)
So it is clear that the dependencies are missing from required.
I'd appreciate any assistance with being able to solve this issue.
I'd also appreciate if anyone could explain to me what these dependency
lines mean:
+ What is libc.so.6(GLIBC2_0) etc referring to?
+ What does it mean that base_libs provides libc.so.6(GLIBC2_4) ->
libc.so.6(GLIBC2_11) referring to?
+ Can anyone point me to the relevant reference material to understand what
these dependencies are referring to?
Thank you.
Regards,
Ziltoid