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

BifurcationKit's MakieExt fails to precompile #205

Closed
oameye opened this issue Jan 28, 2025 · 5 comments · Fixed by #206
Closed

BifurcationKit's MakieExt fails to precompile #205

oameye opened this issue Jan 28, 2025 · 5 comments · Fixed by #206
Labels
bug Something isn't working

Comments

@oameye
Copy link

oameye commented Jan 28, 2025

PkgPrecompileError: The following 1 direct dependency failed to precompile:

MakieExt 

Failed to precompile MakieExt [52386059-840a-5d0b-97e4-cd1a60fce22a] to "/home/oameye/.julia/compiled/v1.10/MakieExt/jl_XvxPPC".
ERROR: LoadError: UndefVarError: `Point2f0` not defined
Stacktrace:
 [1] include(mod::Module, _path::String)
   @ Base ./Base.jl:495
 [2] include(x::String)
   @ MakieExt ~/.julia/packages/BifurcationKit/yWo5k/ext/MakieExt/MakieExt.jl:1
 [3] top-level scope
   @ ~/.julia/packages/BifurcationKit/yWo5k/ext/MakieExt/MakieExt.jl:30
 [4] include
   @ ./Base.jl:495 [inlined]
 [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:2292
 [6] top-level scope
   @ stdin:4
in expression starting at /home/oameye/.julia/packages/BifurcationKit/yWo5k/ext/MakieExt/plot.jl:1
in expression starting at /home/oameye/.julia/packages/BifurcationKit/yWo5k/ext/MakieExt/MakieExt.jl:1
in expression starting at stdin:
Status `/tmp/jl_tYculb/Project.toml`
  [0f109fa4] BifurcationKit v0.4.8
  [13f3f980] CairoMakie v0.13.1
julia> versioninfo()
Julia Version 1.10.8
Commit 4c16ff44be8 (2025-01-22 10:06 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 12 × AMD Ryzen 5 5600X 6-Core Processor
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 10 default, 0 interactive, 5 GC (on 12 virtual cores)
Environment:
  JULIA_EDITOR = code
  JULIA_NUM_THREADS = 10
@rveltz
Copy link
Member

rveltz commented Jan 28, 2025

Probably a change in the new Makie

@BambOoxX ?

@BambOoxX
Copy link
Contributor

@rveltz Yes, probably. I can have a look.

@rveltz rveltz added the bug Something isn't working label Jan 28, 2025
@BambOoxX
Copy link
Contributor

I'm currently working on this, there will be a PR soon. An easy fix it seems

@rveltz
Copy link
Member

rveltz commented Jan 30, 2025

Great!

@rveltz
Copy link
Member

rveltz commented Jan 30, 2025

Fixed on master. Ill tag a release asap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants