http://bugzilla.opensuse.org/show_bug.cgi?id=1191473 http://bugzilla.opensuse.org/show_bug.cgi?id=1191473#c2 --- Comment #2 from Martin Li��ka <martin.liska@suse.com> ---
not sure which rpath cmake uses to check whether adding a rpath works, but if it is /tmp or the like that will definitely fail.
The ignored locations are listed here: https://github.com/openSUSE/post-build-checks/blob/master/suse-ignored-rpath... so using /tmp/ or a /home as a RPATH would work. But as seen here: [ 67s] CMake Error at cmake_install.cmake:55 (file): [ 67s] file RPATH_CHANGE could not write new RPATH: [ 67s] [ 67s] /usr/lib64 ... it's using RPATH that is listed in (suse-ignored-rpaths.conf). So we think the cmake checking code should be adjusted. -- You are receiving this mail because: You are on the CC list for the bug.