+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 LUA_VERSION_REQD=53 WRKLOG=/tmp/bulklog/lldb-18.1.8nb3/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 LUA_VERSION_REQD=53 WRKLOG=/tmp/bulklog/lldb-18.1.8nb3/work.log
===> Building for lldb-18.1.8nb3
[  0%] Built target intrinsics_gen
[  0%] Built target clang-tablegen-targets
[  0%] Building CXX object utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBOptionDefEmitter.cpp.o
[  0%] Generating VCSVersion.inc
[  0%] Building CXX object source/Utility/CMakeFiles/lldbUtility.dir/AddressableBits.cpp.o
[  0%] Building CXX object source/Version/CMakeFiles/lldbVersion.dir/Version.cpp.o
[  1%] Linking CXX static library ../../lib/liblldbVersion.a
[  1%] Built target lldbVersion
[  1%] Creating export file for liblldb
[  1%] Built target liblldb_exports
[  1%] Building CXX object tools/argdumper/CMakeFiles/lldb-argdumper.dir/argdumper.cpp.o
[  1%] Building CXX object utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBPropertyDefEmitter.cpp.o
[  1%] Linking CXX executable ../../bin/lldb-argdumper
[  1%] Built target lldb-argdumper
[  1%] Building Options.inc...
[  1%] Built target LLDBOptionsTableGen
[  1%] Building CXX object utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBTableGen.cpp.o
[  1%] Building CXX object source/Utility/CMakeFiles/lldbUtility.dir/ArchSpec.cpp.o
[  1%] Building CXX object utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBTableGenUtils.cpp.o
[  1%] Building CXX object source/Utility/CMakeFiles/lldbUtility.dir/Args.cpp.o
[  1%] Linking CXX executable ../../bin/lldb-tblgen
[  1%] Built target lldb-tblgen
[  1%] Building CXX object tools/lldb-instr/CMakeFiles/lldb-instr.dir/Instrument.cpp.o
[  1%] Building CXX object source/Utility/CMakeFiles/lldbUtility.dir/Baton.cpp.o
[  1%] Building CXX object source/Utility/CMakeFiles/lldbUtility.dir/Broadcaster.cpp.o
In file included from /home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/Environment.h:14,
                 from /home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/Args.h:12,
                 from /home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/Args.cpp:9:
In static member function 'static size_t llvm::detail::HelperFunctions::consumeNumHexDigits(llvm::StringRef&, llvm::HexPrintStyle, size_t)',
    inlined from 'static void llvm::format_provider<T, typename std::enable_if<llvm::detail::use_integral_formatter<T>::value, void>::type>::format(const T&, llvm::raw_ostream&, llvm::StringRef) [with T = int]' at /home/pbulk/build/devel/lldb/work/.buildlink/include/llvm/Support/FormatProviders.h:136:35:
/home/pbulk/build/devel/lldb/work/.buildlink/include/llvm/Support/FormatProviders.h:96:27: warning: 'HS' may be used uninitialized [-Wmaybe-uninitialized]
   96 |     if (isPrefixedHexStyle(Style))
      |         ~~~~~~~~~~~~~~~~~~^~~~~~~
/home/pbulk/build/devel/lldb/work/.buildlink/include/llvm/Support/FormatProviders.h: In static member function 'static void llvm::format_provider<T, typename std::enable_if<llvm::detail::use_integral_formatter<T>::value, void>::type>::format(const T&, llvm::raw_ostream&, llvm::StringRef) [with T = int]':
/home/pbulk/build/devel/lldb/work/.buildlink/include/llvm/Support/FormatProviders.h:133:19: note: 'HS' was declared here
  133 |     HexPrintStyle HS;
      |                   ^~
