]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: add empty RPATH to ceph-diff-sorted 36120/head
authorNathan Cutler <ncutler@suse.com>
Wed, 15 Jul 2020 16:21:37 +0000 (18:21 +0200)
committerNathan Cutler <ncutler@suse.com>
Mon, 11 Jan 2021 12:27:37 +0000 (13:27 +0100)
commitcb20ce39315dc218e1b6338aae6a676a18453124
tree5f744776f1cbaaf3f531bb00456a6ddfda3904c5
parent2cd46a141c46d95b378332c3e89da9b0ee77a67b
cmake: add empty RPATH to ceph-diff-sorted

This fixes a transient FTBFS on openSUSE:

[ 5365s] -- Installing: /home/abuild/rpmbuild/BUILDROOT/ceph-15.2.4.337+g55cec95eaf-1.1.x86_64/usr/bin/ceph-diff-sorted
[ 5365s] CMake Error at src/tools/cmake_install.cmake:230 (file):
[ 5365s]   file RPATH_CHANGE could not write new RPATH:
[ 5365s]
[ 5365s]     /usr/lib64/ceph
[ 5365s]
[ 5365s]   to the file:
[ 5365s]
[ 5365s]     /home/abuild/rpmbuild/BUILDROOT/ceph-15.2.4.337+g55cec95eaf-1.1.x86_64/usr/bin/ceph-diff-sorted
[ 5365s]
[ 5365s]   No valid ELF RPATH or RUNPATH entry exists in the file;

Fixes: https://tracker.ceph.com/issues/46553
Signed-off-by: Nathan Cutler <ncutler@suse.com>
src/tools/CMakeLists.txt