Clang now builds world and kernel, on i386 and amd64

Buganini buganini at gmail.com
Wed Sep 29 11:50:17 UTC 2010


I'm using perl 5.10, on amd64
only enable clang in src.conf
no CPU nor CFLAGS settings in src.conf/make.conf

so it seems that the problem is perl-version independent?
perhaps amd64?



On Wed, Sep 29, 2010 at 7:46 PM, Derek Tattersall <dlt at mebtel.net> wrote:
> * Dimitry Andric <dim at FreeBSD.org> [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 at mebtel.net          dlt666 at yahoo.com                 dtatters at gmail.com
> _______________________________________________
> freebsd-current at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"
>


More information about the freebsd-current mailing list