Skip to content

ConcurrentCollections fails to install in julia nightly 1.14 #66

Description

@felixcremer

When I try to add ConcurrentCollections I get the following error:

(jl_6u1Cts) pkg> add ConcurrentCollections
   Resolving package versions...
    Updating `/tmp/jl_6u1Cts/Project.toml`
  [5060bff5] + ConcurrentCollections v0.1.1
    Updating `/tmp/jl_6u1Cts/Manifest.toml`
  [5060bff5] + ConcurrentCollections v0.1.1
WARNING: Imported binding Threads.inttypes was undeclared at import time during import to UnsafeAtomics.
WARNING: Imported binding Threads.llvmtypes was undeclared at import time during import to UnsafeAtomics.
ERROR: LoadError: UndefVarError: `inttypes` not defined in `ConcurrentCollections.Implementations.UnsafeAtomics`
Suggestion: this global was defined as `Base.Threads.inttypes` but not assigned a value.
Stacktrace:
  [1] top-level scope
    @ ~/.julia/packages/ConcurrentCollections/QgIM8/src/UnsafeAtomics.jl:41
  [2] include(mapexpr::Function, mod::Module, _path::String)
    @ Base ./Base.jl:310
  [3] top-level scope
    @ ~/.julia/packages/ConcurrentCollections/QgIM8/src/ConcurrentCollections.jl:61
  [4] include(mod::Module, _path::String)
    @ Base ./Base.jl:309
  [5] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)
    @ Base ./loading.jl:3148
  [6] top-level scope
    @ stdin:5
  [7] eval(m::Module, e::Any)
    @ Core ./boot.jl:489
  [8] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)
    @ Base ./loading.jl:2994
  [9] include_string
    @ ./loading.jl:3004 [inlined]
 [10] exec_options(opts::Base.JLOptions)
    @ Base ./client.jl:342
 [11] _start()
    @ Base ./client.jl:577
in expression starting at /home/fcremer/.julia/packages/ConcurrentCollections/QgIM8/src/UnsafeAtomics.jl:1
in expression starting at /home/fcremer/.julia/packages/ConcurrentCollections/QgIM8/src/ConcurrentCollections.jl:1
in expression starting at stdin:5
  ✗ ConcurrentCollections
Precompiling ConcurrentCollections finished.
  0 dependencies successfully precompiled in 1 seconds
  1 dependency errored.
  For a report of the errors see `julia> err`. To retry use `pkg> precompile`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions