From owner-freebsd-current@FreeBSD.ORG Mon May 14 15:39:00 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0226D1065670 for ; Mon, 14 May 2012 15:39:00 +0000 (UTC) (envelope-from oleg.moskalenko@citrix.com) Received: from SMTP02.CITRIX.COM (smtp02.citrix.com [66.165.176.63]) by mx1.freebsd.org (Postfix) with ESMTP id B328E8FC12 for ; Mon, 14 May 2012 15:38:59 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.75,586,1330923600"; d="scan'208";a="194717787" Received: from sjcpmailmx02.citrite.net ([10.216.14.75]) by FTLPIPO02.CITRIX.COM with ESMTP/TLS/RC4-MD5; 14 May 2012 11:38:58 -0400 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.73]) by SJCPMAILMX02.citrite.net ([10.216.14.75]) with mapi; Mon, 14 May 2012 08:38:57 -0700 From: Oleg Moskalenko To: =?iso-8859-1?Q?=27G=E1bor_K=F6vesd=E1n=27?= , Garrett Cooper Date: Mon, 14 May 2012 08:38:58 -0700 Thread-Topic: FYI FreeBSD clang build fails on new import of sort Thread-Index: Ac0xxB64L5VcO84jTEG3Uadl9J4pfAAI3FFQ Message-ID: <031222CBCF33214AB2EB4ABA279428A3011A2C2D1AD7@SJCPMAILBOX01.citrite.net> References: <4FB0EB4C.5090000@t-hosting.hu> In-Reply-To: <4FB0EB4C.5090000@t-hosting.hu> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: Outback Dingo , freebsd-current Subject: RE: FYI FreeBSD clang build fails on new import of sort 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: Mon, 14 May 2012 15:39:00 -0000 I found another problem with sort compilation with clang, I'll send the fix= soon. Thanks Oleg > -----Original Message----- > From: G=E1bor K=F6vesd=E1n [mailto:gabor@t-hosting.hu] > Sent: Monday, May 14, 2012 4:24 AM > To: Garrett Cooper > Cc: Outback Dingo; freebsd-current; Oleg Moskalenko > Subject: Re: FYI FreeBSD clang build fails on new import of sort >=20 > On 2012.05.14. 2:49, Garrett Cooper wrote: > > Yeah... errx(2, getstr(9)) should be errx(2, "%s", getstr(9))... > > -Garrett > Thanks, should be fixed now. >=20 > Gabor