On my Ubuntu 20-10, compilation ok;

make ptestlong produced one error:


sage: a = singular(1) ## line 503 ##
sage: _ = singular._expect.sendline('1+')  # unfinished input ## line 504 ##
sage: try:
    alarm(0.5)
    singular._expect_expr('>')  # interrupt this
except KeyboardInterrupt:
    pass ## line 505 ##
Control-C pressed. Interrupting Singular. Please wait a few seconds...
sage: 2*a ## line 514 ##

--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/2ac3fb34-8f7a-dbc2-d5f5-af2e46729c49%40math.univ-lyon1.fr.

Reply via email to