Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CSL_jll] [MPFR_jll] Update builds to get fixed RUNPATHs #47381

Merged
merged 1 commit into from
Oct 29, 2022

Conversation

giordano
Copy link
Contributor

@giordano giordano commented Oct 29, 2022

Ref: JuliaPackaging/Yggdrasil#3703, #42523 (comment).

On this branch:

% for x in usr/lib/*.so; do echo $x; objdump -x $x | grep 'RPATH\|RUNPATH'; done
usr/lib/libamd.so
  RPATH                $ORIGIN
usr/lib/libasan.so
  RUNPATH              $ORIGIN
usr/lib/libatomic.so
usr/lib/libblastrampoline.so
usr/lib/libbtf.so
  RPATH                $ORIGIN
usr/lib/libcamd.so
  RPATH                $ORIGIN
usr/lib/libccalltest.so
usr/lib/libccolamd.so
  RPATH                $ORIGIN
usr/lib/libcholmod.so
  RPATH                $ORIGIN
usr/lib/libcolamd.so
  RPATH                $ORIGIN
usr/lib/libcurl.so
  RUNPATH              $ORIGIN
usr/lib/libdSFMT.so
usr/lib/libgfortran.so
  RUNPATH              $ORIGIN
usr/lib/libgit2.so
  RPATH                $ORIGIN
usr/lib/libgmp.so
usr/lib/libgmpxx.so
  RUNPATH              $ORIGIN
usr/lib/libgomp.so
usr/lib/libitm.so
usr/lib/libjulia-codegen.so
  RUNPATH              $ORIGIN/
usr/lib/libjulia-internal.so
  RUNPATH              $ORIGIN/
usr/lib/libjulia.so
  RUNPATH              $ORIGIN/
usr/lib/libklu.so
  RPATH                $ORIGIN
usr/lib/libldl.so
  RPATH                $ORIGIN
usr/lib/libLLVM-14.0.6jl.so
  RPATH                $ORIGIN/../lib
usr/lib/libLLVM-14jl.so
  RPATH                $ORIGIN/../lib
usr/lib/libllvmcalltest.so
usr/lib/libLLVM.so
  RPATH                $ORIGIN/../lib
usr/lib/liblsan.so
  RUNPATH              $ORIGIN
usr/lib/libmbedcrypto.so
usr/lib/libmbedtls.so
  RUNPATH              $ORIGIN
usr/lib/libmbedx509.so
  RUNPATH              $ORIGIN
usr/lib/libmpfr.so
  RUNPATH              $ORIGIN
usr/lib/libnghttp2.so
usr/lib/libobjc.so
  RUNPATH              $ORIGIN
usr/lib/libopenblas64_.0.3.21.so
  RPATH                $ORIGIN
usr/lib/libopenblas64_.so
  RPATH                $ORIGIN
usr/lib/libopenlibm.so
usr/lib/libpcre2-16.so
usr/lib/libpcre2-32.so
usr/lib/libpcre2-8.so
usr/lib/libpcre2-posix.so
  RUNPATH              $ORIGIN
usr/lib/libquadmath.so
usr/lib/librbio.so
  RPATH                $ORIGIN
usr/lib/libspqr.so
  RPATH                $ORIGIN
usr/lib/libssh2.so
  RUNPATH              $ORIGIN
usr/lib/libssp.so
usr/lib/libstdc++.so
  RUNPATH              $ORIGIN
usr/lib/libsuitesparseconfig.so
  RPATH                $ORIGIN
usr/lib/libtsan.so
  RUNPATH              $ORIGIN
usr/lib/libubsan.so
  RUNPATH              $ORIGIN
usr/lib/libumfpack.so
  RPATH                $ORIGIN
usr/lib/libunwind-coredump.so
  RUNPATH              $ORIGIN
usr/lib/libunwind-generic.so
  RUNPATH              $ORIGIN
usr/lib/libunwind-ptrace.so
usr/lib/libunwind-setjmp.so
  RUNPATH              $ORIGIN
usr/lib/libunwind.so
  RUNPATH              $ORIGIN
usr/lib/libunwind-x86_64.so
  RUNPATH              $ORIGIN
usr/lib/libuv.so
usr/lib/libz.so

LLVM remains the only odd one.

CC @apaz-cli

@giordano giordano added building Build system, or building Julia or its dependencies external dependencies Involves LLVM, OpenBLAS, or other linked libraries JLLs labels Oct 29, 2022
@giordano giordano requested a review from vtjnash October 29, 2022 01:15
@giordano giordano merged commit 42907bf into JuliaLang:master Oct 29, 2022
@giordano giordano deleted the mg/jlls-runpath branch October 29, 2022 08:36
pull bot pushed a commit to Eurus-Holmes/julia that referenced this pull request Oct 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies external dependencies Involves LLVM, OpenBLAS, or other linked libraries JLLs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants