From owner-freebsd-current@FreeBSD.ORG Wed Sep 29 11:46:33 2010 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE593106564A; Wed, 29 Sep 2010 11:46:33 +0000 (UTC) (envelope-from dlt@mebtel.net) Received: from mail960c35.nsolutionszone.com (mail960c35.nsolutionszone.com [209.235.152.150]) by mx1.freebsd.org (Postfix) with ESMTP id 518B38FC12; Wed, 29 Sep 2010 11:46:32 +0000 (UTC) X-POP-User: dlt.mebtel.net Received: from localhost (99-194-23-158.dyn.centurytel.net [99.194.23.158]) by mail960c35.nsolutionszone.com (8.13.6/8.13.1) with ESMTP id o8TBkUTm006528; Wed, 29 Sep 2010 11:46:31 GMT Date: Wed, 29 Sep 2010 07:46:30 -0400 From: Derek Tattersall To: Dimitry Andric Message-ID: <20100929114630.GA8359@oriental.arm.org> References: <4C99A53E.7060707@FreeBSD.org> <20100929002843.GA5001@oriental.arm.org> <4CA2E00D.3080102@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4CA2E00D.3080102@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-CSC: 0 X-CHA: v=1.1 cv=iIcw97Q+eQ1D81EQALF4mu53sRtfq8vPcYUIyeuB6hU= c=1 sm=1 a=BUHArxkelXkA:10 a=GPr01A5e9VcA:10 a=kj9zAlcOel0A:10 a=5FSmvsqyZ8dLHOg+TByL6Q==:17 a=6I5d2MoRAAAA:8 a=xwPayol1AAAA:8 a=CjxXgO3LAAAA:8 a=pGLkceISAAAA:8 a=pwuoVvFHv6lFRFWPNGQA:9 a=Tpzg-W3jdkbQFCUjGYEGMpvizb0A:4 a=CjuIK1q_8ugA:10 a=SV7veod9ZcQA:10 a=0Ob1RWNGeVAA:10 a=rC2wZJ5BpNYA:10 a=MSl-tDqOz04A:10 a=5FSmvsqyZ8dLHOg+TByL6Q==:117 Cc: Renato Botelho , current@FreeBSD.org Subject: Re: Clang now builds world and kernel, on i386 and amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dlt@mebtel.net List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2010 11:46:33 -0000 * Dimitry Andric [100929 06:16]: > On 2010-09-29 02:28, Derek Tattersall wrote: > > A test shell script using mktemp (1) works fine on current built with > > clang today. The clang case produces a filename with all "A"'s rather > > than the random letters expected. > > I cannot reproduce this on a system compiled entirely with clang: > > $ mktemp foo.XXXXXX > foo.MyUM5k > $ mktemp foo.XXXXXX > foo.YidMeT > $ mktemp foo.XXXXXX > foo.L27Cfz > $ mktemp foo.XXXXXX > foo.k3haLx > > ... and so on. Can you post that test script, please? I think was ambiguous in description of the test I ran. The mktemp shell script test only had a call to /usr/bin/mktemp. The other case I ran, was Renato's perl script, and it produced the same results as he produced. I haven't had time yet to study the File::Temp code installed by perl 5.12.2. -- Best regards, Derek Tattersall dlt@mebtel.net dlt666@yahoo.com dtatters@gmail.com