From owner-freebsd-arch@freebsd.org Tue Mar 27 16:17:29 2018 Return-Path: Delivered-To: freebsd-arch@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 51710F66946 for ; Tue, 27 Mar 2018 16:17:29 +0000 (UTC) (envelope-from darrick.wong@oracle.com) Received: from aserp2130.oracle.com (aserp2130.oracle.com [141.146.126.79]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "aserp2130.oracle.com", Issuer "Symantec Class 3 Secure Server CA - G4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C40816F402; Tue, 27 Mar 2018 16:17:28 +0000 (UTC) (envelope-from darrick.wong@oracle.com) Received: from pps.filterd (aserp2130.oracle.com [127.0.0.1]) by aserp2130.oracle.com (8.16.0.22/8.16.0.22) with SMTP id w2RG4xkM083240; Tue, 27 Mar 2018 16:17:19 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=corp-2017-10-26; bh=m2PW0w6o2wrSeHoeMGsYsbLs0d1gaEI8GlFRgym3z7g=; b=HhmAY8MioDbvEuowY0DWAPS9IJ3pB1Ta2IP8aXEg8giNbrgxLei3HhXv3+Cb29GFzSEg 0A4qyiemmuP1I2Zb6af6stR8/ykM0hIe8p+TGrzrUbSNwx/IXosWNMNLFHMZgN1mVVLN zU6opARL92nOQi6C27qLssY+YrovLj87LGuVQ7PqkV7GZR2F3Fn5yHOdDZRu44UupuFr p9er/nMH0nTjcWUvJApKoboPSWiDMCZiz/EJBDQviiyJRcIt/5xmKGY6/NEERIGXM1ff HR7uvD3YmPJcpl6RTOCCnq+5tcgh+5mgx85nFAg3wT0XHrd2rlBLLaFflOXYm4oZoRbB 0w== Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by aserp2130.oracle.com with ESMTP id 2gys2p04t4-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 27 Mar 2018 16:17:19 +0000 Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by userv0022.oracle.com (8.14.4/8.14.4) with ESMTP id w2RG7HSo015439 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 27 Mar 2018 16:07:17 GMT Received: from abhmp0006.oracle.com (abhmp0006.oracle.com [141.146.116.12]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id w2RG7GS0017258; Tue, 27 Mar 2018 16:07:16 GMT Received: from localhost (/67.169.218.210) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 27 Mar 2018 09:07:16 -0700 Date: Tue, 27 Mar 2018 09:07:14 -0700 From: "Darrick J. Wong" To: Conrad Meyer Cc: Cy Schubert , "Luis R. Rodriguez" , Carlos Maiolino , "freebsd-arch@freebsd.org" , Eric Sandeen , xfs Subject: Re: FreeBSD and xfsprogs ? Message-ID: <20180327160714.GB4818@magnolia> References: <201803261953.w2QJrYQm028227@slippy.cwsent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=8844 signatures=668695 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1711220000 definitions=main-1803270161 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Mar 2018 16:17:29 -0000 [cc the xfsprogs maintainer] [cc xfs list] On Mon, Mar 26, 2018 at 12:57:55PM -0700, Conrad Meyer wrote: > Yeah, someone broke the build recently via a base toolchain change or > a ports framework/compiler change. I don't think that changes > anything. > > On Mon, Mar 26, 2018 at 12:53 PM, Cy Schubert wrote: > > In message > il.com> > > , Conrad Meyer writes: > >> On Fri, Mar 23, 2018 at 12:18 PM, Luis R. Rodriguez wrote > >> : > >> > On the Linux xfs development list there is an RFC to remove IRIX, > >> > Darwin, and FreeBSD support from xfsprogs, the userspace program used > >> > to create/interact with XFS filesystems. Just wanted to poke and check > >> > to ensure that FreeBSD is not interested in XFS, if this is incorrect > >> > now would be the good time to chime into the list and discussion. > >> > > >> > [0] https://lkml.kernel.org/r/20180322202102.wpff347scdmfpv62@odin.usersys. > >> redhat.com > >> > >> Hi Luis, > >> > >> FreeBSD 11+ can mount XFS filesystems read and write via a FUSE port > >> incorporating LKL[0] (sysutils/fusefs-lkl). I would appreciate Yikes. I'm curious, how many people use fusefs-lkl? Eric will have more to say about this, but is your xfsprogs port still on 3.2.4 because ./configure can't find libblkid? --D > >> xfsprogs retaining FreeBSD support at least for creating or modifying > >> offline XFS filesystems, if it isn't too painful for you. > > fusefs-lkl is flagged broken as of r465272. > > > > > > -- > > Cheers, > > Cy Schubert > > FreeBSD UNIX: Web: http://www.FreeBSD.org > > > > The need of the many outweighs the greed of the few. > > > >