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

Can't precompile on julia-0.5 #38

Closed
davidavdav opened this issue Aug 8, 2016 · 2 comments
Closed

Can't precompile on julia-0.5 #38

davidavdav opened this issue Aug 8, 2016 · 2 comments
Assignees

Comments

@davidavdav
Copy link
Contributor

Hi,

I consistently get this error when loading WAV in julia-0.5-rc1:

using WAV
INFO: Precompiling module WAV...
ERROR: Failed to precompile WAV to /Users/david/.julia/lib/v0.5/WAV.ji
 in compilecache(::String) at ./loading.jl:505
 in require(::Symbol) at ./loading.jl:364

I can't tell whether it is a WAV or a julia-0.5 problem, other packages don't give pre-compilation errors, but is occurs only in julia-0.5.

I've re-installed METADATA and WAV, but to no avail.

@dancasimiro
Copy link
Owner

This might be a Julia bug. I can reproduce the bug on julia-0.5-rc1. Strangely, I cannot reproduce the bug on julia-0.5-rc0 and julia-0.6-dev.166. I don't know what is happening. I will dig further.

@dancasimiro dancasimiro self-assigned this Aug 12, 2016
@davidavdav
Copy link
Contributor Author

OK, for me this bug disappeared on -rc2 as wel.

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