http://d.puremagic.com/issues/show_bug.cgi?id=11313
Summary: std.process.ProcessException: Not an executable file
on running unittests when /tmp is mounted noexec
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Iain Buclaw <[email protected]> 2013-10-21 04:45:40 PDT ---
As per summary, to reproduce run (assumes you have a line in /etc/fstab for
/tmp):
mount -o remount,noexec /tmp
Then run the phobos unittests.
Unittests should *really* be creating the temp file on the same filesystem as
where you are running ./unittest from for phobos.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------