After  1.  upgrading to UBUNTU 10.04 (and satisfying the"Host Requirements")
2. resuming LFS by removing $LFS/tools (and working thru the book) -

I am S_T_U_C_K at "make check" DejaGNU (see console output below)

l...@flk-desktop:/mnt/lfs/sources/dejagnu-1.4.4$ make check
Making check in doc
make[1]: Entering directory `/mnt/lfs/sources/dejagnu-1.4.4/doc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/mnt/lfs/sources/dejagnu-1.4.4/doc'
make[1]: Entering directory `/mnt/lfs/sources/dejagnu-1.4.4'
make  check-DEJAGNU
make[2]: Entering directory `/mnt/lfs/sources/dejagnu-1.4.4'
cd testsuite ; make check
make[3]: Entering directory `/mnt/lfs/sources/dejagnu-1.4.4/testsuite'
Making check in libdejagnu
make[4]: Entering directory `/mnt/lfs/sources/dejagnu-1.4.4/testsuite/libdejagnu' if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dejagnu\" -DVERSION=\"1.4.4\" -I. -I. -I../.. -g -g -O2 -MT unit.o -MD -MP -MF ".deps/unit.Tpo" \
      -c -o unit.o `test -f 'unit.cc' || echo './'`unit.cc; \
    then mv -f ".deps/unit.Tpo" ".deps/unit.Po"; \
    else rm -f ".deps/unit.Tpo"; exit 1; \
    fi
g++ -I../.. -g -g -O2   -o unit  unit.o
make[4]: Leaving directory `/mnt/lfs/sources/dejagnu-1.4.4/testsuite/libdejagnu'
make[4]: Entering directory `/mnt/lfs/sources/dejagnu-1.4.4/testsuite'
Nothing to be done for all
make  check-DEJAGNU
make[5]: Entering directory `/mnt/lfs/sources/dejagnu-1.4.4/testsuite'
Making a new site.exp file...
srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd . && pwd`; export srcdir; \
    EXPECT=expect; export EXPECT; \
runtest=` if [ -f ../runtest ] ; then echo ../runtest; else echo "ERROR: runtest not found" ; exit 1; fi`; \
    if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
      l='dejagnu'; for tool in $l; do \
        $runtest  --srcdir $srcdir ; \
      done; \
    else echo "WARNING: could not find \`runtest'" 1>&2; :;\
    fi
WARNING: Couldn't find the global config file.
WARNING: No tool specified
Test Run By lfs on Wed Jul  7 16:07:05 2010
Native configuration is i686-pc-linux-gnu

        ===  tests ===

Schedule of variations:
    unix

Running target unix
Using /mnt/lfs/sources/dejagnu-1.4.4/testsuite/../config/base-config.exp as tool-and-target-specific interface file. Using /mnt/lfs/sources/dejagnu-1.4.4/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /mnt/lfs/sources/dejagnu-1.4.4/testsuite/libdejagnu/tunit.exp ...
FAIL: Pass message
FAIL: Fail message
FAIL: Untested message
FAIL: Unresolved message
Running /mnt/lfs/sources/dejagnu-1.4.4/testsuite/runtest.all/libs.exp ...
Running /mnt/lfs/sources/dejagnu-1.4.4/testsuite/runtest.all/options.exp ...
Running /mnt/lfs/sources/dejagnu-1.4.4/testsuite/runtest.all/stats-sub.exp ...
Running /mnt/lfs/sources/dejagnu-1.4.4/testsuite/runtest.all/stats.exp ...

        ===  Summary ===

# of expected passes        62
# of unexpected failures    4
make[5]: *** [check-DEJAGNU] Error 1
make[5]: Leaving directory `/mnt/lfs/sources/dejagnu-1.4.4/testsuite'
make[4]: *** [check-am] Error 2
make[4]: Leaving directory `/mnt/lfs/sources/dejagnu-1.4.4/testsuite'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/mnt/lfs/sources/dejagnu-1.4.4/testsuite'
make[2]: *** [check-DEJAGNU] Error 2
make[2]: Leaving directory `/mnt/lfs/sources/dejagnu-1.4.4'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/dejagnu-1.4.4'
make: *** [check-recursive] Error 1
l...@flk-desktop:/mnt/lfs/sources/dejagnu-1.4.4$

From the book I get the impression that any failures/errors are not expected at this point. Pls, where and what is "the global config file"? What tool(s) need to be specified? Or did I miss a detail in preceding sections/chapters? I am at a loss right now

--
Dipl. Ing. *Franz L. Kuhlmann* Mitteranger 34 D 82418 Murnau T 49/0-8841-629072
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to