MisterTea / homebrew-et

Homebrew formula for Eternal Terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build error in Mac OS 11.4 Big Sur

mattypiper opened this issue · comments

#14 might be a similar issue to this one, but I reported this anyway because I have a different version of Mac OS, and that issue did not contain enough information to assist the developer.

The build error log is pasted below, but I think it boils down to:

Undefined symbols for architecture x86_64:
  "crashpad::HandlerMain(int, char**, std::__1::vector<std::__1::unique_ptr<crashpad::UserStreamDataSource, std::__1::default_delete<crashpad::UserStreamDataSource> >, std::__1::allocator<std::__1::unique_ptr<crashpad::UserStreamDataSource, std::__1::default_delete<crashpad::UserStreamDataSource> > > > const*)", referenced from:
      _main in main.cc.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I don't know enough about crashpad or eternal terminal to add any more details. I apologize.

matt@host ~ % brew install --debug et

... snip ...

BuildError: Failed executing: make -j4 install
1. raise
2. ignore
3. backtrace
4. irb
5. shell
Choose an action: 3
/usr/local/Homebrew/Library/Homebrew/ignorable.rb:29:in `block in raise'
/usr/local/Homebrew/Library/Homebrew/ignorable.rb:28:in `callcc'
/usr/local/Homebrew/Library/Homebrew/ignorable.rb:28:in `raise'
/usr/local/Homebrew/Library/Homebrew/formula.rb:2249:in `block in system'
/usr/local/Homebrew/Library/Homebrew/formula.rb:2185:in `open'
/usr/local/Homebrew/Library/Homebrew/formula.rb:2185:in `system'
/usr/local/Homebrew/Library/Taps/mistertea/homebrew-et/et.rb:20:in `install'
/usr/local/Homebrew/Library/Homebrew/debrew.rb:17:in `block in install'
/usr/local/Homebrew/Library/Homebrew/debrew.rb:90:in `debrew'
/usr/local/Homebrew/Library/Homebrew/debrew.rb:17:in `install'
/usr/local/Homebrew/Library/Homebrew/build.rb:178:in `block (2 levels) in install'
/usr/local/Homebrew/Library/Homebrew/formula.rb:1281:in `block in brew'
/usr/local/Homebrew/Library/Homebrew/formula.rb:2415:in `block (2 levels) in stage'
/usr/local/Homebrew/Library/Homebrew/utils.rb:550:in `with_env'
/usr/local/Homebrew/Library/Homebrew/formula.rb:2414:in `block in stage'
/usr/local/Homebrew/Library/Homebrew/resource.rb:121:in `block (2 levels) in unpack'
/usr/local/Homebrew/Library/Homebrew/download_strategy.rb:115:in `chdir'
/usr/local/Homebrew/Library/Homebrew/download_strategy.rb:115:in `chdir'
/usr/local/Homebrew/Library/Homebrew/download_strategy.rb:102:in `stage'
/usr/local/Homebrew/Library/Homebrew/resource.rb:117:in `block in unpack'
/usr/local/Homebrew/Library/Homebrew/mktemp.rb:63:in `block in run'
/usr/local/Homebrew/Library/Homebrew/mktemp.rb:63:in `chdir'
/usr/local/Homebrew/Library/Homebrew/mktemp.rb:63:in `run'
/usr/local/Homebrew/Library/Homebrew/resource.rb:199:in `mktemp'
/usr/local/Homebrew/Library/Homebrew/resource.rb:116:in `unpack'
/usr/local/Homebrew/Library/Homebrew/resource.rb:91:in `stage'
/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.3_2/lib/ruby/2.6.0/forwardable.rb:230:in `stage'
/usr/local/Homebrew/Library/Homebrew/formula.rb:2394:in `stage'
/usr/local/Homebrew/Library/Homebrew/formula.rb:1274:in `brew'
/usr/local/Homebrew/Library/Homebrew/build.rb:138:in `block in install'
/usr/local/Homebrew/Library/Homebrew/utils.rb:550:in `with_env'
/usr/local/Homebrew/Library/Homebrew/build.rb:133:in `install'
/usr/local/Homebrew/Library/Homebrew/build.rb:229:in `<main>'
1. raise
2. ignore
3. backtrace
4. irb
5. shell
Choose an action: 5
When you exit this shell, you will return to the menu.
matt@host EternalTerminal-et-v6.1.8 % ls
CMakeCache.txt				LICENSE					et-lib_CXX_cotire.cmake			external_imported			make_changelog.sh
CMakeFiles				Makefile				et-test_CXX_Release_cotire.cmake	format.sh				make_rpm_changelog.sh
CMakeLists.txt				README.md				et-test_CXX_cotire.cmake		htm_CXX_Release_cotire.cmake		patches
CPackConfig.cmake			TerminalCommon_CXX_cotire.cmake		et_CXX_Release_cotire.cmake		htm_CXX_cotire.cmake			proto
CPackSourceConfig.cmake			build_static.sh				et_CXX_cotire.cmake			htmd_CXX_Release_cotire.cmake		rc.d
CTestTestfile.cmake			cmake					etc					htmd_CXX_cotire.cmake			src
ET.pb.cc				cmake_install.cmake			etserver_CXX_Release_cotire.cmake	import_submodules.sh			systemctl
ET.pb.h					codecov.yml				etserver_CXX_cotire.cmake		init					test
ETerminal.pb.cc				cotire					etterminal_CXX_Release_cotire.cmake	libHtmCommon.a				vcpkg.json
ETerminal.pb.h				coverage.sh				etterminal_CXX_cotire.cmake		libTerminalCommon.a
HtmCommon_CXX_cotire.cmake		docker					external				libet-lib.a
matt@host EternalTerminal-et-v6.1.8 % make
/usr/local/Cellar/cmake/3.21.1/bin/cmake -S/tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 -B/tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/3.21.1/bin/cmake -E cmake_progress_start /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/CMakeFiles /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8//CMakeFiles/progress.marks
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f CMakeFiles/Makefile2 all
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f external_imported/sentry-native/crashpad_build/third_party/mini_chromium/CMakeFiles/mini_chromium.dir/build.make external_imported/sentry-native/crashpad_build/third_party/mini_chromium/CMakeFiles/mini_chromium.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f CMakeFiles/generated-code.dir/build.make CMakeFiles/generated-code.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f external_imported/sentry-native/crashpad_build/tools/CMakeFiles/crashpad_tools.dir/build.make external_imported/sentry-native/crashpad_build/tools/CMakeFiles/crashpad_tools.dir/depend
cd /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 && /usr/local/Cellar/cmake/3.21.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/CMakeFiles/generated-code.dir/DependInfo.cmake --color=
cd /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 && /usr/local/Cellar/cmake/3.21.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/external/crashpad/tools /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/crashpad_build/tools /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/crashpad_build/tools/CMakeFiles/crashpad_tools.dir/DependInfo.cmake --color=
cd /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 && /usr/local/Cellar/cmake/3.21.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/external/crashpad/third_party/mini_chromium /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/crashpad_build/third_party/mini_chromium /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/crashpad_build/third_party/mini_chromium/CMakeFiles/mini_chromium.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f CMakeFiles/generated-code.dir/build.make CMakeFiles/generated-code.dir/build
Consolidate compiler generated dependencies of target crashpad_tools
make[2]: Nothing to be done for `CMakeFiles/generated-code.dir/build'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f external_imported/sentry-native/crashpad_build/tools/CMakeFiles/crashpad_tools.dir/build.make external_imported/sentry-native/crashpad_build/tools/CMakeFiles/crashpad_tools.dir/build
make[2]: Nothing to be done for `external_imported/sentry-native/crashpad_build/tools/CMakeFiles/crashpad_tools.dir/build'.
[  0%] Built target generated-code
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f CMakeFiles/TerminalCommon.dir/build.make CMakeFiles/TerminalCommon.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f CMakeFiles/et-lib.dir/build.make CMakeFiles/et-lib.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f CMakeFiles/HtmCommon.dir/build.make CMakeFiles/HtmCommon.dir/depend
cd /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 && /usr/local/Cellar/cmake/3.21.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/CMakeFiles/et-lib.dir/DependInfo.cmake --color=
cd /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 && /usr/local/Cellar/cmake/3.21.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/CMakeFiles/TerminalCommon.dir/DependInfo.cmake --color=
cd /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 && /usr/local/Cellar/cmake/3.21.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/CMakeFiles/HtmCommon.dir/DependInfo.cmake --color=
Consolidate compiler generated dependencies of target mini_chromium
[  1%] Built target crashpad_tools
Consolidate compiler generated dependencies of target TerminalCommon
Consolidate compiler generated dependencies of target et-lib
Consolidate compiler generated dependencies of target HtmCommon
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f CMakeFiles/TerminalCommon.dir/build.make CMakeFiles/TerminalCommon.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f CMakeFiles/HtmCommon.dir/build.make CMakeFiles/HtmCommon.dir/build
make[2]: Nothing to be done for `CMakeFiles/TerminalCommon.dir/build'.
make[2]: Nothing to be done for `CMakeFiles/HtmCommon.dir/build'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f external_imported/sentry-native/crashpad_build/third_party/mini_chromium/CMakeFiles/mini_chromium.dir/build.make external_imported/sentry-native/crashpad_build/third_party/mini_chromium/CMakeFiles/mini_chromium.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f CMakeFiles/et-lib.dir/build.make CMakeFiles/et-lib.dir/build
[  5%] Built target TerminalCommon
[  8%] Built target HtmCommon
make[2]: Nothing to be done for `CMakeFiles/et-lib.dir/build'.
make[2]: Nothing to be done for `external_imported/sentry-native/crashpad_build/third_party/mini_chromium/CMakeFiles/mini_chromium.dir/build'.
[ 15%] Built target et-lib
[ 24%] Built target mini_chromium
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f external_imported/sentry-native/crashpad_build/util/CMakeFiles/crashpad_util.dir/build.make external_imported/sentry-native/crashpad_build/util/CMakeFiles/crashpad_util.dir/depend
cd /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 && /usr/local/Cellar/cmake/3.21.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/external/crashpad/util /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/crashpad_build/util /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/crashpad_build/util/CMakeFiles/crashpad_util.dir/DependInfo.cmake --color=
Consolidate compiler generated dependencies of target crashpad_util
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f external_imported/sentry-native/crashpad_build/util/CMakeFiles/crashpad_util.dir/build.make external_imported/sentry-native/crashpad_build/util/CMakeFiles/crashpad_util.dir/build
make[2]: Nothing to be done for `external_imported/sentry-native/crashpad_build/util/CMakeFiles/crashpad_util.dir/build'.
[ 55%] Built target crashpad_util
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f external_imported/sentry-native/crashpad_build/client/CMakeFiles/crashpad_client.dir/build.make external_imported/sentry-native/crashpad_build/client/CMakeFiles/crashpad_client.dir/depend
cd /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 && /usr/local/Cellar/cmake/3.21.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/external/crashpad/client /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/crashpad_build/client /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/crashpad_build/client/CMakeFiles/crashpad_client.dir/DependInfo.cmake --color=
Consolidate compiler generated dependencies of target crashpad_client
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f external_imported/sentry-native/crashpad_build/client/CMakeFiles/crashpad_client.dir/build.make external_imported/sentry-native/crashpad_build/client/CMakeFiles/crashpad_client.dir/build
make[2]: Nothing to be done for `external_imported/sentry-native/crashpad_build/client/CMakeFiles/crashpad_client.dir/build'.
[ 57%] Built target crashpad_client
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f external_imported/sentry-native/crashpad_build/snapshot/CMakeFiles/crashpad_snapshot.dir/build.make external_imported/sentry-native/crashpad_build/snapshot/CMakeFiles/crashpad_snapshot.dir/depend
cd /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 && /usr/local/Cellar/cmake/3.21.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/external/crashpad/snapshot /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/crashpad_build/snapshot /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/crashpad_build/snapshot/CMakeFiles/crashpad_snapshot.dir/DependInfo.cmake --color=
Consolidate compiler generated dependencies of target crashpad_snapshot
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f external_imported/sentry-native/crashpad_build/snapshot/CMakeFiles/crashpad_snapshot.dir/build.make external_imported/sentry-native/crashpad_build/snapshot/CMakeFiles/crashpad_snapshot.dir/build
make[2]: Nothing to be done for `external_imported/sentry-native/crashpad_build/snapshot/CMakeFiles/crashpad_snapshot.dir/build'.
[ 68%] Built target crashpad_snapshot
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f external_imported/sentry-native/crashpad_build/minidump/CMakeFiles/crashpad_minidump.dir/build.make external_imported/sentry-native/crashpad_build/minidump/CMakeFiles/crashpad_minidump.dir/depend
cd /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 && /usr/local/Cellar/cmake/3.21.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/external/crashpad/minidump /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/crashpad_build/minidump /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/crashpad_build/minidump/CMakeFiles/crashpad_minidump.dir/DependInfo.cmake --color=
Consolidate compiler generated dependencies of target crashpad_minidump
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f external_imported/sentry-native/crashpad_build/minidump/CMakeFiles/crashpad_minidump.dir/build.make external_imported/sentry-native/crashpad_build/minidump/CMakeFiles/crashpad_minidump.dir/build
make[2]: Nothing to be done for `external_imported/sentry-native/crashpad_build/minidump/CMakeFiles/crashpad_minidump.dir/build'.
[ 76%] Built target crashpad_minidump
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f external_imported/sentry-native/crashpad_build/handler/CMakeFiles/crashpad_handler_lib.dir/build.make external_imported/sentry-native/crashpad_build/handler/CMakeFiles/crashpad_handler_lib.dir/depend
cd /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 && /usr/local/Cellar/cmake/3.21.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/external/crashpad/handler /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/crashpad_build/handler /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/crashpad_build/handler/CMakeFiles/crashpad_handler_lib.dir/DependInfo.cmake --color=
Consolidate compiler generated dependencies of target crashpad_handler_lib
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f external_imported/sentry-native/crashpad_build/handler/CMakeFiles/crashpad_handler_lib.dir/build.make external_imported/sentry-native/crashpad_build/handler/CMakeFiles/crashpad_handler_lib.dir/build
make[2]: Nothing to be done for `external_imported/sentry-native/crashpad_build/handler/CMakeFiles/crashpad_handler_lib.dir/build'.
[ 78%] Built target crashpad_handler_lib
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f external_imported/sentry-native/crashpad_build/handler/CMakeFiles/crashpad_handler.dir/build.make external_imported/sentry-native/crashpad_build/handler/CMakeFiles/crashpad_handler.dir/depend
cd /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 && /usr/local/Cellar/cmake/3.21.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/external/crashpad/handler /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8 /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/crashpad_build/handler /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/crashpad_build/handler/CMakeFiles/crashpad_handler.dir/DependInfo.cmake --color=
Consolidate compiler generated dependencies of target crashpad_handler
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -f external_imported/sentry-native/crashpad_build/handler/CMakeFiles/crashpad_handler.dir/build.make external_imported/sentry-native/crashpad_build/handler/CMakeFiles/crashpad_handler.dir/build
[ 78%] Linking CXX executable crashpad_handler
cd /tmp/et-20210811-56335-1fy3qoy/EternalTerminal-et-v6.1.8/external_imported/sentry-native/crashpad_build/handler && /usr/local/Cellar/cmake/3.21.1/bin/cmake -E cmake_link_script CMakeFiles/crashpad_handler.dir/link.txt --verbose=1
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++  -DUSE_SENTRY -O3 -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/crashpad_handler.dir/main.cc.o -o crashpad_handler  ../client/libcrashpad_client.a libcrashpad_handler_lib.a ../minidump/libcrashpad_minidump.a ../snapshot/libcrashpad_snapshot.a ../tools/libcrashpad_tools.a ../util/libcrashpad_util.a ../third_party/mini_chromium/libmini_chromium.a ../client/libcrashpad_client.a ../util/libcrashpad_util.a /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libz.tbd -lbsm ../third_party/mini_chromium/libmini_chromium.a -framework ApplicationServices -framework CoreFoundation -framework Foundation -framework IOKit -framework Security
Undefined symbols for architecture x86_64:
  "crashpad::HandlerMain(int, char**, std::__1::vector<std::__1::unique_ptr<crashpad::UserStreamDataSource, std::__1::default_delete<crashpad::UserStreamDataSource> >, std::__1::allocator<std::__1::unique_ptr<crashpad::UserStreamDataSource, std::__1::default_delete<crashpad::UserStreamDataSource> > > > const*)", referenced from:
      _main in main.cc.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [external_imported/sentry-native/crashpad_build/handler/crashpad_handler] Error 1
make[1]: *** [external_imported/sentry-native/crashpad_build/handler/CMakeFiles/crashpad_handler.dir/all] Error 2
make: *** [all] Error 2
matt@host EternalTerminal-et-v6.1.8 %

Environment information:

==> Formula
Tap: mistertea/et
Path: /usr/local/Homebrew/Library/Taps/mistertea/homebrew-et/et.rb
==> Configuration
HOMEBREW_VERSION: 3.2.6
ORIGIN: https://github.com/Homebrew/brew
HEAD: 265c8c36a4c0a74f478cba16417940b3b588736c
Last commit: 9 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 39666d940ebf4c4745a34fa5fb1756ef0e3c4431
Core tap last commit: 23 minutes ago
Core tap branch: master
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: []
HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.9OaVlsNSaX/org.xquartz:0
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_MAKE_JOBS: 8
Homebrew Ruby: 2.6.3 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.3_2/bin/ruby
CPU: octa-core 64-bit icelake
Clang: 12.0.5 build 1205
Git: 2.32.0 => /usr/local/bin/git
Curl: 7.64.1 => /usr/bin/curl
macOS: 11.4-x86_64
CLT: 12.5.0.0.1.1617976050
Xcode: 12.5
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local/opt/openssl@1.1:/usr/local/opt/openldap:/usr/local/opt/curl:/usr/local
CMAKE_INCLUDE_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/brotli/lib/pkgconfig:/usr/local/opt/libidn2/lib/pkgconfig:/usr/local/opt/openssl@1.1/lib/pkgconfig:/usr/local/opt/libssh2/lib/pkgconfig:/usr/local/opt/c-ares/lib/pkgconfig:/usr/local/opt/jemalloc/lib/pkgconfig:/usr/local/opt/nghttp2/lib/pkgconfig:/usr/local/opt/openldap/lib/pkgconfig:/usr/local/opt/rtmpdump/lib/pkgconfig:/usr/local/opt/zstd/lib/pkgconfig:/usr/local/opt/curl/lib/pkgconfig:/usr/local/opt/protobuf/lib/pkgconfig:/usr/local/opt/libsodium/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/11
HOMEBREW_GIT: git
HOMEBREW_SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
ACLOCAL_PATH: /usr/local/opt/curl/share/aclocal:/usr/local/share/aclocal
PATH: /usr/local/Homebrew/Library/Homebrew/shims/mac/super:/usr/local/opt/cmake/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/brotli/bin:/usr/local/opt/gettext/bin:/usr/local/opt/libidn2/bin:/usr/local/opt/openssl@1.1/bin:/usr/local/opt/c-ares/bin:/usr/local/opt/jemalloc/bin:/usr/local/opt/nghttp2/bin:/usr/local/opt/openldap/bin:/usr/local/opt/rtmpdump/bin:/usr/local/opt/zstd/bin:/usr/local/opt/curl/bin:/usr/local/opt/protobuf/bin:/usr/bin:/bin:/usr/sbin:/sbin

Not sure what the problem was, tried brew install again today and it worked fine.