From owner-freebsd-current@freebsd.org Tue Jun 27 07:57:42 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C052DA3E53 for ; Tue, 27 Jun 2017 07:57:42 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-10.reflexion.net [208.70.210.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE03D8045B for ; Tue, 27 Jun 2017 07:57:40 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 21280 invoked from network); 27 Jun 2017 07:57:39 -0000 Received: from unknown (HELO rtc-sm-01.app.dca.reflexion.local) (10.81.150.1) by 0 (rfx-qmail) with SMTP; 27 Jun 2017 07:57:39 -0000 Received: by rtc-sm-01.app.dca.reflexion.local (Reflexion email security v8.40.1) with SMTP; Tue, 27 Jun 2017 03:57:39 -0400 (EDT) Received: (qmail 31740 invoked from network); 27 Jun 2017 07:57:38 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 27 Jun 2017 07:57:38 -0000 Received: from [192.168.1.114] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id 27688EC8143; Tue, 27 Jun 2017 00:57:38 -0700 (PDT) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: Compiler more strict on 12 with r320337 ? Message-Id: <63CEB3B7-5CAD-438E-8ABF-9BC5601FD544@dsl-only.net> Date: Tue, 27 Jun 2017 00:57:37 -0700 To: Jaeger Kurt , glebius@FreeBSD.org, FreeBSD Current X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 27 Jun 2017 07:57:42 -0000 Kurt Jaeger lists at opsec.eu wrote on Tue Jun 27 06:31:11 UTC 2017 : > Compiling devel/lfcbase, it fails while including sys/socketvar.h with > this error: > > In file included from Net.cc:36: > /usr/include/sys/socketvar.h:117:4: error: types cannot be declared in an > anonymous struct > enum { > ^ > 1 error generated. The rejected syntax in socketvar.h was added in -r319722 : To: revision 319722 by glebius, Thu Jun 8 21:30:34 2017 UTC From: revision 319641 by glebius, Wed Jun 7 01:48:11 2017 UTC and so is fairly recent. So if that is more recent than the most recent compile that worked for you then it may not be a compiler change at all. === Mark Millard markmi at dsl-only.net