This is a current error in Julia 0.4, due to the recent integer promotion rules shakeup.
You can read a bit about it here: https://github.com/JuliaLang/julia/commit/b3d9fba55085236f1a56d535c4d3875f56e3a313 -E On Wed, Oct 1, 2014 at 10:14 AM, Andrew Dabrowski <[email protected]> wrote: > Yes, this is a 32-bit system, and no, "make cleanall" did not solve the > problem. > > I'm running linux (Gentoo). Do you know what library may be at fault? > > > On Wednesday, October 1, 2014 12:51:37 PM UTC-4, Stefan Karpinski wrote: >> >> You may need to do a `make cleanall`. If that doesn't fix it, then this >> may be a bug on your system due to checking conversions between integer >> types. Are you on a 32-bit system, by any chance? >> >> On Wed, Oct 1, 2014 at 12:48 PM, Andrew Dabrowski <[email protected]> >> wrote: >> >>> I keep getting this error when trying to compile the latest pull (0.4)/ >>> >>> . >>> . >>> . >>> env.jl >>> error during bootstrap: LoadError(at "sysimg.jl" line 98: LoadError(at >>> "env.jl" line 133: InexactError())) >>> make[1]: *** [/home/dabrowsa/lang/julia/julia/usr/lib/julia/sys0.o] >>> Error 1 >>> make: *** [release] Error 2 >>> >>> >>> Anyone know what's up? >>> >>> >>
