bug-m4
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bugs-Please see it once


From: Rajan Modi
Subject: bugs-Please see it once
Date: Tue, 26 Oct 2010 02:34:57 +0530 (IST)


 ===============================
6 of 99 tests failed
(11 tests were not run)
See tests/test-suite.log
Please report to address@hidden
===============================
make[6]: *** [test-suite.log] Error 1
make[6]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/tests'
make[5]: *** [check-TESTS] Error 2
make[5]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/tests'
make[4]: *** [check-am] Error 2
make[4]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/tests'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/tests'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/tests'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15'
make: *** [check] Error 2

 

address@hidden ~/ns-allinone-2.28/m4-1.4.15
$ make install
git: not found
make  install-recursive
make[1]: Entering directory `/home/rajan/ns-allinone-2.28/m4-1.4.15'
Making install in .
make[2]: Entering directory `/home/rajan/ns-allinone-2.28/m4-1.4.15'
make[3]: Entering directory `/home/rajan/ns-allinone-2.28/m4-1.4.15'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15'
make[2]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15'
Making install in examples
make[2]: Entering directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/examples'
make[3]: Entering directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/examples'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/examples'
make[2]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/examples'
Making install in lib
make[2]: Entering directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/lib'
make  install-am
make[3]: Entering directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/lib'
make[4]: Entering directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/lib'
if test no = no; then \
  case 'cygwin' in \
    darwin[56]*) \
      need_charset_alias=true ;; \
    darwin* | cygwin* | mingw* | pw32* | cegcc*) \
      need_charset_alias=false ;; \
    *) \
      need_charset_alias=true ;; \
  esac ; \
else \
  need_charset_alias=false ; \
fi ; \
if $need_charset_alias; then \
  /bin/bash /home/rajan/ns-allinone-2.28/m4-1.4.15/build-aux/install-sh -d /usr/
local/lib ; \
fi ; \
if test -f /usr/local/lib/charset.alias; then \
  sed -f ref-add.sed /usr/local/lib/charset.alias > /usr/local/lib/charset.tmp ;
 \
  /usr/bin/install -c -m 644 /usr/local/lib/charset.tmp /usr/local/lib/charset.a
lias ; \
  rm -f /usr/local/lib/charset.tmp ; \
else \
  if $need_charset_alias; then \
    sed -f ref-add.sed charset.alias > /usr/local/lib/charset.tmp ; \
    /usr/bin/install -c -m 644 /usr/local/lib/charset.tmp /usr/local/lib/charset
.alias ; \
    rm -f /usr/local/lib/charset.tmp ; \
  fi ; \
fi
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/lib'
make[3]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/lib'
make[2]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/lib'
Making install in src
make[2]: Entering directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/src'
make[3]: Entering directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/src'
test -z "/usr/local/bin" || /usr/bin/mkdir -p "/usr/local/bin"
  /usr/bin/install -c m4.exe '/usr/local/bin'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/src'
make[2]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/src'
Making install in doc
make[2]: Entering directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/doc'
make[3]: Entering directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/doc'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/info" || /usr/bin/mkdir -p "/usr/local/share/info"
 /usr/bin/install -c -m 644 ./m4.info ./m4.info-1 ./m4.info-2 '/usr/local/share/
info'
 install-info --info-dir='/usr/local/share/info' '/usr/local/share/info/m4.info'

test -z "/usr/local/share/man/man1" || /usr/bin/mkdir -p "/usr/local/share/man/m

 /usr/bin/install -c -m 644 ./m4.1 '/usr/local/share/man/man1'
make[3]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/doc'
make[2]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/doc'
Making install in checks
make[2]: Entering directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/checks'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/checks'
Making install in tests
make[2]: Entering directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/tests'
make  install-recursive
make[3]: Entering directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/tests'
Making install in .
make[4]: Entering directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/tests'
make[5]: Entering directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/tests'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/tests'
make[4]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/tests'
make[3]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/tests'
make[2]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/tests'
make[1]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15'

 

 

while executing make installcheck i got following errors

./stackovf.test: skipping test, no stack overflow support detected in m4

Skipped checks were:
  ./125.changeword ./126.changeword ./127.changeword ./128.changeword ./129.chan
geword ./130.changeword ./stackovf.test
All checks successful
make[1]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/checks'
Making installcheck in tests
make[1]: Entering directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/tests'
Making installcheck in .
make[2]: Entering directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/tests'
make[2]: Nothing to be done for `installcheck-am'.
make[2]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/tests'
make[1]: Leaving directory `/home/rajan/ns-allinone-2.28/m4-1.4.15/tests'



  
Thanks & Regards
Prof. Rajan Modi

Assistant Professor

Sinhgad College Of Engineering

Pune-411041 (Maharashtra)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]