Good, that worked. (By "that", I mean: I applied the patch to ecl, did './sage -f ecl', then 'make doc-clean', then 'make'.)
John On Friday, June 24, 2016 at 7:18:00 PM UTC-7, François wrote: > > It is related to the hang. We should have worked on that after we got git > back. > https://trac.sagemath.org/ticket/20845 > and if you want to have more gory details and confirmation: > https://github.com/cschwan/sage-on-gentoo/issues/428 > and you can try to add this patch to ecl and rebuild it: > > https://raw.githubusercontent.com/cschwan/sage-on-gentoo/master/dev-lisp/ecls/files/16.1.2-getcwd.patch > > > François > > > On 25/06/2016, at 14:00, John H Palmieri <[email protected] > <javascript:>> wrote: > > > > On OS X, it's hanging for me when docbuilding: no progress after sitting > for about an hour toward the end of the first pass through the reference > manual. This is when building from scratch from a newly downloaded tarball. > I see this error: > > > > ext::getcwd error: Result too large > > > > Internal or unrecoverable error in: > > Can't work without CWD > > [34: Result too large] > > > > ;;; ECL C Backtrace > > ;;; 0 libecl.16.1.dylib 0x0000000196eefc86 > si_dump_c_backtrace + 38 > > > > in the log, but I don't know if it's related to the hang. I hit ctrl-c > and restarted, and it hung again. > > > > > > > > On Friday, June 24, 2016 at 3:09:41 PM UTC-7, Volker Braun wrote: > > We had a bit of a rocky week with infrastructure changes, but now > everything should be back to normal! > > > > 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 > > > > 671c3d1 Updated SageMath version to 7.3.beta5 > > 8b18314 Trac #20852: Remove redundant in-place arithmetic methods > > bb51c1a Trac #20757: Drop argument types from comparison methods in > coercion model > > ffc8e9f Trac #20600: more failing tests related to cplex / gurobi > > b6c1b96 Trac #20437: Misinstallation of Python in Cygwin > > d352225 Trac #12521: evaluate log gamma for complex input > > f867df3 Trac #20581: Upgrade PARI to latest master > > 260ba1f Trac #20842: sage-uncompress-spkg takes ages > > 9725cef Trac #20828: Old-style packages no longer install > > 46114be Trac #20836: Add new classify_elements() function to refine > have_same_parent() > > 8f9a4fb Trac #20814: py3 print : not tested cases, step 5 > > 19bd063 Trac #20841: Simplicial complexes: change one example > > 91ed34e Trac #20826: AlgebraicExtensionFunctor should include number > field structure > > d6f1851 Trac #20124: A new structure for extended codes > > f93a247 Trac #20831: Make infinity rings a subclass of singleton > > 3024da0 Trac #15046: Symbolic elliptic integrals > > e484cb1 Trac #20774: Basic singularity analysis for algebraic curves > > 03a9f0e Trac #20829: hash for quaternion > > 1508c59 Trac #20825: EvaluationMethods should be a new-style class > > b5f032d Trac #20823: parse_label() in > sage/modular/modform/constructor.py fails in GammaH case > > 3383beb Trac #20761: Drop argument type from arithmetic methods > > 167fc8d Trac #20756: sign is slow (if not wrong) for number field > elements > > 54cfcb0 Trac #20753: Remove unused coerce_to_base_ring() method > > e45b8bb Trac #20740: Drop return type from single-underscore arithmetic > methods > > 1ed7dd5 Trac #20822: Definition of beta function is incorrect > > 908e2c8 Trac #20800: The document of strongly_connected_components for > Digraphs is not consistent with its behaviour > > f0b4863 Trac #20742: Upgrade to pynac-0.6.7 > > 4546d9c Trac #20751: Check easy invariants first for simplicial complex > isomorphism > > 32f7ff7 Trac #20819: Improve documentation for exponential integrals > > 537896b Trac #20530: Add pictures to hyperbolic_geodesic.py > > 3d9b732 Trac #20810: py3 print : not tested cases, step 4 > > 18025e0 Trac #20571: Newton method for nth_root of polynomial > > 8839a9d Trac #20325: GenericBackend: Add default implementation of > `add_variables` and `add_linear_constraints` > > 04ebe99 Trac #19984: Correctly fix checksums > > 0c1f89f Updated SageMath version to 7.3.beta4 > > > > > > -- > > 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] <javascript:>. > > To post to this group, send email to [email protected] > <javascript:>. > > Visit this group at https://groups.google.com/group/sage-release. > > For more options, visit https://groups.google.com/d/optout. > > -- 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.
