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.4.1 sourceware.org 84B6D3858D1E 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 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney AT btinternet DOT com; bimi=skipped X-SNCR-Rigid: 61A69BAC30DDEA43 X-Originating-IP: [81.153.98.187] X-OWM-Source-IP: 81.153.98.187 (GB) X-OWM-Env-Sender: jonturney AT btinternet DOT com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvfedrfeehledgudegjecutefuodetggdotefrodftvfcurfhrohhfihhlvgemuceutffkvffkuffjvffgnffgvefqofdpqfgfvfenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhepkfffgggfuffvfhfhjggtgfesthekredttdefjeenucfhrhhomheplfhonhcuvfhurhhnvgihuceojhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukheqnecuggftrfgrthhtvghrnhepfeevgffghfdtvdetvddvfeduhedukeettdekveeflefgkeekieefgfehhfffudetnecuffhomhgrihhnpehgihhthhhusgdrtghomhenucfkphepkedurdduheefrdelkedrudekjeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhephhgvlhhopegludelvddrudeikedruddruddtiegnpdhinhgvthepkedurdduheefrdelkedrudekjedpmhgrihhlfhhrohhmpehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkpdhnsggprhgtphhtthhopedvpdhrtghpthhtoheptgihghifihhnsegthihgfihinhdrtghomhdprhgtphhtthhopehfvgguvghrihgtohdrkhhirhgthhgvihhssehgmhgrihhlrdgtohhm X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Message-ID: <04d909f8-f814-4455-687e-f6efb430e9e4@dronecode.org.uk> Date: Mon, 3 Oct 2022 21:24:37 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1 Subject: Re: [ANNOUNCEMENT] Re: jdupes-1.21.0-1 To: Federico Kircheis , The Cygwin Mailing List References: Content-Language: en-GB From: Jon Turney In-Reply-To: X-Spam-Status: No, score=-3567.8 required=5.0 tests=BAYES_00, BODY_8BITS, FORGED_SPF_HELO, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 293KPfNn014914 On 03/10/2022 21:13, Thomas Wolff wrote: > Am 03.10.2022 um 21:25 schrieb Federico Kircheis: >> On 10/3/22 20:25, Thomas Wolff wrote: >>> Am 02.10.2022 um 23:27 schrieb Federico Kircheis: >>>> Version 1.21.0-1 of jdupes has been uploaded. >>>> >>>> jdupes is a program for finding and acting on duplicate files >>>> >>>> On GitHub it is possible to find the changelog for the new release: >>>> >>>> https://github.com/jbruchon/jdupes/releases >>>> >>>> Federico >>> The help output mentions a manpage but there is none in the package. I think the jdupes.1 manpage is in the package, but it's not installed in a location where man is going to look for it. [...] >> >> I suppose that "jdupes.1" is the file that man shows to the end-user. >> >> Also from the makefile >> >> ---- >> install: $(PROGRAM_NAME) installdirs >>     $(INSTALL_PROGRAM)    $(PROGRAM_NAME) >> $(DESTDIR)$(BIN_DIR)/$(PROGRAM_NAME) >>     $(INSTALL_DATA)        $(PROGRAM_NAME).1 >> $(DESTDIR)$(MAN_DIR)/$(PROGRAM_NAME).$(MAN_EXT) >> ---- >> >> and in the cygport file I do a cygmake install... >> >> Could it be that "jdupes.1" should go in another directory? > It should go into /usr/share/man/man1/. Yes, the fact that /usr is omitted suggests MAN_DIR isn't being set correctly by that Makefile. >> I am not familiar with man pages (as developer) > I am not really familiar with cygport, sorry. It needs trial-and-error > in my experience. Solving problems by thinking about them is usually much more efficient than a thud-and-blunder approach. -- 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