Per Olofsson wrote:
2012-01-05 02:29, peter green skrev:
Unfortunately to the best of my knowlage the content of build trees
after an autbuild attempt is not saved so i'll have to try to reproduce
this issue locally first. Assuming I can reproduce it i'll perform the
test you wish.
Thanks!
tests log attatched
For the future I would suggest changing your package so that the
testsuite runs that are performed as part of a normal build provide
usefull results.
Agreed. I actually wasn't aware of the testsuite, it is run
automatically by debhelper (which is a good thing, though).
Making check in config
make[1]: Entering directory `/lyx-2.0.2/obj-arm-linux-gnueabihf/config'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/lyx-2.0.2/obj-arm-linux-gnueabihf/config'
Making check in development
make[1]: Entering directory `/lyx-2.0.2/obj-arm-linux-gnueabihf/development'
make[2]: Entering directory `/lyx-2.0.2/obj-arm-linux-gnueabihf/development'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/lyx-2.0.2/obj-arm-linux-gnueabihf/development'
make[1]: Leaving directory `/lyx-2.0.2/obj-arm-linux-gnueabihf/development'
Making check in intl
make[1]: Entering directory `/lyx-2.0.2/obj-arm-linux-gnueabihf/intl'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/lyx-2.0.2/obj-arm-linux-gnueabihf/intl'
Making check in po
make[1]: Entering directory `/lyx-2.0.2/obj-arm-linux-gnueabihf/po'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/lyx-2.0.2/obj-arm-linux-gnueabihf/po'
Making check in src
make[1]: Entering directory `/lyx-2.0.2/obj-arm-linux-gnueabihf/src'
make check-recursive
make[2]: Entering directory `/lyx-2.0.2/obj-arm-linux-gnueabihf/src'
Making check in support
make[3]: Entering directory `/lyx-2.0.2/obj-arm-linux-gnueabihf/src/support'
make check-am
make[4]: Entering directory `/lyx-2.0.2/obj-arm-linux-gnueabihf/src/support'
make check_convert check_filetools check_lstrings
make[5]: Entering directory `/lyx-2.0.2/obj-arm-linux-gnueabihf/src/support'
make[5]: `check_convert' is up to date.
make[5]: `check_filetools' is up to date.
make[5]: `check_lstrings' is up to date.
make[5]: Leaving directory `/lyx-2.0.2/obj-arm-linux-gnueabihf/src/support'
make check-TESTS
make[5]: Entering directory `/lyx-2.0.2/obj-arm-linux-gnueabihf/src/support'
+ cat ../../../src/support/tests/regfiles/convert
+ regfile=123
123
123
123
123
123
123
123
-123
-123
-123
-123
-123
-123
-123
-123
0
0
0
0
0
123
123
123
123
123
123
123
123
123
123
123
123
0
0
0
0
0
123
123
123
123
123
4294967173
true
false
a
1
1.5
+ ./check_convert
+ output=
+ test 123
123
123
123
123
123
123
123
-123
-123
-123
-123
-123
-123
-123
-123
0
0
0
0
0
123
123
123
123
123
123
123
123
123
123
123
123
0
0
0
0
0
123
123
123
123
123
4294967173
true
false
a
1
1.5 =
+ exit 1
FAIL: tests/test_convert
+ cat ../../../src/support/tests/regfiles/filetools
+ regfile=/bar
/foo/bar
/foo/bar
+ ./check_filetools
+ output=
+ test /bar
/foo/bar
/foo/bar =
+ exit 1
FAIL: tests/test_filetools
+ cat ../../../src/support/tests/regfiles/lstrings
+ regfile=a
alle
a
alle
A
ALLE
A
+ ./check_lstrings
+ output=
+ test a
alle
a
alle
A
ALLE
A =
+ exit 1
FAIL: tests/test_lstrings
========================================
3 of 3 tests failed
Please report to [email protected]
========================================
make[5]: *** [check-TESTS] Error 1
make[5]: Leaving directory `/lyx-2.0.2/obj-arm-linux-gnueabihf/src/support'
make[4]: *** [check-am] Error 2
make[4]: Leaving directory `/lyx-2.0.2/obj-arm-linux-gnueabihf/src/support'
make[3]: *** [check] Error 2
make[3]: Leaving directory `/lyx-2.0.2/obj-arm-linux-gnueabihf/src/support'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/lyx-2.0.2/obj-arm-linux-gnueabihf/src'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/lyx-2.0.2/obj-arm-linux-gnueabihf/src'
make: *** [check-recursive] Error 1