Hi..
Sending logs as instructed by install script
make[5]: Leaving directory '/home/saman/osmo-iuh/src/tests'
make check-local
make[5]: Entering directory '/home/saman/osmo-iuh/src/tests'
/bin/bash './testsuite'
## ---------------------------- ##
## osmo-iuh UNKNOWN test suite. ##
## ---------------------------- ##
Regression tests.
1: helpers FAILED (testsuite.at:9)
2: hnbap FAILED (testsuite.at:15)
3: ranap FAILED (testsuite.at:21)
## ------------- ##
## Test results. ##
## ------------- ##
ERROR: All 3 tests were run,
3 failed unexpectedly.
## -------------------------- ##
## testsuite.log was created. ##
## -------------------------- ##
Please send `src/tests/testsuite.log' and all information you think might help:
Subject: [osmo-iuh UNKNOWN] testsuite: 1 2 3 failed
You may investigate any problem if you feel able to do so, in which
case the test suite provides a good starting point. Its output may
be found below `src/tests/testsuite.dir'.
Makefile:796: recipe for target 'check-local' failed
make[5]: *** [check-local] Error 1
make[5]: Leaving directory '/home/saman/osmo-iuh/src/tests'
Makefile:650: recipe for target 'check-am' failed
make[4]: *** [check-am] Error 2
make[4]: Leaving directory '/home/saman/osmo-iuh/src/tests'
Makefile:623: recipe for target 'check-recursive' failed
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory '/home/saman/osmo-iuh/src'
Makefile:772: recipe for target 'check' failed
make[2]: *** [check] Error 2
make[2]: Leaving directory '/home/saman/osmo-iuh/src'
Makefile:439: recipe for target 'check-recursive' failed
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory '/home/saman/osmo-iuh'
Makefile:730: recipe for target 'check' failed
make: *** [check] Error 2
Mo Saman
Chief Platform Architect
+1 202 621 0097
mailto:m.saman@cerebrosphere.com m.saman@cerebrosphere.com
On 9. May 2017, at 15:56, Mo Saman m.saman@cerebrosphere.com wrote:
Hi.. Sending logs as instructed by install script
The GNU autotest scripts will write a testsuite.log and it is a good idea to read it. Which install script did you follow?
+/home/saman/osmo-iuh/src/tests/.libs/lt-test-helpers: error while loading shared libraries: libasn1c.so.0: cannot open shared object file: No such file or directory
this means that the dynamic linker will not be able to find the libasn1c.so.0 (e.g. not in the linker library path).
holger