digitalmars.D - Failing phobos unittests depending on /tmp/ contents
- Andrei Alexandrescu (8/8) Sep 24 2016 I'm seeing failures such as:
 
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
 Sep 24 2016








 
 
 
 Andrei Alexandrescu <SeeWebsiteForEmail erdani.org>