On 15/06/18 05:37, Luc Van Oostenryck wrote: > Most manpages for mktemp(1) specify that the 'XXXXXX' part of the > template must be at the end (of course, the GNU's version accept > it anywhere). At least the busybox's version used by Alpine Linux > tries to enforce that and fails in sparse current use of it: > tmp.XXXXXX.{llvm,o} > > Fix that by moving the XXXXXX at the end like: > tmp.{l,o}.XXXXXX > > Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> I recently noticed that I have duplicated your earlier commit a410611d7a ("llvm: fix creation of sparsec's tmp files", 2017-03-27), while doing a test merge with the master branch of your 'sparse.git' repo (ie _not_ your sparse-dev.git repo). [I'm developing on top of v0.5.2 - a410611d7a was in a side branch and not in the v0.5.2 release.] FWIW, I think I prefer to tmp-directory idea in a later email. Thanks! ATB, Ramsay Jones -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html