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

UndefVarError: REDFT01 not defined #46

Closed
vincentcp opened this issue Jul 17, 2018 · 5 comments
Closed

UndefVarError: REDFT01 not defined #46

vincentcp opened this issue Jul 17, 2018 · 5 comments

Comments

@vincentcp
Copy link

(v0.7) pkg> generate ISOLATION
Generating project ISOLATION:
    ISOLATION/Project.toml
    ISOLATION/src/ISOLATION.jl

(v0.7) pkg> activate .

(isolation) pkg> dev https://github.com/MikaelSlevinsky/FastTransforms.jl
   Cloning default registries into /Users/vincentcp/.julia/registries
   Cloning registry General from "https://github.com/JuliaRegistries/General.git"
  Updating registry at `~/.julia/registries/General`
  Updating git-repo `https://github.com/JuliaRegistries/General.git`
   Cloning git-repo `https://github.com/MikaelSlevinsky/FastTransforms.jl`
  Updating git-repo `https://github.com/MikaelSlevinsky/FastTransforms.jl`
┌ Warning: package  at /var/folders/65/l0ldtg0j4yx5m57c8ztcs5yh0000gn/T/tmpdodGuF will need to have a [Julia]Project.toml file in the future
└ @ Pkg.Types /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v0.7/Pkg/src/Types.jl:619
 Resolving package versions...
 Installed AbstractFFTs ───────── v0.3.2
 Installed Conda ──────────────── v0.8.1
...
 Installed DataStructures ─────── v0.9.0
  Updating `Project.toml`
 [no changes]
  Updating `Manifest.toml`
 [no changes]
  Building Conda ───────────→ `~/.julia/packages/Conda/S0nV/deps/build.log`
  Building FFTW ────────────→ `~/.julia/packages/FFTW/Kjb9/deps/build.log`
  Building SpecialFunctions → `~/.julia/packages/SpecialFunctions/kvjJ/deps/build.log`

julia> using FastTransforms
[ Info: Precompiling module FastTransforms
...
ERROR: LoadError: LoadError: LoadError: UndefVarError: REDFT01 not defined
Stacktrace:
 [1] top-level scope at none:0
 [2] include at ./boot.jl:317 [inlined]
 [3] include_relative(::Module, ::String) at ./loading.jl:1034
 [4] include at ./sysimg.jl:29 [inlined]
 [5] include(::String) at /Users/vincentcp/.julia/dev/FastTransforms/src/FastTransforms.jl:2
 [6] top-level scope at none:0
 [7] include at ./boot.jl:317 [inlined]
 [8] include_relative(::Module, ::String) at ./loading.jl:1034
 [9] include at ./sysimg.jl:29 [inlined]
 [10] include(::String) at /Users/vincentcp/.julia/dev/FastTransforms/src/FastTransforms.jl:2
 [11] top-level scope at none:0
 [12] include at ./boot.jl:317 [inlined]
 [13] include_relative(::Module, ::String) at ./loading.jl:1034
 [14] include(::Module, ::String) at ./sysimg.jl:29
 [15] top-level scope at none:0
 [16] eval at ./boot.jl:319 [inlined]
 [17] eval(::Expr) at ./client.jl:394
 [18] top-level scope at ./none:3 [inlined]
 [19] top-level scope at ./<missing>:0
in expression starting at /Users/vincentcp/.julia/dev/FastTransforms/src/SphericalHarmonics/synthesisanalysis.jl:55
in expression starting at /Users/vincentcp/.julia/dev/FastTransforms/src/SphericalHarmonics/SphericalHarmonics.jl:16
in expression starting at /Users/vincentcp/.julia/dev/FastTransforms/src/FastTransforms.jl:90
ERROR: Failed to precompile FastTransforms to /Users/vincentcp/.julia/compiled/v0.7/FastTransforms/5Lm8.ji.
@vincentcp
Copy link
Author

My julia version might have been to new (v7.beta2.0), but I saw the issue also in JuliaLang/julia#27558

@MikaelSlevinsky
Copy link
Member

I'm sorry for the failure. I hope to get the repository compiling on 0.7. It seems like #44 goes a long way to upgrading.

@dlfivefifty
Copy link
Member

That PR is basically done... just need to fix Travis tests

@dlfivefifty
Copy link
Member

The PR is merged, can you try again?

@vincentcp
Copy link
Author

Yes, the above works now, thank you.

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