September 24, 2016
I'm seeing failures such as:

std.file.FileException@std/file.d(3676): /tmp/icedteaplugin-mdm-52Jm8S: Permission denied

when running make -j16 unittest for phobos. Apparently that's a preexisting dir on my system, which has restrictive permissions.

Looks like we're trying to mess with files we don't own. Could somebody please look into this?


Andrei