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

Build Process Failed on Julia v0.6 #68

Closed
kskoeld opened this issue Apr 26, 2018 · 1 comment
Closed

Build Process Failed on Julia v0.6 #68

kskoeld opened this issue Apr 26, 2018 · 1 comment

Comments

@kskoeld
Copy link

kskoeld commented Apr 26, 2018

trying to add the package Pkg.add("VegaLite") I get this

INFO: Installing VegaLite v0.1.0
INFO: Building Cairo
Build process failed.
build!(::Array{String,1}, ::Set{Any}, ::String) at ./pkg/entry.jl:627
build!(::Array{String,1}, ::Set{Any}, ::String) at ./pkg/entry.jl:624 (repeats 2 times)
build!(::Array{String,1}, ::Dict{Any,Any}, ::Set{Any}) at ./pkg/entry.jl:635
build(::Array{String,1}) at ./pkg/entry.jl:650
resolve(::Dict{String,Base.Pkg.Types.VersionSet}, ::Dict{String,Dict{VersionNumber,Base.Pkg.Types.Available}}, ::Dict{String,Tuple{VersionNumber,Bool}}, ::Dict{String,Base.Pkg.Types.Fixed}, ::Dict{String,VersionNumber}, ::Set{String}) at ./pkg/entry.jl:570
resolve(::Dict{String,Base.Pkg.Types.VersionSet}, ::Dict{String,Dict{VersionNumber,Base.Pkg.Types.Available}}, ::Dict{String,Tuple{VersionNumber,Bool}}, ::Dict{String,Base.Pkg.Types.Fixed}) at ./pkg/entry.jl:479
edit(::Function, ::String, ::Base.Pkg.Types.VersionSet, ::Vararg{Base.Pkg.Types.VersionSet,N} where N) at ./pkg/entry.jl:30
(::Base.Pkg.Entry.##1#3{String,Base.Pkg.Types.VersionSet})() at ./task.jl:335

Stacktrace:
[1] sync_end() at ./task.jl:287
[2] macro expansion at ./task.jl:303 [inlined]
[3] add(::String, ::Base.Pkg.Types.VersionSet) at ./pkg/entry.jl:51
[4] (::Base.Pkg.Dir.##4#7{Array{Any,1},Base.Pkg.Entry.#add,Tuple{String}})() at ./pkg/dir.jl:36
[5] cd(::Base.Pkg.Dir.##4#7{Array{Any,1},Base.Pkg.Entry.#add,Tuple{String}}, ::String) at ./file.jl:70
[6] #cd#1(::Array{Any,1}, ::Function, ::Function, ::String, ::Vararg{String,N} where N) at ./pkg/dir.jl:36
[7] add(::String) at ./pkg/pkg.jl:117

Updated all packages and have this

2 required packages:

  • IJulia 1.8.0
  • ODBC 0.6.0
    34 additional packages:
  • BinDeps 0.8.8
  • BinaryProvider 0.3.0
  • Cairo 0.5.1
  • CategoricalArrays 0.3.9
  • CodecZlib 0.4.3
  • ColorTypes 0.6.7
  • Colors 0.8.2
  • Compat 0.63.0
  • Conda 0.7.1
  • DataFrames 0.11.6
  • DataStreams 0.3.4
  • DataStructures 0.8.1
  • DecFP 0.4.3
  • FixedPointNumbers 0.4.6
  • Graphics 0.3.0
  • Gtk 0.13.1
  • JSON 0.17.2
  • MbedTLS 0.5.8
  • Missings 0.2.9
  • NaNMath 0.3.1
  • NamedTuples 4.0.0
  • NodeJS 0.4.0
  • Nullables 0.0.5
  • Reexport 0.1.0
  • Requires 0.4.3
  • Rsvg 0.2.0
  • SHA 0.5.7
  • SortingAlgorithms 0.2.1
  • StatsBase 0.21.0
  • TranscodingStreams 0.5.2
  • URIParser 0.3.1
  • VegaLite 0.1.0
  • WeakRefStrings 0.4.4
  • ZMQ 0.6.0

running on

Ubuntu 16.04.4 LTS (GNU/Linux 4.4.0-1052-aws x86_64)

Python Version

Python 3.6.4 |Anaconda, Inc.| (default, Jan 16 2018, 18:10:19)
[GCC 7.2.0]

Notebook Server 5.4.0

Tried adding Cairo first Pkg.add("Cairo")

INFO: Removing Gtk v0.13.1
INFO: Removing NodeJS v0.4.0
INFO: Removing Requires v0.4.3
INFO: Removing Rsvg v0.2.0
INFO: Removing VegaLite v0.1.0
INFO: Package database updated
INFO: METADATA is out-of-date — you may not have the latest version of Cairo
INFO: Use Pkg.update() to get the latest versions of your packages

then Pkg.add("VegaLite")
result:

INFO: Installing Gtk v0.13.1
INFO: Installing NodeJS v0.4.0
INFO: Installing Requires v0.4.3
INFO: Installing Rsvg v0.2.0
INFO: Installing VegaLite v0.1.0
Build process failed.
build!(::Array{String,1}, ::Set{Any}, ::String) at ./pkg/entry.jl:627
build!(::Array{String,1}, ::Set{Any}, ::String) at ./pkg/entry.jl:624
build!(::Array{String,1}, ::Dict{Any,Any}, ::Set{Any}) at ./pkg/entry.jl:635
build(::Array{String,1}) at ./pkg/entry.jl:650
resolve(::Dict{String,Base.Pkg.Types.VersionSet}, ::Dict{String,Dict{VersionNumber,Base.Pkg.Types.Available}}, ::Dict{String,Tuple{VersionNumber,Bool}}, ::Dict{String,Base.Pkg.Types.Fixed}, ::Dict{String,VersionNumber}, ::Set{String}) at ./pkg/entry.jl:570
resolve(::Dict{String,Base.Pkg.Types.VersionSet}, ::Dict{String,Dict{VersionNumber,Base.Pkg.Types.Available}}, ::Dict{String,Tuple{VersionNumber,Bool}}, ::Dict{String,Base.Pkg.Types.Fixed}) at ./pkg/entry.jl:479
edit(::Function, ::String, ::Base.Pkg.Types.VersionSet, ::Vararg{Base.Pkg.Types.VersionSet,N} where N) at ./pkg/entry.jl:30
(::Base.Pkg.Entry.##1#3{String,Base.Pkg.Types.VersionSet})() at ./task.jl:335

Stacktrace:
[1] sync_end() at ./task.jl:287
[2] macro expansion at ./task.jl:303 [inlined]
[3] add(::String, ::Base.Pkg.Types.VersionSet) at ./pkg/entry.jl:51
[4] (::Base.Pkg.Dir.##4#7{Array{Any,1},Base.Pkg.Entry.#add,Tuple{String}})() at ./pkg/dir.jl:36
[5] cd(::Base.Pkg.Dir.##4#7{Array{Any,1},Base.Pkg.Entry.#add,Tuple{String}}, ::String) at ./file.jl:70
[6] #cd#1(::Array{Any,1}, ::Function, ::Function, ::String, ::Vararg{String,N} where N) at ./pkg/dir.jl:36
[7] add(::String) at ./pkg/pkg.jl:117

@kskoeld
Copy link
Author

kskoeld commented Apr 26, 2018

Problem disappeared after rebooting machine.
No idea why, but who cares :)

@kskoeld kskoeld closed this as completed Apr 26, 2018
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

1 participant