-
Notifications
You must be signed in to change notification settings - Fork 25
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
t/00-load.t Failing Due To "unsupported version: 2.1.1" #174
Comments
@wbraswell thanks for the detailed bug report. Can you tell me how you install GSL? Are you using a Debian package? Sometimes they append their own version number, and we might need to teach Math::GSL source code that 2.1.1 is the same as 2.1 |
@leto I am very happy to provide detailed bug reports and do all I can to help fix it! :-) |
Also, you can see in my original post above that Debian does append something weird
|
@wbraswell I think maybe the |
@wbraswell one way to solve this is modifying the |
@leto I would assume the most correct way to find this number is by calling
It is only the call to |
@wbraswell you are right, Math::GSL code does not use |
@leto |
As with #168 , I am seeing this error now, on a stable system where I have never seen it before!
This bug appears to be related to #165
As you can see from
gsl-config
below, my GSL version is 2.1, but still I am getting failure due tounsupported version: 2.1.1
SYSTEM INFO:
Ubuntu 16.04.4 LTS
BRIEF ERROR OUTPUT:
FULL BUILD OUTPUT:
https://pastebin.com/cvDRkkXD
The text was updated successfully, but these errors were encountered: