Opened on Dec 10, 2002 at 3:11:00 PM
Closed on Feb 28, 2003 at 5:15:06 AM
Last modified on Dec 3, 2006 at 1:31:13 PM
#325 closed defect (fixed)
bootstrap fails to correctly identify automake version
Reported by: | eric.valette | Owned by: | Ralf Corsepius |
---|---|---|---|
Priority: | lowest | Milestone: | 2 |
Component: | build | Version: | 4.5 |
Severity: | normal | Keywords: | |
Cc: | bugs@… | Blocked By: | |
Blocking: |
Description
As I have '.' in my path before /usr/bin, bootstrap fails because which return ./automake ...
sh -x bootstrap
+ AUTOCONF_VERS=2.5[23456]
+ AUTOMAKE_VERS=1.[76]
++ basename bootstrap
+ progname=bootstrap
++ dirname bootstrap
+ top_srcdir=.
+ verbose=
+ quiet=false
+ mode=generate
+ test '!' -f ./aclocal/version.m4
+ test 0 -gt 0
++ which autoconf
+ AUTOCONF=/usr/bin/autoconf
+ test -z /usr/bin/autoconf
++ /usr/bin/autoconf --version
++ grep -e ' 2.5[23456]'
+ test -z 'autoconf (GNU Autoconf) 2.54'
++ which automake
+ AUTOMAKE=./automake
+ test -z ./automake
++ ./automake --version
++ grep -e ' 1.[76]'
+ test -z
+ cat
RTEMS requires automake version 1.[76].
You are trying to use ./automake which does not seem to be sufficient
+ exit 1
Release:
RTEMS-4.5
Environment:
debian 3.0
Change History (2)
comment:1 Changed on Feb 11, 2003 at 12:23:00 PM by Ralf Corsepius
Status: | assigned → waiting |
---|
comment:2 Changed on Feb 28, 2003 at 5:15:06 AM by Ralf Corsepius
Status: | waiting → closed |
---|
State-Changed-From-To: feedback->closed
State-Changed-Why: Removed autotool version checks on the branch.