Bug #1869
automake fails with >=automake-1.11.2 due to "docdir" usage
% Done:
0%
Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):
Description
doc_SCRIPTS is no longer allowed in >=automake-1.11.2 [1], as a result ceph fails to configure:
configure.ac:40: AC_CHECK_CC_FLAG is expanded from...
configure.ac:55: the top level
src/Makefile.am:747: `docdir' is not a legitimate directory for `SCRIPTS'
autoreconf-2.68: automake failed with exit status: 1
Please see downstream bug [2] for full build.log
[1] http://git.savannah.gnu.org/cgit/automake.git/commit/?id=9ca632642b006ac6b0fc4ce0ae5b34023faa8cbf
[2] https://bugs.gentoo.org/show_bug.cgi?id=397319
History
#1 Updated by Sage Weil almost 12 years ago
- Status changed from New to Resolved
- Target version set to v0.40
applied, f4b0cda17875c27d8b945be6cf5db9b356bb2dab
Thanks!