-
Bug
-
Resolution: Not a Bug
-
Undefined
-
None
-
rhel-10.2
-
Yes
-
None
-
rhel-pt-cpp-libs
-
None
-
False
-
False
-
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
A regression in bz1302120 was observed after the test case was rewritten to support the new releases
How reproducible is this bug?:
always
Steps to reproduce
# uname -r
6.12.0-163.el10.x86_64
# rpm -q boost-python3 python3-libs
boost-python3-1.83.0-5.el10.x86_64
python3-libs-3.12.11-3.el10.x86_64
# LIB=$(rpm -ql boost-python3 | grep libboost_python | head -n 1)
# ldd -r $LIB
linux-vdso.so.1 (0x00007feb3fa6c000)
libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007feb3f600000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007feb3f9f3000)
libc.so.6 => /lib64/libc.so.6 (0x00007feb3f427000)
libm.so.6 => /lib64/libm.so.6 (0x00007feb3f945000)
/lib64/ld-linux-x86-64.so.2 (0x00007feb3fa6e000)
undefined symbol: PyExc_ValueError (/usr/lib64/libboost_python312.so.1.83.0)
undefined symbol: PyBool_Type (/usr/lib64/libboost_python312.so.1.83.0)
undefined symbol: PyExc_IndexError (/usr/lib64/libboost_python312.so.1.83.0)
undefined symbol: PyTuple_Type (/usr/lib64/libboost_python312.so.1.83.0)
undefined symbol: PyList_Type (/usr/lib64/libboost_python312.so.1.83.0)
undefined symbol: PyModule_Type (/usr/lib64/libboost_python312.so.1.83.0)
undefined symbol: PyStaticMethod_Type (/usr/lib64/libboost_python312.so.1.83.0)
undefined symbol: _Py_NoneStruct (/usr/lib64/libboost_python312.so.1.83.0)
[ trimmed ]
# LD_PRELOAD=/usr/lib64/libpython3.so ldd -r $LIB
linux-vdso.so.1 (0x00007efeb6e23000)
/usr/lib64/libpython3.so (0x00007efeb6dda000)
libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007efeb6a00000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007efeb6da5000)
libc.so.6 => /lib64/libc.so.6 (0x00007efeb6827000)
libpython3.12.so.1.0 => /lib64/libpython3.12.so.1.0 (0x00007efeb6200000)
libm.so.6 => /lib64/libm.so.6 (0x00007efeb6cf5000)
/lib64/ld-linux-x86-64.so.2 (0x00007efeb6e25000)
#