[sage-release] Re: Sage 8.8.beta2 released

2019-04-15 Thread Eric Gourgoulhon
On Ubuntu 18.04 running on Xeon E5-2623 + 16 GB RAM: *- python2: * - incremental build (from 8.8.beta1) completed but (as in Sage 8.8.beta1) with huge number of errors in building the documentation, all with the same message: [dochtml] UnicodeEncodeError: 'ascii' codec can't encode cha

[sage-release] Re: Sage 8.8.beta2 released

2019-04-15 Thread Volker Braun
On Monday, April 15, 2019 at 1:33:27 PM UTC+2, Eric Gourgoulhon wrote: > > [dochtml] UnicodeEncodeError: 'ascii' codec can't encode character > u'\xe9' in position 43: ordinal not in range(128) > interesting, do you get any traceback? Where is the é coming from? -- You received this mess

[sage-release] Re: Sage 8.8.beta2 released

2019-04-15 Thread Eric Gourgoulhon
Le lundi 15 avril 2019 17:31:43 UTC+2, Volker Braun a écrit : > > > > On Monday, April 15, 2019 at 1:33:27 PM UTC+2, Eric Gourgoulhon wrote: >> >> [dochtml] UnicodeEncodeError: 'ascii' codec can't encode character >> u'\xe9' in position 43: ordinal not in range(128) >> > > interesting, do y

[sage-release] Re: Sage 8.8.beta2 released

2019-04-17 Thread Steven Trogdon
With *python2 *I can expose these UnicodeEncodeError by inserting "-vv" in SPHINXOPTS in sage/sage_setup/docbuild/build_options.py. I get two UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 22: ordinal not in range(128) UnicodeEncodeError: 'ascii' codec can't encode

[sage-release] Re: Sage 8.8.beta2 released

2019-04-17 Thread darwin doppelganger
If anaconda is already installed on my Mac (Mojave, 10.14.4 with Xcode 10.2), there is a problem compiling r-3.5.2.p0. I tried reinstalling anaconda and recompiling but failed with the same error. The good news is that after uninstalling anaconda, compiling sage-8.8.beta2 succeeded. The crux of