FreeBSD Bugzilla – Attachment 240354 Details for
Bug 269789
13.2-BETA2 can't self-compile -- string_view:320:38: error: no member named '__char_traits_length_checked' in namespace 'std'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
amd64 13.2-BETA2 git clone of 13.2 & buildworld.
file_269789.txt (text/plain), 26.29 KB, created by
Dave Cottlehuber
on 2023-02-23 22:32:12 UTC
(
hide
)
Description:
amd64 13.2-BETA2 git clone of 13.2 & buildworld.
Filename:
MIME Type:
Creator:
Dave Cottlehuber
Created:
2023-02-23 22:32:12 UTC
Size:
26.29 KB
patch
obsolete
>-------------------------------------------------------------- >>>> stage 1.2: bootstrap tools >-------------------------------------------------------------- >===> lib/clang/libllvmminimal (obj,all,install) >In file included from /usr/src/contrib/llvm-project/llvm/lib/TableGen/Record.cpp:13: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/TableGen/Record.h:17: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:12: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/Hashing.h:54: >/usr/include/c++/v1/string:1014:5: error: too few template arguments for alias template '__enable_if_t' > __enable_if_t< > ^ >/usr/include/c++/v1/type_traits:461:39: note: template is declared here >template <bool _Bp, class _Tp = void> using __enable_if_t _LIBCPP_NODEBUG = typename enable_if<_Bp, _Tp>::type; >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ >In file included from /usr/src/contrib/llvm-project/llvm/lib/TableGen/Record.cpp:13: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/TableGen/Record.h:17: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:12: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/Hashing.h:54: >/usr/include/c++/v1/string:1744:5: error: use of undeclared identifier 'size_type'; did you mean '__size_type'? > _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_EXTERN_TEMPLATE, char) > ^ >/usr/include/c++/v1/__string:59:84: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' > _Func(_LIBCPP_FUNC_VIS basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ > ^ >/usr/include/c++/v1/__memory/allocator_traits.h:97:8: note: '__size_type' declared here >struct __size_type : make_unsigned<_DiffType> { }; > ^ >In file included from /usr/src/contrib/llvm-project/llvm/lib/TableGen/Record.cpp:13: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/TableGen/Record.h:17: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:12: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/Hashing.h:54: >/usr/include/c++/v1/string:1744:5: error: unknown type name 'size_type' > _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_EXTERN_TEMPLATE, char) > ^ >/usr/include/c++/v1/__string:59:84: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' > _Func(_LIBCPP_FUNC_VIS basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ > ^ >In file included from /usr/src/contrib/llvm-project/llvm/lib/TableGen/Record.cpp:13: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/TableGen/Record.h:17: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:12: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/Hashing.h:54: >/usr/include/c++/v1/string:1744:5: error: unknown type name 'size_type' >/usr/include/c++/v1/__string:59:95: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' > _Func(_LIBCPP_FUNC_VIS basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ > ^ >In file included from /usr/src/contrib/llvm-project/llvm/lib/TableGen/Record.cpp:13: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/TableGen/Record.h:17: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:12: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/Hashing.h:54: >/usr/include/c++/v1/string:1744:5: error: unknown type name 'value_type'; did you mean 'false_type'? >/usr/include/c++/v1/__string:59:106: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' > _Func(_LIBCPP_FUNC_VIS basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ > ^ >/usr/include/c++/v1/type_traits:468:38: note: 'false_type' declared here >typedef _LIBCPP_BOOL_CONSTANT(false) false_type; > ^ >In file included from /usr/src/contrib/llvm-project/llvm/lib/TableGen/Record.cpp:13: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/TableGen/Record.h:17: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:12: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/Hashing.h:54: >/usr/include/c++/v1/string:1744:5: error: unknown type name 'size_type' > _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_EXTERN_TEMPLATE, char) > ^ >/usr/include/c++/v1/__string:59:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' > _Func(_LIBCPP_FUNC_VIS basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ > ^ >In file included from /usr/src/contrib/llvm-project/llvm/lib/TableGen/Record.cpp:13: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/TableGen/Record.h:17: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:12: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/Hashing.h:54: >/usr/include/c++/v1/string:1746:9: error: use of undeclared identifier 'size_type'; did you mean '__size_type'? > _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_EXTERN_TEMPLATE, wchar_t) > ^ >/usr/include/c++/v1/__string:59:84: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' > _Func(_LIBCPP_FUNC_VIS basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ > ^ >/usr/include/c++/v1/__memory/allocator_traits.h:97:8: note: '__size_type' declared here >struct __size_type : make_unsigned<_DiffType> { }; > ^ >In file included from /usr/src/contrib/llvm-project/llvm/lib/TableGen/Record.cpp:13: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/TableGen/Record.h:17: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:12: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/Hashing.h:54: >/usr/include/c++/v1/string:1746:9: error: unknown type name 'size_type' > _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_EXTERN_TEMPLATE, wchar_t) > ^ >/usr/include/c++/v1/__string:59:84: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' > _Func(_LIBCPP_FUNC_VIS basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ > ^ >In file included from /usr/src/contrib/llvm-project/llvm/lib/TableGen/Record.cpp:13: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/TableGen/Record.h:17: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:12: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/Hashing.h:54: >/usr/include/c++/v1/string:1746:9: error: unknown type name 'size_type' >/usr/include/c++/v1/__string:59:95: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' > _Func(_LIBCPP_FUNC_VIS basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ > ^ >In file included from /usr/src/contrib/llvm-project/llvm/lib/TableGen/Record.cpp:13: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/TableGen/Record.h:17: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:12: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/Hashing.h:54: >/usr/include/c++/v1/string:1746:9: error: unknown type name 'value_type'; did you mean 'false_type'? >/usr/include/c++/v1/__string:59:106: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' > _Func(_LIBCPP_FUNC_VIS basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ > ^ >/usr/include/c++/v1/type_traits:468:38: note: 'false_type' declared here >typedef _LIBCPP_BOOL_CONSTANT(false) false_type; > ^ >In file included from /usr/src/contrib/llvm-project/llvm/lib/TableGen/Record.cpp:13: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/TableGen/Record.h:17: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:12: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/Hashing.h:54: >/usr/include/c++/v1/string:1746:9: error: unknown type name 'size_type' > _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_EXTERN_TEMPLATE, wchar_t) > ^ >/usr/include/c++/v1/__string:59:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' > _Func(_LIBCPP_FUNC_VIS basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ > ^ >In file included from /usr/src/contrib/llvm-project/llvm/lib/TableGen/Record.cpp:13: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/TableGen/Record.h:23: >/usr/src/contrib/llvm-project/llvm/include/llvm/ADT/StringExtras.h:185:22: error: no viable conversion from 'SmallString<16>' to 'std::string' > return std::string(Output); > ^~~~~~ >/usr/include/c++/v1/string:800:5: note: candidate constructor not viable: no known conversion from 'SmallString<16>' to 'const std::string &' for 1st argument > basic_string(const basic_string& __str); > ^ >/usr/include/c++/v1/string:805:5: note: candidate constructor not viable: no known conversion from 'SmallString<16>' to 'std::string &&' for 1st argument > basic_string(basic_string&& __str) > ^ >/usr/include/c++/v1/string:818:5: note: candidate constructor template not viable: no known conversion from 'SmallString<16>' to 'const char *' for 1st argument > basic_string(const _CharT* __s) : __r_(__default_init_tag(), __default_init_tag()) { > ^ >/usr/include/c++/v1/string:871:5: note: candidate constructor not viable: no known conversion from 'SmallString<16>' to 'initializer_list<char>' for 1st argument > basic_string(initializer_list<_CharT> __il); > ^ >/usr/include/c++/v1/string:793:40: note: explicit constructor is not a candidate > _LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a) > ^ >/usr/include/c++/v1/string:857:18: note: explicit constructor is not a candidate > explicit basic_string(const _Tp& __t); > ^ >/usr/include/c++/v1/string:805:33: note: passing argument to parameter '__str' here > basic_string(basic_string&& __str) > ^ >In file included from /usr/src/contrib/llvm-project/llvm/lib/TableGen/Record.cpp:13: >In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/TableGen/Record.h:23: >/usr/src/contrib/llvm-project/llvm/include/llvm/ADT/StringExtras.h:322:22: error: no viable conversion from 'llvm::StringRef' to 'std::string' > return std::string(S.str()); > ^~~~~~~ >/usr/include/c++/v1/string:800:5: note: candidate constructor not viable: no known conversion from 'llvm::StringRef' to 'const std::string &' for 1st argument > basic_string(const basic_string& __str); > ^ >/usr/include/c++/v1/string:805:5: note: candidate constructor not viable: no known conversion from 'llvm::StringRef' to 'std::string &&' for 1st argument > basic_string(basic_string&& __str) > ^ >/usr/include/c++/v1/string:818:5: note: candidate constructor template not viable: no known conversion from 'llvm::StringRef' to 'const char *' for 1st argument > basic_string(const _CharT* __s) : __r_(__default_init_tag(), __default_init_tag()) { > ^ >/usr/include/c++/v1/string:871:5: note: candidate constructor not viable: no known conversion from 'llvm::StringRef' to 'initializer_list<char>' for 1st argument > basic_string(initializer_list<_CharT> __il); > ^ >/usr/include/c++/v1/string:793:40: note: explicit constructor is not a candidate > _LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a) > ^ >/usr/include/c++/v1/string:857:18: note: explicit constructor is not a candidate > explicit basic_string(const _Tp& __t); > ^ >/usr/include/c++/v1/string:805:33: note: passing argument to parameter '__str' here > basic_string(basic_string&& __str) > ^ >In file included from /usr/src/contrib/llvm-project/llvm/lib/TableGen/Record.cpp:13: >/usr/src/contrib/llvm-project/llvm/include/llvm/TableGen/Record.h:662:24: error: no viable conversion from 'const llvm::StringRef' to 'std::string' > return std::string(Value); > ^~~~~ >/usr/include/c++/v1/string:800:5: note: candidate constructor not viable: no known conversion from 'const llvm::StringRef' to 'const std::string &' for 1st argument > basic_string(const basic_string& __str); > ^ >/usr/include/c++/v1/string:805:5: note: candidate constructor not viable: no known conversion from 'const llvm::StringRef' to 'std::string &&' for 1st argument > basic_string(basic_string&& __str) > ^ >/usr/include/c++/v1/string:818:5: note: candidate constructor template not viable: no known conversion from 'const llvm::StringRef' to 'const char *' for 1st argument > basic_string(const _CharT* __s) : __r_(__default_init_tag(), __default_init_tag()) { > ^ >/usr/include/c++/v1/string:871:5: note: candidate constructor not viable: no known conversion from 'const llvm::StringRef' to 'initializer_list<char>' for 1st argument > basic_string(initializer_list<_CharT> __il); > ^ >/usr/include/c++/v1/string:793:40: note: explicit constructor is not a candidate > _LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a) > ^ >/usr/include/c++/v1/string:857:18: note: explicit constructor is not a candidate > explicit basic_string(const _Tp& __t); > ^ >/usr/include/c++/v1/string:805:33: note: passing argument to parameter '__str' here > basic_string(basic_string&& __str) > ^ >In file included from /usr/src/contrib/llvm-project/llvm/lib/TableGen/Record.cpp:13: >/usr/src/contrib/llvm-project/llvm/include/llvm/TableGen/Record.h:1112:65: error: no viable conversion from 'llvm::StringRef' to 'std::string' > std::string getAsString() const override { return std::string(getName()); } > ^~~~~~~~~ >/usr/include/c++/v1/string:800:5: note: candidate constructor not viable: no known conversion from 'llvm::StringRef' to 'const std::string &' for 1st argument > basic_string(const basic_string& __str); > ^ >/usr/include/c++/v1/string:805:5: note: candidate constructor not viable: no known conversion from 'llvm::StringRef' to 'std::string &&' for 1st argument > basic_string(basic_string&& __str) > ^ >/usr/include/c++/v1/string:818:5: note: candidate constructor template not viable: no known conversion from 'llvm::StringRef' to 'const char *' for 1st argument > basic_string(const _CharT* __s) : __r_(__default_init_tag(), __default_init_tag()) { > ^ >/usr/include/c++/v1/string:871:5: note: candidate constructor not viable: no known conversion from 'llvm::StringRef' to 'initializer_list<char>' for 1st argument > basic_string(initializer_list<_CharT> __il); > ^ >/usr/include/c++/v1/string:793:40: note: explicit constructor is not a candidate > _LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a) > ^ >/usr/include/c++/v1/string:857:18: note: explicit constructor is not a candidate > explicit basic_string(const _Tp& __t); > ^ >/usr/include/c++/v1/string:805:33: note: passing argument to parameter '__str' here > basic_string(basic_string&& __str) > ^ >In file included from /usr/src/contrib/llvm-project/llvm/lib/TableGen/Record.cpp:13: >/usr/src/contrib/llvm-project/llvm/include/llvm/TableGen/Record.h:1841:58: error: no viable conversion from 'llvm::StringRef' to 'std::string' > bool Ins = Classes.insert(std::make_pair(std::string(R->getName()), > ^~~~~~~~~~~~ >/usr/include/c++/v1/string:800:5: note: candidate constructor not viable: no known conversion from 'llvm::StringRef' to 'const std::string &' for 1st argument > basic_string(const basic_string& __str); > ^ >/usr/include/c++/v1/string:805:5: note: candidate constructor not viable: no known conversion from 'llvm::StringRef' to 'std::string &&' for 1st argument > basic_string(basic_string&& __str) > ^ >/usr/include/c++/v1/string:818:5: note: candidate constructor template not viable: no known conversion from 'llvm::StringRef' to 'const char *' for 1st argument > basic_string(const _CharT* __s) : __r_(__default_init_tag(), __default_init_tag()) { > ^ >/usr/include/c++/v1/string:871:5: note: candidate constructor not viable: no known conversion from 'llvm::StringRef' to 'initializer_list<char>' for 1st argument > basic_string(initializer_list<_CharT> __il); > ^ >/usr/include/c++/v1/string:793:40: note: explicit constructor is not a candidate > _LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a) > ^ >/usr/include/c++/v1/string:857:18: note: explicit constructor is not a candidate > explicit basic_string(const _Tp& __t); > ^ >/usr/include/c++/v1/string:805:33: note: passing argument to parameter '__str' here > basic_string(basic_string&& __str) > ^ >In file included from /usr/src/contrib/llvm-project/llvm/lib/TableGen/Record.cpp:13: >/usr/src/contrib/llvm-project/llvm/include/llvm/TableGen/Record.h:1848:55: error: no viable conversion from 'llvm::StringRef' to 'std::string' > bool Ins = Defs.insert(std::make_pair(std::string(R->getName()), > ^~~~~~~~~~~~ >/usr/include/c++/v1/string:800:5: note: candidate constructor not viable: no known conversion from 'llvm::StringRef' to 'const std::string &' for 1st argument > basic_string(const basic_string& __str); > ^ >/usr/include/c++/v1/string:805:5: note: candidate constructor not viable: no known conversion from 'llvm::StringRef' to 'std::string &&' for 1st argument > basic_string(basic_string&& __str) > ^ >/usr/include/c++/v1/string:818:5: note: candidate constructor template not viable: no known conversion from 'llvm::StringRef' to 'const char *' for 1st argument > basic_string(const _CharT* __s) : __r_(__default_init_tag(), __default_init_tag()) { > ^ >/usr/include/c++/v1/string:871:5: note: candidate constructor not viable: no known conversion from 'llvm::StringRef' to 'initializer_list<char>' for 1st argument > basic_string(initializer_list<_CharT> __il); > ^ >/usr/include/c++/v1/string:793:40: note: explicit constructor is not a candidate > _LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a) > ^ >/usr/include/c++/v1/string:857:18: note: explicit constructor is not a candidate > explicit basic_string(const _Tp& __t); > ^ >/usr/include/c++/v1/string:805:33: note: passing argument to parameter '__str' here > basic_string(basic_string&& __str) > ^ >In file included from /usr/src/contrib/llvm-project/llvm/lib/TableGen/Record.cpp:13: >/usr/src/contrib/llvm-project/llvm/include/llvm/TableGen/Record.h:1848:28: error: no matching function for call to 'make_pair' > bool Ins = Defs.insert(std::make_pair(std::string(R->getName()), > ^~~~~~~~~~~~~~ >/usr/include/c++/v1/__utility/pair.h:412:1: note: candidate template ignored: substitution failure [with _T1 = std::string, _T2 = std::unique_ptr<llvm::Record>] >make_pair(_T1&& __t1, _T2&& __t2) >^ >In file included from /usr/src/contrib/llvm-project/llvm/lib/TableGen/Record.cpp:13: >/usr/src/contrib/llvm-project/llvm/include/llvm/TableGen/Record.h:1855:63: error: no viable conversion from 'llvm::StringRef' to 'std::string' > bool Ins = ExtraGlobals.insert(std::make_pair(std::string(Name), I)).second; > ^~~~ >/usr/include/c++/v1/string:800:5: note: candidate constructor not viable: no known conversion from 'llvm::StringRef' to 'const std::string &' for 1st argument > basic_string(const basic_string& __str); > ^ >/usr/include/c++/v1/string:805:5: note: candidate constructor not viable: no known conversion from 'llvm::StringRef' to 'std::string &&' for 1st argument > basic_string(basic_string&& __str) > ^ >/usr/include/c++/v1/string:818:5: note: candidate constructor template not viable: no known conversion from 'llvm::StringRef' to 'const char *' for 1st argument > basic_string(const _CharT* __s) : __r_(__default_init_tag(), __default_init_tag()) { > ^ >/usr/include/c++/v1/string:871:5: note: candidate constructor not viable: no known conversion from 'llvm::StringRef' to 'initializer_list<char>' for 1st argument > basic_string(initializer_list<_CharT> __il); > ^ >/usr/include/c++/v1/string:793:40: note: explicit constructor is not a candidate > _LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a) > ^ >/usr/include/c++/v1/string:857:18: note: explicit constructor is not a candidate > explicit basic_string(const _Tp& __t); > ^ >/usr/include/c++/v1/string:805:33: note: passing argument to parameter '__str' here > basic_string(basic_string&& __str) > ^ >fatal error: too many errors emitted, stopping now [-ferror-limit=] >20 errors generated. >*** Error code 1 > >Stop. >make[3]: stopped in /usr/src/lib/clang/libllvmminimal >.ERROR_TARGET='TableGen/Record.o' >.ERROR_META_FILE='/usr/obj/usr/src/amd64.amd64/tmp/obj-tools/lib/clang/libllvmminimal/TableGen_Record.o.meta' >.MAKE.LEVEL='3' >MAKEFILE='' >.MAKE.MODE='meta missing-filemon=yes missing-meta=yes silent=yes' >_ERROR_CMD='c++ -O2 -pipe -fno-common -I/usr/src/lib/clang/include -I/usr/src/contrib/llvm-project/llvm/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_VCS_VERSION_INC -DNDEBUG -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd13.2\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd13.2\" -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/amd64.amd64/tmp\" -DLLVM_TARGET_ENABLE_X86 -DLLVM_NATIVE_ASMPARSER=LLVMInitializeX86AsmParser -DLLVM_NATIVE_ASMPRINTER=LLVMInitializeX86AsmPrinter -DLLVM_NATIVE_DISASSEMBLER=LLVMInitializeX86Disassembler -DLLVM_NATIVE_TARGET=LLVMInitializeX86Target -DLLVM_NATIVE_TARGETINFO=LLVMInitializeX86TargetInfo -DLLVM_NATIVE_TARGETMC=LLVMInitializeX86TargetMC -ffunction-sections -fdata-sections -Wno-format-zero-length -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-error=unused-but-set-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-address-of-packed-member -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -I/usr/obj/usr/src/amd64.amd64/tmp/legacy/usr/include -fno-exceptions -fno-rtti -std=c++14 -stdlib=libc++ -Wno-c++11-extensions -c /usr/src/contrib/llvm-project/llvm/lib/TableGen/Record.cpp -o TableGen/Record.o;' >.CURDIR='/usr/src/lib/clang/libllvmminimal' >.MAKE='make' >.OBJDIR='/usr/obj/usr/src/amd64.amd64/tmp/obj-tools/lib/clang/libllvmminimal' >.TARGETS='all' >DESTDIR='' >LD_LIBRARY_PATH='' >MACHINE='amd64' >MACHINE_ARCH='amd64' >MAKEOBJDIRPREFIX='' >MAKESYSPATH='/usr/src/share/mk' >MAKE_VERSION='20220208' >PATH='/usr/obj/usr/src/amd64.amd64/tmp/legacy/usr/sbin:/usr/obj/usr/src/amd64.amd64/tmp/legacy/usr/bin:/usr/obj/usr/src/amd64.amd64/tmp/legacy/bin:/usr/obj/usr/src/amd64.amd64/tmp/legacy/usr/libexec:/sbin:/bin:/usr/sbin:/usr/bin' >SRCTOP='/usr/src' >OBJTOP='/usr/obj/usr/src/amd64.amd64/tmp/obj-tools' >.MAKE.MAKEFILES='/usr/src/share/mk/sys.mk /usr/src/share/mk/local.sys.env.mk /usr/src/share/mk/src.sys.env.mk /etc/src-env.conf /usr/src/share/mk/bsd.mkopt.mk /usr/src/share/mk/src.sys.obj.mk /usr/src/share/mk/auto.obj.mk /usr/src/share/mk/bsd.suffixes.mk /etc/make.conf /usr/src/share/mk/local.sys.mk /usr/src/share/mk/src.sys.mk /etc/src.conf /usr/src/lib/clang/libllvmminimal/Makefile /usr/src/lib/clang/llvm.pre.mk /usr/src/lib/clang/llvm.build.mk /usr/src/share/mk/src.opts.mk /usr/src/share/mk/bsd.own.mk /usr/src/share/mk/bsd.opts.mk /usr/src/share/mk/bsd.cpu.mk /usr/src/share/mk/bsd.compiler.mk /usr/src/share/mk/bsd.linker.mk /usr/src/tools/build/mk/bsd.lib.mk /usr/src/tools/build/mk/Makefile.boot.pre /usr/src/share/mk/bsd.lib.mk /usr/src/share/mk/bsd.init.mk /usr/src/share/mk/local.init.mk /usr/src/share/mk/src.init.mk /usr/src/lib/clang/libllvmminimal/../Makefile.inc /usr/src/share/mk/bsd.libnames.mk /usr/src/share/mk/src.libnames.mk /usr/src/share/mk/bsd.symver.mk /usr/src/share/mk/bsd.nls.mk /usr/src/share/mk/bsd.confs.mk /usr/src/share/mk/bsd.files.mk /usr/src/share/mk/bsd.dirs.mk /usr/src/share/mk/bsd.links.mk /usr/src/share/mk/bsd.dep.mk /usr/src/share/mk/bsd.clang-analyze.mk /usr/src/share/mk/bsd.obj.mk /usr/src/share/mk/bsd.subdir.mk /usr/src/share/mk/bsd.sys.mk /usr/src/tools/build/mk/Makefile.boot /dev/null' >.PATH='. /usr/src/lib/clang/libllvmminimal /usr/src/contrib/llvm-project/llvm/lib' >*** Error code 1 > >Stop. >make[2]: stopped in /usr/src >*** Error code 1 > >Stop. >make[1]: stopped in /usr/src >*** Error code 1 > >Stop. >make: stopped in /usr/src
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 269789
:
240353
| 240354