docker-library / julia

Docker Official Image packaging for julia

Home Page:http://julialang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Cannot change ownership" when trying to install FFTW

fjarri opened this issue · comments

When installing FFTW inside a container (as a part of the project's dependencies), I get a bunch of the following errors:

tar: ./include/fftw3.f: Cannot change ownership to uid 261840, gid 261840: Invalid argument
tar: ./include/fftw3.f03: Cannot change ownership to uid 261840, gid 261840: Invalid argument
...

The problem only exists in the julia-1.3 container; julia-1.0 and julia-1.2 work fine.

@staticfloat ^

Probably not an issue with the docker image per se, but rather an issue with how julia installs artifacts (e.g. how we assume what permissions the package installayion has).

Nice! That's something that needs a new release of Julia 1.3 for folks to see the fix though, right? (Trying to gauge whether we should close this or leave it open until the next release. 😅)

Yea, this can be closed IMO.

Oh man. I burned 3 days struggling with this issue. Glad to see it fixed and look forward to a new release 🙏