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

Won't Build Linux #300

Closed
TheidenHD opened this issue Sep 30, 2019 · 3 comments
Closed

Won't Build Linux #300

TheidenHD opened this issue Sep 30, 2019 · 3 comments

Comments

@TheidenHD
Copy link

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

@giordano
Copy link
Contributor

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

@TheidenHD
Copy link
Author

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

@giordano
Copy link
Contributor

giordano commented Oct 12, 2019

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

pkg> add Cairo@0.7

in the package manager?

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

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