leif wrote: > Paul Masson wrote: >> As I recall I did checkout that ticket (21006) by accident when I wanted >> one (21008) a couple digits away. That's the source of the problem. >> >> Why can't the build system recognize an empty folder and pass over it? > > That's a genuine bug in Sage's 'configure'. Not only that it doesn't > ignore empty folders, but doesn't even bail out with an error as > intended, since the 'exit 1' terminates the loop / function, but not the > 'configure' script (hence just the package list gets truncated, and > 'configure' later exits normally). > > I'll open a ticket unless someone beats me in doing so. (IMHO worth a > blocker, but I don't know how far Volker is in preparing the 7.3 release > candidate.)
Done. Needs review: https://trac.sagemath.org/ticket/21102 -leif >> On Tuesday, July 26, 2016 at 1:20:38 PM UTC-7, Volker Braun wrote: >> >> You tried the ipython 5.0 ticket, I presume. >> >> This left an empty directory lying around. Git doesn't know about >> empty directories, but our build system assumes that it is a >> package. And then fails and writes an incomplete makefile. You need >> to delete build/pkgs/prompt_toolkit, either by hand or via "git >> clean -fdx" (the latter will throw away everything that isn't >> checked in). -- 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 sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.