Project

General

Profile

Actions

Bug #11942

closed

No rule to make target 'aclocal.m4', needed by 'configure'

Added by duerst (Martin Dürst) about 8 years ago. Updated about 8 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 2.2.3p173 (2015-08-18 revision 51636) [x86_64-cygwin]
[ruby-core:72683]

Description

When executing 'make up; make install-nodoc' I get the following errors:
(it's an easy guess that this must be related to r53414)

make[1]: Entering directory '/cygdrive/c/Data/ruby'
sed 's/{$([^(){}])[^{}]}//g' common.mk > uncommon.mk
make[1]: *** No rule to make target 'aclocal.m4', needed by 'configure'. Stop.
make[1]: Leaving directory '/cygdrive/c/Data/ruby'
uncommon.mk:959: recipe for target 'up' failed
make: [up] Error 2 (ignored)
make[1]: Entering directory '/cygdrive/c/Data/ruby'
make[1]: *** No rule to make target 'aclocal.m4', needed by 'configure'. Stop.
make[1]: Leaving directory '/cygdrive/c/Data/ruby'
uncommon.mk:962: recipe for target 'up' failed
make: [up] Error 2 (ignored)
make: *** No rule to make target 'aclocal.m4', needed by 'configure'. Stop.

Actions #1

Updated by nobu (Nobuyoshi Nakada) about 8 years ago

  • Status changed from Open to Closed

Applied in changeset r53417.


aclocal.m4: add

Updated by duerst (Martin Dürst) about 8 years ago

Just for the record, if you run into this bug, just redoing 'make up; make install' isn't enough. A manual 'svn up' is necessary.

Actions

Also available in: Atom PDF

Like0
Like0Like0