I am trying to compile make 3.80 on a Digital Unix 4.0D platform.

When I check the package one test fails (functions/eval). I appended in
attachment two files:

check.log  obtained through:    ./make check 1>check.log 2>&1
work.tar   obtained through:    tar cvf work.tar tests/work

Do you know of any patch that resolves the problem?

Thank you very much for your attention

Roberto Muscari
Making check in glob
make[1]: Entering directory `/home/roberto/scratch/DA_COMPILARE/make-3.80/glob'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/roberto/scratch/DA_COMPILARE/make-3.80/glob'
Making check in config
make[1]: Entering directory `/home/roberto/scratch/DA_COMPILARE/make-3.80/config'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/roberto/scratch/DA_COMPILARE/make-3.80/config'
Making check in po
make[1]: Entering directory `/home/roberto/scratch/DA_COMPILARE/make-3.80/po'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/roberto/scratch/DA_COMPILARE/make-3.80/po'
Making check in doc
make[1]: Entering directory `/home/roberto/scratch/DA_COMPILARE/make-3.80/doc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/roberto/scratch/DA_COMPILARE/make-3.80/doc'
make[1]: Entering directory `/home/roberto/scratch/DA_COMPILARE/make-3.80'
/home/roberto/scratch/DA_COMPILARE/make-3.80/./make  check-local
make[2]: Entering directory `/home/roberto/scratch/DA_COMPILARE/make-3.80'
cd tests && perl ./run_make_tests.pl -make ../make 
------------------------------------------------------------------------------
        Running tests for GNU make on OSF1 rios11.insean.it V4.0 alpha
                                GNU Make 3.80
------------------------------------------------------------------------------

Clearing work...
Finding tests...

features/comments ....................................... ok
features/conditionals ................................... ok
features/default_names .................................. ok
features/double_colon ................................... ok
features/echoing ........................................ ok
features/errors ......................................... ok
features/escape ......................................... ok
features/export ......................................... ok
features/include ........................................ ok
features/mult_rules ..................................... ok
features/mult_targets ................................... ok
features/order_only ..................................... ok
features/override ....................................... ok
features/parallelism .................................... ok
features/patspecific_vars ............................... ok
features/quoting ........................................ ok
features/recursion ...................................... ok
features/reinvoke ....................................... ok
features/statipattrules ................................. ok
features/targetvars ..................................... ok
features/varnesting ..................................... ok
features/vpath .......................................... ok
features/vpath2 ......................................... ok
features/vpathgpath ..................................... ok
features/vpathplus ...................................... ok
functions/addprefix ..................................... ok
functions/addsuffix ..................................... ok
functions/basename ...................................... ok
functions/call .......................................... ok
functions/dir ........................................... ok
functions/error ......................................... ok
functions/eval .......................................... FAILED
functions/filter-out .................................... ok
functions/findstring .................................... ok
functions/foreach ....................................... ok
functions/if ............................................ ok
functions/join .......................................... ok
functions/notdir ........................................ ok
functions/origin ........................................ ok
functions/sort .......................................... ok
functions/strip ......................................... ok
functions/substitution .................................. ok
functions/suffix ........................................ ok
functions/value ......................................... ok
functions/warning ....................................... ok
functions/wildcard ...................................... ok
functions/word .......................................... ok
misc/general1 ........................................... ok
misc/general2 ........................................... ok
misc/general3 ........................................... ok
misc/general4 ........................................... ok
options/dash-B .......................................... ok
options/dash-C .......................................... ok
options/dash-I .......................................... ok
options/dash-e .......................................... ok
options/dash-f .......................................... ok
options/dash-k .......................................... ok
options/dash-l .......................................... ok
options/dash-n .......................................... ok
options/dash-q .......................................... ok
options/dash-t .......................................... ok
options/general ......................................... ok
targets/DEFAULT ......................................... ok
targets/FORCE ........................................... ok
targets/INTERMEDIATE .................................... ok
targets/PHONY ........................................... ok
targets/SECONDARY ....................................... ok
targets/SILENT .......................................... ok
targets/clean ........................................... ok
variables/CURDIR ........................................ ok
variables/MAKE .......................................... ok
variables/MAKECMDGOALS .................................. ok
variables/MAKEFILES ..................................... ok
variables/MAKEFILE_LIST ................................. ok
variables/MAKELEVEL ..................................... ok
variables/automatic ..................................... ok
variables/flavors ....................................... ok
variables/special ....................................... ok

1 Test Failed (See .diff files in work dir for details) :-(

make[2]: *** [check-regression] Error 1
make[2]: Leaving directory `/home/roberto/scratch/DA_COMPILARE/make-3.80'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/home/roberto/scratch/DA_COMPILARE/make-3.80'
make: *** [check-recursive] Error 1

Attachment: work.tar
Description: Binary data

_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to