-
Notifications
You must be signed in to change notification settings - Fork 29
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
using Arpack not working #8
Comments
I get this instead on build (on an Archlinux system, system arpack library installed) (v0.7) pkg> add Arpack
Updating registry at `~/.julia/registries/Uncurated`
Updating git-repo `https://github.com/JuliaRegistries/Uncurated.git`
Resolving package versions...
Installed Arpack ───────── v0.1.1
Installed DataStructures ─ v0.9.0
Installed PlotUtils ────── v0.5.0
Updating `~/.julia/environments/v0.7/Project.toml`
[7d9fca2a] + Arpack v0.1.1
Updating `~/.julia/environments/v0.7/Manifest.toml`
[7d9fca2a] + Arpack v0.1.1
[864edb3b] ↑ DataStructures v0.8.3 ⇒ v0.9.0
[995b91a9] ↑ PlotUtils v0.4.4 ⇒ v0.5.0
Building Arpack → `~/.julia/packages/Arpack/8rPU/deps/build.log`
┌ Error: Error building `Arpack`:
│ Exception handling log message: MethodError(print, (IOBuffer(data=UInt8[...], readable=true, writable=true, seekable=true, append=false, size=2, maxsize=Inf, ptr=3, mark=-1), nothing), 0xffffffffffffffff)
│ Exception handling log message: MethodError(print, (IOBuffer(data=UInt8[...], readable=true, writable=true, seekable=true, append=false, size=2, maxsize=Inf, ptr=3, mark=-1), nothing), 0xffffffffffffffff)
│ [ Info: Downloading https://github.com/JuliaLinearAlgebra/ArpackBuilder/releases/download/v3.5.0-0.2.20/ArpackBuilder.x86_64-linux-gnu.tar.gz to /home/carlo/.julia/packages/Arpack/8rPU/deps/usr/downloads/ArpackBuilder.x86_64-linux-gnu.tar.gz...
│ ┌ Warning: `wait(t::Task)` is deprecated, use `fetch(t)` instead.
│ │ caller = macro expansion at OutputCollector.jl:63 [inlined]
│ └ @ Core OutputCollector.jl:63
│ ┌ Warning: `wait(t::Task)` is deprecated, use `fetch(t)` instead.
│ │ caller = wait(::OutputCollector) at OutputCollector.jl:158
│ └ @ BinaryProvider OutputCollector.jl:158
│ ┌ Warning: `wait(t::Task)` is deprecated, use `fetch(t)` instead.
│ │ caller = wait(::OutputCollector) at OutputCollector.jl:159
│ └ @ BinaryProvider OutputCollector.jl:159
│ ┌ Warning: `wait(t::Task)` is deprecated, use `fetch(t)` instead.
│ │ caller = wait(::OutputCollector) at OutputCollector.jl:163
│ └ @ BinaryProvider OutputCollector.jl:163
│ ERROR: LoadError: LibraryProduct(nothing, ["libarpack"], :libarpack, "Prefix(/home/carlo/.julia/packages/Arpack/8rPU/deps/usr)") is not satisfied, cannot generate deps.jl!
│ Stacktrace:
│ [1] error at ./error.jl:33 [inlined]
│ [2] #write_deps_file#134(::Bool, ::Function, ::String, ::Array{LibraryProduct,1}) at /home/carlo/.julia/packages/BinaryProvider/2Hlv/src/Products.jl:389
│ [3] write_deps_file(::String, ::Array{LibraryProduct,1}) at /home/carlo/.julia/packages/BinaryProvider/2Hlv/src/Products.jl:376
│ [4] top-level scope at none:0
│ [5] include at ./boot.jl:317 [inlined]
│ [6] include_relative(::Module, ::String) at ./loading.jl:1075
│ [7] include(::Module, ::String) at ./sysimg.jl:29
│ [8] include(::String) at ./client.jl:393
│ [9] top-level scope at none:0
│ in expression starting at /home/carlo/.julia/packages/Arpack/8rPU/deps/build.jl:40
[11:59:41] ######################################################################## 100,0%
└ @ Pkg.Operations Operations.jl:973
julia> versioninfo()
Julia Version 0.7.0-beta.87
Commit 143748dc5b (2018-06-29 09:09 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, broadwell) |
@dlfivefifty It looks like the build hasn't succeeded. You can try |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: