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

Installation failure #3

Closed
ViralBShah opened this issue Jun 19, 2018 · 6 comments
Closed

Installation failure #3

ViralBShah opened this issue Jun 19, 2018 · 6 comments

Comments

@ViralBShah
Copy link
Collaborator

I did add Arpack and I got this log:

(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.0
 Installed Compat ─────────── v0.69.0
 Installed NLSolversBase ──── v6.1.1
 Installed LineSearches ───── v6.0.1
 Installed Optim ──────────── v0.15.1
 Installed StaticArrays ───── v0.7.1
 Installed PDMats ─────────── v0.9.2
 Installed Plots ──────────── v0.17.2
 Installed SpecialFunctions ─ v0.5.0
 Installed DualNumbers ────── v0.4.0
  Updating `~/.julia/environments/v0.7/Project.toml`
  [7d9fca2a] + Arpack v0.1.0
  [91a5bcdd] ↑ Plots v0.17.1 ⇒ v0.17.2
  Updating `~/.julia/environments/v0.7/Manifest.toml`
  [7d9fca2a] + Arpack v0.1.0
  [34da2185] ↑ Compat v0.68.0 ⇒ v0.69.0
  [fa6b7ba4] ↑ DualNumbers v0.3.0 ⇒ v0.4.0
  [d3d80556] ↑ LineSearches v3.2.5 ⇒ v6.0.1
  [d41bc354] ↑ NLSolversBase v4.4.1 ⇒ v6.1.1
  [429524aa] ↑ Optim v0.14.1 ⇒ v0.15.1
  [90014a1f] ↑ PDMats v0.9.1 ⇒ v0.9.2
  [91a5bcdd] ↑ Plots v0.17.1 ⇒ v0.17.2
  [276daf66] ↑ SpecialFunctions v0.4.0 ⇒ v0.5.0
  [90137ffa] ↑ StaticArrays v0.7.0 ⇒ v0.7.1
  Building Arpack ──────────→ `~/.julia/packages/Arpack/Rkbg/deps/build.log`
┌ Error: Error building `Arpack`:┌ Warning: Deprecated syntax `try without catch or finally` at /Users/viral/.julia/packages/BinaryProvider/2Hlv/src/PlatformNames.jl:347.
└ @ nothing PlatformNames.jl:347
┌ Warning: Deprecated syntax `try without catch or finally` at /Users/viral/.julia/packages/BinaryProvider/2Hlv/src/Prefix.jl:337.
└ @ nothing Prefix.jl:337
[ Info: Downloading https://github.com/JuliaLinearAlgebra/ArpackBuilder/releases/download/v3.5.0-0.2.20/ArpackBuilder.x86_64-apple-darwin14.tar.gz to /Users/viral/.julia/packages/Arpack/Rkbg/deps/usr/downloads/ArpackBuilder.x86_64-apple-darwin14.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"], :Arpack, "Prefix(/Users/viral/.julia/packages/Arpack/Rkbg/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 /Users/viral/.julia/packages/BinaryProvider/2Hlv/src/Products.jl:389
 [3] write_deps_file(::String, ::Array{LibraryProduct,1}) at /Users/viral/.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:1089
 [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 /Users/viral/.julia/packages/Arpack/Rkbg/deps/build.jl:40
[09:55:17] #####################################################################[09:55:17] #####################################################################[09:55:17] ######################################################               [09:55:17] ######################################################################## 100.0%
@andreasnoack
Copy link
Member

Which version of Julia are you using? If you are not using the official binaries, could you try them and report if it works?

@ViralBShah
Copy link
Collaborator Author

I am on 0.7 master. Should I try the alpha?

@andreasnoack
Copy link
Member

Nightly should also be fine. The important detail is if it is our binaries or if you have built it. There are some ABI issues mainly related to libgfortran.

@ViralBShah
Copy link
Collaborator Author

Worked fine with the 0.7-alpha I downloaded.

@blakejohnson
Copy link

I'm also seeing this issue when building from source on macOS.

@andreasnoack
Copy link
Member

andreasnoack commented Jun 26, 2018

Please see #5 for some possible solutions beyond using official binaries.

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