On Sat, 4 Jan 2020 at 22:58, Samuel Lelièvre <samuel.lelie...@gmail.com>
wrote:

> Sat 2020-01-04 17:34 UTC, John Cremona:
> >
> > Apologies now I see that some of the earlier thread on this topic
> > was started by me with similar issues (on a different machine).
> > I just don't remember such things these days.  The sooner I can
> > find someone else to be sysadmin for the 8 or so machines
> > I look after the better!
>
> The error at the end of the log:
>
>     ModuleNotFoundError: No module named 'readline'
>
> meant Python was not able to build its readline module.
>
> So, did something like the following solve the problem?
>
>     $ sudo apt-get install libncurses5-dev libreadline-dev
>     $ make ncurses-clean
>     $ make readline-clean
>     $ make configure
>     $ ./configure
>     $ make
>

Yes it did -- thanks.  In fact I did "make distclean" instead of the first
two lines as I was in no hurry (and te machine has 32 cores but was
otherwise idle).

I am still working on two of my (ubuntu 16 LTS) machines which managed to
build sage's python3 without openssl support.  I had the relevant python2
wrapper packages installed but not the python 3 ones, so I installed those
and started again, no luck so far but I'll track it down by comparing log
files across machines.  (Not having ssl support means that sage -pip
install fails, as everyone knows, but which is not deemed to be a fatal
failure of prerequisites.)



>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "sage-release" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/sage-release/OB5SKREDJts/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> sage-release+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-release/CAEcArF2NnOpGCfu_zcz%2BDOP0c_L0dx%3DVpgnT1JaCRpB4p7Cznw%40mail.gmail.com
> .
>

-- 
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/CAD0p0K6m74JAbTt8NPy-UWOgNNTOf2MupE4GnNSrCUuQnGSzdw%40mail.gmail.com.

Reply via email to