X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 153A93998802 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=opencoder.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=wayne AT opencoder DOT net X-Sender-Id: dreamhost|x-authsender|dropbox AT opencoder DOT net X-Sender-Id: dreamhost|x-authsender|dropbox AT opencoder DOT net X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|dropbox AT opencoder DOT net X-MailChannels-Auth-Id: dreamhost X-Arithmetic-White: 42da272212f27321_1592421013038_1465392496 X-MC-Loop-Signature: 1592421013038:3149876861 X-MC-Ingress-Time: 1592421013038 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=opencoder.net; h= mime-version:references:in-reply-to:from:date:message-id:subject :to:content-type; s=opencoder.net; bh=5v4LJFZ8gYyEIUJ39ogbP9vS6z c=; b=p/RQ0NAx3kt+QG7zEbIW1GK+ElqHxvBzHcygUf1aF+FVZ/DWV/UHzlbMAv zIjwHbfCXDP5IP94bjOpLtewY+al/y8l1goa2taCPjRP0UFuw7zJGhzcGN9s28lv b71ub6Me7heRowcYf2/aGPcMR2JKKZNfPR4N5dVsxFxaN7c+U= X-Gm-Message-State: AOAM530yO3gSuuIsoIzHgRpq97eno86QLRyzaEL3w93gynOLHO+y7Nw0 2GC5pKQv/Cl32FyYMvSpEW4ChHSu4GmAF2C5nEY= X-Google-Smtp-Source: ABdhPJzEygalJg/7ndD8Fx1yfO7O/7DKhdmk1QlbLsA71aiWF1H3Ue6K28J6IbExX/uFgxdfTOH03Yfyc7T8BeOda+M= X-Received: by 2002:a25:348c:: with SMTP id b134mr611082yba.105.1592421010257; Wed, 17 Jun 2020 12:10:10 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: X-DH-BACKEND: pdx1-sub0-mail-a8 From: Wayne Davison Date: Wed, 17 Jun 2020 12:09:58 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: There is no man for rsync To: cygwin X-VR-OUT-STATUS: OK X-VR-OUT-SCORE: 0 X-VR-OUT-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgeduhedrudejvddgudeffecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucggtfgfnhhsuhgsshgtrhhisggvpdfftffgtefojffquffvnecuuegrihhlohhuthemuceftddtnecunecujfgurhepgghfjgfhfffkuffvtgesthdtredttddtjeenucfhrhhomhephggrhihnvgcuffgrvhhishhonhcuoeifrgihnhgvsehophgvnhgtohguvghrrdhnvghtqeenucggtffrrghtthgvrhhnpeegueegfeeludektdfhffetffeggefhjedttefhuefhheffjeelteehueekueeiveenucffohhmrghinhepshgrmhgsrgdrohhrghdpghhithhhuhgsrdgtohhmnecukfhppedvtdelrdekhedrvdduledrudejtdenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhhouggvpehsmhhtphdphhgvlhhopehmrghilhdqhigsuddqfhdujedtrdhgohhoghhlvgdrtghomhdpihhnvghtpedvtdelrdekhedrvdduledrudejtddprhgvthhurhhnqdhprghthhephggrhihnvgcuffgrvhhishhonhcuoeifrgihnhgvsehophgvnhgtohguvghrrdhnvghtqedpmhgrihhlfhhrohhmpeifrgihnhgvsehophgvnhgtohguvghrrdhnvghtpdhnrhgtphhtthhopegthihgfihinhestgihghifihhnrdgtohhm X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" On Tue, Jun 2, 2020 at 12:36 PM Brian Inglis wrote: > Looks like a packaging problem as the man dirs are created but not populated: What undoubtedly happened was that the git checkout used for the release does not include pre-generated man pages, and the build required the yodl document processor to create them. At the time the configure & make would have just mentioned that it wasn't able to build the manpages, but the build would not have failed, making that issue easy to miss. (And the "./prepare-source fetchgen" command would not have worked since samba.org switched over to requiring ssl for the rsync daemon copy commands and the script wasn't fixed to handle that yet.) In the upcoming 3.2.0 release the man page source files have changed from .yo files to .md files, their build process only requires python3 and python3-commonmark (which Cygwin has), and the configure & make rules now fail if there are no man pages and no way to build them. This should hopefully mean that the issue won't recur should another git release be needed in the future. On the subject of the pending 3.2.0 release, it would be nice to get the xxHash library turned into normal & dev packages so that the Cygwin rsync can ship with xxhash checksum support. I've installed xxHash manually for testing and it's working fine (and I just got the project to fix a Cygwin install issue in the Makefile). For anyone wanting to test it manually, you can grab the latest git or zip file from github (https://github.com/Cyan4973/xxHash) and run "PREFIX=/usr make install". If nobody else gets around to it I'll see what I can do once I get done with the rsync release process. ..wayne.. -- 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