libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libunwind-devel] [patch] fix under- and overlinking of libraries


From: Matthias Klose
Subject: [Libunwind-devel] [patch] fix under- and overlinking of libraries
Date: Thu, 09 Apr 2015 00:53:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

the dpkg-shlibdeps pacakging tool warns about some under- and overlinked 
libraries:

symbol _Ux86_64_dwarf_find_unwind_table used by libunwind-coredump.so.0.0.0
found in none of the libraries
symbol _Ux86_64_get_elf_image used by libunwind-coredump.so.0.0.0 found in none
of the libraries
symbol _Ux86_64_dwarf_search_unwind_table used by libunwind-coredump.so.0.0.0
found in none of the libraries
symbol _Ux86_64_dwarf_search_unwind_table used by libunwind-ptrace.so.0.0.0
found in none of the libraries
symbol _Ux86_64_get_elf_image used by libunwind-ptrace.so.0.0.0 found in none of
the libraries
symbol lzma_index_uncompressed_size used by libunwind-ptrace.so.0.0.0 found in
none of the libraries
symbol lzma_index_end used by libunwind-ptrace.so.0.0.0 found in none of the
libraries
symbol lzma_index_buffer_decode used by libunwind-ptrace.so.0.0.0 found in none
of the libraries
symbol _Ux86_64_dwarf_find_unwind_table used by libunwind-ptrace.so.0.0.0 found
in none of the libraries
symbol lzma_stream_footer_decode used by libunwind-ptrace.so.0.0.0 found in none
of the libraries
symbol lzma_index_size used by libunwind-ptrace.so.0.0.0 found in none of the
libraries
symbol lzma_stream_buffer_decode used by libunwind-ptrace.so.0.0.0 found in none
of the libraries

The following patch addresses these:

src/Makefile.am

 - define PTRACE_SO
 - add libunwind-ptrace.la and libunwind-coredump.la last to
   lib_LTLIBRARIES to fix build errors with the new LIBADD
   dependencies.
 - define libunwind_ptrace_la_LDFLAGS and libunwind_ptrace_la_LIBADD
 - define libunwind_coredump_la_LIBADD
 - remove libunwind-$(arch).la from libunwind_setjmp_la_LIBADD

Matthias

Attachment: 1.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]