From owner-freebsd-current@FreeBSD.ORG Wed Sep 29 13:17:27 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 7B65F1065673; Wed, 29 Sep 2010 13:17:27 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id D94858FC14; Wed, 29 Sep 2010 13:17:25 +0000 (UTC) Received: by wwb17 with SMTP id 17so971487wwb.31 for ; Wed, 29 Sep 2010 06:17:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=zVkPUPI/boG5AhjCXOHfJSX72RmhyoAQ9xFI/OAvCVk=; b=WciGxreZ5g/L8h6v+aTQQjno6vvNpCg8DLZ8+7dfRQauZbiz9XAT0pQ++89yh4ugf5 fa3dN73QD3qfNvQMGY52y2v+OXd0GTrrIBc9f2ly7auNHk3gg+y1dHZM6G6BF8Q6JwuN iRXEGBaG2X9NqeoGw1GTstdb/SMF8igGU+hyU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=CwKVZ9LDMGSSfTJ0vjhQ6XU5Uqa1NrkiWGGhyefQ30WFrG+fSMbp1GHC0JR1t+TVSZ wy0/KZpyN/jS5WGuV8pauX4yc/5n5GOA5vUDglUMnhZkXEBoLl5A/EWeuZOirvO9d3zc wcWER79DTI1KRpWkVyS5EZhhyE+r4YUkUjAPw= Received: by 10.216.145.199 with SMTP id p49mr2504785wej.18.1285765955380; Wed, 29 Sep 2010 06:12:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.181.142 with HTTP; Wed, 29 Sep 2010 06:12:13 -0700 (PDT) In-Reply-To: References: <4C99A53E.7060707@FreeBSD.org> <20100929002843.GA5001@oriental.arm.org> <4CA2E00D.3080102@FreeBSD.org> <4CA3244D.7030907@FreeBSD.org> From: Renato Botelho Date: Wed, 29 Sep 2010 10:12:13 -0300 Message-ID: To: Dimitry Andric Content-Type: multipart/mixed; boundary=0016e6d5094b091776049165b74a X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: dlt@mebtel.net, 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 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 13:17:27 -0000 --0016e6d5094b091776049165b74a Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Wed, Sep 29, 2010 at 9:40 AM, Renato Botelho wrote: > On Wed, Sep 29, 2010 at 8:34 AM, Dimitry Andric wrote: >> On 2010-09-29 13:23, Renato Botelho wrote: >>> >>> #!/usr/bin/perl >>> >>> use File::Temp; >>> >>> my ( $fh, $filename ) =3D File::Temp::tempfile(); >>> print "$filename\n"; >> >> For me it works perfectly, though I am using perl 5.10: >> >> $ cat foo.pl >> #!/usr/bin/perl >> >> use File::Temp; >> >> my ( $fh, $filename ) =3D File::Temp::tempfile(); >> print "$filename\n"; >> $ perl -v >> >> This is perl, v5.10.1 (*) built for i386-freebsd-64int >> >> Copyright 1987-2009, Larry Wall >> >> Perl may be copied only under the terms of either the Artistic License o= r >> the >> GNU General Public License, which may be found in the Perl 5 source kit. >> >> Complete documentation for Perl, including FAQ lists, should be found on >> this system using "man perl" or "perldoc perl". =A0If you have access to= the >> Internet, point your browser at http://www.perl.org/, the Perl Home Page= . >> >> $ perl foo.pl >> /tmp/tv25CPnWhF >> $ perl foo.pl >> /tmp/L2UJQ5_JJs >> $ perl foo.pl >> /tmp/6ynQYvWIc1 >> $ perl foo.pl >> /tmp/Tdpf7PKBMg >> $ perl foo.pl >> /tmp/76ir2i1ici >> $ perl foo.pl >> /tmp/LhfD0eZgd8 >> >> I'll try building perl 5.12 and try it again. >> >> Btw, I assume you did *not* rebuild perl with clang, so your perl is >> still compiled with gcc? >> > > Well, I find out where the problem is, now I have my entire > system built with gcc. After install libc.so.7 built with clang > the problem starts, installing same lib built with gcc the > problem stops. > > How can I debug it to give you more information? Re-sending to the list, here is a ktrace using built-with-clang libc.so.7, when the error occours. --=20 Renato Botelho --0016e6d5094b091776049165b74a--