Re: [sage-devel] Error: FLINT failed to pass on Opensuse 13.1

2015-03-08 Thread Mike Zabrocki
I also ran into this error and was about to post a question about how to resolve it and I saw this posting. Thanks. The patch + setting SAGE_CHECK to yes also seems to resolve the problem for me. -Mike -- You received this message because you are subscribed to the Google Groups "sage-devel"

Re: [sage-devel] Error: FLINT failed to pass on Opensuse 13.1

2015-03-05 Thread Carl Robitaille
You can open the ticket. The patch worked and all the tests for flint passed. Here's what I did in order to test it: tar xvfz sage-6.5.tar.gz cd sage-6.5 # MANUALLY PATCHED Makefile.in in upstream/flint-2.4.4.tar.gz # MANUALLY PATCHED build/pkgs/flint/checksums.ini to reflect the change

Re: [sage-devel] Error: FLINT failed to pass on Opensuse 13.1

2015-03-04 Thread Carl Robitaille
Doh! I just saw that your patch was for Makefile.in and not Makefile. of course!!! ;-) That explains de problem with the distclean. Rebuilding. and will report back. Carl -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe fr

Re: [sage-devel] Error: FLINT failed to pass on Opensuse 13.1

2015-03-04 Thread Carl Robitaille
It didn't work. But then again, I did a "make distclean", so the Makefile probably got recreated. I have to familiarise myself with the Makefiles, directories, etc, before I can find what would be the fix. Rebuilding and running the tests takes too long. I read the installation documentation and

Re: [sage-devel] Error: FLINT failed to pass on Opensuse 13.1

2015-03-03 Thread François Bissey
On 03/04/15 12:21, Carl Robitaille wrote: Bonjour François, Thank you very much for your 1 character patch :-) Trying it right now, but I have no doubt that this will fix the problem after reading the Makefile. Is there a bug report already filed for this? I don't think so but I almost cert

Re: [sage-devel] Error: FLINT failed to pass on Opensuse 13.1

2015-03-03 Thread Carl Robitaille
Bonjour François, Thank you very much for your 1 character patch :-) Trying it right now, but I have no doubt that this will fix the problem after reading the Makefile. Is there a bug report already filed for this? Carl -- You received this message because you are subscribed to the Google Gr

Re: [sage-devel] Error: FLINT failed to pass on Opensuse 13.1

2015-03-03 Thread François Bissey
You have SAGE_CHECK enabled. I know we had that failure in sage-on-gentoo because we produce a .lo file not a .o one. I didn't think that was happening in vanilla sage. Try adding https://raw.githubusercontent.com/cschwan/sage-on-gentoo/master/sci-mathematics/flint/files/flint-2.4.4-test.patch in

[sage-devel] Error: FLINT failed to pass on Opensuse 13.1

2015-03-03 Thread Carl Robitaille
Hello, I tried to compile sage for the first time and got an error. Following the instructions in the log, I'm posting here about the error I got in /home2/downloads/sage-6.5/logs/pkgs/flint-2.4.4.log == mkdir -p build/interfaces/test make[4]: Entering directory `/home2/downloads/sage-