On Fri, Dec 16, 2016 at 4:04 PM, Sébastien Labbé <[email protected]> wrote: > I got the same problem yesterday from a fresh git clone of 7.5.beta6 after > running make ptestlong with sage unable to run. Then, I did make start and > it worked. > > It seems related to this old topic: > https://groups.google.com/d/topic/sage-devel/v6_h8ezGI4s/discussion
Funny, I *just* got it as well and was starting to look into it. > On Friday, December 16, 2016 at 2:58:07 AM UTC+1, Sho Takemori wrote: >> >> Dear all, >> >> I have posted this issue on sage-support >> (https://groups.google.com/forum/#!topic/sage-support/JIkynCX-N74), but I >> post it here again. >> >> I am trying to build Sage 7.5.beta6 inside Docker. Here is the Docker file >> (https://gist.github.com/stakemori/2008d4f3480c4c2334ac7133c4f7f0f7). >> >> I can build Sage 7.4 in Docker but cannot build Sage 7.5.beta6 in it. >> >> I guess a83e25136481efb99d9cb8c00dde3065c0d04894 ("Do effectively exactly >> what the makefile for the autogen sources was doing, but purely in Python, >> removing the use of make.") introduces this problem. >> The following is the error message I got. >> >> ====================================================================== >> >> cd ../.. && sage-logger -p './sage --docbuild --no-pdf-links all html ' >> logs/dochtml.log >> [dochtml] Setting permissions of DOT_SAGE directory so only you can read >> and write it. >> [dochtml] /home/docker/sage/local/bin/python: No module named >> interpreters.wrapper_rdf; 'sage_setup.docbuild' is a package and cannot be >> directly executed >> Makefile:1064: recipe for target 'doc-html' failed >> make[2]: *** [doc-html] Error 1 >> make[2]: Leaving directory '/home/docker/sage/build/make' >> Makefile:887: recipe for target 'all' failed >> make[1]: *** [all] Error 2 >> make[1]: Leaving directory '/home/docker/sage/build/make' >> >> real 71m12.794s >> user 232m3.108s >> sys 19m54.532s >> *************************************************************** >> Error building Sage. >> >> The following package(s) may have failed to build (not necessarily >> during this run of 'make all'): >> >> The build directory may contain configuration files and other potentially >> helpful information. WARNING: if you now run 'make' again, the build >> directory will, by default, be deleted. Set the environment variable >> SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this. >> >> Makefile:16: recipe for target 'all' failed >> make: *** [all] Error 1 >> >> ====================================================================== >> >> Best regards, >> Sho Takemori >> > -- > You received this message because you are subscribed to the Google Groups > "sage-devel" 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-devel. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sage-devel" 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-devel. For more options, visit https://groups.google.com/d/optout.
