Le jeu. 10 juin 2021 à 21:35, Samuel Lelièvre: > > Le jeu. 10 juin 2021 à 18:30, Samuel Lelièvre: > > > > Thanks for the new release. > > > > On Debian 10 buster > > - `./bootstrap -q && ./configure -q` -- ok but lost a lot of quiet > > - `make -s V=0` -- ok > > - `make -s V=0 doc-pdf` -- ok > > - `make -s V=0 testlong` -- all tests pass > > > > On Ubuntu 20.04: > > - `./bootstrap -q && ./configure -q` -- ok but lost a lot of quiet > > - `make -s V=0` -- ok > > - `make -s V=0 doc-pdf` -- ok > > - `make -s V=0 testlong` -- many failures, > > apparently related to pari/gp (rich?) output. > > The problem, after searching a bit more, might have more > to do with pexpect and/or readline and/or bracketed-paste, > than with PARI/GP.
Fixed by installing Sage's readline: ``` $ make -s V=0 readline && make -s V=0 testlong ``` All tests pass! -- 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/CAEcArF1av5SrGbVdF-pdCSZZ38tYcyxuw9Tj%2BZnGU6iA6w1AqA%40mail.gmail.com.
