=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for libunwind-15.0.6
[  7%] Building CXX object src/CMakeFiles/unwind_static_objects.dir/libunwind.cpp.o
[ 14%] Building CXX object src/CMakeFiles/unwind_shared_objects.dir/Unwind-EHABI.cpp.o
[ 21%] Building CXX object src/CMakeFiles/unwind_shared_objects.dir/libunwind.cpp.o
[ 28%] Building CXX object src/CMakeFiles/unwind_shared_objects.dir/Unwind-seh.cpp.o
In file included from /tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/src/libunwind.cpp:30:
/tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/src/AddressSpace.hpp: In static member function 'static int64_t libunwind::LocalAddressSpace::getSLEB128(libunwind::LocalAddressSpace::pint_t&, libunwind::LocalAddressSpace::pint_t)':
/tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/src/AddressSpace.hpp:256:42: warning: conversion to 'long unsigned int' from 'int64_t' {aka 'long int'} may change the sign of the result [-Wsign-conversion]
  256 |     result |= (uint64_t)(byte & 0x7f) << bit;
      |                                          ^~~
In file included from /tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/src/libunwind.cpp:30:
/tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/src/AddressSpace.hpp: In static member function 'static int64_t libunwind::LocalAddressSpace::getSLEB128(libunwind::LocalAddressSpace::pint_t&, libunwind::LocalAddressSpace::pint_t)':
/tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/src/AddressSpace.hpp:256:42: warning: conversion to 'long unsigned int' from 'int64_t' {aka 'long int'} may change the sign of the result [-Wsign-conversion]
  256 |     result |= (uint64_t)(byte & 0x7f) << bit;
      |                                          ^~~
/tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/src/AddressSpace.hpp:261:26: warning: conversion to 'long long unsigned int' from 'int64_t' {aka 'long int'} may change the sign of the result [-Wsign-conversion]
  261 |     result |= (-1ULL) << bit;
      |                          ^~~
/tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/src/AddressSpace.hpp:261:12: warning: conversion to 'int64_t' {aka 'long int'} from 'long long unsigned int' may change the sign of the result [-Wsign-conversion]
  261 |     result |= (-1ULL) << bit;
      |     ~~~~~~~^~~~~~~~~~~~~~~~~
/tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/src/AddressSpace.hpp:261:26: warning: conversion to 'long long unsigned int' from 'int64_t' {aka 'long int'} may change the sign of the result [-Wsign-conversion]
  261 |     result |= (-1ULL) << bit;
      |                          ^~~
/tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/src/AddressSpace.hpp:261:12: warning: conversion to 'int64_t' {aka 'long int'} from 'long long unsigned int' may change the sign of the result [-Wsign-conversion]
  261 |     result |= (-1ULL) << bit;
      |     ~~~~~~~^~~~~~~~~~~~~~~~~
[ 35%] Building C object src/CMakeFiles/unwind_shared_objects.dir/UnwindLevel1.c.o
cc1: warning: command-line option '-nostdinc++' is valid for C++/ObjC++ but not for C
cc1: warning: command-line option '-Wmismatched-tags' is valid for C++/ObjC++ but not for C
cc1: warning: command-line option '-Wno-suggest-override' is valid for C++/ObjC++ but not for C
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
/tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/src/libunwind.cpp: At global scope:
/tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/src/libunwind.cpp:39:23: warning: type-punning to incomplete type might break strict-aliasing rules [-Wstrict-aliasing]
   39 |     (unw_addr_space_t)&LocalAddressSpace::sThisAddressSpace;
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/src/libunwind.cpp: At global scope:
/tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/src/libunwind.cpp:39:23: warning: type-punning to incomplete type might break strict-aliasing rules [-Wstrict-aliasing]
   39 |     (unw_addr_space_t)&LocalAddressSpace::sThisAddressSpace;
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 42%] Building C object src/CMakeFiles/unwind_shared_objects.dir/UnwindLevel1-gcc-ext.c.o
cc1: warning: command-line option '-nostdinc++' is valid for C++/ObjC++ but not for C
cc1: warning: command-line option '-Wmismatched-tags' is valid for C++/ObjC++ but not for C
cc1: warning: command-line option '-Wno-suggest-override' is valid for C++/ObjC++ but not for C
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
/tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/src/UnwindLevel1-gcc-ext.c: In function '_Unwind_Backtrace':
/tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/src/UnwindLevel1-gcc-ext.c:170:53: warning: type-punning to incomplete type might break strict-aliasing rules [-Wstrict-aliasing]
  170 |     result = (*callback)((struct _Unwind_Context *)(&cursor), ref);
      |                                                    ~^~~~~~~~
