Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Failing to load FixedPointNumbers #29

Closed
aviks opened this issue Sep 24, 2015 · 2 comments
Closed

Failing to load FixedPointNumbers #29

aviks opened this issue Sep 24, 2015 · 2 comments

Comments

@aviks
Copy link

aviks commented Sep 24, 2015

I am seeing this in JuliaBox. julia-0.4-rc2

Doing a using FixedPointNumber throws:

INFO: Recompiling stale cache file /home/juser/.julia/lib/v0.4/FixedPointNumbers.ji for module FixedPointNumbers.
WARNING: Module Compat uuid did not match cache file
WARNING: deserialization checks failed while attempting to load cache from /home/juser/.julia/lib/v0.4/FixedPointNumbers.ji
INFO: Precompiling module FixedPointNumbers...
INFO: Recompiling stale cache file /home/juser/.julia/lib/v0.4/FixedPointNumbers.ji for module FixedPointNumbers.
WARNING: Module Compat uuid did not match cache file
LoadError: __precompile__(true) but require failed to create a precompiled cache file
while loading In[9], in expression starting on line 2

 in require at ./loading.jl:252
 in stale_cachefile at loading.jl:439
 in recompile_stale at loading.jl:457
 in _require_from_serialized at loading.jl:83
 in _require_from_serialized at ./loading.jl:109
 in require at ./loading.jl:219
 in stale_cachefile at loading.jl:439
 in recompile_stale at loading.jl:457
 in _require_from_serialized at loading.jl:83
 in _require_from_serialized at ./loading.jl:109
 in require at ./loading.jl:219

Doing a using Compat succeeds. Pkg.status is as follows:

1 required packages:
 - ProfileView                   0.1.1
14 additional packages:
 - BinDeps                       0.3.17
 - Cairo                         0.2.31
 - ColorTypes                    0.1.6
 - Colors                        0.5.4
 - Compat                        0.7.3
 - Docile                        0.5.19
 - FixedPointNumbers             0.0.11
 - Graphics                      0.1.3
 - Gtk                           0.9.2
 - GtkUtilities                  0.0.5
 - HttpCommon                    0.2.4
 - Reexport                      0.0.3
 - SHA                           0.1.2
 - URIParser                     0.1.0
@timholy
Copy link
Member

timholy commented Sep 24, 2015

It's not obvious this needs fixing here: both FixedPointNumbers and its lone dependency, Compat, have precompile declarations. Related to JuliaLang/julia#13200?

@yuyichao
Copy link
Contributor

yuyichao commented Dec 1, 2015

This is dup of JuliaLang/julia#13200.

@timholy timholy closed this as completed Sep 14, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants