But if I `make clean && make latex` locally I do not get these warnings. I'm not sure where latex aux files would be other than in the directories generated under those deleted by clean.
Jason moorepants.info +01 530-601-9791 On Fri, Jun 5, 2015 at 11:59 AM, Kalevi Suominen <[email protected]> wrote: > > > On Friday, June 5, 2015 at 9:02:44 PM UTC+3, Jason Moore wrote: >> >> I think we found out timeout issue but the warnings are still odd, >> especially since we don't get them locally. That's be nice to fix too. >> >> >> Jason >> moorepants.info >> +01 530-601-9791 >> >> On Fri, Jun 5, 2015 at 10:51 AM, Jason Moore <[email protected]> wrote: >> >>> Our sphinx build keeps timing out on PR 7860, see: >>> >>> https://travis-ci.org/sympy/sympy/jobs/65544480 >>> >>> The html and latex build fine locally. But on Travis there are tons of >>> LaTeX warnings that we don't get when building locally. >>> >>> Anyone have any idea what is wrong? >>> >>> Jason >>> moorepants.info >>> +01 530-601-9791 >>> >> > > Latex usually runs twice on a fresh task. First time it collects undefined > references producing an .aux -file. > (log.txt: No file sympy-0.7.7.dev.aux.) > > On the second round it reads this file with most references satisfied > (only lots of overfull boxes left). > Locally, the .aux -file usually exists and only few warnins appear. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" 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/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/ed752220-f400-42ee-8b34-26f1432b32f8%40googlegroups.com > <https://groups.google.com/d/msgid/sympy/ed752220-f400-42ee-8b34-26f1432b32f8%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "sympy" 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/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAP7f1AhT%2BDr-FdDZtnSAgVMBJ2ssrxL9X_Goz4RPtL9%2BKO6xpA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
