Re: [sage-release] Re: Sage 8.7 released

2019-04-17 Thread Samuel Lelièvre
Thanks Éric, John, Simon!

After installing the relevant LaTeX language packages,
"make doc-pdf" completed successfully.

$ sudo apt-get install   \
texlive-lang-cyrillic\
texlive-lang-english \
texlive-lang-european\
texlive-lang-french  \
texlive-lang-german  \
texlive-lang-italian \
texlive-lang-japanese\
texlive-lang-polish  \
texlive-lang-portuguese  \
texlive-lang-spanish

After running "./sage -i p_group_cohomology" again, a look
in $SAGE_ROOT/local/share/singular/LIB/ revealed that the
missing file dickson.lib had appeared there.

I did not end up uninstalling any package, but it's good to know
that in general, uninstalling package "PKG" is just a matter of
running "make PKG-clean"; I had missed that point until now.

-- 
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 post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[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 character u'\u250c' in 
position 22: ordinal not in range(128)

and the docs will not build

UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in 
position 22: ordinal not in range(128)
Error building the documentation.
Traceback (most recent call last):
  File 
"/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/runpy.py", 
line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
  File 
"/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/runpy.py", 
line 72, in _run_code
exec code in run_globals
  File 
"/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__main__.py",
 
line 2, in 
main()
  File 
"/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py",
 
line 1730, in main
builder()
  File 
"/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py",
 
line 351, in _wrapper
getattr(get_builder(document), 'inventory')(*args, **kwds)
  File 
"/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py",
 
line 547, in _wrapper
build_many(build_ref_doc, L)
  File 
"/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py",
 
line 288, in build_many
ret = x.get(9)
  File 
"/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/multiprocessing/pool.py",
 
line 572, in get
raise self._value
OSError:.. WARNING::

Without the "-vv" building the docs is fine.


On Monday, April 15, 2019 at 6:33:27 AM UTC-5, Eric Gourgoulhon wrote:
>
> 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 character 
> u'\xe9' in position 43: ordinal not in range(128)
>
>  The html documentation looks good though. 
>
>   - all tests from ptestlong passed
>
>
>
 
>
Eric.
>

-- 
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 post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] Re: Sage 8.7 released

2019-04-17 Thread Simon King
Hi Samuel,

On 2019-04-17, Samuel Lelièvre  wrote:
> After running "./sage -i p_group_cohomology" again, a look
> in $SAGE_ROOT/local/share/singular/LIB/ revealed that the
> missing file dickson.lib had appeared there.

Hooray! :)

Best regards,
Simon

-- 
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 post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[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 the matter seems to be that if anaconda is installed, then I 
get a message saying that although libcurl is version 7.64.0, it is still 
somehow not >= 7.22.0:

[r-3.5.2.p0] checking for curl-config... /anaconda2/bin/curl-config
> [r-3.5.2.p0] checking libcurl version ... 7.64.0
> [r-3.5.2.p0] checking curl/curl.h usability... yes
> [r-3.5.2.p0] checking curl/curl.h presence... yes
> [r-3.5.2.p0] checking for curl/curl.h... yes
> [r-3.5.2.p0] checking if libcurl is version 7 and >= 7.22.0... no
> [r-3.5.2.p0] configure: error: libcurl >= 7.22.0 library and headers are 
> required
> [r-3.5.2.p0] Error configuring R.
> [r-3.5.2.p0]
> [r-3.5.2.p0] real 1m31.670s
> [r-3.5.2.p0] user 0m49.088s
> [r-3.5.2.p0] sys 0m38.236s
> [r-3.5.2.p0] 
> 
> [r-3.5.2.p0] Error installing package r-3.5.2.p0
> [r-3.5.2.p0] 
>  


After uninstalling anaconda, curl-config comes from /usr/bin and everything 
works fine. This only became a problem with  sage-8.8.beta1 and 
sage-8.8.beta2. I had earlier compiled sage-8.8.beta0 with no problems 
despite having anaconda installed.

-- 
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 post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.