Package: librepo / 1.20.0-1~deb13u1

Metadata

Package Version Patches format
librepo 1.20.0-1~deb13u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0003 Set CMAKE_SKIP_RPATH to TRUE.patch | (download)

CMakeLists.txt | 1 1 + 0 - 0 !
doc/python/CMakeLists.txt | 2 1 + 1 - 0 !
librepo/CMakeLists.txt | 2 2 + 0 - 0 !
librepo/python/CMakeLists.txt | 2 2 + 0 - 0 !
4 files changed, 6 insertions(+), 1 deletion(-)

 [patch] set cmake_skip_rpath to true

When skipping RPATH make doc raise:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/config.py", line 368, in eval_config_file
    execfile_(filename, namespace)
  File "/usr/lib/python3/dist-packages/sphinx/util/pycompat.py", line 150, in execfile_
    exec_(code, _globals)
  File "/home/user/librepo/doc/python/conf.py", line 15, in <module>
    import librepo
  File "/home/user/librepo/build/librepo/python/python3/librepo/__init__.py", line 1081, in <module>
    import librepo._librepo
ImportError: librepo.so.0: cannot open shared object file: No such file or directory

A fix is to set properly LD_LIBRARY_PATH in sphinx env call