On Tue, Feb 3, 2009 at 11:08 AM, John Wiegley wrote: > > Ok, I think I've fixed this last one too.
Git pull, acprep and make all completed okay. Fullcheck now failed with an mpfr related error. Is it because `sh' being invoked at the end does not know where mpfr is installed? How can I set the location of mpfr (/usr/local) available system-wide? ,----[ fullcheck ] | master% time make fullcheck | CXX util_tests-UnitTests.o | CXX util_tests-t_times.o | LD util_tests | CXX math_tests-UnitTests.o | CXX math_tests-t_commodity.o | CXX math_tests-t_amount.o | CXX math_tests-t_balance.o | LD math_tests | CXX expr_tests-UnitTests.o | CXX expr_tests-t_expr.o | LD expr_tests | CXX data_tests-UnitTests.o | CXX data_tests-data_tests.o | LD data_tests | CXX parse_tests-UnitTests.o | CXX parse_tests-parse_tests.o | LD parse_tests | CXX report_tests-UnitTests.o | CXX report_tests-report_tests.o | LD report_tests | sh ./tools/fullcheck ./util_tests --verify | .. | OK (2) | sh ./tools/fullcheck ./math_tests --verify | ./math_tests: symbol lookup error: ./math_tests: undefined symbol: mpfr_asprintf | make: *** [fullcheck] Error 127 | make fullcheck 27.67s user 2.38s system 99% cpu 30.314 total `---- > If make fullcheck finally works, could you try "make > release-distcheck" next? Sure thing. That was on the list next (I've got plenty of CPU cycles to burn here. ;-) Thanks -- Manish
