> -----Original Message----- > From: SF Markus Elfring [mailto:[email protected]] > Sent: Thursday, March 24, 2016 3:36 AM > To: Keller, Jacob E <[email protected]> > Cc: [email protected] > Subject: Re: [Cocci] spatch temporary files issues > > > I am using coccinelle for a project, and have run into an issue regarding > the temporary director created by spatch when it runs on a given cocci file. > > > > Fatal error: exception Failure("Directory memcpy-assign used for > temporary files already exists and should be removed.") > > > > This occurs because I run in parallel, the same cocci script in the same > directory against different sets of files. > > How do you think about to circumvent this issue by creating another > temporary directory for your source code transformation tasks explicitly? > Do you need to fiddle also with symbolic links for your SmPL scripts? > > Regards, > Markus
That's essentially what I did as a work around. It just surprised me that there is no way to control how temporary files get created. Thanks, Jake _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
