From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Thu, 19 Jul 2018 11:57:50 +0200 Subject: [Buildroot] [PATCH 1/1] replace invocation of tempfile w/ mktemp in try-run In-Reply-To: <20180629214012.26644-1-joseph.kogut@gmail.com> (Joseph Kogut's message of "Fri, 29 Jun 2018 14:40:12 -0700") References: <20180629214012.26644-1-joseph.kogut@gmail.com> Message-ID: <8736wffsyp.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Joseph" == Joseph Kogut writes: > mktemp is included in GNU Coreutils, and its usage is preferred over > tempfile. > http://lists.gnu.org/archive/html/bug-coreutils/2007-10/msg00134.html > Additionally, some distributions no longer package tempfile, and > this patch fixes try-run in that case. > Fixes: > http://autobuild.buildroot.net/results/db5/db50f4415d18441f94b641ef6dc5a3672678b8b9/ > http://autobuild.buildroot.net/results/76d/76d73f767d3aab3c97d61188f5666899d72ed82d/ > http://autobuild.buildroot.net/results/6aa/6aa9031962603354086b49bc49add92fde496ec2/ > http://autobuild.buildroot.net/results/33d/33d22f4d96fb439be8551355290896ef6d3649df/ > http://autobuild.buildroot.net/results/eee/eeec2ed80e147c172ec2d50958b12cfa38b2cc8d/ > Signed-off-by: Joseph Kogut Committed to 2018.02.x and 2018.05.x, thanks. -- Bye, Peter Korsgaard