public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] Re: jdupes-1.21.0-1
       [not found] <a19ffc66-81fa-d767-8d6b-e2c9a1a9667f@kircheis.it>
@ 2022-10-03 18:25 ` Thomas Wolff
  2022-10-03 19:25   ` Federico Kircheis
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Wolff @ 2022-10-03 18:25 UTC (permalink / raw)
  To: cygwin



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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCEMENT] Re: jdupes-1.21.0-1
  2022-10-03 18:25 ` [ANNOUNCEMENT] Re: jdupes-1.21.0-1 Thomas Wolff
@ 2022-10-03 19:25   ` Federico Kircheis
  2022-10-03 20:13     ` Thomas Wolff
  0 siblings, 1 reply; 4+ messages in thread
From: Federico Kircheis @ 2022-10-03 19:25 UTC (permalink / raw)
  To: cygwin

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.
> 

Thank you for checking.

I am not sure what the error could be.
 From my build folder:

----
 > tree .\jdupes\jdupes-1.21.0-1.x86_64\inst
Folder PATH listing for volume Windows
Volume serial number is 00000046 78D6:FE93
C:\CYGPORT-PS\JDUPES\JDUPES-1.21.0-1.X86_64\INST
├───bin
├───share
│   └───man
│       └───man1
└───usr
     ├───lib
     │   └───debug
     │       └───bin
     ├───share
     │   └───doc
     │       └───jdupes
     └───src
         └───debug
             └───jdupes-1.21.0-1
 > ls .\jdupes\jdupes-1.21.0-1.x86_64\inst\share\man\man1\
jdupes.1
----

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?

I am not familiar with man pages (as developer)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCEMENT] Re: jdupes-1.21.0-1
  2022-10-03 19:25   ` Federico Kircheis
@ 2022-10-03 20:13     ` Thomas Wolff
  2022-10-03 20:24       ` Jon Turney
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Wolff @ 2022-10-03 20:13 UTC (permalink / raw)
  To: cygwin



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.
>>
>
> Thank you for checking.
>
> I am not sure what the error could be.
> From my build folder:
>
> ----
> > tree .\jdupes\jdupes-1.21.0-1.x86_64\inst
> Folder PATH listing for volume Windows
> Volume serial number is 00000046 78D6:FE93
> C:\CYGPORT-PS\JDUPES\JDUPES-1.21.0-1.X86_64\INST
> ├───bin
> ├───share
> │   └───man
> │       └───man1
> └───usr
>     ├───lib
>     │   └───debug
>     │       └───bin
>     ├───share
>     │   └───doc
>     │       └───jdupes
>     └───src
>         └───debug
>             └───jdupes-1.21.0-1
> > ls .\jdupes\jdupes-1.21.0-1.x86_64\inst\share\man\man1\
> jdupes.1
> ----
>
> 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/.
>
> 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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCEMENT] Re: jdupes-1.21.0-1
  2022-10-03 20:13     ` Thomas Wolff
@ 2022-10-03 20:24       ` Jon Turney
  0 siblings, 0 replies; 4+ messages in thread
From: Jon Turney @ 2022-10-03 20:24 UTC (permalink / raw)
  To: Federico Kircheis, The Cygwin Mailing List

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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-03 20:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <a19ffc66-81fa-d767-8d6b-e2c9a1a9667f@kircheis.it>
2022-10-03 18:25 ` [ANNOUNCEMENT] Re: jdupes-1.21.0-1 Thomas Wolff
2022-10-03 19:25   ` Federico Kircheis
2022-10-03 20:13     ` Thomas Wolff
2022-10-03 20:24       ` Jon Turney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).