-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Description
Using a clean julia 1.2.0 install on Ubuntu 64 bit 18.04.2. I get a precompilation error when trying to install SparseDiffTools:
julia> using Pkg
julia> Pkg.add("SparseDiffTools")
Updating registry at `~/.julia/registries/General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
Resolving package versions...
Installed Adapt ──────────────── v1.0.0
Installed Inflate ────────────── v0.1.1
Installed Tokenize ───────────── v0.5.6
Installed SparseDiffTools ────── v0.9.0
Installed CommonSubexpressions ─ v0.2.0
Installed BlockBandedMatrices ── v0.5.0
Installed BinaryProvider ─────── v0.5.6
Installed BlockArrays ────────── v0.10.0
Installed URIParser ──────────── v0.4.0
Installed Requires ───────────── v0.5.2
Installed CSTParser ──────────── v0.6.2
Installed VertexSafeGraphs ───── v0.1.0
Installed Compat ─────────────── v2.1.0
Installed DataStructures ─────── v0.17.0
Installed OrderedCollections ─── v1.1.0
Installed FillArrays ─────────── v0.7.0
Installed BandedMatrices ─────── v0.11.0
Installed ForwardDiff ────────── v0.10.3
Installed LightGraphs ────────── v1.3.0
Installed DiffEqDiffTools ────── v1.3.0
Installed DiffRules ──────────── v0.0.10
Installed ArrayInterface ─────── v1.2.1
Installed StaticArrays ───────── v0.11.0
Installed NaNMath ────────────── v0.3.2
Installed DiffResults ────────── v0.0.4
Installed MatrixFactorizations ─ v0.1.0
Installed SimpleTraits ───────── v0.9.0
Installed LazyArrays ─────────── v0.11.0
Installed MacroTools ─────────── v0.5.1
Installed SpecialFunctions ───── v0.8.0
Installed BinDeps ────────────── v0.8.10
Installed ArnoldiMethod ──────── v0.0.4
Updating `~/.julia/environments/v1.2/Project.toml`
[47a9eef4] + SparseDiffTools v0.9.0
Updating `~/.julia/environments/v1.2/Manifest.toml`
[79e6a3ab] + Adapt v1.0.0
[ec485272] + ArnoldiMethod v0.0.4
[4fba245c] + ArrayInterface v1.2.1
[aae01518] + BandedMatrices v0.11.0
[9e28174c] + BinDeps v0.8.10
[b99e7846] + BinaryProvider v0.5.6
[8e7c35d0] + BlockArrays v0.10.0
[ffab5731] + BlockBandedMatrices v0.5.0
[00ebfdb7] + CSTParser v0.6.2
[bbf7d656] + CommonSubexpressions v0.2.0
[34da2185] + Compat v2.1.0
[864edb3b] + DataStructures v0.17.0
[01453d9d] + DiffEqDiffTools v1.3.0
[163ba53b] + DiffResults v0.0.4
[b552c78f] + DiffRules v0.0.10
[1a297f60] + FillArrays v0.7.0
[f6369f11] + ForwardDiff v0.10.3
[d25df0c9] + Inflate v0.1.1
[5078a376] + LazyArrays v0.11.0
[093fc24a] + LightGraphs v1.3.0
[1914dd2f] + MacroTools v0.5.1
[a3b82374] + MatrixFactorizations v0.1.0
[77ba4419] + NaNMath v0.3.2
[bac558e1] + OrderedCollections v1.1.0
[ae029012] + Requires v0.5.2
[699a6c99] + SimpleTraits v0.9.0
[47a9eef4] + SparseDiffTools v0.9.0
[276daf66] + SpecialFunctions v0.8.0
[90137ffa] + StaticArrays v0.11.0
[0796e94c] + Tokenize v0.5.6
[30578b45] + URIParser v0.4.0
[19fa3120] + VertexSafeGraphs v0.1.0
[2a0f44e3] + Base64
[ade2ca70] + Dates
[8bb1440f] + DelimitedFiles
[8ba89e20] + Distributed
[b77e0a4c] + InteractiveUtils
[76f85450] + LibGit2
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[44cfe95a] + Pkg
[de0858da] + Printf
[9abbd945] + Profile
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA
[9e88b42a] + Serialization
[1a1011a3] + SharedArrays
[6462fe0b] + Sockets
[2f01184e] + SparseArrays
[10745b16] + Statistics
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
Building SpecialFunctions → `~/.julia/packages/SpecialFunctions/ne2iw/deps/build.log`
julia> Pkg.build("SparseDiffTools")
Building SpecialFunctions → `~/.julia/packages/SpecialFunctions/ne2iw/deps/build.log`
false
julia> using SparseDiffTools
[ Info: Precompiling SparseDiffTools [47a9eef4-7e08-11e9-0b38-333d64bd3804]
ERROR: Failed to precompile SparseDiffTools [47a9eef4-7e08-11e9-0b38-333d64bd3804] to /home/mattjohnson/.julia/compiled/v1.2/SparseDiffTools/w4L8R.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
Metadata
Metadata
Assignees
Labels
No labels