From owner-freebsd-infiniband@FreeBSD.ORG Mon Apr 29 13:47:22 2013 Return-Path: Delivered-To: freebsd-infiniband@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4F89FA5F; Mon, 29 Apr 2013 13:47:22 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-da0-x236.google.com (mail-da0-x236.google.com [IPv6:2607:f8b0:400e:c00::236]) by mx1.freebsd.org (Postfix) with ESMTP id 262A4160C; Mon, 29 Apr 2013 13:47:22 +0000 (UTC) Received: by mail-da0-f54.google.com with SMTP id s35so2950884dak.13 for ; Mon, 29 Apr 2013 06:47:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:x-mailer:from:subject:date :to; bh=n0nITwojxP5XW2e7v6XkTLLljYqif0G9UCWTz0sEuK4=; b=EiS5CsTL+FSDNsJwcrRsFkQR3iIF4Ar9kOhE595AJezy8OnhOGL7oR+XdAXVkKdWOM xBMu0z0Trvc+I0EGxJfQK6Xp3qBUNugmDkmn5WbzE2fxwZEdBTxjlrOx31Mh9ZyJK9mM Zi2xAwREYTNJT/LZ+dmnMZdHGiEuUBWwIoK1QuRjYf7AJumMxAl5zIN1o/bzuSTfUGkk fvgjnROf3r9R4zjdElnwgmPJrirlq2p+sfaf0v83YPxRtikskcx8cE5+Q9zbwdImLcLd sbmEZ+kzMHmCuAF0ERrBUvDn6FwsweVFD7GAhhoZ7Vh/m+HrdWMPIdo2WfTQcK7anxuL tecA== X-Received: by 10.68.91.131 with SMTP id ce3mr70400834pbb.46.1367243241990; Mon, 29 Apr 2013 06:47:21 -0700 (PDT) Received: from [192.168.20.8] (c-98-203-241-95.hsd1.wa.comcast.net. [98.203.241.95]) by mx.google.com with ESMTPSA id qr7sm24157669pbc.16.2013.04.29.06.47.20 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Apr 2013 06:47:21 -0700 (PDT) References: Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <794C505F-590D-4F50-94EC-DD963168C018@gmail.com> X-Mailer: iPhone Mail (10B329) From: Garrett Cooper Subject: Re: Infiniband OFED CLANG failing Date: Mon, 29 Apr 2013 06:47:19 -0700 To: Ed Schouten Cc: Outback Dingo , FreeBSD Current , freebsd-infiniband@freebsd.org X-BeenThere: freebsd-infiniband@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Infiniband on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 13:47:22 -0000 On Apr 29, 2013, at 4:57 AM, Ed Schouten wrote: > 2013/4/28 Outback Dingo : >> /usr/src/contrib/ofed/usr.bin/opensm/../../management/opensm/opensm/osm_c= onsole.c:70:1: >> error: use of GNU old-style field designator extension >> [-Werror,-Wgnu-designator] >> on: 0, delay_s: 2, loop_function:NULL}; >> ^~~ >=20 > This seems to be a known issue. >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dbin/174214 >=20 > I've added Garrett to the Cc, as he seems to have replied to the > original ticket. Hi Ed! Could someone please commit the patch? It's going to be a while before t= he new OFED stack makes it in, so we might as well fix this now.. I've appro= ached Jeff R several times but gotten no response.. Thanks, -Garrett=