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

Building FFTW tries to download to read-only folder #111

Closed
BeastyBlacksmith opened this issue Sep 17, 2019 · 2 comments
Closed

Building FFTW tries to download to read-only folder #111

BeastyBlacksmith opened this issue Sep 17, 2019 · 2 comments

Comments

@BeastyBlacksmith
Copy link

running ]build FFTW in a clean environment brought me this error:

Error building `FFTW`: 
│ [ Info: Downloading https://github.com/JuliaBinaryWrappers/FFTW_jll.jl/releases/download/FFTW-v3.3.9+0/FFTW.v3.3.9.x86_64-linux-gnu.tar.gz to /usr/home/christ/.julia/packages/FFTW/xi4tZ/deps/usr/downloads/FFTW.v3.3.9.x86_64-linux-gnu.tar.gz...
│ ERROR: LoadError: LoadError: Could not download https://github.com/JuliaBinaryWrappers/FFTW_jll.jl/releases/download/FFTW-v3.3.9+0/FFTW.v3.3.9.x86_64-linux-gnu.tar.gz to /usr/home/christ/.julia/packages/FFTW/xi4tZ/deps/usr/downloads/FFTW.v3.3.9.x86_64-linux-gnu.tar.gz:
│ ErrorException("")

This seems to me as if it tries to store the binary in the .julia/packages folder which is read-only AFAIK.
Could also be an issue with BinaryBuilder

julia> versioninfo()
Julia Version 1.1.1
Commit 55e36cc308 (2019-05-16 04:10 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  CPU: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, ivybridge)
Environment:
  JULIA_EDITOR = atom  -a
  JULIA_NUM_THREADS = 4
@stevengj
Copy link
Member

stevengj commented Sep 17, 2019

Seems like this may be a bug in BinaryProvider.jl, can you file the issue there?

@BeastyBlacksmith
Copy link
Author

done

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

2 participants