On Friday, November 8, 2013 1:24:33 PM UTC-8, Nils Bruin wrote:
>
> I think what you are experiencing can be characterized as a "bug". 
> Hopefully someone can fix it or find a work-around.
>
In fact, I've just tried the same scenario on bsd.math.washington.edu, 
which runs Darwin (so I guess OSX). (note that /usr/local/bin/sage on that 
machine is version 5.2, which doesn't have the patch in yet. Use 
/Users/buildbot/build/sage/bsd-1/bsd_binary/build/sage-5.13.beta1/sage 
instead)

$ cd /tmp
$ mkdir U
$ chmod 770 U
$ cd U
$ touch test.py
$ umask 022
$ sage -t test.py #this fails as expected
$ umask 002
$ sage -t test.py #this fails on bsd but succeeds on boxen

so something with retrieving umask doesn't work properly on OSX. With a 
concise way of reproducing the problematic behaviour, this is now 
http://trac.sagemath.org/ticket/15387#

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to