-
Notifications
You must be signed in to change notification settings - Fork 44
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
mp-3.0.0 and gsl-2.1 - Tests failed #86
Comments
Old functions must be replaced also in
About |
Thanks for yet another bug report. The segfaults are troubling; I've tried to reproduce them on GCC 6 but with no luck so far. Could you by any chance provide a stack trace for |
Also do the segfaults happen on master or only on 2.1? |
Is it helpful a |
|
Output of If you want execute Fedora 24 on a virtual machine, there are some iso mages for testing. |
OK, I've managed to reproduce the segfaults on Fedora Rawhide taken from https://hub.docker.com/_/fedora/. Will look into it. |
Valgrind reports the following error on
|
Is just |
Not only |
The segfaults in tests should be fixed by 9fdb514. Also mp-3.0.0 should be compatible with gsl-2.1. |
I confirm. Thank you. |
Great, thanks for the confirmation! |
Hi all,
I'm compiling mp-2.1.0 (source code https://github.com/ampl/mp/archive/2.1.0.tar.gz) patched according to issue #85 .
Some tests are failed, I presume because of new gsl-2.1 used on Fedora; here the log:
https://kojipkgs.fedoraproject.org//work/tasks/7848/13187848/build.log
I used this patch to compile MP-2.1.0 against gsl-2.1 (compiler GCC6):
and replaced old functions in
src/gsl/amplgsl.c
:Please, preview this issue.
The text was updated successfully, but these errors were encountered: