DejaGnu is a framework for running
test suites on GNU tools. It is written in expect, which uses Tcl (Tool command language). It was installed
by LFS in the temporary /tools
directory. These instructions install it permanently.
This package is known to build and work properly using an LFS-7.4 platform.
Download (HTTP): http://ftp.gnu.org/pub/gnu/dejagnu/dejagnu-1.5.1.tar.gz
Download (FTP): ftp://ftp.gnu.org/pub/gnu/dejagnu/dejagnu-1.5.1.tar.gz
Download MD5 sum: 8386e04e362345f50ad169f052f4c4ab
Download size: 568 KB
Estimated disk space required: 5.0 MB
Estimated build time: less than 0.1 SBU
DocBook-utils-0.6.14 and docbook2X (both looked for by the configure script but not used in the build)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/dejagnu
Install DejaGnu by running the following commands:
./configure --prefix=/usr && makeinfo --html --no-split -o doc/dejagnu.html doc/dejagnu.texi && makeinfo --plaintext -o doc/dejagnu.txt doc/dejagnu.texi
To test the results, issue make check.
Now, as the root
user:
make install && install -v -dm755 /usr/share/doc/dejagnu-1.5.1 && install -v -m644 doc/dejagnu.{html,txt} \ /usr/share/doc/dejagnu-1.5.1
Last updated on 2013-08-20 13:51:02 -0700