Cairo.jl icon indicating copy to clipboard operation
Cairo.jl copied to clipboard

Won't Build Linux

Open TheidenHD opened this issue 5 years ago • 3 comments

If I try to build Cairo, he will not finish. There is no error he only runs for hours without getting finisht.

Output.txt build.log

TheidenHD avatar Sep 30 '19 13:09 TheidenHD

Which version of Cairo are you trying to build? Could you please show the output of ]status Cairo? Just copy the output here in a code block (see the button <> above the text field.

Based on the line packages/Cairo/p68X8/deps/build.jl in your build.log I think that you're trying to install Cairo v0.6.0

giordano avatar Sep 30 '19 13:09 giordano

status Cairo print

(v1.2) pkg> status Cairo Status ~/.juliapro/JuliaPro_v1.2.0-1/environments/v1.2/Project.toml [159f3aea] Cairo v0.6.0

but if I try to use it, I get an Error

julia> using Cairo [ Info: Precompiling Cairo [159f3aea-2a34-519c-b102-8c37f9878175] ERROR: LoadError: Cairo not properly installed. Please run Pkg.build("Cairo") Stacktrace: [1] error(::String, ::String) at ./error.jl:42 [2] top-level scope at /Home/azubis/jahn/.juliapro/JuliaPro_v1.2.0-1/packages/Cairo/p68X8/src/Cairo.jl:9 [3] include at ./boot.jl:328 [inlined] [4] include_relative(::Module, ::String) at ./loading.jl:1094 [5] include(::Module, ::String) at ./Base.jl:31 [6] top-level scope at none:2 [7] eval at ./boot.jl:330 [inlined] [8] eval(::Expr) at ./client.jl:432 [9] top-level scope at ./none:3 in expression starting at /Home/azubis/jahn/.juliapro/JuliaPro_v1.2.0-1/packages/Cairo/p68X8/src/Cairo.jl:9 ERROR: Failed to precompile Cairo [159f3aea-2a34-519c-b102-8c37f9878175] to /Home/azubis/jahn/.juliapro/JuliaPro_v1.2.0-1/compiled/v1.2/Cairo/l6vnT.ji. Stacktrace: [1] error(::String) at ./error.jl:33 [2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1253 [3] _require(::Base.PkgId) at ./loading.jl:1013 [4] require(::Base.PkgId) at ./loading.jl:911 [5] require(::Module, ::Symbol) at ./loading.jl:906

TheidenHD avatar Sep 30 '19 14:09 TheidenHD

Sorry for not getting back earlier. What happens if you try to run

pkg> add [email protected]

in the package manager?

Please, use code formatting when you want to show code here, just select the code and click on the <> button

giordano avatar Oct 12 '19 01:10 giordano