rpmbuild rpath error

Issue #29 new
Eugene created an issue
+ /usr/lib/rpm/check-rpaths
*******************************************************************************
*
* WARNING: 'check-rpaths' detected a broken RPATH OR RUNPATH and will cause
*          'rpmbuild' to fail
...

Fixed with `%global __brp_check_rpaths %{nil}` in spec but is not the solution.

Comments (5)

  1. Eugene reporter

    Maybe the problem is that:

    bash-5.2$ LC_ALL=C sudo rpm -i sviewgl-3.1.9-1.fc37.x86_64.rpm
    error: Failed dependencies:
        libImGui.so()(64bit) is needed by sviewgl-3.1.9-1.fc37.x86_64
        libglfw.so.3()(64bit) is needed by sviewgl-3.1.9-1.fc37.x86_64
    

    `libglfm` can be found in glfm package.
    But libImGui.so is not in Fedora repo and is not in README.Installation.

  2. Eugene reporter

    Maybe adding ‘install’ section to CMakeLists.txt will help.
    With binary and required libs.

  3. Log in to comment