Skip to content

Custom compiling Makie on PackageCompiler master fails #220

@asinghvi17

Description

@asinghvi17

Running MakieGallery while using PackageCompiler gives this error:

Running Tutorial simple scatter
(index 1)
┌ Warning: Could not find font Dejavu Sans, using Dejavu Sans
└ @ AbstractPlotting /Users/anshul/.julia/packages/AbstractPlotting/tsTkU/src/conversions.jl:543
Example Tutorial simple scatter failed with source:
    using AbstractPlotting

         x = rand(10)
         y = rand(10)
         colors = rand(10)
         scene = scatter(x, y, color = colors)


ERROR: LoadError: LoadError: LoadError: recursion, font path seems to not contain dejavu sans: /Users/anshul/.julia/packages/AbstractPlotting/tsTkU/src/../assets/fonts

when I manually iterate through the Gallery and try to catch errors.

This happens on every example.

I'm on Makie, AbstractPlotting, GLMakie and PlotUtils master.

However, ]test Makie runs fine; as does running the examples in the REPL.

The font Dejavu Sans is installed on my system.

Compiling Makie using the latest tagged version doesn't throw this error; this isn't by any means a breaking bug, but is probably something to consider.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions