On Friday, August 12, 2016 at 3:41:07 PM UTC+1, Jeroen Demeyer wrote:
>
> Your email is quite vague (for example, what is "version 16821")? 
>
> I guess it's the current branch on https://trac.sagemath.org/ticket/16821

Normally speaking, you want to continue working on this ticket on the 
current beta (although 7.4.beta0 is a bit
broken, as happens with some betas).

That is, you should rebase the branch over 7.4.beta0
I.e., 
git checkout -b new16821 7.4.beta0
git fetch trac public/lie_algebras/classical-16821
git merge FETCH_HEAD
(the latter may require further actions, be alert...)

 

> As long as you're not checking out a very old version of Sage, running 
> "make" should work except maybe in docbuilding. If docbuilding fails, 
> then "make doc-clean; make" should work. 
>
> Could you give more details with the *exact* commands that you ran with 
> the *exact* output that those commands produced? 
>

-- 
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.

Reply via email to