From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19752 invoked by alias); 21 Sep 2016 05:33:57 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 19737 invoked by uid 89); 21 Sep 2016 05:33:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=AWL,BAYES_05,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=zissimopoulos, Zissimopoulos, winfsp, H*r:8.12.11 X-HELO: m0.truegem.net Received: from m0.truegem.net (HELO m0.truegem.net) (69.55.228.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 21 Sep 2016 05:33:46 +0000 Received: from localhost (mark@localhost) by m0.truegem.net (8.12.11/8.12.11) with ESMTP id u8L5Xist092928 for ; Tue, 20 Sep 2016 22:33:44 -0700 (PDT) (envelope-from mark@maxrnd.com) Date: Wed, 21 Sep 2016 05:33:00 -0000 From: Mark Geisert To: "cygwin-apps@cygwin.com" Subject: Re: cygfuse In-Reply-To: Message-ID: References: <579A4102.9040406@maxrnd.com> <20160728200435.GG26311@calimero.vinschen.de> <20160729085141.GK26311@calimero.vinschen.de> < MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00057.txt.bz2 On Tue, 20 Sep 2016, Bill Zissimopoulos wrote: > On 9/8/16, 1:03 AM, Mark Geisert wrote: >> I've changed Subject: to reflect what's being discussed now. When we >> have a >> consensus cygfuse I'll issue an ITP for it. >> >> I've now updated the cygfuse repository on GitHub so it is more neutral >> about >> FUSE implementations. It can be seen at >> https://github.com/mgeisert/cygfuse . >> >> I've also read up a little on Dokan and Dokany, so I should be able to >> better >> respond to any comments Adrien might have about the updated cygfuse. > > Mark, has there been any additional progress on this? No activity. I was not expecting Dokany to be fully integrated before ITPing cygfuse, but I had hoped to hear at least that the layout of FUSE include files works for them (or doesn't) and that the strategy of dynamic loading Dokany's DLL is workable for them too. > Looking at the updated cygfuse I believe one change would be to rename > cygfuse.pc back to fuse.pc so that build configuration scripts can find > it. I have created a github issue for this. I've now made those changes and updated the GitHub issue. Should the URL named in fuse.pc.in now point at the GitHub cygfuse project? > Other than that I would think that the package would be ready for > submission. Any changes to support additional projects like Dokany, etc. > could easily happen in the future when those projects are ready. Agreed. It would be neet though to find out sooner rather than later whether some other FUSE implementation can coexist with WinFSP. I don't have the bandwidth to check Dokany or any others myself despite interest. ..mark