Doesn't happen for me. What os is that on? I suspect that my install is using some system library that you don't have (openssl, e.g.).
On Monday, November 10, 2014 5:13:16 PM UTC, kcrisman wrote: > > Just out of curiosity, I assume that the following doctest failures are > known? I know that the issue - well, non-issue - itself is known, but I > don't recall seeing anyone complain about it leading to a *doctest* > failure. Sorry if not. > > Doctesting 2 files. > sage -t src/sage/repl/zmq_kernel.py > ********************************************************************** > File "src/sage/repl/zmq_kernel.py", line 59, in > sage.repl.zmq_kernel.SageZMQDisplayFormatter.format_types > Failed example: > from sage.repl.zmq_kernel import SageZMQDisplayFormatter > Expected nothing > Got: > doctest:57: PowmInsecureWarning: Not using mpz_powm_sec. You should > rebuild using libgmp >= 5 to avoid timing attack vulnerability. > ********************************************************************** > 1 item had failures: > 1 of 5 in sage.repl.zmq_kernel.SageZMQDisplayFormatter.format_types > [8 tests, 1 failure, 0.19 s] > sage -t src/sage/repl/notebook_ipython.py > ********************************************************************** > File "src/sage/repl/notebook_ipython.py", line 53, in > sage.repl.notebook_ipython.SageNotebookApp.load_config_file > Failed example: > from sage.repl.notebook_ipython import SageNotebookApp > Expected nothing > Got: > doctest:57: PowmInsecureWarning: Not using mpz_powm_sec. You should > rebuild using libgmp >= 5 to avoid timing attack vulnerability. > ********************************************************************** > 1 item had failures: > 1 of 10 in sage.repl.notebook_ipython.SageNotebookApp.load_config_file > [18 tests, 1 failure, 0.33 s] > > -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
