-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[musl] Crash (could not load library "libpcre2-8"
) when trying to run the Julia binary in the tester_musl64
CI job
#42940
Labels
bug
Indicates an unexpected problem or unintended behavior
compiler:musl
Support for musl linked binaries on linux instead of glibc
regression
Regression in behavior compared to a previous version
Comments
DilumAluthge
added
bug
Indicates an unexpected problem or unintended behavior
compiler:musl
Support for musl linked binaries on linux instead of glibc
labels
Nov 4, 2021
DilumAluthge
changed the title
[musl] Crash when trying to run the Julia binary in the
[musl] Crash (Nov 4, 2021
tester_musl64
CI jobcould not load library "libpcre2-8"
) when trying to run the Julia binary in the tester_musl64
CI job
ararslan
added
the
regression
Regression in behavior compared to a previous version
label
Nov 4, 2021
Introduced by #42919 |
ararslan
added a commit
that referenced
this issue
Nov 6, 2021
The change to RPATH setting for macOS seems to have improved the situation for users on Monterey, but the other changes in #42919 that affect other platforms seem to have caused regressions on musl Linux (#42940) and FreeBSD (#42944). The easiest thing to do here is to keep the changes from #42919 as they apply to macOS but revert the others.
staticfloat
pushed a commit
that referenced
this issue
Nov 6, 2021
* Partially revert #42919 The change to RPATH setting for macOS seems to have improved the situation for users on Monterey, but the other changes in #42919 that affect other platforms seem to have caused regressions on musl Linux (#42940) and FreeBSD (#42944). The easiest thing to do here is to keep the changes from #42919 as they apply to macOS but revert the others. * Un-revert the `RPATH_LIB` definition
KristofferC
pushed a commit
that referenced
this issue
Nov 7, 2021
* Partially revert #42919 The change to RPATH setting for macOS seems to have improved the situation for users on Monterey, but the other changes in #42919 that affect other platforms seem to have caused regressions on musl Linux (#42940) and FreeBSD (#42944). The easiest thing to do here is to keep the changes from #42919 as they apply to macOS but revert the others. * Un-revert the `RPATH_LIB` definition (cherry picked from commit 653cad3)
LilithHafner
pushed a commit
to LilithHafner/julia
that referenced
this issue
Feb 22, 2022
* Partially revert JuliaLang#42919 The change to RPATH setting for macOS seems to have improved the situation for users on Monterey, but the other changes in JuliaLang#42919 that affect other platforms seem to have caused regressions on musl Linux (JuliaLang#42940) and FreeBSD (JuliaLang#42944). The easiest thing to do here is to keep the changes from JuliaLang#42919 as they apply to macOS but revert the others. * Un-revert the `RPATH_LIB` definition
LilithHafner
pushed a commit
to LilithHafner/julia
that referenced
this issue
Mar 8, 2022
* Partially revert JuliaLang#42919 The change to RPATH setting for macOS seems to have improved the situation for users on Monterey, but the other changes in JuliaLang#42919 that affect other platforms seem to have caused regressions on musl Linux (JuliaLang#42940) and FreeBSD (JuliaLang#42944). The easiest thing to do here is to keep the changes from JuliaLang#42919 as they apply to macOS but revert the others. * Un-revert the `RPATH_LIB` definition
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Indicates an unexpected problem or unintended behavior
compiler:musl
Support for musl linked binaries on linux instead of glibc
regression
Regression in behavior compared to a previous version
In the
tester_musl64
CI job, when trying to run./julia -e 'using InteractiveUtils; InteractiveUtils.versioninfo()'
at the beginning of the job, the following error occurs.Full log: https://buildkite.com/julialang/julia-master/builds/5491#ee577fe6-6856-4ef3-8e83-2bbd5481cf4c
The text was updated successfully, but these errors were encountered: