samba-bugs at samba.org
2015-Dec-06 21:34 UTC
[Bug 11635] New: make fails for out-of-tree build
https://bugzilla.samba.org/show_bug.cgi?id=11635
Bug ID: 11635
Summary: make fails for out-of-tree build
Product: rsync
Version: 3.1.2
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: andrey.gursky at e-mail.ua
QA Contact: rsync-qa at samba.org
Reproducer:
git clone git://git.samba.org/rsync.git rsync.git
cd rsync.git
rm configure.sh config.h.in aclocal.m4
make -f prepare-source.mak
cd ..
mkdir rsync-build
cd rsync-build
../rsync.git/configure.sh --with-included-zlib=yes --enable-maintainer-mode
--prefix=/home/andrey/progs
make
Error message:
make: *** No rule to make target `m4/*.m4', needed by `aclocal.m4'.
Stop.
--
You are receiving this mail because:
You are the QA Contact for the bug.
samba-bugs at samba.org
2015-Dec-06 22:02 UTC
[Bug 11635] make fails for out-of-tree build
https://bugzilla.samba.org/show_bug.cgi?id=11635
Andrey Gursky <andrey.gursky at e-mail.ua> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|minor |regression
--- Comment #1 from Andrey Gursky <andrey.gursky at e-mail.ua> ---
Correction for reproducing: you should use commit
bb853b32055a16e983267c6f5b8244aac311fdf9.
--
You are receiving this mail because:
You are the QA Contact for the bug.
samba-bugs at samba.org
2015-Dec-06 22:07 UTC
[Bug 11635] make fails for out-of-tree build
https://bugzilla.samba.org/show_bug.cgi?id=11635 --- Comment #2 from Andrey Gursky <andrey.gursky at e-mail.ua> --- Created attachment 11676 --> https://bugzilla.samba.org/attachment.cgi?id=11676&action=edit Proposed fix -- You are receiving this mail because: You are the QA Contact for the bug.
samba-bugs at samba.org
2015-Dec-19 00:12 UTC
[Bug 11635] make fails for out-of-tree build
https://bugzilla.samba.org/show_bug.cgi?id=11635
Wayne Davison <wayned at samba.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Summary|[PATCH] make fails for |make fails for out-of-tree
|out-of-tree build |build
Resolution|--- |FIXED
--- Comment #3 from Wayne Davison <wayned at samba.org> ---
Thanks for the report and the patch!
--
You are receiving this mail because:
You are the QA Contact for the bug.
samba-bugs at samba.org
2015-Dec-19 01:09 UTC
[Bug 11635] make fails for out-of-tree build
https://bugzilla.samba.org/show_bug.cgi?id=11635 --- Comment #4 from Andrey Gursky <andrey.gursky at e-mail.ua> --- You're welcome! Were there any problems with patch format, so that you couldn't apply it directly? -- You are receiving this mail because: You are the QA Contact for the bug.
Reasonably Related Threads
- [Bug 11588] New: missing option: preallocate for all files except for sparse
- [Bug 12305] New: --fallocate and --sparse works wrong
- [Bug 12367] New: temporary lines in --progress output are not cleared
- [Bug 13044] New: On macOS 10.12.6 with the new Xcode 9, `make check` is full of failures
- [Bug 11521] New: rsync does not use high-resolution timestamps to determine file differences