[ 50%] Building C object src/CMakeFiles/unwind_shared_objects.dir/Unwind-sjlj.c.o
cc1: warning: command-line option '-nostdinc++' is valid for C++/ObjC++ but not for C
cc1: warning: command-line option '-Wmismatched-tags' is valid for C++/ObjC++ but not for C
cc1: warning: command-line option '-Wno-suggest-override' is valid for C++/ObjC++ but not for C
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
[ 57%] Building CXX object src/CMakeFiles/unwind_static_objects.dir/Unwind-EHABI.cpp.o
[ 64%] Building CXX object src/CMakeFiles/unwind_static_objects.dir/Unwind-seh.cpp.o
[ 71%] Building C object src/CMakeFiles/unwind_static_objects.dir/UnwindLevel1.c.o
cc1: warning: command-line option '-nostdinc++' is valid for C++/ObjC++ but not for C
cc1: warning: command-line option '-Wmismatched-tags' is valid for C++/ObjC++ but not for C
cc1: warning: command-line option '-Wno-suggest-override' is valid for C++/ObjC++ but not for C
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
[ 78%] Building C object src/CMakeFiles/unwind_static_objects.dir/UnwindLevel1-gcc-ext.c.o
cc1: warning: command-line option '-nostdinc++' is valid for C++/ObjC++ but not for C
cc1: warning: command-line option '-Wmismatched-tags' is valid for C++/ObjC++ but not for C
cc1: warning: command-line option '-Wno-suggest-override' is valid for C++/ObjC++ but not for C
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
/tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/src/UnwindLevel1-gcc-ext.c: In function '_Unwind_Backtrace':
/tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/src/UnwindLevel1-gcc-ext.c:170:53: warning: type-punning to incomplete type might break strict-aliasing rules [-Wstrict-aliasing]
  170 |     result = (*callback)((struct _Unwind_Context *)(&cursor), ref);
      |                                                    ~^~~~~~~~
[ 85%] Building C object src/CMakeFiles/unwind_static_objects.dir/Unwind-sjlj.c.o
cc1: warning: command-line option '-nostdinc++' is valid for C++/ObjC++ but not for C
cc1: warning: command-line option '-Wmismatched-tags' is valid for C++/ObjC++ but not for C
cc1: warning: command-line option '-Wno-suggest-override' is valid for C++/ObjC++ but not for C
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
[ 85%] Built target unwind_shared_objects
[ 92%] Linking C shared library ../lib/libunwind.so
/usr/bin/ld: CMakeFiles/unwind_shared_objects.dir/libunwind.cpp.o: in function `__unw_resume':
libunwind.cpp:(.text+0x38c8): undefined reference to `libunwind::Registers_sparc64::jumpto()'
/usr/bin/ld: CMakeFiles/unwind_shared_objects.dir/libunwind.cpp.o: in function `libunwind::UnwindCursor<libunwind::LocalAddressSpace, libunwind::Registers_sparc64>::jumpto()':
libunwind.cpp:(.text._ZN9libunwind12UnwindCursorINS_17LocalAddressSpaceENS_17Registers_sparc64EE6jumptoEv[_ZN9libunwind12UnwindCursorINS_17LocalAddressSpaceENS_17Registers_sparc64EE6jumptoEv]+0x4): undefined reference to `libunwind::Registers_sparc64::jumpto()'
/usr/bin/ld: ../lib/libunwind.so.1.0: hidden symbol `_ZN9libunwind17Registers_sparc646jumptoEv' isn't defined
/usr/bin/ld: final link failed: bad value
collect2: error: ld returned 1 exit status
distcc[6063] ERROR: compile (null) on localhost failed
--- lib/libunwind.so.1.0 ---
*** [lib/libunwind.so.1.0] Error code 1

make[2]: stopped in /tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/build
1 error

make[2]: stopped in /tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/build
--- src/CMakeFiles/unwind_shared.dir/all ---
*** [src/CMakeFiles/unwind_shared.dir/all] Error code 2

make[1]: stopped in /tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/build
A failure has been detected in another branch of the parallel make

make[2]: stopped in /tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/build
--- src/CMakeFiles/unwind_static_objects.dir/all ---
*** [src/CMakeFiles/unwind_static_objects.dir/all] Error code 2

make[1]: stopped in /tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/build
2 errors

make[1]: stopped in /tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/build
*** [all] Error code 2

make: stopped in /tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/build
1 error

make: stopped in /tmp/pkgbuild/lang/libunwind/work.sparc64/libunwind-15.0.6.src/build
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/lang/libunwind
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/libunwind