Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2010 08:23:41 -0300
From:      Renato Botelho <rbgarga@gmail.com>
To:        Dimitry Andric <dim@freebsd.org>
Cc:        dlt@mebtel.net, current@freebsd.org
Subject:   Re: Clang now builds world and kernel, on i386 and amd64
Message-ID:  <AANLkTik4k%2Bg8NGwRUp=7bvF2MiHhbBOHmA=Ree_-xRDT@mail.gmail.com>
In-Reply-To: <4CA2E00D.3080102@FreeBSD.org>
References:  <4C99A53E.7060707@FreeBSD.org> <AANLkTimYj1VnVQBLROE94rqPYO7pQyHWfpjiYYZ2ORrX@mail.gmail.com> <AANLkTikm0FrJbOTiRPQhcqM30N-GyOYRBk_8jR-Gq9jF@mail.gmail.com> <20100929002843.GA5001@oriental.arm.org> <4CA2E00D.3080102@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 29, 2010 at 3:43 AM, Dimitry Andric <dim@freebsd.org> wrote:
> On 2010-09-29 02:28, Derek Tattersall wrote:
>>
>> A test shell script using mktemp (1) works fine on current built with
>> clang today. =A0The 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. =A0Can you post that test script, please?
>

I'm using perl 5.12.2_2 and this is the code to reproduce
the problem. I didn't tested with other perl versions because
it's a hard task to move to another perl.

#!/usr/bin/perl

use File::Temp;

my ( $fh, $filename ) =3D File::Temp::tempfile();
print "$filename\n";


--=20
Renato Botelho



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTik4k%2Bg8NGwRUp=7bvF2MiHhbBOHmA=Ree_-xRDT>