From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay2.corp.sgi.com [137.38.102.29]) by oss.sgi.com (Postfix) with ESMTP id 2A2E67CA2 for ; Fri, 12 Aug 2016 15:23:58 -0500 (CDT) Received: from cuda.sgi.com (cuda2.sgi.com [192.48.176.25]) by relay2.corp.sgi.com (Postfix) with ESMTP id D702430404E for ; Fri, 12 Aug 2016 13:23:57 -0700 (PDT) Received: from bombadil.infradead.org ([198.137.202.9]) by cuda.sgi.com with ESMTP id SWS6aiK4xMYbcH8n (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Fri, 12 Aug 2016 13:23:55 -0700 (PDT) Date: Fri, 12 Aug 2016 13:23:52 -0700 From: Christoph Hellwig Subject: Re: [PATCH xfsprogs 01/14] configure: use AC_SYS_LARGEFILE Message-ID: <20160812202352.GA2085@infradead.org> References: <20160809073611.GC25647@infradead.org> <20160809174105.GA5907@nyan> <20160812025753.GD10701@infradead.org> <20160812165440.GA367@nyan> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20160812165440.GA367@nyan> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: Felix Janda Cc: Christoph Hellwig , xfs@oss.sgi.com On Fri, Aug 12, 2016 at 06:54:40PM +0200, Felix Janda wrote: > glibc: since version 2.2 (2000) > uClibc: since version 0.9.11 (2002) > dietlibc: since version 0.8 (2001) > klibc: AFAICS since beginning only transparent LFS > musl: since beginning only transparent LFS > bionic: In 2015 _FILE_OFFSET_BITS was implemented "mostly"... > newlib: (except on cygwin) does not seem to have support for transparent LFS > > Note that LFS can be configured out of uClibc. However its headers > error out when it is configured out and an application sets > _FILE_OFFSET_BITS. (So in the case of xfsprogs it would have errored > out in this situation already earlier.) > > > So it seems that this patch series breaks newlib support... I think that's fine, newlib hasn't every really been a supported config. The point I tried to make is that we should aim to error out during ./configure for this case. _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs