-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
Cygwin import problem with randstate #12104
Comments
comment:1
I don't think that this is a problem with |
comment:2
What about the following? Is it more telling?
|
comment:3
See #9167 for an example of how to use cygcheck. I'd do a cygcheck on {{{sage-4.7.2/local/lib/python2.6/site- |
comment:4
Replying to @mwhansen:
Can you be a little more specific about the kind of fixes this led to previous times? (Such as needing to rename things as .dll or .a, removing things, etc.?) Or the tickets that had that? Just helps for comparison :) |
comment:5
Replying to @kcrisman:
Some of the linking is screwed up. For instance:
And on c_lib.dll cygcheck also reports that it can't find libntl.dll Indeed, there is no libntl.dll. There is an .dll.a file, despite the fact that it's a dynamic library. Some misnaming has occurred. Renaming local/lib/libntl.dll.a to |
comment:6
OK, so after this libntl fix and rebasing, I see that ./sage -python -v
and that's where it silently dies. Any clues? |
comment:7
Sweet! Because that's #11635. I don't know if it has to be upgraded or not, but that's good news. |
comment:8
I use
for this, at least I think that's the syntax. |
comment:9
Replying to @kcrisman:
here is the segfault I get (in PARI, in fact):
looks familiar? |
comment:10
Umm, yes! The following is all I needed to see:
It's #11551. I spent MANY hours on this over the summer without much luck. Great, that means we're back where we were before - Mike Hansen already knew about this probably 9 months ago, so luckily we've managed to get back to that point :) My recommendation, if the randstate thing does turn out to be #11635, is to close this ticket as a duplicate. |
comment:11
Replying to @kcrisman:
Since 4.8.alpha3 still has the (unpatched) ntl 5.5.2, I think that #11635 should solve the problem. Dima, if you can confirm that and the #11551 being the other issue, we should close this ticket as a dup. I'm setting things in such a way that you can just set to positive review if that's the case. |
Reviewer: Dima Pasechnik, Karl-Dieter Crisman |
Changed reviewer from Dima Pasechnik, Karl-Dieter Crisman to Dmitrii Pasechnik, Karl-Dieter Crisman |
I've encountered this too, but dimpase most recently on this sage-windows thread:
CC: @dimpase @mwhansen
Component: porting: Cygwin
Reviewer: Dmitrii Pasechnik, Karl-Dieter Crisman
Issue created by migration from https://trac.sagemath.org/ticket/12104
The text was updated successfully, but these errors were encountered: