From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from re-prd-fep-048.btinternet.com (mailomta10-re.btinternet.com [213.120.69.103]) by sourceware.org (Postfix) with ESMTPS id DBDF33858C78 for ; Sat, 12 Mar 2022 14:44:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DBDF33858C78 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dronecode.org.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=dronecode.org.uk Received: from re-prd-rgout-005.btmx-prd.synchronoss.net ([10.2.54.8]) by re-prd-fep-048.btinternet.com with ESMTP id <20220312144401.GCIS14492.re-prd-fep-048.btinternet.com@re-prd-rgout-005.btmx-prd.synchronoss.net>; Sat, 12 Mar 2022 14:44:01 +0000 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com; bimi=skipped X-SNCR-Rigid: 613A91241896DD38 X-Originating-IP: [86.139.156.65] X-OWM-Source-IP: 86.139.156.65 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvvddruddvgedgieejucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuueftkffvkffujffvgffngfevqffopdfqfgfvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefkffggfgfufhfhvfgjtgfgsehtkeertddtfeejnecuhfhrohhmpeflohhnucfvuhhrnhgvhicuoehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkqeenucggtffrrghtthgvrhhnpeetveeileefieevffevleeugfehveehtddtfeevgfelteehtddtudeghfekfefhudenucffohhmrghinhepmhgrgihrnhgurdgtohhmpdhgihhthhhusgdrtghomhenucfkphepkeeirddufeelrdduheeirdeiheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhephhgvlhhopegludelvddrudeikedruddruddtfegnpdhinhgvthepkeeirddufeelrdduheeirdeihedpmhgrihhlfhhrohhmpehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkpdhnsggprhgtphhtthhopedvpdhrtghpthhtoheptgihghifihhnqdgrphhpshestgihghifihhnrdgtohhmpdhrtghpthhtohepmhgrrhhksehmrgigrhhnugdrtghomh X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.103] (86.139.156.65) by re-prd-rgout-005.btmx-prd.synchronoss.net (5.8.716.04) (authenticated as jonturney@btinternet.com) id 613A91241896DD38; Sat, 12 Mar 2022 14:44:01 +0000 Message-ID: <10fcc7c4-0822-0dd8-527e-e46e79e2f031@dronecode.org.uk> Date: Sat, 12 Mar 2022 14:43:52 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [ITP] cygfuse Content-Language: en-GB References: From: Jon Turney To: Mark Geisert , "cygwin-apps@cygwin.com" In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3570.8 required=5.0 tests=BAYES_00, FORGED_SPF_HELO, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H5, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2022 14:44:05 -0000 On 10/03/2022 06:16, Mark Geisert wrote: > This is a Cygwin version of libfuse{,3} that can be found in various > Linux distributions.  It is a couple of link libraries and additions to > /usr/include to allow porting of FUSE apps.  FUSE: File System In User > Space.  I will shortly be providing an sshfs FUSE app, to be covered by > a separate ITP. > > Importantly, cygfuse depends on an underlying Windows FUSE > implementation: WinFSP.  In fact the Cygwin library code was provided by > the author of WinFSP.  I'm just providing a bona-fide Cygwin package for > the code. > > WinFSP, and thus cygfuse, is made available under GPLv3 for Free/Libre > and Open Source Software or under a commercial license. > > If another Windows FUSE provider shows interest in supporting Cygwin, I > suspect it could be supported with alternatives(8). It's not quite that straightforward as the Windows loader can only follow symlinks to DLLs if they are But that's not > The initial project files for review are located at: > http://maxrnd.com/~mark/cygwin/cygfuse/cygfuse.cygport > http://maxrnd.com/~mark/cygwin/cygfuse/cygfuse-3.2.0-1-src.tar.xz > http://maxrnd.com/~mark/cygwin/cygfuse/cygfuse-3.2.0-1.src.patch > > Thanks for reading and for any feedback you might have, A few small comments on the cygport file > HOMEPAGE="https://github.com/mgeisert/cygfuse" > #SRC_URI="http://maxrnd.com/~mark/cygwin/x86_64/release/cygfuse/cygfuse-${PV}.tar.xz" > #NOT YET: GIT_URI="https://github.com/mgeisert/cygfuse.git" > #NOT YET: GIT_TAG="v$VERSION" > #NOT YET: inherit git It's unclear where the upstream source tarball comes from... > PKG_NAMES="cygfuse" > cygfuse_CONTENTS=" > usr/bin/* > usr/include/fuse/* > usr/include/fuse3/* > usr/lib/* > usr/share/man/man1/* > usr/share/man/man8/* > " > > # take over these activities from cygport.. > _CYGPORT_RESTRICT_strip_=1 This should be written 'RESTRICT=strip', I think. > src_compile() > { > # fix source tree glitch.. (maybe 'prep' stumbling or bad tarfile layout?) > if [ -e ${S}/src ]; then > mv ${S}/src/cygfuse ${S} > rmdir ${S}/src > fi I think this can be handled with 'SRC_DIR=src/cygfuse' (and suitable adjustment to paths throughout) > > # and on with the show.. > cd ${S} > lndirs > > # compile emulation of Linux libfuse.. > mkdir -p ${B}/cygfuse/fuse > cd ${B}/cygfuse/fuse > cygmake > > # compile emulation of Linux libfuse3.. > mkdir -p ${B}/cygfuse/fuse3 > cd ${B}/cygfuse/fuse3 > cygmake > }