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

Julia v1.7.0-rc2 is broken on FreeBSD #42781

Closed
ararslan opened this issue Oct 24, 2021 · 3 comments
Closed

Julia v1.7.0-rc2 is broken on FreeBSD #42781

ararslan opened this issue Oct 24, 2021 · 3 comments
Assignees
Labels
regression Regression in behavior compared to a previous version system:freebsd Affects only FreeBSD
Milestone

Comments

@ararslan
Copy link
Member

$ ./julia-1.7.0-rc2/bin/julia
ERROR: Unable to load dependent library /usr/home/alex/julia-1.7.0-rc2/bin/../lib/julia/libjulia-internal.so.1
Message:Shared object "libz.so.1" not found, required by "libLLVM-12jl.so"

$ ./julia-1.7.0-rc1/bin/julia
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.7.0-rc1 (2021-09-12)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |

julia>

Seems this issue had been noted prior but the FreeBSD test failures on master tricked us: #42535 (comment). (AFAIK, FreeBSD tests should be green on 1.6 and 1.7, just not master.)

@ararslan ararslan added regression Regression in behavior compared to a previous version system:freebsd Affects only FreeBSD labels Oct 24, 2021
@ararslan ararslan added this to the 1.7 milestone Oct 24, 2021
@ararslan
Copy link
Member Author

I've confirmed locally that reverting all of the commits associated with #42535 results in a working FreeBSD 12 build that passes all tests.

@DilumAluthge
Copy link
Member

@ararslan Can you try building the backports-release-1.7 branch and see if the bug is fixed on that branch?

@ararslan
Copy link
Member Author

ararslan commented Nov 2, 2021

I have confirmed that it is. I'm hitting #41943 in the tests though. 😕

@vchuravy vchuravy closed this as completed Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression Regression in behavior compared to a previous version system:freebsd Affects only FreeBSD
Projects
None yet
Development

No branches or pull requests

3 participants