On Mon, Oct 24, 2005 at 05:58:49PM +0200, Bastian Blank wrote: > On Sun, Oct 23, 2005 at 06:20:24PM +0200, Bas Wijnen wrote: > > I fixed this by creating a temporary directory as $HOME, and removing it > > afterward. Looking at strace's output, it doesn't touch the real home > > directory anymore. I think it should really be fixed in blender, and I saw > > you filed a bug there already. Thanks. > > Is there any problem with using a directory within the build directory > instead of moving them into the small /tmp?
Since the files are typically temporary, I think mktemp is the thing to do. I could use it on the build directory, but I don't think that would be correct: these are just temporary files, not parts of the build. The temporary files gcc uses are also not put in the build dir, for example. However, the output files from blender are now put in /tmp, where files by the same name may be overwritten (it's the default name of blender output). This isn't good of course, but unfortunately I think it's not possible to put them in a dynamic place. I could put them in /tmp/gfpoken instead of /tmp, in order to lower the chance of overwriting files. Thanks, Bas -- I encourage people to send encrypted e-mail (see http://www.gnupg.org). If you have problems reading my e-mail, use a better reader. Please send the central message of e-mails as plain text in the message body, not as HTML and definitely not as MS Word. Please do not use the MS Word format for attachments either. For more information, see http://129.125.47.90/e-mail.html
signature.asc
Description: Digital signature