On Tuesday, 25 February 2014 22:37:45 UTC-7, Andrey Novoseltsev wrote:
>
> in the end installing sagecell spkg still fails (don't recall the error), 
> but it gets installed well enough to pull the fresh version from the github 
> and run make again.
>

Actually, I get exactly the same error and the reason is that current 
sagenb is at a different version than back in August. But as I said, that's 
just fine for doing

cd sagecell
git pull origin master
../sage -sh -c "make -B"

which in my script is followed by

cd ..
chown -R :sagecell .
chmod -R g+r local # Why are there such issues???

I never figured out what is going wrong with permissions, but there are 
some files that are not group readable and so Sage cannot be used by the 
worker account otherwise.

Andrey 

-- 
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 http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to