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

xycelib wrapper does not work with Julia 1.7-beta4 #17

Closed
ViralBShah opened this issue Sep 3, 2021 · 5 comments
Closed

xycelib wrapper does not work with Julia 1.7-beta4 #17

ViralBShah opened this issue Sep 3, 2021 · 5 comments

Comments

@ViralBShah
Copy link
Member

Works fine with Julia 1.6, but having this issue on 1.7-beta4. Perhaps an upstream problem?

(@v1.7) pkg> st
      Status `~/.julia/environments/v1.7/Project.toml`
  [1b67bd2a] Xyce v0.1.2
  [11346573] XyceWrapper_jll v0.1.1+1

julia> using Xyce
[ Info: Precompiling Xyce [1b67bd2a-23ea-4736-a23a-3ec91cbf2075]
ERROR: LoadError: UndefVarError: xycelib not defined
Stacktrace:
 [1] getproperty(x::Module, f::Symbol)
   @ Base ./Base.jl:35
 [2] top-level scope
   @ ~/.julia/packages/Xyce/DzLY0/src/Xyce.jl:4
 [3] include
   @ ./Base.jl:417 [inlined]
 [4] 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, UInt64}}, source::Nothing)
   @ Base ./loading.jl:1318
 [5] top-level scope
   @ none:1
 [6] eval
   @ ./boot.jl:373 [inlined]
 [7] eval(x::Expr)
   @ Base.MainInclude ./client.jl:453
 [8] top-level scope
   @ none:1
in expression starting at /Users/viral/.julia/packages/Xyce/DzLY0/src/Xyce.jl:1
ERROR: Failed to precompile Xyce [1b67bd2a-23ea-4736-a23a-3ec91cbf2075] to /Users/viral/.julia/compiled/v1.7/Xyce/jl_QMLMSV.
Stacktrace:
 [1] error(s::String)
   @ Base ./error.jl:33
 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, ignore_loaded_modules::Bool)
   @ Base ./loading.jl:1466
 [3] compilecache(pkg::Base.PkgId, path::String)
   @ Base ./loading.jl:1410
 [4] _require(pkg::Base.PkgId)
   @ Base ./loading.jl:1120
 [5] require(uuidkey::Base.PkgId)
   @ Base ./loading.jl:1013
 [6] require(into::Module, mod::Symbol)
   @ Base ./loading.jl:997
@ViralBShah
Copy link
Member Author

@KristofferC Pinging you on this just in case there is a release related issue.

@ViralBShah
Copy link
Member Author

@Keno mentions cxxwrap may not be ready for 1.7.

@Keno
Copy link
Member

Keno commented Jan 31, 2022

this was fixed

@Keno Keno closed this as completed Jan 31, 2022
@Keno
Copy link
Member

Keno commented Jan 31, 2022

I'm wrong

@Keno Keno reopened this Jan 31, 2022
@sjkelly
Copy link
Contributor

sjkelly commented Feb 18, 2022

See: JuliaPackaging/Yggdrasil#4462

@sjkelly sjkelly closed this as completed Feb 18, 2022
sjkelly added a commit that referenced this issue Feb 24, 2022
expand compatible Julia versions, re: #17
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

3 participants