Thank you very much.
Now I am able to run make check.
I got the attached log.
Can I see the detailed trace somewhere and why Gtest-dyn1 and Ltest-dyn1 are
failing?
Regards
Bincy
________________________________
From: Tommi Rantala <[email protected]>
To: Bincy K Philip <[email protected]>
Cc: Arun Sharma <[email protected]>; "[email protected]"
<[email protected]>
Sent: Wednesday, 26 September 2012 2:49 PM
Subject: Re: [Libunwind-devel] Testing libunwind
2012/9/26 Bincy K Philip <[email protected]>:
> Hi Arun,
>
> Thanks for the reply.
>
> I m able to 'make' the libunwind and install it.
> But while running ' make check' error is displaying.
> Please find the log file attached.
>
> Could you please help me to sort out this issue?
Hi Bincy, the log file shows the compilation stopping at Gtest-bt, but
the actual error messages are missing. Please also capture the stderr,
ie. something like "make check >log.txt 2>&1".
You could also try with the current development tree of libunwind.
Grab a copy of the git tree with "git clone
git://git.sv.gnu.org/libunwind.git", then run "autoreconf -fiv" from
the source directory, and finally "./configure && make && make check".
Tommi
Making check in src
make[1]: Entering directory
`/home/bincy/Downloads/libunwind_timmi/libunwind/src'
make check-am
make[2]: Entering directory
`/home/bincy/Downloads/libunwind_timmi/libunwind/src'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/bincy/Downloads/libunwind_timmi/libunwind/src'
make[1]: Leaving directory `/home/bincy/Downloads/libunwind_timmi/libunwind/src'
Making check in tests
make[1]: Entering directory
`/home/bincy/Downloads/libunwind_timmi/libunwind/tests'
make test-proc-info test-static-link test-strerror Gtest-bt Ltest-bt Gtest-exc
Ltest-exc Gtest-init Ltest-init Gtest-concurrent Ltest-concurrent
Gtest-resume-sig Ltest-resume-sig Gtest-resume-sig-rt Ltest-resume-sig-rt
Gtest-dyn1 Ltest-dyn1 Gtest-trace Ltest-trace test-async-sig test-flush-cache
test-init-remote test-mem test-setjmp test-ptrace test-varargs Ltest-nomalloc
Ltest-nocalloc rs-race run-check-namespace run-ptrace-mapper run-ptrace-misc
run-coredump-unwind
make[2]: Entering directory
`/home/bincy/Downloads/libunwind_timmi/libunwind/tests'
make[2]: `test-proc-info' is up to date.
make[2]: `test-static-link' is up to date.
make[2]: `test-strerror' is up to date.
make[2]: `Gtest-bt' is up to date.
make[2]: `Ltest-bt' is up to date.
make[2]: `Gtest-exc' is up to date.
make[2]: `Ltest-exc' is up to date.
make[2]: `Gtest-init' is up to date.
make[2]: `Ltest-init' is up to date.
make[2]: `Gtest-concurrent' is up to date.
make[2]: `Ltest-concurrent' is up to date.
make[2]: `Gtest-resume-sig' is up to date.
make[2]: `Ltest-resume-sig' is up to date.
make[2]: `Gtest-resume-sig-rt' is up to date.
make[2]: `Ltest-resume-sig-rt' is up to date.
make[2]: `Gtest-dyn1' is up to date.
make[2]: `Ltest-dyn1' is up to date.
make[2]: `Gtest-trace' is up to date.
make[2]: `Ltest-trace' is up to date.
make[2]: `test-async-sig' is up to date.
make[2]: `test-flush-cache' is up to date.
make[2]: `test-init-remote' is up to date.
make[2]: `test-mem' is up to date.
make[2]: `test-setjmp' is up to date.
make[2]: `test-ptrace' is up to date.
make[2]: `test-varargs' is up to date.
make[2]: `Ltest-nomalloc' is up to date.
make[2]: `Ltest-nocalloc' is up to date.
make[2]: `rs-race' is up to date.
make[2]: Nothing to be done for `run-check-namespace'.
make[2]: Nothing to be done for `run-ptrace-mapper'.
make[2]: Nothing to be done for `run-ptrace-misc'.
make[2]: Nothing to be done for `run-coredump-unwind'.
make[2]: Leaving directory
`/home/bincy/Downloads/libunwind_timmi/libunwind/tests'
make check-TESTS
make[2]: Entering directory
`/home/bincy/Downloads/libunwind_timmi/libunwind/tests'
PASS: test-proc-info
PASS: test-static-link
PASS: test-strerror
PASS: Gtest-bt
PASS: Ltest-bt
PASS: Gtest-exc
PASS: Ltest-exc
PASS: Gtest-init
PASS: Ltest-init
PASS: Gtest-concurrent
PASS: Ltest-concurrent
PASS: Gtest-resume-sig
PASS: Ltest-resume-sig
PASS: Gtest-resume-sig-rt
PASS: Ltest-resume-sig-rt
FAIL: Gtest-dyn1
FAIL: Ltest-dyn1
PASS: Gtest-trace
PASS: Ltest-trace
PASS: test-async-sig
PASS: test-flush-cache
PASS: test-init-remote
PASS: test-mem
PASS: test-setjmp
PASS: test-ptrace
PASS: test-varargs
PASS: Ltest-nomalloc
PASS: Ltest-nocalloc
PASS: rs-race
PASS: run-check-namespace
PASS: run-ptrace-mapper
PASS: run-ptrace-misc
PASS: run-coredump-unwind
===========================================
2 of 33 tests failed
Please report to [email protected]
===========================================
make[2]: Leaving directory
`/home/bincy/Downloads/libunwind_timmi/libunwind/tests'
make[1]: Leaving directory
`/home/bincy/Downloads/libunwind_timmi/libunwind/tests'
_______________________________________________
Libunwind-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/libunwind-devel