On Tue, Feb 3, 2009 at 11:54 AM, John Wiegley wrote:
>
> On Feb 3, 2009, at 2:11 AM, Manish wrote:
>
>> I created a file `/etc/ld.so.conf.d/libmpfr.conf' with a single line
>> `/usr/local/bin' and ran ldconfig to make the mpfr libs available
>> system-wide (I hope) leading to a successful fullcheck. :) But read
>> on...
>
> Yay!
>
>> | ow/cppunit/lib -L/usr/local/lib -L/usr/lib -L/opt/local/lib
>> -L/usr/lib/python2.5/config' 'CXXFLAGS=-pthread -pipe' 'DISTCHECK_C
>> | ONFIGURE_FLAGS=--disable-shared --disable-dependency-tracking
>> --with-boost-suffix=-xgcc40' -j3 distcheck
>
> Fixed

Git pull, acprep, make, make fullcheck still succeed.  make check still
fails.

,----[ make check ]
| master% make check
| make  check-am
| make[1]: Entering directory `/data/desktop/johnw/ledger'
| make  RegressionTests util_tests math_tests expr_tests data_tests
parse_tests report_tests PyUnitTests
| make[2]: Entering directory `/data/desktop/johnw/ledger'
| make[2]: `RegressionTests' is up to date.
|     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
|     LD data_tests
|     CXX parse_tests-UnitTests.o
|     LD parse_tests
|     CXX report_tests-UnitTests.o
|     LD report_tests
| make[2]: `PyUnitTests' is up to date.
| make[2]: Leaving directory `/data/desktop/johnw/ledger'
| make  check-TESTS
| make[2]: Entering directory `/data/desktop/johnw/ledger'
| .
| OK (1)
| PASS: RegressionTests
| ..
| OK (2)
| PASS: util_tests
| ............................................
| OK (44)
| PASS: math_tests
| .
| OK (1)
| PASS: expr_tests
|
| OK (0)
| PASS: data_tests
|
| OK (0)
| PASS: parse_tests
|
| OK (0)
| PASS: report_tests
| Traceback (most recent call last):
|   File "./test/python/UnitTests.py", line 2, in <module>
|     import t_amount
|   File "/data/desktop/johnw/ledger/test/python/t_amount.py", line 7,
in <module>
|     from ledger import *
| ImportError: /data/desktop/johnw/ledger/ledger.so: undefined symbol:
_ZN6ledger8report_t15get_amount_exprERNS_12call_scope_tE
| FAIL: PyUnitTests
| ======================================
| 1 of 8 tests failed
| Please report to [email protected]
| ======================================
| make[2]: *** [check-TESTS] Error 1
| make[2]: Leaving directory `/data/desktop/johnw/ledger'
| make[1]: *** [check-am] Error 2
| make[1]: Leaving directory `/data/desktop/johnw/ledger'
| make: *** [check] Error 2
`----

,----[ make fullcheck ]
| master% time make fullcheck
| sh ./tools/fullcheck ./util_tests   --verify
| ..
| OK (2)
| sh ./tools/fullcheck ./math_tests   --verify
| ............................................
| OK (44)
| sh ./tools/fullcheck ./expr_tests   --verify
| .
| OK (1)
| sh ./tools/fullcheck ./data_tests   --verify
|
| OK (0)
| sh ./tools/fullcheck ./parse_tests  --verify
|
| OK (0)
| sh ./tools/fullcheck ./report_tests --verify
|
| OK (0)
| make fullcheck  0.66s user 0.04s system 91% cpu 0.760 total
`----

Thanks
-- 
Manish

Reply via email to