From owner-freebsd-current@freebsd.org Sat Jun 9 21:05:08 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C177B10004E5; Sat, 9 Jun 2018 21:05:08 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A68975FE6; Sat, 9 Jun 2018 21:05:08 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id w59L5LQm006245 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 9 Jun 2018 14:05:22 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id w59L5L1n006244; Sat, 9 Jun 2018 14:05:21 -0700 (PDT) (envelope-from fbsd) Date: Sat, 9 Jun 2018 14:05:20 -0700 From: bob prohaska To: Mark Johnston Cc: freebsd-arm@freebsd.org, freebsd-current@freebsd.org Subject: Re: use of undeclared identifier 'DW_LANG_C11' Message-ID: <20180609210520.GB5728@www.zefox.net> References: <20180609200724.GA5728@www.zefox.net> <20180609201308.GA13305@pesky> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180609201308.GA13305@pesky> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 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: Sat, 09 Jun 2018 21:05:08 -0000 On Sat, Jun 09, 2018 at 04:13:08PM -0400, Mark Johnston wrote: > On Sat, Jun 09, 2018 at 01:07:24PM -0700, bob prohaska wrote: > > I'm seeing persistent > > --- dwarf.o --- > > /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/dwarf.c:1980:8: error: use of undeclared identifier 'DW_LANG_C11' > > case DW_LANG_C11: > > ^ > > errors very early in buildworld attempts on 334890 > > > > I've tried "make clean" in /usr/src to no avail, is there something else > > to try, or should I just wait for a source update? > > Please give r334892 a try. Thank you, bob prohaska