=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/lang/libcxxabi", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for libcxxabi-21.1.8 [ 2%] Copying CXXABI header __cxxabi_config.h [ 5%] Copying CXXABI header cxxabi.h [ 5%] Built target generate-cxxabi-headers [ 7%] Building CXX object src/CMakeFiles/cxxabi_shared_objects.dir/cxa_aux_runtime.cpp.o [ 10%] Building CXX object src/CMakeFiles/cxxabi_static_objects.dir/cxa_aux_runtime.cpp.o In file included from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/stddef.h:30, from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/include/cxxabi.h:17, from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/src/cxa_aux_runtime.cpp:12: /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__config:857:8: error: #error "No thread API" 857 | # error "No thread API" | ^~~~~ In file included from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/stddef.h:30, from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/include/cxxabi.h:17, from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/src/cxa_aux_runtime.cpp:12: /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__config:857:8: error: #error "No thread API" 857 | # error "No thread API" | ^~~~~ In file included from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__exception/exception_ptr.h:17, from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/exception:84, from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/src/cxa_aux_runtime.cpp:13: /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__type_traits/decay.h:22:32: error: expected type-specifier before '__decay' 22 | using type _LIBCPP_NODEBUG = __decay(_Tp); | ^~~~~~~ In file included from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__exception/exception_ptr.h:18: /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__type_traits/is_pointer.h:22:62: error: there are no arguments to '__is_pointer' that depend on a template parameter, so a declaration of '__is_pointer' must be available [-fpermissive] 22 | struct _LIBCPP_NO_SPECIALIZATIONS is_pointer : _BoolConstant<__is_pointer(_Tp)> {}; | ^~~~~~~~~~~~ /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__type_traits/is_pointer.h:22:62: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated) /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__type_traits/is_pointer.h:22:79: error: template argument 1 is invalid 22 | struct _LIBCPP_NO_SPECIALIZATIONS is_pointer : _BoolConstant<__is_pointer(_Tp)> {}; | ^ /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__type_traits/is_pointer.h:26:81: error: expected primary-expression before ')' token 26 | _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool is_pointer_v = __is_pointer(_Tp); | ^ /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__type_traits/is_pointer.h:26:65: error: there are no arguments to '__is_pointer' that depend on a template parameter, so a declaration of '__is_pointer' must be available [-fpermissive] 26 | _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool is_pointer_v = __is_pointer(_Tp); | ^~~~~~~~~~~~ /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__config:354:23: error: 'std::ldiv_t div(long int, long int)' conflicts with a previous declaration 354 | # define _NOEXCEPT noexcept | ^~~~~~~~ /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/stdlib.h:126:61: note: in expansion of macro '_NOEXCEPT' 126 | inline _LIBCPP_HIDE_FROM_ABI ldiv_t div(long __x, long __y) _NOEXCEPT { return ::ldiv(__x, __y); } | ^~~~~~~~~ In file included from /usr/include/stdlib.h:41, from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/stdlib.h:89, from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/cstdlib:90, from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__exception/exception_ptr.h:19: /usr/include/iso/stdlib_iso.h:168:23: note: previous declaration 'std::ldiv_t std::div(long int, long int)' 168 | inline ldiv_t div(long _l1, long _l2) { return ldiv(_l1, _l2); } | ^~~ In file included from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__exception/exception_ptr.h:17, from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/exception:84, from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/src/cxa_aux_runtime.cpp:13: /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__type_traits/decay.h:22:32: error: expected type-specifier before '__decay' 22 | using type _LIBCPP_NODEBUG = __decay(_Tp); | ^~~~~~~ In file included from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__exception/exception_ptr.h:18: /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__type_traits/is_pointer.h:22:62: error: there are no arguments to '__is_pointer' that depend on a template parameter, so a declaration of '__is_pointer' must be available [-fpermissive] 22 | struct _LIBCPP_NO_SPECIALIZATIONS is_pointer : _BoolConstant<__is_pointer(_Tp)> {}; | ^~~~~~~~~~~~ /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__type_traits/is_pointer.h:22:62: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated) /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__type_traits/is_pointer.h:22:79: error: template argument 1 is invalid 22 | struct _LIBCPP_NO_SPECIALIZATIONS is_pointer : _BoolConstant<__is_pointer(_Tp)> {}; | ^ /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__type_traits/is_pointer.h:26:81: error: expected primary-expression before ')' token 26 | _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool is_pointer_v = __is_pointer(_Tp); | ^ /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__type_traits/is_pointer.h:26:65: error: there are no arguments to '__is_pointer' that depend on a template parameter, so a declaration of '__is_pointer' must be available [-fpermissive] 26 | _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool is_pointer_v = __is_pointer(_Tp); | ^~~~~~~~~~~~ In file included from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__type_traits/is_constructible.h:13, from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__exception/nested_exception.h:20, from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/exception:85: /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__type_traits/add_reference.h:22:32: error: expected type-specifier before '__add_lvalue_reference' 22 | using type _LIBCPP_NODEBUG = __add_lvalue_reference(_Tp); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__type_traits/add_reference.h:40:32: error: expected type-specifier before '__add_rvalue_reference' 40 | using type _LIBCPP_NODEBUG = __add_rvalue_reference(_Tp); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__config:354:23: error: 'std::ldiv_t div(long int, long int)' conflicts with a previous declaration 354 | # define _NOEXCEPT noexcept | ^~~~~~~~ /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/stdlib.h:126:61: note: in expansion of macro '_NOEXCEPT' 126 | inline _LIBCPP_HIDE_FROM_ABI ldiv_t div(long __x, long __y) _NOEXCEPT { return ::ldiv(__x, __y); } | ^~~~~~~~~ In file included from /usr/include/stdlib.h:41, from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/stdlib.h:89, from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/cstdlib:90, from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__exception/exception_ptr.h:19: /usr/include/iso/stdlib_iso.h:168:23: note: previous declaration 'std::ldiv_t std::div(long int, long int)' 168 | inline ldiv_t div(long _l1, long _l2) { return ldiv(_l1, _l2); } | ^~~ In file included from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/new:94, from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/src/cxa_aux_runtime.cpp:14: /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__new/allocate.h: In function '_Tp* std::__1::__libcpp_allocate(__element_count, size_t)': /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__new/allocate.h:40:30: error: there are no arguments to '__builtin_operator_new' that depend on a template parameter, so a declaration of '__builtin_operator_new' must be available [-fpermissive] 40 | return static_cast<_Tp*>(__builtin_operator_new(__size, static_cast(__align))); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__new/allocate.h:43:28: error: there are no arguments to '__builtin_operator_new' that depend on a template parameter, so a declaration of '__builtin_operator_new' must be available [-fpermissive] 43 | return static_cast<_Tp*>(__builtin_operator_new(__size)); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__type_traits/is_constructible.h:13, from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__exception/nested_exception.h:20, from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/exception:85: /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__type_traits/add_reference.h:22:32: error: expected type-specifier before '__add_lvalue_reference' 22 | using type _LIBCPP_NODEBUG = __add_lvalue_reference(_Tp); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__type_traits/add_reference.h:40:32: error: expected type-specifier before '__add_rvalue_reference' 40 | using type _LIBCPP_NODEBUG = __add_rvalue_reference(_Tp); | ^~~~~~~~~~~~~~~~~~~~~~ At global scope: cc1plus: note: unrecognized command-line option '-Wno-nullability-completeness' may have been intended to silence earlier diagnostics In file included from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/new:94, from /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/src/cxa_aux_runtime.cpp:14: /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__new/allocate.h: In function '_Tp* std::__1::__libcpp_allocate(__element_count, size_t)': /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__new/allocate.h:40:30: error: there are no arguments to '__builtin_operator_new' that depend on a template parameter, so a declaration of '__builtin_operator_new' must be available [-fpermissive] 40 | return static_cast<_Tp*>(__builtin_operator_new(__size, static_cast(__align))); | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/../libcxx/include/__new/allocate.h:43:28: error: there are no arguments to '__builtin_operator_new' that depend on a template parameter, so a declaration of '__builtin_operator_new' must be available [-fpermissive] 43 | return static_cast<_Tp*>(__builtin_operator_new(__size)); | ^~~~~~~~~~~~~~~~~~~~~~ At global scope: cc1plus: note: unrecognized command-line option '-Wno-nullability-completeness' may have been intended to silence earlier diagnostics --- src/CMakeFiles/cxxabi_shared_objects.dir/cxa_aux_runtime.cpp.o --- *** [src/CMakeFiles/cxxabi_shared_objects.dir/cxa_aux_runtime.cpp.o] Error code 1 bmake[2]: stopped making "src/CMakeFiles/cxxabi_shared_objects.dir/build" in /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/cmake-pkgsrc-build bmake[2]: 1 error bmake[2]: stopped making "src/CMakeFiles/cxxabi_shared_objects.dir/build" in /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/cmake-pkgsrc-build --- src/CMakeFiles/cxxabi_static_objects.dir/all --- *** [src/CMakeFiles/cxxabi_static_objects.dir/all] Error code 6 bmake[1]: stopped making "all" in /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/cmake-pkgsrc-build --- src/CMakeFiles/cxxabi_shared_objects.dir/all --- *** [src/CMakeFiles/cxxabi_shared_objects.dir/all] Error code 2 bmake[1]: stopped making "all" in /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/cmake-pkgsrc-build bmake[1]: 2 errors bmake[1]: stopped making "all" in /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/cmake-pkgsrc-build *** [all] Error code 2 bmake: stopped making "all" in /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/cmake-pkgsrc-build bmake: 1 error bmake: stopped making "all" in /tmp/work/lang/libcxxabi/work/llvm-project-21.1.8.src/libcxxabi/cmake-pkgsrc-build *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/libcxxabi *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/libcxxabi