problem with autotools 4.9 install

Konstantin Volkov kv.russia at gmail.com
Mon Sep 21 18:28:33 UTC 2009


Can not install rtems for windows.

this is text from instalation window :

Checking MSYS default install path: c:\msys\1.0
Checking for MSYS c:\msys\1.0\bin\sh.exe.
Checking for MSYS c:\msys\1.0\bin\m4.exe.
Checking for MSYS c:\msys\1.0\bin\perl.exe.
MSYS Result: c:\msys\1.0
Setting MSYS fstab: C:/opt/rtems-4.9 -> /opt/rtems-4.9
Checking MSYS default install path: c:\msys\1.0
Checking for MSYS c:\msys\1.0\bin\sh.exe.
Checking for MSYS c:\msys\1.0\bin\m4.exe.
Checking for MSYS c:\msys\1.0\bin\perl.exe.
MSYS Found: c:\msys\1.0
Output folder: C:\opt\rtems-4.9\Uninstall
Output folder: C:\opt\rtems-4.9\Packages\Build
Output folder: C:\opt\rtems-4.9\Packages\Build
Output folder: C:\opt\rtems-4.9\Packages\Source
Extract: build-autotools.sh... 100%
Extract: ba-wrap.sh... 100%
Extract: autoconf-2.62.tar.bz2... 100%
Extract: autoconf.def... 100%
Extract: automake.def... 100%
Extract: automake-1.10.1.tar.bz2... 100%
Delete file: C:\opt\rtems-4.9\Packages\Source\at-log.txt
Building automake. Command window closes automatically. Debug:
Execute: "c:\msys\1.0\bin\sh" --login -c
"C:/opt/rtems-4.9/Packages/Source/ba-wrap.sh -p /opt/rtems-4.9 -b
C:/opt/rtems-4.9/Packages/Build -c
C:/opt/rtems-4.9/Packages/Source/autoconf.def"

the installation ended with error.
m4 --version

m4 (GNU M4) 1.4.13
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html
>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Rene' Seindal.

any guess?

-- 
life is good.

Konstantin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20090921/0366a89a/attachment.html>
-------------- next part --------------
cd /C/opt/rtems-4.9/Packages/Build
tar jxf /C/opt/rtems-4.9/Packages/Source/autoconf-2.62.tar.bz2
cd /C/opt/rtems-4.9/Packages/Build/autoconf-2.62
cd /C/opt/rtems-4.9/Packages/Build
rm -rf mingw32-autoconf-2.62
mkdir mingw32-autoconf-2.62
cd /C/opt/rtems-4.9/Packages/Build/mingw32-autoconf-2.62
/C/opt/rtems-4.9/Packages/Build/autoconf-2.62/configure --prefix=/opt/rtems-4.9
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether /bin/sh -n is known to work... yes
checking for expr... /bin/expr
checking for GNU M4 that supports accurate traces... /usr/local/bin/m4
checking how m4 supports trace files... --debugfile
checking for perl... /bin/perl
checking for emacs... no
checking for xemacs... no
checking for emacs... no
checking where .elc files should go... ${datadir}/emacs/site-lisp
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
configure: creating ./config.status
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating man/Makefile
config.status: creating lib/emacs/Makefile
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating lib/Autom4te/Makefile
config.status: creating lib/autoscan/Makefile
config.status: creating lib/m4sugar/Makefile
config.status: creating lib/autoconf/Makefile
config.status: creating lib/autotest/Makefile
config.status: creating bin/Makefile
config.status: linking /C/opt/rtems-4.9/Packages/Build/autoconf-2.62/GNUmakefile to GNUmakefile
config.status: executing tests/atconfig commands
make
make  all-recursive
make[1]: Entering directory `/C/opt/rtems-4.9/Packages/Build/mingw32-autoconf-2.62'
Making all in bin
make[2]: Entering directory `/C/opt/rtems-4.9/Packages/Build/mingw32-autoconf-2.62/bin'
rm -f autom4te autom4te.tmp
srcdir=''; \
  test -f ./autom4te.in || srcdir=/C/opt/rtems-4.9/Packages/Build/autoconf-2.62/bin/; \
  sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/bin/perl|g' -e 's|@bindir[@]|/opt/rtems-4.9/bin|g' -e 's|@datadir[@]|/opt/rtems-4.9/share/autoconf|g' -e 's|@prefix[@]|/opt/rtems-4.9|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/local/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' /C/opt/rtems-4.9/Packages/Build/autoconf-2.62/ChangeLog`'|g' -e 's|@VERSION[@]|2.62|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autom4te.in; do not edit by hand.|g' ${srcdir}autom4te.in >autom4te.tmp
