Re: [sage-devel] Re: Error building Sage on Linux Mint 17.1

2020-03-30 Thread B Gillespie
Excellent, the build completed successfully with the recommended packages installed. Thanks for the help diagnosing! Best, Bryan On Monday, March 30, 2020 at 8:46:08 PM UTC-6, Dima Pasechnik wrote: > > On Tue, Mar 31, 2020 at 10:37 AM B Gillespie > wrote: > > > > My system install of libread

Re: [sage-devel] Re: Error building Sage on Linux Mint 17.1

2020-03-30 Thread Dima Pasechnik
On Tue, Mar 31, 2020 at 10:37 AM B Gillespie wrote: > > My system install of libreadline-dev shows up as version 7.0-3 in synaptic. > In a local prompt for python3, "import readline" executes without barking. could you install libncurses5-dev (that's at least what is needed on Debian together w

Re: [sage-devel] Re: Error building Sage on Linux Mint 17.1

2020-03-30 Thread B Gillespie
My installation command was: `MAKE='make -j7' make`, so I didn't see the output of running ./configure. The configure script does indeed list a number of packages it recommends installing locally -- I'll install and try recompiling to see if that fixes the issue. Thanks, Bryan On Monday, Marc

Re: [sage-devel] Re: Error building Sage on Linux Mint 17.1

2020-03-30 Thread B Gillespie
My system install of libreadline-dev shows up as version 7.0-3 in synaptic. In a local prompt for python3, "import readline" executes without barking. Bryan On Monday, March 30, 2020 at 8:33:32 PM UTC-6, Dima Pasechnik wrote: > > On Tue, Mar 31, 2020 at 10:29 AM B Gillespie > wrote: > > > >

Re: [sage-devel] Re: Error building Sage on Linux Mint 17.1

2020-03-30 Thread Dima Pasechnik
On Tue, Mar 31, 2020 at 10:33 AM Dima Pasechnik wrote: > > On Tue, Mar 31, 2020 at 10:29 AM B Gillespie wrote: > > > > Hi Matthias, > > > > For sure, thanks for taking a look. Also, I remembered that I actually > > upgraded to Linux Mint 19 a number of months ago, in case that's relevant. > > D

Re: [sage-devel] Re: Error building Sage on Linux Mint 17.1

2020-03-30 Thread Dima Pasechnik
On Tue, Mar 31, 2020 at 10:29 AM B Gillespie wrote: > > Hi Matthias, > > For sure, thanks for taking a look. Also, I remembered that I actually > upgraded to Linux Mint 19 a number of months ago, in case that's relevant. Do you have libreadline-dev installed? > > Best, > Bryan > > On Monday,

[sage-devel] Re: Error building Sage on Linux Mint 17.1

2020-03-30 Thread Matthias Koeppe
Hi Bryan, On Monday, March 30, 2020 at 7:35:06 PM UTC-4, B Gillespie wrote: > > I'm having trouble compiling the Sage develop branch on my Linux Mint 17.1 > laptop. It dies when compiling Python 3, and in particular in the log file > I see that it is having a failure when testing the import for