This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Local Variables and MIPS


The testsuite shows this:

$ make RUNTESTFLAGS="mi-var-block.exp mi-var-display.exp
mi-var-child.exp mi-var-cmd.exp" check
make[1]: Entering directory `/gcc/build-insight-mips'
make[2]: Entering directory `/gcc/build-insight-mips/bfd'
Making check in doc
make[3]: Entering directory `/gcc/build-insight-mips/bfd/doc'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/gcc/build-insight-mips/bfd/doc'
Making check in po
make[3]: Entering directory `/gcc/build-insight-mips/bfd/po'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/gcc/build-insight-mips/bfd/po'
make[3]: Entering directory `/gcc/build-insight-mips/bfd'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/gcc/build-insight-mips/bfd'
make[2]: Leaving directory `/gcc/build-insight-mips/bfd'
make[2]: Entering directory `/gcc/build-insight-mips/opcodes'
Making check in po
make[3]: Entering directory `/gcc/build-insight-mips/opcodes/po'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/gcc/build-insight-mips/opcodes/po'
make[3]: Entering directory `/gcc/build-insight-mips/opcodes'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/gcc/build-insight-mips/opcodes'
make[2]: Leaving directory `/gcc/build-insight-mips/opcodes'
make[2]: Entering directory `/gcc/build-insight-mips/etc'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/gcc/build-insight-mips/etc'
make[2]: Entering directory `/gcc/build-insight-mips/tcl'
cd win && make tcltest
make[3]: Entering directory `/gcc/build-insight-mips/tcl/win'
make[3]: Nothing to be done for `tcltest'.
make[3]: Leaving directory `/gcc/build-insight-mips/tcl/win'
rootme=`pwd`; export rootme; \
srcdir=../../insight-6.5/tcl; export srcdir ; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then  \
   TCL_LIBRARY=`cd ${srcdir}/library && pwd` ; \
   export TCL_LIBRARY ; fi ; \
runtest mi-var-block.exp mi-var-display.exp mi-var-child.exp
mi-var-cmd.exp --to
ol tcl --srcdir ../../insight-6.5/tcl/testsuite
WARNING: Couldn't find the global config file.
WARNING: Couldn't find tool init file
Test Run By Hans on Thu Oct 26 17:25:20 2006
Native configuration is i686-pc-cygwin

                === tcl tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file
for targe
t.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for
target.
Using ../../insight-6.5/tcl/testsuite/config/default.exp as
tool-and-target-spec
ific interface file.

                === tcl Summary ===

Tcl library is version

make[2]: Leaving directory `/gcc/build-insight-mips/tcl'
make[2]: Entering directory `/gcc/build-insight-mips/itcl'
for dir in itcl itk iwidgets ; do \
        if test -d $dir ; then \
            echo "$dir: make check" ;\
            if (cd $dir; make check) ; then true ; else exit 1 ; fi ; \
        else \
            exit 1; \
        fi \
done;
itcl: make check
make[3]: Entering directory `/gcc/build-insight-mips/itcl/itcl'
make[3]: *** No rule to make target `check'.  Stop.
make[3]: Leaving directory `/gcc/build-insight-mips/itcl/itcl'
make[2]: *** [check] Error 1
make[2]: Leaving directory `/gcc/build-insight-mips/itcl'
make[1]: *** [check-itcl] Error 2
make[1]: Leaving directory `/gcc/build-insight-mips'
make: *** [do-check] Error 2



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]