Hello tommi,

Please find the full log file.
For me autoreconf, configure,make and make install are working absolutely fine.
The problem where I am facing is in ' make check'.

Thank you
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/libunwind-1.0.1/src'
make  check-am
make[2]: Entering directory 
`/home/bincy/Downloads/libunwind/libunwind-1.0.1/src'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/bincy/Downloads/libunwind/libunwind-1.0.1/src'
make[1]: Leaving directory `/home/bincy/Downloads/libunwind/libunwind-1.0.1/src'
Making check in tests
make[1]: Entering directory 
`/home/bincy/Downloads/libunwind/libunwind-1.0.1/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-dyn1 Ltest-dyn1 Gtest-trace Ltest-trace 
test-async-sig test-flush-cache test-init-remote test-mem test-setjmp 
test-ptrace Ltest-nomalloc Ltest-nocalloc rs-race   run-check-namespace 
run-ptrace-mapper run-ptrace-misc 
make[2]: Entering directory 
`/home/bincy/Downloads/libunwind/libunwind-1.0.1/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.
/bin/sh ../libtool --tag=CC   --mode=link gcc  -U_FORTIFY_SOURCE -fexceptions 
-Wall -Wsign-compare  
-L/home/bincy/Downloads/libunwind/libunwind-1.0.1/src/.libs -o Gtest-bt 
Gtest-bt.o ident.o ../src/libunwind-x86_64.la 
libtool: link: gcc -U_FORTIFY_SOURCE -fexceptions -Wall -Wsign-compare -o 
.libs/Gtest-bt Gtest-bt.o ident.o  
-L/home/bincy/Downloads/libunwind/libunwind-1.0.1/src/.libs 
../src/.libs/libunwind-x86_64.so
/usr/local/bin/ld: Gtest-bt.o: undefined reference to symbol 
'_Ux86_64_getcontext'
/usr/local/bin/ld: note: '_Ux86_64_getcontext' is defined in DSO 
/home/bincy/Downloads/libunwind/libunwind-1.0.1/src/.libs/libunwind.so.8 so try 
adding it to the linker command line
/home/bincy/Downloads/libunwind/libunwind-1.0.1/src/.libs/libunwind.so.8: could 
not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[2]: *** [Gtest-bt] Error 1
make[2]: Leaving directory 
`/home/bincy/Downloads/libunwind/libunwind-1.0.1/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory 
`/home/bincy/Downloads/libunwind/libunwind-1.0.1/tests'
make: *** [check-recursive] Error 1
_______________________________________________
Libunwind-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to