We updated NTL in 6.2.beta3, so when you switch between 6.2.beta4 and 6.1.1 you change the NTL version. Hence you need to run "make" and not just "sage -b". You should always run "make" to build sage unless you are prepared for exactly the kind of breakage that you got.
On Wednesday, March 19, 2014 11:20:42 PM UTC-4, kcrisman wrote: > > apparently the new branch was based off 6.1.1, not 6.2.beta4? But how do > I control that? > The Sage dev script initializes new branches with the last release. If you want to start with anything else then you have to reset the current branch after you created it (or create the branch manually using git). For example: git reset --hard 6.2.beta4 -- 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 http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
