Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Travis build messages indicate error #1840

Closed
simonbyrne opened this issue Dec 10, 2014 · 2 comments
Closed

Travis build messages indicate error #1840

simonbyrne opened this issue Dec 10, 2014 · 2 comments

Comments

@simonbyrne
Copy link
Contributor

I don't know if it's important, but I'm getting the following message in the build log:

Warning: error initializing module GMP:
ErrorException("The dynamically loaded GMP library (version 5.0.2 with __gmp_bits_per_limb == 64)
does not correspond to the compile time version (version 5.1.3 with __gmp_bits_per_limb == 64).
Please rebuild Julia.")

The tests still eventually pass okay, so I'm not sure what's causing the problem.

@rfourquet
Copy link
Member

Ha, the check should be relaxed, only the major version number must be the same. I will fix that. I don't understand how the test pass, I thought an error in __init__() would cause more problem...

rfourquet added a commit to JuliaLang/julia that referenced this issue Dec 10, 2014
Only the major version number of GMP determines the compile time
path (in type `RangeGeneratorBigInt`), so no need to check that
the full version number correpdonds at run time.

Cf. JuliaLang/METADATA.jl#1840.
@rfourquet
Copy link
Member

Cf. JuliaLang/julia@b5f94b6.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants