Apologies if this isn't the right list for this post, looking for some guidance on compiling rsync on OS X 10.8 Mountain Lion having recently upgraded, including XCode 4.4.> ./prepare-source ~/Code/rsync OSXPatched at 984bc92make: Nothing to be done for `conf'.> ./configure ~/Code/rsync OSXPatched at 984bc92<.. snip ..> rsync 3.1.0dev configuration successful> make ~/Code/rsync OSXPatched at 984bc92autoconf -o configure.sh <.. snip ..> Copying srcdir rsync.1 cp: ./rsync.1: No such file or directory make: [man-copy] Error 1 (ignored) Copying srcdir rsyncd.conf.5 cp: ./rsyncd.conf.5: No such file or directory make: [man-copy] Error 1 (ignored) Any pointers gratefully appreciated! If it is a bug then I'll happily detail in Bugzilla. Best wishes, Ian.
On Thu, Aug 9, 2012 at 12:03 PM, Ian Battersby <ian.battersby at gmail.com>wrote:> Copying srcdir rsync.1 > cp: ./rsync.1: No such file or directory > make: [man-copy] Error 1 (ignored) >You need yodl if you want to be able to translate the *.yo manpages into the nroff versions. If you don't have yodl it will try to copy the files out of the srcdir (since tar releases provide the built manpages). If that fails, it just ignores the error. ..wayne.. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20120812/8786518f/attachment.html>