samba-bugs at samba.org
2016-Mar-30 03:06 UTC
[Bug 11814] New: man-copy Make target missing rsync.1 and rsyncd.conf.5 dependencies
https://bugzilla.samba.org/show_bug.cgi?id=11814 Bug ID: 11814 Summary: man-copy Make target missing rsync.1 and rsyncd.conf.5 dependencies Product: rsync Version: 3.1.2 Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 Component: core Assignee: wayned at samba.org Reporter: brant at gurganus.name QA Contact: rsync-qa at samba.org I currently do not have yodl2man installed. I was building rsync from the git repository to verify a different change. The cp commands relying on the existence of rsync.1 and rsyncd.conf.5 failed since those files did not exist. That man-copy target should rely on rsync.1 and rsyncd.conf.5 it seems. -- You are receiving this mail because: You are the QA Contact for the bug.
samba-bugs at samba.org
2016-Mar-30 03:14 UTC
[Bug 11814] man-copy Make target missing rsync.1 and rsyncd.conf.5 dependencies
https://bugzilla.samba.org/show_bug.cgi?id=11814 --- Comment #1 from Brant Gurganus <brant at gurganus.name> --- Created attachment 11943 --> https://bugzilla.samba.org/attachment.cgi?id=11943&action=edit patch adding man page dependencies This patch makes the two files dependencies triggering them to be generated. They still fail in my case since I don't have yodl2man, but they'd be generated if I did. If the intention is to use the man files if there but ignore them if not, then the patch would have to be different. -- You are receiving this mail because: You are the QA Contact for the bug.
samba-bugs at samba.org
2016-Apr-17 18:55 UTC
[Bug 11814] man-copy Make target missing rsync.1 and rsyncd.conf.5 dependencies
https://bugzilla.samba.org/show_bug.cgi?id=11814 Wayne Davison <wayned at samba.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #2 from Wayne Davison <wayned at samba.org> --- The "man" target depends on the *.1 & *.5 files so that they get created. The "man-copy" target just tries to copy pre-existing files from the srcdir (which is useful if someone is building an unchanged tar distribution) -- it just outputs a non-fatal error if they aren't found. I've tweaked the Makefile to output a less alarming warning while still mentioning when the man pages did not get created. For the case of a later install of yodl, configure would need to be rerun to change the Makefile's "all" target to depend on "man" instead of "man-copy" (or the user could run "make man" explicitly). -- You are receiving this mail because: You are the QA Contact for the bug.
Apparently Analagous Threads
- [Bug 11369] New: obsoleted autoconf macros
- [Bug 11813] New: m4/socklen_t.m4 uses obsolete AC_TRY_COMPILE macro
- [Bug 11382] New: elapsed time calculation does not account for time function possibly returning -1
- rsync-3.0.8: problem with installing man pages when using seperate build dir
- single quotes in the manpage