[  1%] Building CXX object source/Utility/CMakeFiles/lldbUtility.dir/Checksum.cpp.o
[  1%] Building CXX object source/Utility/CMakeFiles/lldbUtility.dir/CompletionRequest.cpp.o
[  2%] Building CXX object source/Utility/CMakeFiles/lldbUtility.dir/Connection.cpp.o
[  2%] Building CXX object source/Utility/CMakeFiles/lldbUtility.dir/ConstString.cpp.o
[  2%] Building CXX object source/Utility/CMakeFiles/lldbUtility.dir/DataBufferHeap.cpp.o
[  2%] Building CXX object source/Utility/CMakeFiles/lldbUtility.dir/DataBufferLLVM.cpp.o
[  2%] Building CXX object source/Utility/CMakeFiles/lldbUtility.dir/DataEncoder.cpp.o
[  2%] Building CXX object source/Utility/CMakeFiles/lldbUtility.dir/DataExtractor.cpp.o
[  2%] Building CXX object source/Utility/CMakeFiles/lldbUtility.dir/Diagnostics.cpp.o
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:44:60: error: reference to 'offset_t' is ambiguous
   44 | static inline uint16_t ReadInt16(const unsigned char *ptr, offset_t offset) {
      |                                                            ^~~~~~~~
In file included from /home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-defines.h:12,
                 from /home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:13,
                 from /home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:9:
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
In file included from /usr/include/pthread.h:36,
                 from /opt/local/gcc13/include/c++/13.3.0/x86_64-sun-solaris2.11/bits/gthr-default.h:35,
                 from /opt/local/gcc13/include/c++/13.3.0/x86_64-sun-solaris2.11/bits/gthr.h:148,
                 from /opt/local/gcc13/include/c++/13.3.0/ext/atomicity.h:35,
                 from /opt/local/gcc13/include/c++/13.3.0/bits/shared_ptr_base.h:61,
                 from /opt/local/gcc13/include/c++/13.3.0/bits/shared_ptr.h:53,
                 from /opt/local/gcc13/include/c++/13.3.0/memory:80,
                 from /home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-forward.h:12,
                 from /home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:13:
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:44:60: error: 'offset_t' has not been declared
   44 | static inline uint16_t ReadInt16(const unsigned char *ptr, offset_t offset) {
      |                                                            ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:51:34: error: reference to 'offset_t' is ambiguous
   51 |                                  offset_t offset = 0) {
      |                                  ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:51:34: error: 'offset_t' has not been declared
   51 |                                  offset_t offset = 0) {
      |                                  ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:58:34: error: reference to 'offset_t' is ambiguous
   58 |                                  offset_t offset = 0) {
      |                                  ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:58:34: error: 'offset_t' has not been declared
   58 |                                  offset_t offset = 0) {
      |                                  ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:71:38: error: reference to 'offset_t' is ambiguous
   71 |                                      offset_t offset) {
      |                                      ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:71:38: error: 'offset_t' has not been declared
   71 |                                      offset_t offset) {
      |                                      ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:78:38: error: reference to 'offset_t' is ambiguous
   78 |                                      offset_t offset) {
      |                                      ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:78:38: error: 'offset_t' has not been declared
   78 |                                      offset_t offset) {
      |                                      ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:85:38: error: reference to 'offset_t' is ambiguous
   85 |                                      offset_t offset) {
      |                                      ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:85:38: error: 'offset_t' has not been declared
   85 |                                      offset_t offset) {
      |                                      ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:129:48: error: reference to 'offset_t' is ambiguous
  129 | DataExtractor::DataExtractor(const void *data, offset_t length,
      |                                                ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:129:48: error: 'offset_t' has not been declared
  129 | DataExtractor::DataExtractor(const void *data, offset_t length,
      |                                                ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:129:1: error: no declaration matches 'lldb_private::DataExtractor::DataExtractor(const void*, int, lldb::ByteOrder, uint32_t, uint32_t)'
  129 | DataExtractor::DataExtractor(const void *data, offset_t length,
      | ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:160:3: note: candidates are: 'lldb_private::DataExtractor::DataExtractor(lldb_private::DataExtractor&&)'
  160 |   DataExtractor(DataExtractor &&rhs) = default;
      |   ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:142:12: note:                 'lldb_private::DataExtractor::DataExtractor(const lldb_private::DataExtractor&)'
  142 |   explicit DataExtractor(const DataExtractor &rhs);
      |            ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:134:3: note:                 'lldb_private::DataExtractor::DataExtractor(const lldb_private::DataExtractor&, lldb::offset_t, lldb::offset_t, uint32_t)'
  134 |   DataExtractor(const DataExtractor &data, lldb::offset_t offset,
      |   ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:109:3: note:                 'lldb_private::DataExtractor::DataExtractor(const lldb::DataBufferSP&, lldb::ByteOrder, uint32_t, uint32_t)'
  109 |   DataExtractor(const lldb::DataBufferSP &data_sp, lldb::ByteOrder byte_order,
      |   ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:87:3: note:                 'lldb_private::DataExtractor::DataExtractor(const void*, lldb::offset_t, lldb::ByteOrder, uint32_t, uint32_t)'
   87 |   DataExtractor(const void *data, lldb::offset_t data_length,
      |   ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:123:1: note:                 'lldb_private::DataExtractor::DataExtractor()'
  123 | DataExtractor::DataExtractor()
      | ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:48:7: note: 'class lldb_private::DataExtractor' defined here
   48 | class DataExtractor {
      |       ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:157:57: error: reference to 'offset_t' is ambiguous
  157 | DataExtractor::DataExtractor(const DataExtractor &data, offset_t offset,
      |                                                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:157:57: error: 'offset_t' has not been declared
  157 | DataExtractor::DataExtractor(const DataExtractor &data, offset_t offset,
      |                                                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:158:30: error: reference to 'offset_t' is ambiguous
  158 |                              offset_t length, uint32_t target_byte_size /*=1*/)
      |                              ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:158:30: error: 'offset_t' has not been declared
  158 |                              offset_t length, uint32_t target_byte_size /*=1*/)
      |                              ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:157:1: error: no declaration matches 'lldb_private::DataExtractor::DataExtractor(const lldb_private::DataExtractor&, int, int, uint32_t)'
  157 | DataExtractor::DataExtractor(const DataExtractor &data, offset_t offset,
      | ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:160:3: note: candidates are: 'lldb_private::DataExtractor::DataExtractor(lldb_private::DataExtractor&&)'
  160 |   DataExtractor(DataExtractor &&rhs) = default;
      |   ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:142:12: note:                 'lldb_private::DataExtractor::DataExtractor(const lldb_private::DataExtractor&)'
  142 |   explicit DataExtractor(const DataExtractor &rhs);
      |            ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:134:3: note:                 'lldb_private::DataExtractor::DataExtractor(const lldb_private::DataExtractor&, lldb::offset_t, lldb::offset_t, uint32_t)'
  134 |   DataExtractor(const DataExtractor &data, lldb::offset_t offset,
      |   ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:143:1: note:                 'lldb_private::DataExtractor::DataExtractor(const lldb::DataBufferSP&, lldb::ByteOrder, uint32_t, uint32_t)'
  143 | DataExtractor::DataExtractor(const DataBufferSP &data_sp, ByteOrder endian,
      | ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:87:3: note:                 'lldb_private::DataExtractor::DataExtractor(const void*, lldb::offset_t, lldb::ByteOrder, uint32_t, uint32_t)'
   87 |   DataExtractor(const void *data, lldb::offset_t data_length,
      |   ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:123:1: note:                 'lldb_private::DataExtractor::DataExtractor()'
  123 | DataExtractor::DataExtractor()
      | ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:48:7: note: 'class lldb_private::DataExtractor' defined here
   48 | class DataExtractor {
      |       ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:224:58: error: reference to 'offset_t' is ambiguous
  224 | lldb::offset_t DataExtractor::SetData(const void *bytes, offset_t length,
      |                                                          ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:224:58: error: 'offset_t' has not been declared
  224 | lldb::offset_t DataExtractor::SetData(const void *bytes, offset_t length,
      |                                                          ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:224:16: error: no declaration matches 'lldb::offset_t lldb_private::DataExtractor::SetData(const void*, int, lldb::ByteOrder)'
  224 | lldb::offset_t DataExtractor::SetData(const void *bytes, offset_t length,
      |                ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:918:18: note: candidates are: 'lldb::offset_t lldb_private::DataExtractor::SetData(const lldb::DataBufferSP&, lldb::offset_t, lldb::offset_t)'
  918 |   lldb::offset_t SetData(const lldb::DataBufferSP &data_sp,
      |                  ^~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:893:18: note:                 'lldb::offset_t lldb_private::DataExtractor::SetData(const lldb_private::DataExtractor&, lldb::offset_t, lldb::offset_t)'
  893 |   lldb::offset_t SetData(const DataExtractor &data, lldb::offset_t offset,
      |                  ^~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:868:18: note:                 'lldb::offset_t lldb_private::DataExtractor::SetData(const void*, lldb::offset_t, lldb::ByteOrder)'
  868 |   lldb::offset_t SetData(const void *bytes, lldb::offset_t length,
      |                  ^~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:48:7: note: 'class lldb_private::DataExtractor' defined here
   48 | class DataExtractor {
      |       ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:249:39: error: reference to 'offset_t' is ambiguous
  249 |                                       offset_t data_offset,
      |                                       ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:249:39: error: 'offset_t' has not been declared
  249 |                                       offset_t data_offset,
      |                                       ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:250:39: error: reference to 'offset_t' is ambiguous
  250 |                                       offset_t data_length) {
      |                                       ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:250:39: error: 'offset_t' has not been declared
  250 |                                       offset_t data_length) {
      |                                       ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:248:16: error: no declaration matches 'lldb::offset_t lldb_private::DataExtractor::SetData(const lldb_private::DataExtractor&, int, int)'
  248 | lldb::offset_t DataExtractor::SetData(const DataExtractor &data,
      |                ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:918:18: note: candidates are: 'lldb::offset_t lldb_private::DataExtractor::SetData(const lldb::DataBufferSP&, lldb::offset_t, lldb::offset_t)'
  918 |   lldb::offset_t SetData(const lldb::DataBufferSP &data_sp,
      |                  ^~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:893:18: note:                 'lldb::offset_t lldb_private::DataExtractor::SetData(const lldb_private::DataExtractor&, lldb::offset_t, lldb::offset_t)'
  893 |   lldb::offset_t SetData(const DataExtractor &data, lldb::offset_t offset,
      |                  ^~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:868:18: note:                 'lldb::offset_t lldb_private::DataExtractor::SetData(const void*, lldb::offset_t, lldb::ByteOrder)'
  868 |   lldb::offset_t SetData(const void *bytes, lldb::offset_t length,
      |                  ^~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:48:7: note: 'class lldb_private::DataExtractor' defined here
   48 | class DataExtractor {
      |       ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:282:39: error: reference to 'offset_t' is ambiguous
  282 |                                       offset_t data_offset,
      |                                       ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:282:39: error: 'offset_t' has not been declared
  282 |                                       offset_t data_offset,
      |                                       ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:283:39: error: reference to 'offset_t' is ambiguous
  283 |                                       offset_t data_length) {
      |                                       ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:283:39: error: 'offset_t' has not been declared
  283 |                                       offset_t data_length) {
      |                                       ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:281:16: error: no declaration matches 'lldb::offset_t lldb_private::DataExtractor::SetData(const lldb::DataBufferSP&, int, int)'
  281 | lldb::offset_t DataExtractor::SetData(const DataBufferSP &data_sp,
      |                ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:918:18: note: candidates are: 'lldb::offset_t lldb_private::DataExtractor::SetData(const lldb::DataBufferSP&, lldb::offset_t, lldb::offset_t)'
  918 |   lldb::offset_t SetData(const lldb::DataBufferSP &data_sp,
      |                  ^~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:893:18: note:                 'lldb::offset_t lldb_private::DataExtractor::SetData(const lldb_private::DataExtractor&, lldb::offset_t, lldb::offset_t)'
  893 |   lldb::offset_t SetData(const DataExtractor &data, lldb::offset_t offset,
      |                  ^~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:868:18: note:                 'lldb::offset_t lldb_private::DataExtractor::SetData(const void*, lldb::offset_t, lldb::ByteOrder)'
  868 |   lldb::offset_t SetData(const void *bytes, lldb::offset_t length,
      |                  ^~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:48:7: note: 'class lldb_private::DataExtractor' defined here
   48 | class DataExtractor {
      |       ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:317:9: error: 'uint8_t lldb_private::DataExtractor::GetU8' is not a static data member of 'class lldb_private::DataExtractor'
  317 | uint8_t DataExtractor::GetU8(offset_t *offset_ptr) const {
      |         ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:317:30: error: reference to 'offset_t' is ambiguous
  317 | uint8_t DataExtractor::GetU8(offset_t *offset_ptr) const {
      |                              ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:317:40: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  317 | uint8_t DataExtractor::GetU8(offset_t *offset_ptr) const {
      |                                        ^~~~~~~~~~
      |                                        offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:330:7: error: 'void* lldb_private::DataExtractor::GetU8' is not a static data member of 'class lldb_private::DataExtractor'
  330 | void *DataExtractor::GetU8(offset_t *offset_ptr, void *dst,
      |       ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:330:28: error: reference to 'offset_t' is ambiguous
  330 | void *DataExtractor::GetU8(offset_t *offset_ptr, void *dst,
      |                            ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:330:38: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  330 | void *DataExtractor::GetU8(offset_t *offset_ptr, void *dst,
      |                                      ^~~~~~~~~~
      |                                      offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:330:50: error: expected primary-expression before 'void'
  330 | void *DataExtractor::GetU8(offset_t *offset_ptr, void *dst,
      |                                                  ^~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:331:37: error: expected primary-expression before 'count'
  331 |                            uint32_t count) const {
      |                                     ^~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:331:42: error: expression list treated as compound expression in initializer [-fpermissive]
  331 |                            uint32_t count) const {
      |                                          ^
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:348:10: error: 'uint16_t lldb_private::DataExtractor::GetU16' is not a static data member of 'class lldb_private::DataExtractor'
  348 | uint16_t DataExtractor::GetU16(offset_t *offset_ptr) const {
      |          ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:348:32: error: reference to 'offset_t' is ambiguous
  348 | uint16_t DataExtractor::GetU16(offset_t *offset_ptr) const {
      |                                ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:348:42: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  348 | uint16_t DataExtractor::GetU16(offset_t *offset_ptr) const {
      |                                          ^~~~~~~~~~
      |                                          offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:361:10: error: 'uint16_t lldb_private::DataExtractor::GetU16_unchecked' is not a static data member of 'class lldb_private::DataExtractor'
  361 | uint16_t DataExtractor::GetU16_unchecked(offset_t *offset_ptr) const {
      |          ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:361:42: error: reference to 'offset_t' is ambiguous
  361 | uint16_t DataExtractor::GetU16_unchecked(offset_t *offset_ptr) const {
      |                                          ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:361:52: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  361 | uint16_t DataExtractor::GetU16_unchecked(offset_t *offset_ptr) const {
      |                                                    ^~~~~~~~~~
      |                                                    offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:371:10: error: 'uint32_t lldb_private::DataExtractor::GetU32_unchecked' is not a static data member of 'class lldb_private::DataExtractor'
  371 | uint32_t DataExtractor::GetU32_unchecked(offset_t *offset_ptr) const {
      |          ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:371:42: error: reference to 'offset_t' is ambiguous
  371 | uint32_t DataExtractor::GetU32_unchecked(offset_t *offset_ptr) const {
      |                                          ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:371:52: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  371 | uint32_t DataExtractor::GetU32_unchecked(offset_t *offset_ptr) const {
      |                                                    ^~~~~~~~~~
      |                                                    offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:381:10: error: 'uint64_t lldb_private::DataExtractor::GetU64_unchecked' is not a static data member of 'class lldb_private::DataExtractor'
  381 | uint64_t DataExtractor::GetU64_unchecked(offset_t *offset_ptr) const {
      |          ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:381:42: error: reference to 'offset_t' is ambiguous
  381 | uint64_t DataExtractor::GetU64_unchecked(offset_t *offset_ptr) const {
      |                                          ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:381:52: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  381 | uint64_t DataExtractor::GetU64_unchecked(offset_t *offset_ptr) const {
      |                                                    ^~~~~~~~~~
      |                                                    offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:397:7: error: 'void* lldb_private::DataExtractor::GetU16' is not a static data member of 'class lldb_private::DataExtractor'
  397 | void *DataExtractor::GetU16(offset_t *offset_ptr, void *void_dst,
      |       ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:397:29: error: reference to 'offset_t' is ambiguous
  397 | void *DataExtractor::GetU16(offset_t *offset_ptr, void *void_dst,
      |                             ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:397:39: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  397 | void *DataExtractor::GetU16(offset_t *offset_ptr, void *void_dst,
      |                                       ^~~~~~~~~~
      |                                       offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:397:51: error: expected primary-expression before 'void'
  397 | void *DataExtractor::GetU16(offset_t *offset_ptr, void *void_dst,
      |                                                   ^~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:398:38: error: expected primary-expression before 'count'
  398 |                             uint32_t count) const {
      |                                      ^~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:398:43: error: expression list treated as compound expression in initializer [-fpermissive]
  398 |                             uint32_t count) const {
      |                                           ^
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:426:10: error: 'uint32_t lldb_private::DataExtractor::GetU32' is not a static data member of 'class lldb_private::DataExtractor'
  426 | uint32_t DataExtractor::GetU32(offset_t *offset_ptr) const {
      |          ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:426:32: error: reference to 'offset_t' is ambiguous
  426 | uint32_t DataExtractor::GetU32(offset_t *offset_ptr) const {
      |                                ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:426:42: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  426 | uint32_t DataExtractor::GetU32(offset_t *offset_ptr) const {
      |                                          ^~~~~~~~~~
      |                                          offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:446:7: error: 'void* lldb_private::DataExtractor::GetU32' is not a static data member of 'class lldb_private::DataExtractor'
  446 | void *DataExtractor::GetU32(offset_t *offset_ptr, void *void_dst,
      |       ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:446:29: error: reference to 'offset_t' is ambiguous
  446 | void *DataExtractor::GetU32(offset_t *offset_ptr, void *void_dst,
      |                             ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:446:39: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  446 | void *DataExtractor::GetU32(offset_t *offset_ptr, void *void_dst,
      |                                       ^~~~~~~~~~
      |                                       offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:446:51: error: expected primary-expression before 'void'
  446 | void *DataExtractor::GetU32(offset_t *offset_ptr, void *void_dst,
      |                                                   ^~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:447:38: error: expected primary-expression before 'count'
  447 |                             uint32_t count) const {
      |                                      ^~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:447:43: error: expression list treated as compound expression in initializer [-fpermissive]
  447 |                             uint32_t count) const {
      |                                           ^
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:475:10: error: 'uint64_t lldb_private::DataExtractor::GetU64' is not a static data member of 'class lldb_private::DataExtractor'
  475 | uint64_t DataExtractor::GetU64(offset_t *offset_ptr) const {
      |          ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:475:32: error: reference to 'offset_t' is ambiguous
  475 | uint64_t DataExtractor::GetU64(offset_t *offset_ptr) const {
      |                                ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:475:42: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  475 | uint64_t DataExtractor::GetU64(offset_t *offset_ptr) const {
      |                                          ^~~~~~~~~~
      |                                          offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:494:7: error: 'void* lldb_private::DataExtractor::GetU64' is not a static data member of 'class lldb_private::DataExtractor'
  494 | void *DataExtractor::GetU64(offset_t *offset_ptr, void *void_dst,
      |       ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:494:29: error: reference to 'offset_t' is ambiguous
  494 | void *DataExtractor::GetU64(offset_t *offset_ptr, void *void_dst,
      |                             ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:494:39: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  494 | void *DataExtractor::GetU64(offset_t *offset_ptr, void *void_dst,
      |                                       ^~~~~~~~~~
      |                                       offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:494:51: error: expected primary-expression before 'void'
  494 | void *DataExtractor::GetU64(offset_t *offset_ptr, void *void_dst,
      |                                                   ^~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:495:38: error: expected primary-expression before 'count'
  495 |                             uint32_t count) const {
      |                                      ^~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:495:43: error: expression list treated as compound expression in initializer [-fpermissive]
  495 |                             uint32_t count) const {
      |                                           ^
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:519:10: error: 'uint32_t lldb_private::DataExtractor::GetMaxU32' is not a static data member of 'class lldb_private::DataExtractor'
  519 | uint32_t DataExtractor::GetMaxU32(offset_t *offset_ptr,
      |          ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:519:35: error: reference to 'offset_t' is ambiguous
  519 | uint32_t DataExtractor::GetMaxU32(offset_t *offset_ptr,
      |                                   ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:519:45: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  519 | uint32_t DataExtractor::GetMaxU32(offset_t *offset_ptr,
      |                                             ^~~~~~~~~~
      |                                             offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:520:42: error: expected primary-expression before 'byte_size'
  520 |                                   size_t byte_size) const {
      |                                          ^~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:520:51: error: expression list treated as compound expression in initializer [-fpermissive]
  520 |                                   size_t byte_size) const {
      |                                                   ^
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:525:10: error: 'uint64_t lldb_private::DataExtractor::GetMaxU64' is not a static data member of 'class lldb_private::DataExtractor'
  525 | uint64_t DataExtractor::GetMaxU64(offset_t *offset_ptr,
      |          ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:525:35: error: reference to 'offset_t' is ambiguous
  525 | uint64_t DataExtractor::GetMaxU64(offset_t *offset_ptr,
      |                                   ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:525:45: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  525 | uint64_t DataExtractor::GetMaxU64(offset_t *offset_ptr,
      |                                             ^~~~~~~~~~
      |                                             offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:526:42: error: expected primary-expression before 'byte_size'
  526 |                                   size_t byte_size) const {
      |                                          ^~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:526:51: error: expression list treated as compound expression in initializer [-fpermissive]
  526 |                                   size_t byte_size) const {
      |                                                   ^
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:549:10: error: 'uint64_t lldb_private::DataExtractor::GetMaxU64_unchecked' is not a static data member of 'class lldb_private::DataExtractor'
  549 | uint64_t DataExtractor::GetMaxU64_unchecked(offset_t *offset_ptr,
      |          ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:549:45: error: reference to 'offset_t' is ambiguous
  549 | uint64_t DataExtractor::GetMaxU64_unchecked(offset_t *offset_ptr,
      |                                             ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:549:55: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  549 | uint64_t DataExtractor::GetMaxU64_unchecked(offset_t *offset_ptr,
      |                                                       ^~~~~~~~~~
      |                                                       offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:550:52: error: expected primary-expression before 'byte_size'
  550 |                                             size_t byte_size) const {
      |                                                    ^~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:550:61: error: expression list treated as compound expression in initializer [-fpermissive]
  550 |                                             size_t byte_size) const {
      |                                                             ^
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:569:9: error: 'int64_t lldb_private::DataExtractor::GetMaxS64' is not a static data member of 'class lldb_private::DataExtractor'
  569 | int64_t DataExtractor::GetMaxS64(offset_t *offset_ptr, size_t byte_size) const {
      |         ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:569:34: error: reference to 'offset_t' is ambiguous
  569 | int64_t DataExtractor::GetMaxS64(offset_t *offset_ptr, size_t byte_size) const {
      |                                  ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:569:44: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  569 | int64_t DataExtractor::GetMaxS64(offset_t *offset_ptr, size_t byte_size) const {
      |                                            ^~~~~~~~~~
      |                                            offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:569:63: error: expected primary-expression before 'byte_size'
  569 | int64_t DataExtractor::GetMaxS64(offset_t *offset_ptr, size_t byte_size) const {
      |                                                               ^~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:569:72: error: expression list treated as compound expression in initializer [-fpermissive]
  569 | int64_t DataExtractor::GetMaxS64(offset_t *offset_ptr, size_t byte_size) const {
      |                                                                        ^
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:574:10: error: 'uint64_t lldb_private::DataExtractor::GetMaxU64Bitfield' is not a static data member of 'class lldb_private::DataExtractor'
  574 | uint64_t DataExtractor::GetMaxU64Bitfield(offset_t *offset_ptr, size_t size,
      |          ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:574:43: error: reference to 'offset_t' is ambiguous
  574 | uint64_t DataExtractor::GetMaxU64Bitfield(offset_t *offset_ptr, size_t size,
      |                                           ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:574:53: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  574 | uint64_t DataExtractor::GetMaxU64Bitfield(offset_t *offset_ptr, size_t size,
      |                                                     ^~~~~~~~~~
      |                                                     offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:574:72: error: expected primary-expression before 'size'
  574 | uint64_t DataExtractor::GetMaxU64Bitfield(offset_t *offset_ptr, size_t size,
      |                                                                        ^~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:575:52: error: expected primary-expression before 'bitfield_bit_size'
  575 |                                           uint32_t bitfield_bit_size,
      |                                                    ^~~~~~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:576:52: error: expected primary-expression before 'bitfield_bit_offset'
  576 |                                           uint32_t bitfield_bit_offset) const {
      |                                                    ^~~~~~~~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:576:71: error: expression list treated as compound expression in initializer [-fpermissive]
  576 |                                           uint32_t bitfield_bit_offset) const {
      |                                                                       ^
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:602:9: error: 'int64_t lldb_private::DataExtractor::GetMaxS64Bitfield' is not a static data member of 'class lldb_private::DataExtractor'
  602 | int64_t DataExtractor::GetMaxS64Bitfield(offset_t *offset_ptr, size_t size,
      |         ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:602:42: error: reference to 'offset_t' is ambiguous
  602 | int64_t DataExtractor::GetMaxS64Bitfield(offset_t *offset_ptr, size_t size,
      |                                          ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:602:52: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  602 | int64_t DataExtractor::GetMaxS64Bitfield(offset_t *offset_ptr, size_t size,
      |                                                    ^~~~~~~~~~
      |                                                    offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:602:71: error: expected primary-expression before 'size'
  602 | int64_t DataExtractor::GetMaxS64Bitfield(offset_t *offset_ptr, size_t size,
      |                                                                       ^~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:603:51: error: expected primary-expression before 'bitfield_bit_size'
  603 |                                          uint32_t bitfield_bit_size,
      |                                                   ^~~~~~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:604:51: error: expected primary-expression before 'bitfield_bit_offset'
  604 |                                          uint32_t bitfield_bit_offset) const {
      |                                                   ^~~~~~~~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:604:70: error: expression list treated as compound expression in initializer [-fpermissive]
  604 |                                          uint32_t bitfield_bit_offset) const {
      |                                                                      ^
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:623:7: error: 'float lldb_private::DataExtractor::GetFloat' is not a static data member of 'class lldb_private::DataExtractor'
  623 | float DataExtractor::GetFloat(offset_t *offset_ptr) const {
      |       ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:623:31: error: reference to 'offset_t' is ambiguous
  623 | float DataExtractor::GetFloat(offset_t *offset_ptr) const {
      |                               ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:623:41: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  623 | float DataExtractor::GetFloat(offset_t *offset_ptr) const {
      |                                         ^~~~~~~~~~
      |                                         offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:627:8: error: 'double lldb_private::DataExtractor::GetDouble' is not a static data member of 'class lldb_private::DataExtractor'
  627 | double DataExtractor::GetDouble(offset_t *offset_ptr) const {
      |        ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:627:33: error: reference to 'offset_t' is ambiguous
  627 | double DataExtractor::GetDouble(offset_t *offset_ptr) const {
      |                                 ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:627:43: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  627 | double DataExtractor::GetDouble(offset_t *offset_ptr) const {
      |                                           ^~~~~~~~~~
      |                                           offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:631:13: error: 'long double lldb_private::DataExtractor::GetLongDouble' is not a static data member of 'class lldb_private::DataExtractor'
  631 | long double DataExtractor::GetLongDouble(offset_t *offset_ptr) const {
      |             ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:631:42: error: reference to 'offset_t' is ambiguous
  631 | long double DataExtractor::GetLongDouble(offset_t *offset_ptr) const {
      |                                          ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:631:52: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  631 | long double DataExtractor::GetLongDouble(offset_t *offset_ptr) const {
      |                                                    ^~~~~~~~~~
      |                                                    offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:650:10: error: 'uint64_t lldb_private::DataExtractor::GetAddress' is not a static data member of 'class lldb_private::DataExtractor'
  650 | uint64_t DataExtractor::GetAddress(offset_t *offset_ptr) const {
      |          ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:650:36: error: reference to 'offset_t' is ambiguous
  650 | uint64_t DataExtractor::GetAddress(offset_t *offset_ptr) const {
      |                                    ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:650:46: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  650 | uint64_t DataExtractor::GetAddress(offset_t *offset_ptr) const {
      |                                              ^~~~~~~~~~
      |                                              offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:655:10: error: 'uint64_t lldb_private::DataExtractor::GetAddress_unchecked' is not a static data member of 'class lldb_private::DataExtractor'
  655 | uint64_t DataExtractor::GetAddress_unchecked(offset_t *offset_ptr) const {
      |          ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:655:46: error: reference to 'offset_t' is ambiguous
  655 | uint64_t DataExtractor::GetAddress_unchecked(offset_t *offset_ptr) const {
      |                                              ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:655:56: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  655 | uint64_t DataExtractor::GetAddress_unchecked(offset_t *offset_ptr) const {
      |                                                        ^~~~~~~~~~
      |                                                        offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:660:8: error: 'size_t lldb_private::DataExtractor::ExtractBytes' is not a static data member of 'class lldb_private::DataExtractor'
  660 | size_t DataExtractor::ExtractBytes(offset_t offset, offset_t length,
      |        ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:660:36: error: reference to 'offset_t' is ambiguous
  660 | size_t DataExtractor::ExtractBytes(offset_t offset, offset_t length,
      |                                    ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:660:53: error: reference to 'offset_t' is ambiguous
  660 | size_t DataExtractor::ExtractBytes(offset_t offset, offset_t length,
      |                                                     ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:661:46: error: expected primary-expression before 'dst_byte_order'
  661 |                                    ByteOrder dst_byte_order, void *dst) const {
      |                                              ^~~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:661:62: error: expected primary-expression before 'void'
  661 |                                    ByteOrder dst_byte_order, void *dst) const {
      |                                                              ^~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:661:71: error: expression list treated as compound expression in initializer [-fpermissive]
  661 |                                    ByteOrder dst_byte_order, void *dst) const {
      |                                                                       ^
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:679:16: error: 'lldb::offset_t lldb_private::DataExtractor::CopyData' is not a static data member of 'class lldb_private::DataExtractor'
  679 | lldb::offset_t DataExtractor::CopyData(offset_t offset, offset_t length,
      |                ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:679:40: error: reference to 'offset_t' is ambiguous
  679 | lldb::offset_t DataExtractor::CopyData(offset_t offset, offset_t length,
      |                                        ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:679:57: error: reference to 'offset_t' is ambiguous
  679 | lldb::offset_t DataExtractor::CopyData(offset_t offset, offset_t length,
      |                                                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:680:40: error: expected primary-expression before 'void'
  680 |                                        void *dst) const {
      |                                        ^~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:680:49: error: expression list treated as compound expression in initializer [-fpermissive]
  680 |                                        void *dst) const {
      |                                                 ^
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:691:1: error: 'lldb::offset_t lldb_private::DataExtractor::CopyByteOrderedData' is not a static data member of 'class lldb_private::DataExtractor'
  691 | DataExtractor::CopyByteOrderedData(offset_t src_offset, offset_t src_len,
      | ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:691:36: error: reference to 'offset_t' is ambiguous
  691 | DataExtractor::CopyByteOrderedData(offset_t src_offset, offset_t src_len,
      |                                    ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:691:57: error: reference to 'offset_t' is ambiguous
  691 | DataExtractor::CopyByteOrderedData(offset_t src_offset, offset_t src_len,
      |                                                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:692:36: error: expected primary-expression before 'void'
  692 |                                    void *dst_void_ptr, offset_t dst_len,
      |                                    ^~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:692:56: error: reference to 'offset_t' is ambiguous
  692 |                                    void *dst_void_ptr, offset_t dst_len,
      |                                                        ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:693:46: error: expected primary-expression before 'dst_byte_order'
  693 |                                    ByteOrder dst_byte_order) const {
      |                                              ^~~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:693:60: error: expression list treated as compound expression in initializer [-fpermissive]
  693 |                                    ByteOrder dst_byte_order) const {
      |                                                            ^
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:785:13: error: 'const char* lldb_private::DataExtractor::GetCStr' is not a static data member of 'class lldb_private::DataExtractor'
  785 | const char *DataExtractor::GetCStr(offset_t *offset_ptr) const {
      |             ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:785:36: error: reference to 'offset_t' is ambiguous
  785 | const char *DataExtractor::GetCStr(offset_t *offset_ptr) const {
      |                                    ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:785:46: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  785 | const char *DataExtractor::GetCStr(offset_t *offset_ptr) const {
      |                                              ^~~~~~~~~~
      |                                              offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:815:13: error: 'const char* lldb_private::DataExtractor::GetCStr' is not a static data member of 'class lldb_private::DataExtractor'
  815 | const char *DataExtractor::GetCStr(offset_t *offset_ptr, offset_t len) const {
      |             ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:815:36: error: reference to 'offset_t' is ambiguous
  815 | const char *DataExtractor::GetCStr(offset_t *offset_ptr, offset_t len) const {
      |                                    ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:815:46: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  815 | const char *DataExtractor::GetCStr(offset_t *offset_ptr, offset_t len) const {
      |                                              ^~~~~~~~~~
      |                                              offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:815:58: error: reference to 'offset_t' is ambiguous
  815 | const char *DataExtractor::GetCStr(offset_t *offset_ptr, offset_t len) const {
      |                                                          ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:815:70: error: expression list treated as compound expression in initializer [-fpermissive]
  815 | const char *DataExtractor::GetCStr(offset_t *offset_ptr, offset_t len) const {
      |                                                                      ^
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:833:13: error: 'const char* lldb_private::DataExtractor::PeekCStr' is not a static data member of 'class lldb_private::DataExtractor'
  833 | const char *DataExtractor::PeekCStr(offset_t offset) const {
      |             ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:833:37: error: reference to 'offset_t' is ambiguous
  833 | const char *DataExtractor::PeekCStr(offset_t offset) const {
      |                                     ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:843:10: error: 'uint64_t lldb_private::DataExtractor::GetULEB128' is not a static data member of 'class lldb_private::DataExtractor'
  843 | uint64_t DataExtractor::GetULEB128(offset_t *offset_ptr) const {
      |          ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:843:36: error: reference to 'offset_t' is ambiguous
  843 | uint64_t DataExtractor::GetULEB128(offset_t *offset_ptr) const {
      |                                    ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:843:46: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  843 | uint64_t DataExtractor::GetULEB128(offset_t *offset_ptr) const {
      |                                              ^~~~~~~~~~
      |                                              offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:860:9: error: 'int64_t lldb_private::DataExtractor::GetSLEB128' is not a static data member of 'class lldb_private::DataExtractor'
  860 | int64_t DataExtractor::GetSLEB128(offset_t *offset_ptr) const {
      |         ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:860:35: error: reference to 'offset_t' is ambiguous
  860 | int64_t DataExtractor::GetSLEB128(offset_t *offset_ptr) const {
      |                                   ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:860:45: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  860 | int64_t DataExtractor::GetSLEB128(offset_t *offset_ptr) const {
      |                                             ^~~~~~~~~~
      |                                             offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:877:10: error: 'uint32_t lldb_private::DataExtractor::Skip_LEB128' is not a static data member of 'class lldb_private::DataExtractor'
  877 | uint32_t DataExtractor::Skip_LEB128(offset_t *offset_ptr) const {
      |          ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:877:37: error: reference to 'offset_t' is ambiguous
  877 | uint32_t DataExtractor::Skip_LEB128(offset_t *offset_ptr) const {
      |                                     ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:877:47: error: 'offset_ptr' was not declared in this scope; did you mean 'offset_t'?
  877 | uint32_t DataExtractor::Skip_LEB128(offset_t *offset_ptr) const {
      |                                               ^~~~~~~~~~
      |                                               offset_t
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:903:50: error: reference to 'offset_t' is ambiguous
  903 | lldb::offset_t DataExtractor::PutToLog(Log *log, offset_t start_offset,
      |                                                  ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:903:50: error: 'offset_t' has not been declared
  903 | lldb::offset_t DataExtractor::PutToLog(Log *log, offset_t start_offset,
      |                                                  ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:904:40: error: reference to 'offset_t' is ambiguous
  904 |                                        offset_t length, uint64_t base_addr,
      |                                        ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:904:40: error: 'offset_t' has not been declared
  904 |                                        offset_t length, uint64_t base_addr,
      |                                        ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:903:16: error: no declaration matches 'lldb::offset_t lldb_private::DataExtractor::PutToLog(lldb_private::Log*, int, int, uint64_t, uint32_t, Type) const'
  903 | lldb::offset_t DataExtractor::PutToLog(Log *log, offset_t start_offset,
      |                ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:206:18: note: candidate is: 'lldb::offset_t lldb_private::DataExtractor::PutToLog(lldb_private::Log*, lldb::offset_t, lldb::offset_t, uint64_t, uint32_t, Type) const'
  206 |   lldb::offset_t PutToLog(Log *log, lldb::offset_t offset,
      |                  ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:48:7: note: 'class lldb_private::DataExtractor' defined here
   48 | class DataExtractor {
      |       ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:1003:39: error: reference to 'offset_t' is ambiguous
 1003 | bool DataExtractor::Append(void *buf, offset_t length) {
      |                                       ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/lldb-types.h:83:18: note: candidates are: 'typedef uint64_t lldb::offset_t'
   83 | typedef uint64_t offset_t;
      |                  ^~~~~~~~
/usr/include/sys/types.h:242:25: note:                 'typedef longlong_t offset_t'
  242 | typedef longlong_t      offset_t;
      |                         ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:1003:39: error: 'offset_t' has not been declared
 1003 | bool DataExtractor::Append(void *buf, offset_t length) {
      |                                       ^~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:1003:6: error: no declaration matches 'bool lldb_private::DataExtractor::Append(void*, int)'
 1003 | bool DataExtractor::Append(void *buf, offset_t length) {
      |      ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:972:8: note: candidates are: 'bool lldb_private::DataExtractor::Append(void*, lldb::offset_t)'
  972 |   bool Append(void *bytes, lldb::offset_t length);
      |        ^~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/source/Utility/DataExtractor.cpp:975:6: note:                 'bool lldb_private::DataExtractor::Append(lldb_private::DataExtractor&)'
  975 | bool DataExtractor::Append(DataExtractor &rhs) {
      |      ^~~~~~~~~~~~~
/home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/include/lldb/Utility/DataExtractor.h:48:7: note: 'class lldb_private::DataExtractor' defined here
   48 | class DataExtractor {
      |       ^~~~~~~~~~~~~
--- source/Utility/CMakeFiles/lldbUtility.dir/DataExtractor.cpp.o ---
*** [source/Utility/CMakeFiles/lldbUtility.dir/DataExtractor.cpp.o] Error code 1

bmake[2]: stopped making "source/Utility/CMakeFiles/lldbUtility.dir/build" in /home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/cmake-pkgsrc-build
*** [all] Error code 6

bmake: stopped making "all" in /home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/cmake-pkgsrc-build
bmake: 1 error

bmake: stopped making "all" in /home/pbulk/build/devel/lldb/work/lldb-18.1.8.src/cmake-pkgsrc-build
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/lldb
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/lldb