From owner-svn-src-stable@freebsd.org Thu Apr 27 22:10:37 2017 Return-Path: Delivered-To: svn-src-stable@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 75950D531D7; Thu, 27 Apr 2017 22:10:37 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (glebi.us [96.95.210.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5BAAE1BFA; Thu, 27 Apr 2017 22:10:36 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.15.2/8.15.2) with ESMTPS id v3RMAUcQ068266 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 27 Apr 2017 15:10:30 -0700 (PDT) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebi.us (8.15.2/8.15.2/Submit) id v3RMAUbr068265; Thu, 27 Apr 2017 15:10:30 -0700 (PDT) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 27 Apr 2017 15:10:30 -0700 From: Gleb Smirnoff To: Ngie Cooper Cc: Ed Maste , "Pedro F. Giffuni" , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-stable@freebsd.org" , "svn-src-stable-10@freebsd.org" Subject: Re: svn commit: r314937 - in stable/10/sys: fs/ext2fs modules/ext2fs Message-ID: <20170427221030.GL56922@FreeBSD.org> References: <201703090247.v292l1Ws098712@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.0 (2017-02-23) X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2017 22:10:37 -0000 On Thu, Apr 27, 2017 at 03:00:56PM -0700, Ngie Cooper wrote: N> On Thu, Apr 27, 2017 at 1:52 PM, Ed Maste wrote: N> > On 8 March 2017 at 21:47, Pedro F. Giffuni wrote: N> >> Author: pfg N> >> Date: Thu Mar 9 02:47:01 2017 N> >> New Revision: 314937 N> >> URL: https://svnweb.freebsd.org/changeset/base/314937 N> >> N> >> Log: N> >> Revert 294545: N> >> Bringing back ext4: add support for reading sparse files N> > N> > Tinderbox is broken on GCC architectures, e.g. from powerpc.LINT64: N> > N> > In file included from /scratch/tmp/emaste/freebsd/sys/fs/ext2fs/inode.h:46, N> > from /scratch/tmp/emaste/freebsd/sys/fs/ext2fs/ext2_alloc.c:50: N> > /scratch/tmp/emaste/freebsd/sys/fs/ext2fs/ext2_extents.h:91: warning: N> > declaration does not declare anything N> N> ... because of anonymous unions not being supported in gcc 4.2.1. The whole kernel is built with option that enables them on 4.2.1. CFLAGS.gcc+= -fms-extensions -- Totus tuus, Glebius.