chmod +x autom4te.tmp
chmod a-w autom4te.tmp
mv autom4te.tmp autom4te
cd ../lib && make  autom4te.cfg
make[3]: Entering directory `/C/opt/rtems-4.9/Packages/Build/mingw32-autoconf-2.62/lib'
rm -f autom4te.cfg autom4te.tmp
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/bin/perl|g' -e 's|@bindir[@]|/opt/rtems-4.9/bin|g' -e 's|@datadir[@]|/opt/rtems-4.9/share/autoconf|g' -e 's|@prefix[@]|/opt/rtems-4.9|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/local/bin/m4|g' -e 's|@AWK[@]|gawk|g' -e 's|@VERSION[@]|2.62|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' /C/opt/rtems-4.9/Packages/Build/autoconf-2.62/lib/autom4te.in >autom4te.tmp
chmod a-w autom4te.tmp
mv autom4te.tmp autom4te.cfg
make[3]: Leaving directory `/C/opt/rtems-4.9/Packages/Build/mingw32-autoconf-2.62/lib'
cd ../lib/m4sugar && make  version.m4
make[3]: Entering directory `/C/opt/rtems-4.9/Packages/Build/mingw32-autoconf-2.62/lib/m4sugar'
:;{ \
  echo '# This file is part of -*- Autoconf -*-.' && \
  echo '# Version of Autoconf.' && \
  echo '# Copyright (C) 1999, 2000, 2001, 2002, 2006, 2007' && \
  echo '# Free Software Foundation, Inc.' && \
  echo  &&\
  echo 'm4_define([m4_PACKAGE_NAME],      [GNU Autoconf])' && \
  echo 'm4_define([m4_PACKAGE_TARNAME],   [autoconf])' && \
  echo 'm4_define([m4_PACKAGE_VERSION],   [2.62])' && \
  echo 'm4_define([m4_PACKAGE_STRING],    [GNU Autoconf 2.62])' && \
  echo 'm4_define([m4_PACKAGE_BUGREPORT], [bug-autoconf at gnu.org])'; \
} > version.m4-t
mv version.m4-t version.m4
make[3]: Leaving directory `/C/opt/rtems-4.9/Packages/Build/mingw32-autoconf-2.62/lib/m4sugar'
autom4te_perllibdir='/C/opt/rtems-4.9/Packages/Build/autoconf-2.62'/lib AUTOM4TE_CFG='../lib/autom4te.cfg'         ../bin/autom4te -B '..'/lib -B '/C/opt/rtems-4.9/Packages/Build/autoconf-2.62'/lib         --language M4sh --cache '' --melt /C/opt/rtems-4.9/Packages/Build/autoconf-2.62/bin/autoconf.as -o autoconf.in
rm -f autoconf autoconf.tmp
srcdir=''; \
  test -f ./autoconf.in || srcdir=/C/opt/rtems-4.9/Packages/Build/autoconf-2.62/bin/; \
  sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/bin/perl|g' -e 's|@bindir[@]|/opt/rtems-4.9/bin|g' -e 's|@datadir[@]|/opt/rtems-4.9/share/autoconf|g' -e 's|@prefix[@]|/opt/rtems-4.9|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/local/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' /C/opt/rtems-4.9/Packages/Build/autoconf-2.62/ChangeLog`'|g' -e 's|@VERSION[@]|2.62|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoconf.in; do not edit by hand.|g' ${srcdir}autoconf.in >autoconf.tmp
chmod +x autoconf.tmp
chmod a-w autoconf.tmp
mv autoconf.tmp autoconf
rm -f autoheader autoheader.tmp
srcdir=''; \
  test -f ./autoheader.in || srcdir=/C/opt/rtems-4.9/Packages/Build/autoconf-2.62/bin/; \
  sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/bin/perl|g' -e 's|@bindir[@]|/opt/rtems-4.9/bin|g' -e 's|@datadir[@]|/opt/rtems-4.9/share/autoconf|g' -e 's|@prefix[@]|/opt/rtems-4.9|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/local/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' /C/opt/rtems-4.9/Packages/Build/autoconf-2.62/ChangeLog`'|g' -e 's|@VERSION[@]|2.62|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoheader.in; do not edit by hand.|g' ${srcdir}autoheader.in >autoheader.tmp
chmod +x autoheader.tmp
chmod a-w autoheader.tmp
mv autoheader.tmp autoheader
rm -f autoreconf autoreconf.tmp
srcdir=''; \
  test -f ./autoreconf.in || srcdir=/C/opt/rtems-4.9/Packages/Build/autoconf-2.62/bin/; \
  sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/bin/perl|g' -e 's|@bindir[@]|/opt/rtems-4.9/bin|g' -e 's|@datadir[@]|/opt/rtems-4.9/share/autoconf|g' -e 's|@prefix[@]|/opt/rtems-4.9|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/local/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' /C/opt/rtems-4.9/Packages/Build/autoconf-2.62/ChangeLog`'|g' -e 's|@VERSION[@]|2.62|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoreconf.in; do not edit by hand.|g' ${srcdir}autoreconf.in >autoreconf.tmp
