[Bug 265109] lang/julia: does not work

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 11 Jul 2022 00:30:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265109

--- Comment #3 from Eric Reardon <rizor.reardon@yahoo.com> ---
(In reply to Alexey Vyskubov from comment #2)

I used the package from FreeBSD pkg to test the problem not my own port and if
removing ~/.julia fixed the first error then the problem was probably some sort
of corruption in ~/.julia instead of uarch detection.

As to zlib and other bundled lib's some of julia's package's are linked to the
bundled lib's but FreeBSD's
policy is to avoid bundled lib's
https://docs.freebsd.org/en/books/porters-handbook/special/#bundled-libs so
your options going forward are either to use BinaryBuilder.jl
https://github.com/JuliaPackaging/BinaryBuilder.jl to replace those
dependence's or use the stock version of julia https://julialang.org/downloads/
or wait for me add support for julia's app's and module's to FreeBSD port's.

-- 
You are receiving this mail because:
You are the assignee for the bug.