On Sunday, 5 July 2015 08:11:08 UTC+1, Vincent Knight wrote: > > Have just rebuilt and still have the same problem. > > Here is a link to the install.log file from the original build after > running `make dist-clean` (it's 196014 lines): > https://www.dropbox.com/s/obi5rj5gmp8xoux/install.log?dl=0 > > No sympy logs, apologies if I'm missing something... >
just do ./sage -f sympy and report... > > ``` > sage(develop): ls logs/pkgs/ > atlas-3.10.2.log gf2x-1.1.p1.log > mpc-1.0.2.p0.log > pyparsing-2.0.1.log > backports_ssl_match_hostname-3.4.0.2.log givaro-3.7.1.log > mpfi-1.5.1.log > python2-2.7.9.log > boehm_gc-7.2d.p0.log glpk-4.55.p0.log > mpfr-3.1.2.p0.log > pyzmq-14.3.0.log > boost_cropped-1.52.0.log gsl-1.16.log > mpir-2.7.0.log > ratpoints-2.1.3.p3.log > bzip2-1.0.6.20140317.log iconv-1.14.log > ncurses-5.9.20131221.log > readline-6.3.008.log > cephes-2.8.p1.log iml-1.0.4p1.log > networkx-1.8.1.log rw-0.7.log > certifi-14.05.14.log ipython-3.2.0.log > ntl-6.2.1.p0.log > sage-6.8.beta7.log > cliquer-1.21.p2.log jinja2-2.7.3.log > numpy-1.8.1.p0.log > sagenb-0.11.4.log > config.log lcalc-1.23.p14.log > pari-2.8-1637-g489005a.p0.log > scipy-0.14.0.log > cython-0.22.p4.log libfplll-4.0.4.log > pari_galdata-20080411.log scons-1.2.0.log > dateutil-2.2.log libgap-4.7.8.log > pari_seadata_small-20090618.log > setuptools-12.4.log > docutils-0.12.log libgd-2.1.1.p0.log > patch-2.7.1.log > singular-3.1.7p1.p0.log > ecl-13.5.1.p0.log libpng-1.2.51.p0.log > pexpect-2.0.p6.log six-1.9.0.log > eclib-20150510.log linbox-1.3.2.p1.log > pillow-2.2.2.log > sphinx-1.2.2.p0.log > ecm-6.4.4.log lrcalc-1.1.7.log > pkgconf-0.9.7.log > sqlite-3.8.4.3.log > fflas_ffpack-1.6.0.p1.log m4ri-20140914.log > planarity-2.2.0.log > symmetrica-2.0.p9.log > flint-2.4.5.log m4rie-20140914.log > polybori-0.8.3.log tornado-4.1.log > freetype-2.5.2.p1.log markupsafe-0.23.log > ppl-1.1.log > zeromq-4.0.5.log > gap-4.7.8.log matplotlib-1.4.3.log > pygments-2.0.2.p0.log > zlib-1.2.8.p0.log > gcc-4.9.2.p1.log maxima-5.35.1.p2.log > pynac-0.3.7.log > zn_poly-0.9.p11.log > ``` > > Have rebuilt, and rebuilt after running `make clean` and no > difference. Thinking of running `make dist-clean` again but holding > fire in case this situation is helpful... > > V > > On 4 July 2015 at 23:08, Dima Pasechnik <dim...@gmail.com <javascript:>> > wrote: > > > > > > On Saturday, 4 July 2015 22:41:35 UTC+1, Vincent Knight wrote: > >> > >> > >> On 4 Jul 2015 10:36 pm, "Volker Braun" <vbrau...@gmail.com> wrote: > >> > > >> > Looks like sympy wasn't installed correctly... can you look into the > >> > sympy logs? Maybe recompile if you don't remember how you got there? > >> > >> I've turned in for the night (typing this on my tablet) but will get > back > >> to you as soon as I get a chance tomorrow. > >> > >> On OSX I had time so ran: > >> > >> ``` > >> make dist-clean > >> make > >> ``` > >> > >> On Ubuntu: > >> > >> ``` > >> make clean > >> make > >> ``` > >> > >> If you could point out where the sympy logs would be I'll send them > >> tomorrow before I recompile (or indeed throw any other instructions my > way > >> :)). > > > > packages logs are in > > > > $SAGE_ROOT/logs/pkgs/ > > > > Dima > > > >> Vince > >> > >> > > >> > > >> > > >> > > >> > On Saturday, July 4, 2015 at 11:19:59 PM UTC+2, Vincent Knight wrote: > >> >> > >> >> Apologies if I'm missing something and this has been reported > before. > >> >> > >> >> `./sage -bt src/sage/game_theory` and `sage -bt --optional=all > >> >> src/sage/game_theory` both give: > >> >> > >> >> ``` > >> >> ... > >> >> Git branch: develop > >> >> Doctesting 10 files. > >> >> Traceback (most recent call last): > >> >> File "/Users/vince/sage/src/bin/sage-runtests", line 88, in > <module> > >> >> err = DC.run() > >> >> File > >> >> > "/Users/vince/sage/local/lib/python2.7/site-packages/sage/doctest/control.py", > > > >> >> line 1038, in run > >> >> self.run_doctests() > >> >> File > >> >> > "/Users/vince/sage/local/lib/python2.7/site-packages/sage/doctest/control.py", > > > >> >> line 759, in run_doctests > >> >> self.dispatcher = DocTestDispatcher(self) > >> >> File > >> >> > "/Users/vince/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py", > > >> >> line 1376, in __init__ > >> >> init_sage() > >> >> File > >> >> > "/Users/vince/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py", > > >> >> line 125, in init_sage > >> >> from sympy.printing.pretty.stringpict import stringPict > >> >> ImportError: No module named sympy.printing.pretty.stringpict > >> >> ``` > >> >> > >> >> Mac OSX. > >> >> > >> >> Apologies also if I'm missing details that could be helpful. > >> >> > >> >> Vince > >> >> > >> >> > >> >> On 4 July 2015 at 22:13, Dima Pasechnik <dim...@gmail.com> wrote: > >> >> > > >> >> > > >> >> > On Saturday, 4 July 2015 21:02:58 UTC+1, Nathann Cohen wrote: > >> >> >> > >> >> >> Helloooooo ! > >> >> >> > >> >> >> > It looks like I have a stale list of (pseudo)packages - perhaps > >> >> >> > each > >> >> >> > call to > >> >> >> > "sage -i blah" duly puts "blah" on the list ?! > >> >> >> > >> >> >> It seems to be something like that: the message that you see > which > >> >> >> reports which packages may have 'failed to build' is generated by > >> >> >> the > >> >> >> script build/install. > >> >> >> > >> >> >> How do you think is guesses which packages failed to build? Well, > it > >> >> >> looks for log files which contain the word "error" (line 502 of > >> >> >> build/install). > >> >> >> > >> >> >> So if you have a file in SAGE_LOGS/ which contains the word > 'error', > >> >> >> it will appear on that list. > >> >> >> > >> >> >> And you do not want to see mine, it is incredibly long. > >> >> > > >> >> > > >> >> > > >> >> > should the script check whether these packages are real Sage > >> >> > packages, and > >> >> > dub these that are not there > >> >> > "custom" packages? Otherwise it's very confusing... > >> >> > > >> >> > So the question is where to look for these lists... > >> >> > > >> >> >> > >> >> >> Nathann > >> >> > > >> >> > -- > >> >> > 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...@googlegroups.com. > >> >> > To post to this group, send email to sage-r...@googlegroups.com. > >> >> > Visit this group at http://groups.google.com/group/sage-release. > >> >> > For more options, visit https://groups.google.com/d/optout. > >> >> > >> >> > >> >> > >> >> -- > >> >> Dr Vincent Knight > >> >> Cardiff School of Mathematics > >> >> Senghennydd Road, > >> >> Cardiff > >> >> CF24 4AG > >> >> (+44) 29 2087 5548 > >> >> www.vincent-knight.com > >> >> +Vincent Knight > >> >> @drvinceknight > >> >> Skype: drvinceknight > >> > > >> > -- > >> > 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...@googlegroups.com. > >> > To post to this group, send email to sage-r...@googlegroups.com. > >> > 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 sage-release...@googlegroups.com <javascript:>. > > To post to this group, send email to sage-r...@googlegroups.com > <javascript:>. > > Visit this group at http://groups.google.com/group/sage-release. > > For more options, visit https://groups.google.com/d/optout. > > > > -- > Dr Vincent Knight > Cardiff School of Mathematics > Senghennydd Road, > Cardiff > CF24 4AG > (+44) 29 2087 5548 > www.vincent-knight.com > +Vincent Knight > @drvinceknight > Skype: drvinceknight > -- 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 http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.