I had trouble with building the docs too. But after a "make doc-clean", the next "make doc" proceeded correctly. make was run as "make -j2" (that's all the compute power I got on this machine :P)
What caught my eye during the upgrade was the very high number of gcc warnings, for example "local variable ... referenced before assignment", from the sage library. Here is a count of the number of warnings: ...tions/sage/logs/pkgs [2] » grep -c 'warning' sage-6.2.beta2.log 742 ...tallations/sage/logs/pkgs» grep -c 'warning' sage-6.2.beta4.log 4664 ...tallations/sage/logs/pkgs» grep -c 'warning' sage-6.2.beta7.log 4664 ...tallations/sage/logs/pkgs» grep -c 'warning' sage-6.2.beta8.log 4664 basu. On Wednesday, April 16, 2014 2:42:37 AM UTC+8, John Cremona wrote: > > I am having trouble building the docs here: after (git checkout > develop; git pull trac develop; make) Sage builds fine but there was > an error message building docs, so I did make doc-clean and make > again. then it stuck dead (for several hours, I was not watching) at > some point, so I killed it with Ctrl-C and typped make again. Now it > is stuck here: > > [lfunction] loading cross citations... looking for now-outdated > files... none found > [lfunction] no targets are out of date. > > (not the same place as the first time). > > I don't need to build the docs, but this seems to indicate that there > is something wrong. > > John > > On 14 April 2014 23:27, Volker Braun <[email protected] <javascript:>> > wrote: > > See the updated "develop" branch or download the source tarball: > > > > > http://boxen.math.washington.edu/home/release/sage-6.2.beta8/sage-6.2.beta8.tar.gz > > > > > f55df77 Updated Sage version to 6.2.beta8 > > 0a5f3eb Trac #15882: Implement a catalog for crystals > > c1b3522 Trac #15836: BasisMatroid.circuits() returns a malformed > SetSystem > > when called on the empty matroid > > 8e01961 Trac #16151: Making BasisExchangeMatroid fool-proof with user > input > > sanity checks > > 3adfa71 Trac #16122: sage --dev push fails if commit messages contain {} > > fe09975 Trac #15030: Switch standard 2D plotting from `fast_float` to > > `fast_callable` > > d1f7862 Trac #16125: Implement method _an_element_ for Words > > 5ba81fc Trac #16157: git clean empty doc dirs > > dcbc8c4 Trac #16050: miscellaneous cleanup/bugfixes for > > sage.misc.interpreter and sage.misc.sage_extension > > fee315a Trac #16150: say out loud that we have the csaszar torus > > 2f66cfa Trac #16155: Solaris doesn't know cp -a > > 552451b Trac #16131: Fix NTL's spkg-check > > 12a3beb Trac #16119: Patch Python uuid module > > e2ff979 Trac #16099: Update libpng to 1.2.51 > > bf56254 Trac #16098: Update sqlite to 3.8.4.3 > > 455499f Trac #16109: Timing instability in doctest reporter > > f17fdbe Trac #16013: Update Cremona's table of elliptic curves to 340000 > > 0c2726f Trac #16112: Let ATLAS build on Cygwin64 > > a59730c Trac #9457: power series equality fails when trailing > coefficients > > are zero > > 90c517a Trac #6431: PowerSeriesRing._element_constructor_() does not > accept > > Laurent series > > a143cc0 Trac #9683: pretty_print clobbers _ (history) > > 3b94c5f Trac #9129: sqrt memory leaks > > d351d40 Trac #8198: p-adic precision in vector multiplication > > e617015 Trac #15240: Switch lattice polytopes to point collections > > 8b3ae1c Trac #16136: Prevent user from doing stupid thing with the doc > > building system > > ab41bec Trac #16105: Stop linking everything to libntl > > 5a5ec36 Trac #16061: New method intersection (for automata and > transducers) > > and new behavior of cartesian_produ > > 75f9cfb Trac #15990: Python 3 preparation: Change syntax of raise > statement > > 30392cb Trac #12502: Portuguese translation of "A Tour of Sage" > > f22d2d3 Trac #14802: improve dynamic attributes of symbolic expressions > > cb08470 Trac #15967: Let bzip2 install shared libraries > > 93673ed Trac #15148: Improve point counting for hyperelliptic curves > > b1e7707 Trac #14695: Don't (re)run ranlib in sage-location > > 202b2fd Trac #13942: Correct some wrong statements on the Magma > interface in > > Sage > > 24e16e7 Trac #16100: Keep going in doc errors > > db07904 Trac #11726: Implement univariate Laurent polynomial ring & > elements > > c611e4e Trac #14895: Segfault when exponentiating an integer with > > I.pyobject() > > 37c8a8c Updated Sage version to 6.2.beta7 > > > > -- > > 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 http://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 http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
