213 | | * Build finished ok, but "Testing that Sage starts..." failed with fork errors. Rebasing solved the problem. |
214 | | * While building the doc: |
215 | | * Warning: Could not import sage.interfaces.maxima_lib No such process |
216 | | * from sage.libs.ecl import * ImportError: No such process |
217 | | * both should be #9157 |
| 213 | * Build finished ok, but "Testing that Sage starts..." failed with fork errors. Rebasing solved the problem, although I got "Warning: Could not import sage.interfaces.maxima_lib No such process". This is #9167. |
| 214 | * While building the reference manual, I got "from sage.libs.ecl import * ImportError: No such process". This is #9167 as well. |
| 215 | * Once again, got some alarm problems when starting the notebook: "KeyboardInterrupt: computation timed out because alarm was set for 1 seconds", but trying several times let it start. |