From owner-svn-src-all@FreeBSD.ORG Wed Feb 11 19:15:01 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22F91C78; Wed, 11 Feb 2015 19:15:01 +0000 (UTC) Received: from st11p02mm-asmtp001.mac.com (st11p02mm-asmtp001.mac.com [17.172.220.236]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3F2AD03; Wed, 11 Feb 2015 19:15:00 +0000 (UTC) Received: from st11p02mm-spool002.mac.com ([17.172.220.247]) by st11p02mm-asmtp001.mac.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 2014)) with ESMTP id <0NJM00FDCG4LV540@st11p02mm-asmtp001.mac.com>; Wed, 11 Feb 2015 19:14:47 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-02-11_04:2015-02-11,2015-02-11,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1502110191 MIME-version: 1.0 Received: from localhost ([17.172.220.163]) by st11p02mm-spool002.mac.com (Oracle Communications Messaging Server 7.0.5.33.0 64bit (built Aug 27 2014)) with ESMTP id <0NJM00IUIG4LD580@st11p02mm-spool002.mac.com>; Wed, 11 Feb 2015 19:14:45 +0000 (GMT) To: Mark Johnston From: Rui Paulo Subject: =?utf-8?B?UmU6IHN2biBjb21taXQ6IHIyNzgwMTIgLSBoZWFkL2NkZGwvY29udHJpYi9v?= =?utf-8?B?cGVuc29sYXJpcy9jbWQvZHRyYWNlL3Rlc3QvdHN0L2NvbW1vbi91c2R0?= Date: Wed, 11 Feb 2015 19:14:44 +0000 (GMT) X-Mailer: iCloud MailClient15A99 MailServer14H18.17359 X-Originating-IP: [12.218.212.178] Message-id: <79f3f80d-5bdb-448e-9dfb-215cdbfa838f@me.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2015 19:15:01 -0000 On Jan 31, 2015, at 03:12 PM, Mark Johnston wrote:=0A=0A= Author: markj=0ADate: Sat Jan 31 23:12:29 2015=0ANew Revision: 278012=0AUR= L: https://svnweb.freebsd.org/changeset/base/278012=0A=0ALog:=0AFix mktemp= (1) usage.=0A=0AMFC after: =C2=A01 week=0A=0AModified:=0Ahead/cddl/contrib= /opensolaris/cmd/dtrace/test/tst/common/usdt/tst.corruptenv.ksh=0A=0AModif= ied: head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.cor= ruptenv.ksh=0A=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=0A--- head/cddl/contrib/opensolaris/cmd/dtrace/te= st/tst/common/usdt/tst.corruptenv.ksh =C2=A0Sat Jan 31 23:11:57 2015 =C2=A0= =C2=A0(r278011)=0A+++ head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/c= ommon/usdt/tst.corruptenv.ksh =C2=A0 =C2=A0 =C2=A0Sat Jan 31 23:12:29 2015= =C2=A0 =C2=A0(r278012)=0A@@ -48,7 +48,7 @@ fi=0A=0Adtrace=3D"$1"=0Astartd= ir=3D"$PWD"=0A-dir=3D$(mktemp -td drtiXXXXXX)=0A+dir=3D$(mktemp -d -t drti= XXXXXX)=0Aif (( $? !=3D 0 )); then=0A=C2=A0 =C2=A0print -u2 'Could not cre= ate safe temporary directory'=0A=C2=A0 =C2=A0exit 2=0A=C2=A0=0AI hit this = exact same problem in xz-utils when running the test suite. =C2=A0I think = this is a bug in our mktemp and perhaps it's time we move to a version of = mktemp that everyone else uses: mktemp.org.=