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

Error "collection must be non-empty" when calling dev_jll() #72

Open
afossa opened this issue Nov 19, 2024 · 1 comment
Open

Error "collection must be non-empty" when calling dev_jll() #72

afossa opened this issue Nov 19, 2024 · 1 comment

Comments

@afossa
Copy link

afossa commented Nov 19, 2024

Hello,

To develop and test a JLL package locally, I am doing

julia> libcxxwrap_julia_jll.dev_jll()

However, I am encountering this error I never came across before

julia> libcxxwrap_julia_jll.dev_jll()
ERROR: ArgumentError: collection must be non-empty
Stacktrace:
 [1] first(itr::Dict{Base.PkgId, Module})
   @ Base ./abstractarray.jl:473
 [2] dev_jll(src_name::Any)
   @ JLLWrappers ~/.julia/packages/JLLWrappers/jXOYx/src/runtime.jl:55
 [3] invokelatest(::Any, ::Any, ::Vararg{Any}; kwargs::@Kwargs{})
   @ Base ./essentials.jl:1055
 [4] invokelatest(::Any, ::Any, ::Vararg{Any})
   @ Base ./essentials.jl:1052
 [5] dev_jll()
   @ libcxxwrap_julia_jll ~/.julia/packages/JLLWrappers/jXOYx/src/toplevel_generators.jl:93
 [6] top-level scope
   @ REPL[9]:1

Any hint? It is not tied to libcxxwrap-julia, it happens with other packages too

Julia version: 1.11.1+0.aarch64.apple.darwin14
JLLWrappers version: v1.6.0 and v1.6.1

@mattsignorelli
Copy link

See #73

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants