https://bugs.kde.org/show_bug.cgi?id=377325

--- Comment #1 from Milian Wolff <m...@milianw.de> ---
Hey Zeno,

long delay :) Do you still have access to that sysroot, or an equivalent one?

I assume that you are talking about these checks:

  check_library_exists(${LIBUNWIND_LIBRARY} unw_getcontext ""
LIBUNWIND_HAS_UNW_GETCONTEXT)
  check_library_exists(${LIBUNWIND_LIBRARY} unw_init_local ""
LIBUNWIND_HAS_UNW_INIT_LOCAL)
  check_library_exists(${LIBUNWIND_LIBRARY} unw_backtrace ""
LIBUNWIND_HAS_UNW_BACKTRACE)
  check_library_exists (${LIBUNWIND_LIBRARY} unw_backtrace_skip ""
LIBUNWIND_HAS_UNW_BACKTRACE_SKIP)

What do you get for `nm -a path/to/libunwind.so | grep unw_`? Most notably,
only unw_backtrace should be required (and available).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to