ncbi / ncbi-cxx-toolkit-public

NCBI C++ Toolkit package sources
Other
55 stars 20 forks source link

Platform not defined for FreeBSD arm -- please fix me #2

Closed yurivict closed 1 year ago

yurivict commented 2 years ago

Build breaks on FreeBSD 14 armv6:

Platform not defined for FreeBSD arm -- please fix me
libunwind: personality function returned unknown result 5
libunwind: _Unwind_Resume - _Unwind_Resume() can't return
gmake[6]: *** [/wrkdirs/usr/ports/biology/ncbi-cxx-toolkit/work/ncbi-cxx-toolkit-public-release-26.0.1/src/build-system/Makefile.module:42: we_cpp.files] Segmentation fault (core dumped)

Version: 26.0.1

ucko commented 2 years ago

Platform not defined for FreeBSD arm -- please fix me

You can safely ignore this message; sorry for the noise.

libunwind: personality function returned unknown result 5

That message, however, appears to indicate missing platform support in libunwind; please try bypassing it by rerunning configure with the flag --without-libunwind.

Thanks for your interest, and sorry you ran into trouble!

vakatov commented 1 year ago

Yuri, did it help?

vakatov commented 1 year ago

Looks like all done here. Closing. Feel free to reopen if needed.