> On 19/10/2017, at 03:57, Erik Bray <[email protected]> wrote:
> 
> On Tue, Oct 17, 2017 at 8:56 AM, Volker Braun <[email protected] 
> <mailto:[email protected]>> wrote:
>> As always, you can get the latest beta version from the "develop" git
>> branch. Alternatively, the self-contained source tarball is at
>> http://www.sagemath.org/download-latest.html
>> 
>> a2e82e15a2 (HEAD -> develop, tag: 8.1.beta8, trac/develop) Updated SageMath
>> version to 8.1.beta8
>> 7dc7c74d76 Trac #23872: Singular expansion for implicitly defined function
>> 71c53d6efc Trac #23844: GapElement.__contains__ (from libgap) should use the
>> infix `in` from gap
>> 03398aa3f4 Trac #23818: py3: hash for complex interval fields
>> 756c0ec447 Trac #23671: hypergeometric motives
>> e7b4f77db7 Trac #22922: Faster implementation of LLT polynomials
>> 8d71436074 Trac #20762: Several additional methods for SimplicialComplex
>> 37b5b2cfd2 Trac #18236: support xz compressed tarballs
>> 202fa8dd8c Trac #24020: Cygwin: misc test failures
>> a56746c985 Trac #23922: Upgrade eclib to compile with xcode 9
>> 1472db0a6b Trac #23985: rst2ipynb causes doctest failures if pandoc is not
>> installed
>> 067b87c610 Trac #23983: dot2tex breaks docbuild
>> 11c3bcca4e Trac #23979: Ignore failure in setrlimit on Cygwin
>> e96397a071 Trac #23973: doc build hangs on Cygwin
>> c249d236cb Trac #22461: Implement cython() using cythonize()
>> 50670a7181 Trac #7516: bug in pickling quotient module over pid
>> fce8fd00d4 Trac #23997: installed_packages(False) gives wrong version for
>> Python packages with patches
>> cbbbbc5307 Trac #23976: giacpy_sage causes doctest failures due to threading
>> a22a806a2d Trac #23975: sage-location: do not remove .pyc files
>> 2c6ac6c343 Trac #23970: Simpler caching in ell_rational_field
>> cda826dfaf Trac #23966: Conversion from ZpFM to its fraction field incorrect
>> 4bce0bfd2d Trac #23965: Coercion to fraction field is injective
>> c3b1b7780a Trac #23862: speed_up_left_and_right_key
>> a1b45bb7c4 Trac #23839: Fix reference manual index for partn_ref
>> 1b74aa24b0 Trac #23634: A base class for integral quadratic forms seen as
>> modules with a bilinear form.
>> 9659a399eb Trac #18395: (moderate) Speedup in layout_spring
>> c4aef0e21f Trac #23962: rank() of elliptic curves should always consult
>> Cremona database
>> 78a2ebd287 Trac #23957: gmpy2 causes doctest failures
>> 7d5784f2a9 Trac #23947: Reciprocal transformation and trace polynomial
>> e5cb49e05c Trac #23800: Add O method for Laurent series rings
>> 0e98d937dc Trac #23963: py3: richcmp for function field ideals
>> 380c526205 Trac #23951: fix rotate and conjugate in growth diagrams
>> 639646985c Trac #23905: Avoid _element_constructor in Homset
>> a5eeff69d2 Trac #23949: py3 : some work on __cmp__ and richcmp
>> b580a4c279 Trac #23929: Upgrade to cypari2 version 1.1.3
>> 894facd65a Trac #23912: parent() is slow for non-Elements
>> bda5b4d10b Trac #23925: Bulk fix of signal handling in symbolics
>> 68cb85abe9 Trac #23713: Support SAGE_NUM_THREADS everywhere for parallellism
>> 3c684b65ed Trac #23944: Q/Z
>> 0d96592852 Trac #23932: differences in construction of PolynomialRing and
>> LaurentPolynomialRing
>> 35ffe56528 Trac #23915: include the inner_product_matrix in module
>> comparison
>> da6237b58e Trac #23883: InheritComparisonClasscallMetaclass.__new__() does
>> not work
>> 2e522cf00a Trac #23865: disable a very long doctest in omega.py
>> b198ad5d04 Trac #23857: Implement conversion C++ <-> str
>> 1a06cd5dd1 Trac #23815: Upgrade to Python 2.7.14
>> 26a96021b2 Trac #23734: Implement iterator for generic permutations in
>> Cython
>> 5455b1ce78 Trac #23642: Factorization over some quotient rings incorrect
>> 82260ab4ad Trac #23565: update arb to version 2.11.1
>> c3f620e7b7 Trac #23544: Upgrade PARI/GP to git master version
>> 75daefe5ed Trac #23510: Fraction field of fixed modulus p-adic rings should
>> have floating point type
>> f8b263fb53 Trac #23376: Equality testing of genera of quadratic forms over
>> ZZ changes the genus and produces false results
>> b0c0f6749a Trac #22886: fix pxd header files
>> 54ba5948be Trac #23429: Multivector fields and the Schouten-Nijenhuis
>> bracket
>> c24da43be9 Trac #23131: Add computation of longest commons extensions in a
>> word
>> c1c3197fc3 Trac #22720: AdditiveAbelianGroup([]).annihilator() fails.
>> 294c389e84 Trac #18386: Doctests for: fix polylog evalf
>> cc613b1e98 (tag: 8.1.beta7) Updated SageMath version to 8.1.beta7
> 
> Tried to build the Docker image but am getting the following test
> failure consistently (which did not occur in 8.1.beta7 AFAIK):
> 
> File "/opt/sage/src/sage/misc/sageinspect.py", line 207, in
> sage.misc.sageinspect._extract_embedded_position
> Failed example:
>    
> print(open(_extract_embedded_position(inspect.getdoc(test_funct))[1]).read())
> Exception raised:
>    Traceback (most recent call last):
>      File 
> "/opt/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py",
> line 515, in _run
>        self.compile_and_execute(example, compiler, test.globs)
>      File 
> "/opt/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py",
> line 885, in compile_and_execute
>        exec(compiled, globs)
>      File "<doctest
> sage.misc.sageinspect._extract_embedded_position[4]>", line 1, in
> <module>
>        
> print(open(_extract_embedded_position(inspect.getdoc(test_funct))[Integer(1)]).read())
>    IOError: [Errno 2] No such file or directory:
> '/home/sage/.sage/temp/b282fa83da28/28678/spyx/.sage/temp/b282fa83da28/28678/spyx/_home_sage__sage_temp_b282fa83da28_28678_tmp_cyv3Wb_pyx/_home_sage__sage_temp_b282fa83da28_28678_tmp_cyv3Wb_pyx/.sage/temp/b282fa83da28/28678/spyx/_home_sage__sage_temp_b282fa83da28_28678_tmp_cyv3Wb_pyx/_home_sage__sage_temp_b282fa83da28_28678_tmp_cyv3Wb_pyx_0.pyx'
> 
> Any ideas?  Looks odd...


I got that in sage-on-gentoo as well. I meant to go after it but some work got 
in the way.

François

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

Reply via email to