DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 5318sae42172706 Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 5318sae42172706 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=N4LVYaL+ X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0677C3840C3B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1743497676; bh=c0gBPxlhFtOEUeAW8fCT/p6lt45nH+ZDizbY0fnWI/o=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=N4LVYaL+GUCL54TNfsWsv/uvX2B2WtRg6dyQHE7cgehNWeu1Pb6WDeuBXIYYuTMwT ooSsANcP0Hzt7FhPMMMprpeGyMT/dzot+b2tgQo78tGzkb56M1KuOjXLUzHFwep05G uVR8AXSgLrZPjYxYqSG9yLB/DOote8GEvddFat5Y= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org ECF9D3840865 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org ECF9D3840865 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1743497594; cv=none; b=aomsfFK+68ah9J5+KAxwCxgdBbUQ5FYibbsIhr9FHvOFsvcRt8yll20ChfL/kkQ7nFqWB32o8KKG5zKKnrxs5PhhQUPI05sIwUfiE2H3P6nbynXqgy5VtCsqAXln7j2L7e/CV+xIFcPFwKmJpTdUFUAQTExOTgxSiXTqwLpL8C8= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1743497594; c=relaxed/simple; bh=rI54OlRYwiBUldenyIa93Mz8+N1b8bOuU3JedIEQ770=; h=Message-ID:Date:MIME-Version:Subject:To:From; b=GofWSdJCmwcEqybF6614QWDdkyfcjoX+61hlobPQ9cK7ZkwXMM7ytyzVRZJUqUgcrtHJjaW6IvqWOrx2lf0nHiAV0VzWXaxlU6MOofRWn/etPl9MRVG7OH6H0jcHf6Gkm5D8O1WH4pY5el97YqFJv20aJ8eRO7MT3r4FS5vhcTc= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ECF9D3840865 Message-ID: <3268580f-6d36-406b-bc89-3efaa3c55c3c@maxrnd.com> Date: Tue, 1 Apr 2025 01:53:11 -0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Tool for listing sparse file layout To: cygwin AT cygwin DOT com References: <890fd6bd-6c5f-4a60-b0b0-f1be9c65fd12 AT maxrnd DOT com> Content-Language: en-US In-Reply-To: X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Mark Geisert via Cygwin Reply-To: Mark Geisert Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Hi folks, On 3/31/2025 8:43 AM, Cedric Blancher via Cygwin wrote: > On Mon, 31 Mar 2025 at 11:38, Mark Geisert via Cygwin wrote: >> >> On 3/31/2025 1:26 AM, Cedric Blancher via Cygwin wrote: >>> On Tue, 11 Mar 2025 at 11:14, Corinna Vinschen via Cygwin >>> wrote: >>>> >>>> On Mar 10 21:51, Brian Inglis via Cygwin wrote: >>>>> On 2025-03-10 14:01, Corinna Vinschen via Cygwin wrote: >>>>>> On Mar 7 15:43, Cedric Blancher via Cygwin wrote: >>>>>>> On Fri, 7 Mar 2025 at 13:24, Corinna Vinschen wrote: >>>>> >>>>>>> cygutils-extra >>>>> >>>>>> There is no cygutils-extra package either. >>>>> >>>>> Ahem: you may be mistaken ;^> >>>>> >>>>> https://cygwin.com/packages/summary/cygutils-src.html >>>>> >>>>> Source Package: cygutils >>>>> install package(s): cygutils, cygutils-debuginfo, cygutils-extra, cygutils-x11 >>>>> >>>>> https://cygwin.com/packages/summary/cygutils-extra.html >>>>> >>>>> Package: cygutils-extra >>>>> description: A collection of simple (single source file) utilities, >>>>> including banner, conv, cygdrop, cygicons, dump (a hexdumper), getclip, >>>>> ipck, lpr, msgtool, putclip, semstat, semtool, shmtool, and winln. >>>> >>>> Oops, I looked into the cygwin-pkg-maint file only *blush* >>> >>> Could you please add lssparse.exe there? It's simple, single-file, and >>> unlikely to change often (since its function is just to list the data >>> and hole ranges in a file). >> >> I'm not promising to do this, but I'll take a look. Where might I find >> this wonderful tool in source code form? Google drew a blank. > > http://svn.nrubsig.org/svn/people/gisburn/code/sparsefiles/lssparse.c > is the upstream repro, author (Roland Mainz) already gave his consent. Thank you for the contribution. It builds cleanly. Look for an updated cygutils-extra 1.4.17-2 package in the next day or two. I've kept the tool's original name: lssparse. ..mark -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple