#40 Remove rpath
Merged 2 years ago by sergesanspaille. Opened 2 years ago by tbaeder.
Unknown source rawhide  into  rawhide

file modified
+1
@@ -53,6 +53,7 @@

  %cmake  -GNinja \

  	-DCMAKE_BUILD_TYPE=RelWithDebInfo \

  	-DLLVM_CONFIG_PATH:FILEPATH=%{_bindir}/llvm-config-%{__isa_bits} \

+ 	-DCMAKE_SKIP_RPATH:BOOL=ON \

  	\

  %if 0%{?__isa_bits} == 64

  	-DLLVM_LIBDIR_SUFFIX=64 \

rpm-linter complains:

compiler-rt.x86_64: E: binary-or-shlib-defines-rpath /usr/lib64/clang/13.0.0/lib/libclang_rt.memprof-x86_64.so ['$ORIGIN/../lib64']
compiler-rt.x86_64: E: binary-or-shlib-defines-rpath /usr/lib64/clang/13.0.0/lib/libclang_rt.ubsan_minimal-x86_64.so ['$ORIGIN/../lib64']

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

Pull-Request has been merged by sergesanspaille

2 years ago
Metadata