Open
Description
After a full clean build I see this ld warning.
Outputting sysimage file...
Output ────── 29.358161 seconds
LINK usr/lib/julia/sys.dylib
ld: warning: reexported library with install name '@rpath/libunwind.1.dylib' found at '/Users/ian/Documents/GitHub/julia/usr/lib/libunwind.1.0.dylib' couldn't be matched with any parent library and will be linked directly
JULIA stdlib/release.image
Update: Line numbers fixed by #54032
Then, I assume related, the 2nd & 3rd line numbers are off (possibly others, unchecked)
Line 372 in 6c22dfd
Line 2291 in 6c22dfd
Failed to precompile RFFT [3bd9afcd-55df-531a-9b34-dc642dce7b95] to "/Users/ian/.julia/compiled/v1.12/RFFT/jl_Ye0qCB".
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:35
[2] precompilepkgs(pkgs::Vector{…}; internal_call::Bool, strict::Bool, warn_loaded::Bool, timing::Bool, _from_loading::Bool, configs::Pair{…}, io::Base.TTY, fancyprint::Bool)
@ Base.Precompilation ./precompilation.jl:372
[3] _require(pkg::Base.PkgId, env::String)
@ Base ./loading.jl:2291
[4] __require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base ./loading.jl:2175
[5] #invoke_in_world#3
@ ./essentials.jl:1064 [inlined]
[6] invoke_in_world
@ ./essentials.jl:1061 [inlined]
[7] _require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base ./loading.jl:2166
[8] macro expansion
@ ./loading.jl:58 [inlined]
[9] macro expansion
@ ./lock.jl:17 [inlined]
[10] __require(into::Module, mod::Symbol)
@ Base ./loading.jl:2063
[11] #invoke_in_world#3
@ ./essentials.jl:1064 [inlined]
[12] invoke_in_world
@ ./essentials.jl:1061 [inlined]
[13] require(into::Module, mod::Symbol)
@ Base ./loading.jl:2056
Some type information was truncated. Use `show(err)` to see complete types.
julia> versioninfo()
Julia Version 1.12.0-DEV.227
Commit 6c22dfd318 (2024-03-22 01:04 UTC)
Platform Info:
OS: macOS (arm64-apple-darwin23.2.0)
CPU: 10 × Apple M2 Pro
WORD_SIZE: 64
LLVM: libLLVM-16.0.6 (ORCJIT, apple-m2)
Threads: 1 default, 0 interactive, 1 GC (on 6 virtual cores)