Failing phobos unittests depending on /tmp/ contents
Andrei Alexandrescu via Digitalmars-d
digitalmars-d at puremagic.com
Sat Sep 24 08:43:41 PDT 2016
I'm seeing failures such as:
std.file.FileException at 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
More information about the Digitalmars-d
mailing list