chmod +x autoreconf.tmp
chmod a-w autoreconf.tmp
mv autoreconf.tmp autoreconf
rm -f ifnames ifnames.tmp
srcdir=''; \
  test -f ./ifnames.in || srcdir=/C/opt/rtems-4.9/Packages/Build/autoconf-2.62/bin/; \
  sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/bin/perl|g' -e 's|@bindir[@]|/opt/rtems-4.9/bin|g' -e 's|@datadir[@]|/opt/rtems-4.9/share/autoconf|g' -e 's|@prefix[@]|/opt/rtems-4.9|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/local/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' /C/opt/rtems-4.9/Packages/Build/autoconf-2.62/ChangeLog`'|g' -e 's|@VERSION[@]|2.62|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from ifnames.in; do not edit by hand.|g' ${srcdir}ifnames.in >ifnames.tmp
chmod +x ifnames.tmp
chmod a-w ifnames.tmp
mv ifnames.tmp ifnames
rm -f autoscan autoscan.tmp
srcdir=''; \
  test -f ./autoscan.in || srcdir=/C/opt/rtems-4.9/Packages/Build/autoconf-2.62/bin/; \
  sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/bin/perl|g' -e 's|@bindir[@]|/opt/rtems-4.9/bin|g' -e 's|@datadir[@]|/opt/rtems-4.9/share/autoconf|g' -e 's|@prefix[@]|/opt/rtems-4.9|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/local/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' /C/opt/rtems-4.9/Packages/Build/autoconf-2.62/ChangeLog`'|g' -e 's|@VERSION[@]|2.62|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoscan.in; do not edit by hand.|g' ${srcdir}autoscan.in >autoscan.tmp
chmod +x autoscan.tmp
chmod a-w autoscan.tmp
mv autoscan.tmp autoscan
rm -f autoupdate autoupdate.tmp
srcdir=''; \
  test -f ./autoupdate.in || srcdir=/C/opt/rtems-4.9/Packages/Build/autoconf-2.62/bin/; \
  sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/bin/perl|g' -e 's|@bindir[@]|/opt/rtems-4.9/bin|g' -e 's|@datadir[@]|/opt/rtems-4.9/share/autoconf|g' -e 's|@prefix[@]|/opt/rtems-4.9|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/local/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' /C/opt/rtems-4.9/Packages/Build/autoconf-2.62/ChangeLog`'|g' -e 's|@VERSION[@]|2.62|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoupdate.in; do not edit by hand.|g' ${srcdir}autoupdate.in >autoupdate.tmp
chmod +x autoupdate.tmp
chmod a-w autoupdate.tmp
mv autoupdate.tmp autoupdate
make[2]: Leaving directory `/C/opt/rtems-4.9/Packages/Build/mingw32-autoconf-2.62/bin'
Making all in .
make[2]: Entering directory `/C/opt/rtems-4.9/Packages/Build/mingw32-autoconf-2.62'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/C/opt/rtems-4.9/Packages/Build/mingw32-autoconf-2.62'
Making all in lib
make[2]: Entering directory `/C/opt/rtems-4.9/Packages/Build/mingw32-autoconf-2.62/lib'
Making all in Autom4te
make[3]: Entering directory `/C/opt/rtems-4.9/Packages/Build/mingw32-autoconf-2.62/lib/Autom4te'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/C/opt/rtems-4.9/Packages/Build/mingw32-autoconf-2.62/lib/Autom4te'
Making all in m4sugar
make[3]: Entering directory `/C/opt/rtems-4.9/Packages/Build/mingw32-autoconf-2.62/lib/m4sugar'
autom4te_perllibdir='/C/opt/rtems-4.9/Packages/Build/autoconf-2.62'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg'         ../../bin/autom4te -B '../..'/lib -B '/C/opt/rtems-4.9/Packages/Build/autoconf-2.62'/lib        				\
	--language=m4sugar			\
	--freeze			\
	--output=m4sugar.m4f
make[3]: Leaving directory `/C/opt/rtems-4.9/Packages/Build/mingw32-autoconf-2.62/lib/m4sugar'
make[2]: Leaving directory `/C/opt/rtems-4.9/Packages/Build/mingw32-autoconf-2.62/lib'
make[1]: Leaving directory `/C/opt/rtems-4.9/Packages/Build/mingw32-autoconf-2.62'


More information about the users mailing list