GithubHelp home page GithubHelp logo

homebrew-fb's Issues

Error installing buck: `env: python: No such file or directory`

MacOSX Monterey on an MBP 2015.

Python is in my path:

/Users/iustus/Library/Python/3.11/bin
/Users/iustus/Library/Python/3.11/bin
/usr/local/opt/[email protected]/libexec/bin
/usr/local/bin/python
/usr/bin/python3/
/Library/Frameworks/Python.framework/Versions/3.11/bin
/Users/iustus/Library/Python/3.11/bin
/Users/iustus/Library/Python/3.11/bin
/usr/local/opt/[email protected]/libexec/bin
/usr/local/bin/python
/usr/bin/python3/
/Library/Frameworks/Python.framework/Versions/3.11/bin
/usr/local/bin/python3
/Users/iustus/Library/Python/3.11/bin
/Users/iustus/Library/Python/3.11/bin
/usr/local/opt/[email protected]/libexec/bin
/usr/local/bin/python
/usr/bin/python3/
/Library/Frameworks/Python.framework/Versions/3.11/bin
/usr/local/bin/python3
/usr/bin/python

and yet:

brew install buck                          

==> Downloading https://formulae.brew.sh/api/formula.jws.json
#=#=-  #       #                                                                                                                                                                                                                                               
==> Downloading https://formulae.brew.sh/api/cask.jws.json
#=#=-  #       #                                                                                                                                                                                                                                               
==> Fetching facebook/fb/buck
==> Downloading https://github.com/facebook/buck/archive/v2022.05.05.01.tar.gz
Already downloaded: /Users/iustus/Library/Caches/Homebrew/downloads/81362392aee59d2537d0122ced677c0c6a187f017a70bdd648972df5eb6ac560--buck-2022.05.05.01.tar.gz
==> Installing buck from facebook/fb
==> Bootstrapping buck with ant using /usr/local/opt/[email protected]/bin/ant
==> /usr/local/opt/[email protected]/bin/ant -Drelease.version=2022.05.05.01 -Drelease.timestamp=1651780996
==> Building buck with buck
==> ./bin/buck build -c buck.release_version=2022.05.05.01 -c buck.release_timestamp=1651780996 --out /usr/local/Cellar/buck/2022.05.05.01/bin/buck buck
Last 15 lines from /Users/iustus/Library/Logs/Homebrew/buck/02.buck:
2023-08-24 02:52:01 +0000

./bin/buck
build
-c
buck.release_version=2022.05.05.01
-c
buck.release_timestamp=1651780996
--out
/usr/local/Cellar/buck/2022.05.05.01/bin/buck
buck

env: python: No such file or directory

If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
  https://github.com/facebook/homebrew-fb/issues

These open issues may also help:
brew install --HEAD buck not working https://github.com/facebook/homebrew-fb/issues/61
Error installing buck-2021.01.12.01.yosemite.bottle.tar.gz https://github.com/facebook/homebrew-fb/issues/65

Branch rename broke the tap - "Error: Fetching /usr/local/Homebrew/Library/Taps/facebook/homebrew-fb failed!"

Not sure you can do anything about this but an FYI in case others come looking:

brew update started responding with Error: Fetching /usr/local/Homebrew/Library/Taps/facebook/homebrew-fb failed! recently.

I believe this is down to the fact that it was trying to pull from the existing branch named master and that no longer exists, it's now called main.

brew update-reset fixes this:

==> Fetching /usr/local/Homebrew/Library/Taps/facebook/homebrew-fb...
From https://github.com/facebook/homebrew-fb
 - [deleted]         (none)     -> origin/automated_fixup_code_of_conduct_file_exists
 - [deleted]         (none)     -> origin/automated_fixup_contributing_file_exists
 - [deleted]         (none)     -> origin/master
   (refs/remotes/origin/HEAD has become dangling)
 * [new branch]      main       -> origin/main

Note: this will destroy all your uncommitted or committed changes to local homebrew repositories (Shouldn't be an issue unless you author formula updates, etc)

This shouldn't affect new users of the tap since I assume it'd pickup branch main from the outset.

brew install --HEAD buck not working

image

โžœ ~ arch -arm64 brew install --HEAD buck
==> Installing buck from facebook/fb
==> Downloading https://www.apache.org/dyn/closer.lua?path=ant/binaries/apache-a
Already downloaded: /Users/Mac/Library/Caches/Homebrew/downloads/3dcf25c6574b35db948c4d796dfcb09055e5c212ae4ab5b874ade9d9735ac158--apache-ant-1.9.15-bin.tar.bz2
Error: openjdk@8: no bottle available!
You can try to install from source with:
brew install --build-from-source openjdk@8
Please note building from source is unsupported. You will encounter build
failures with some formulae. If you experience any issues please create pull
requests instead of asking for help on Homebrew's GitHub, Twitter or any other
official channels.

image

brew install fbthrift-compiler not working

I've tried installing fbthrift-compiler via brew as in the examples but it failed:

brew install fbthrift-compiler
==> Installing fbthrift-compiler from facebook/fb
==> Downloading https://github.com/facebook/fbthrift/archive/v0.31.0.tar.gz
Already downloaded: /Users/user/Library/Caches/Homebrew/fbthrift-compiler-31.0.tar.gz
==> Patching
patching file thrift/Makefile.am
patching file thrift/compiler/Makefile.am
==> autoreconf -i
==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/fbthrift-compiler/31.0 --without-python --without-cpp --with-boost=/usr/local --with-folly=/
==> make install
Last 15 lines from /Users/user/Library/Logs/Homebrew/fbthrift-compiler/03.make:
                    ^
compilation terminated.
make[2]: *** [parse/t_type.lo] Error 1
In file included from /usr/local/include/folly/Bits.h:65:0,
                 from ../../thrift/compiler/parse/t_type.h:27,
                 from ../../thrift/compiler/parse/t_const.h:23,
                 from ../../thrift/compiler/main.h:24,
                 from thriftl.ll:31:
/usr/local/include/folly/Portability.h:223:20: fatal error: __config: No such file or directory
 #include <__config>
                    ^
compilation terminated.
make[2]: *** [libparse_la-thriftl.lo] Error 1
make[1]: *** [install] Error 2
make: *** [install-recursive] Error 1

I've even tried changing the compiler that brew uses instead of clang to gcc-6 but nothing even tried gcc-4.9 still no good.

idb upgrade failure

base ฮป brew install idb-companion
==> Installing idb-companion from facebook/fb
idb-companion 1.1.2 is installed but outdated
==> Upgrading facebook/fb/idb-companion
1.1.2 -> 1.1.5

==> Downloading https://github.com/facebook/idb/archive/v1.1.5.tar.gz
Already downloaded: /Users/henrymoulton/Library/Caches/Homebrew/downloads/626c4ce498f08179c88e9995f5f8592fe9ea0a67ccada10626a04b856e10d152--idb-1.1.5.tar.gz
==> pod install
==> ./idb_build.sh idb_companion build /usr/local/Cellar/idb-companion/1.1.5
Last 15 lines from /Users/henrymoulton/Library/Logs/Homebrew/idb-companion/02.idb_build.sh:
port_ = PROTOBUF_ULONGLONG(0);
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.

Touch /tmp/idb-companion-20210726-81975-1odtult/idb-1.1.5/build/Build/Products/Debug/FBDeviceControl.framework (in target 'FBDeviceControl' from project 'FBSimulatorControl')
cd /tmp/idb-companion-20210726-81975-1odtult/idb-1.1.5
/usr/bin/touch -c /tmp/idb-companion-20210726-81975-1odtult/idb-1.1.5/build/Build/Products/Debug/FBDeviceControl.framework

** BUILD FAILED **

The following build commands failed:
CompileC /tmp/idb-companion-20210726-81975-1odtult/idb-1.1.5/build/Build/Intermediates.noindex/idb_companion.build/Debug/idbGRPC.build/Objects-normal/x86_64/idb.pb.o /tmp/idb-companion-20210726-81975-1odtult/idb-1.1.5/build/Build/Intermediates.noindex/idb_companion.build/Debug/idbGRPC.build/DerivedSources/idb.pb.cc normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/facebook/homebrew-fb/issues

base64: invalid option -- 'D'

When i tried to install idb companion on WSL(windows subsystem for linux) using following command
brew install idb-companion

it is throwing the following issue please help me out to fix the issue:

~$ brew install idb-companion
Running brew update --preinstall...
==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2022-02-01
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:40e00f88df310bc2dc42aefb3e834c0a3022f125fe
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:40e00f88df310bc2dc42aefb3e834c0a302
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/ruby/manifests/3.1.0
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/ruby/blobs/sha256:70185a72c05e926fe9022e6590c521f3cbdb6144df97f0a0c138d
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:70185a72c05e926fe9022e6590c521f3cbd
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/cocoapods/manifests/1.11.2_2
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/cocoapods/blobs/sha256:ed8e5eeb99f91b86083c5e5201e300da729075e8736dc28f
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:ed8e5eeb99f91b86083c5e5201e300da729
######################################################################## 100.0%
==> Downloading https://github.com/facebook/idb/archive/v1.1.6.tar.gz
Already downloaded: /home/w2bi/.cache/Homebrew/downloads/21f51771171e5d76f8374e6a8f86f0f8e01ecd942a2b0e5d5dce39dad9b7d8c4--idb-1.1.6.tar.gz
==> Installing idb-companion from facebook/fb
==> Installing dependencies for facebook/fb/idb-companion: ca-certificates, ruby and cocoapods
==> Installing facebook/fb/idb-companion dependency: ca-certificates
==> Pouring ca-certificates--2022-02-01.all.bottle.tar.gz
๐Ÿบ /home/linuxbrew/.linuxbrew/Cellar/ca-certificates/2022-02-01: 3 files, 229KB
==> Installing facebook/fb/idb-companion dependency: ruby
==> Pouring ruby--3.1.0.x86_64_linux.bottle.tar.gz
๐Ÿบ /home/linuxbrew/.linuxbrew/Cellar/ruby/3.1.0: 15,943 files, 46.5MB
==> Installing facebook/fb/idb-companion dependency: cocoapods
==> Pouring cocoapods--1.11.2_2.x86_64_linux.bottle.tar.gz
๐Ÿบ /home/linuxbrew/.linuxbrew/Cellar/cocoapods/1.11.2_2: 13,468 files, 36MB
==> Installing facebook/fb/idb-companion
==> pod install
Last 15 lines from /home/w2bi/.cache/Homebrew/Logs/idb-companion/01.pod:

We are renaming openssl to openssl_grpc so that there is no conflict with openssl if it exists

find . -type f ( -path '.h' -or -path '.cc' -or -path '*.c' ) -print0 | xargs -0 -L1 sed -E -i'.grpc_back' 's;#include <openssl/;#include <openssl_grpc/;g'

Include of boringssl_prefix_symbols.h does not follow Xcode import style. We add the package

name here so that Xcode knows where to find it.

find . -type f ( -path '.h' -or -path '.cc' -or -path '*.c' ) -print0 | xargs -0 -L1 sed -E -i'.grpc_back' 's;#include <boringssl_prefix_symbols.h>;#include <openssl_grpc/boringssl_prefix_symbols.h>;g'

**base64: invalid option -- 'D'
Try 'base64 --help' for more information.

gzip: stdin: unexpected end of file**

[!] The Podfile contains framework or static library targets (idbGRPC), for which the Podfile does not contain host targets (targets which embed the framework).
If this project is for doing framework development, you can ignore this message. Otherwise, add a target to the Podfile that embeds these frameworks to make this message go away (e.g. a test target).

[BUILD FAILED] reinstall grpc

I have got this error in file 01.idb_build.sh after I reinstall grpc brew reinstall grpc

CompileC /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/Objects-normal/x86_64/FBIDBStorageManager.o /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/idb_companion/Utility/FBIDBStorageManager.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'idb_companion' from project 'idb_companion')
    cd /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2
    export LANG\=en_US.US-ASCII
    clang -x objective-c -target x86_64-apple-macos10.14 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=gnu11 -fobjc-arc -fobjc-weak -fmodules -gmodules -fmodules-cache-path\=/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DDEBUG\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Index/DataStore -iquote /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/idb_companion-generated-files.hmap -I/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/idb_companion-own-target-headers.hmap -I/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/idb_companion-all-non-framework-target-headers.hmap -ivfsoverlay /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/all-product-headers.yaml -iquote /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/idb_companion-project-headers.hmap -I/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Products/Debug/include -I/usr/local/include -I/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Products/Debug -I/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/DerivedSources-normal/x86_64 -I/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/DerivedSources/x86_64 -I/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/DerivedSources -F/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Products/Debug -MMD -MT dependencies -MF /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/Objects-normal/x86_64/FBIDBStorageManager.d --serialize-diagnostics /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/Objects-normal/x86_64/FBIDBStorageManager.dia -c /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/idb_companion/Utility/FBIDBStorageManager.m -o /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/Objects-normal/x86_64/FBIDBStorageManager.o

CompileC /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/Objects-normal/x86_64/FBIDBServiceHandler.o /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/idb_companion/Server/FBIDBServiceHandler.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'idb_companion' from project 'idb_companion')
    cd /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2
    export LANG\=en_US.US-ASCII
    clang -x objective-c++ -target x86_64-apple-macos10.14 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=gnu++14 -stdlib\=libc++ -fobjc-arc -fobjc-weak -fmodules -gmodules -fmodules-cache-path\=/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-c++11-extensions -DDEBUG\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility-inlines-hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Index/DataStore -iquote /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/idb_companion-generated-files.hmap -I/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/idb_companion-own-target-headers.hmap -I/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/idb_companion-all-non-framework-target-headers.hmap -ivfsoverlay /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/all-product-headers.yaml -iquote /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/idb_companion-project-headers.hmap -I/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Products/Debug/include -I/usr/local/include -I/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Products/Debug -I/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/DerivedSources-normal/x86_64 -I/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/DerivedSources/x86_64 -I/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/DerivedSources -F/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Products/Debug -MMD -MT dependencies -MF /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/Objects-normal/x86_64/FBIDBServiceHandler.d --serialize-diagnostics /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/Objects-normal/x86_64/FBIDBServiceHandler.dia -c /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/idb_companion/Server/FBIDBServiceHandler.mm -o /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/Objects-normal/x86_64/FBIDBServiceHandler.o
In file included from /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/idb_companion/Server/FBIDBServiceHandler.mm:16:
/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/idb_companion/Server/FBIDBCommandExecutor.h:173:9: warning: parameter 'legacyFormat' not found in the function declaration [-Wdocumentation]
 @param legacyFormat YES if the legacy format should be used, NO otherwise.
        ^~~~~~~~~~~~
/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/idb_companion/Server/FBIDBCommandExecutor.h:173:9: note: did you mean 'nestedFormat'?
 @param legacyFormat YES if the legacy format should be used, NO otherwise.
        ^~~~~~~~~~~~
        nestedFormat
/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/idb_companion/Server/FBIDBServiceHandler.mm:100:14: error: no matching member function for call to 'set_data'
    payload->set_data(buffer, size);
    ~~~~~~~~~^~~~~~~~
In file included from /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/idb_companion/Server/FBIDBServiceHandler.mm:10:
In file included from /tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Products/Debug/idbGRPC/idb.grpc.pb.h:14:
/tmp/idb-companion-20210530-19270-1drj5ib/idb-1.1.2/build/Build/Products/Debug/idbGRPC/idb.pb.h:21366:22: note: candidate template ignored: substitution failure: variably modified type 'unsigned long (&)[BufferOutputSize]' cannot be used as a template argument
inline void Payload::set_data(ArgT0&& arg0, ArgT... args) {
                     ^
1 warning and 1 error generated.

Error installing buck-2021.01.12.01.yosemite.bottle.tar.gz

The bottled buck 2021.01.12.01 seems to be broken:

$ brew install buck
Updating Homebrew...
==> Auto-updated Homebrew!
Updated Homebrew from 99991bbc6 to d8a659f5d.
No changes to formulae.

==> Downloading https://github.com/facebook/buck/releases/download/v2021.01.12.01/buck-2021.01.12.01.yosemite.
Already downloaded: /Users/raman/Library/Caches/Homebrew/downloads/2ab45ceec4daf7c5124e199210a577ad8db53a56c80456dd5f9847b020baa0ae--buck-2021.01.12.01.yosemite.bottle.tar.gz
==> Installing buck from facebook/fb
==> Pouring buck-2021.01.12.01.yosemite.bottle.tar.gz
Error: /usr/local/Cellar/buck/2021.01.12.01 is not a directory

Somehow the archive gets unpacked into a different directory:

$ ls -laF /usr/local/Cellar/buck/
total 0
drwxr-xr-x    3 raman  wheel    96 Sep 20 21:53 ./
drwxrwxr-x  195 raman  admin  6240 Sep 20 21:53 ../
drwxr-xr-x    7 raman  wheel   224 Jan 12  2021 2021.01.12.01_1/

$ ls -laF /usr/local/Cellar/buck/2021.01.12.01_1 
total 40
drwxr-xr-x  7 raman  wheel    224 Jan 12  2021 ./
drwxr-xr-x  3 raman  wheel     96 Sep 20 21:53 ../
drwxr-xr-x  3 raman  wheel     96 Jan 12  2021 .brew/
-rw-r--r--  1 raman  wheel    710 Jan 12  2021 INSTALL_RECEIPT.json
-rw-r--r--  1 raman  wheel  11358 Jan 12  2021 LICENSE
-rw-r--r--  1 raman  wheel   3134 Jan 12  2021 README.md
drwxr-xr-x  3 raman  wheel     96 Jan 12  2021 bin/

This can be worked around this way:

$ mv /usr/local/Cellar/buck/2021.01.12.01_1 /usr/local/Cellar/buck/2021.01.12.01

$ buck version
zsh: command not found: buck

$ brew link buck
Linking /usr/local/Cellar/buck/2021.01.12.01... 1 symlinks created.

$ buck
This does not appear to be the root of a Buck project. Please 'cd'
to the root of your project before running buck. If this really is
the root of your project, run
'touch .buckconfig'
and then re-run your buck command.
Homebrew config
$ brew config
HOMEBREW_VERSION: 3.2.13-34-gf9cedd1
ORIGIN: https://github.com/Homebrew/brew
HEAD: f9cedd1fa46c2ebaf069ed461a364668dcdf6f19
Last commit: 6 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 959804e7cbda1156480238a88ade07c7b3ceb559
Core tap last commit: 23 minutes ago
Core tap branch: master
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: []
HOMEBREW_EDITOR: /Users/raman/.oh-my-zsh/plugins/emacs/emacsclient.sh
HOMEBREW_MAKE_JOBS: 8
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: octa-core 64-bit kabylake
Clang: 12.0.5 build 1205
Git: 2.33.0 => /usr/local/bin/git
Curl: 7.64.1 => /usr/bin/curl
macOS: 11.6-x86_64
CLT: 12.5.0.22.9
Xcode: 12.5.1

Do you have an idea why it goes this way?

Thanks for your time.

arpa/inet.h file not found issue

I am trying to install buck using Homebrew:

brew install --HEAD buck

I get the following error in the ant portion of the process:

==> ant
Last 15 lines from /Users/D/Library/Logs/Homebrew/buck/01.ant:
    [javac] Compiling 17 source files to /private/tmp/buck20151006-3743-uvhmqb/build/classes
    [javac] Compiling 1242 source files to /private/tmp/buck20151006-3743-uvhmqb/build/classes
    [javac] [compiled 201561 lines in 7494 ms: 26896.3 lines/s]
    [javac] [2403 .class files generated]

client:
     [exec] third-party/nailgun/nailgun-client/ng.c:26:11: fatal error: 'arpa/inet.h' file not found
     [exec]         #include <arpa/inet.h>
     [exec]                  ^
     [exec] 1 error generated.

BUILD FAILED
/private/tmp/buck20151006-3743-uvhmqb/build.xml:984: exec returned: 1

Homebrew says my current version of ant is ant 1.9.6

./idb_build.sh idb_companion build /** BUILD FAILED **

The following build commands failed:
RuleScriptExecution /tmp/idb-companion-20211212-2191-wgl76j/idb-1.1.5/build/Build/Intermediates.noindex/idb_companion.build/Debug/idbGRPC.build/DerivedSources/idb.pb.h /tmp/idb-companion-20211212-2191-wgl76j/idb-1.1.5/build/Build/Intermediates.noindex/idb_companion.build/Debug/idbGRPC.build/DerivedSources/idb.pb.cc /tmp/idb-companion-20211212-2191-wgl76j/idb-1.1.5/build/Build/Intermediates.noindex/idb_companion.build/Debug/idbGRPC.build/DerivedSources/idb.grpc.pb.h /tmp/idb-companion-20211212-2191-wgl76j/idb-1.1.5/build/Build/Intermediates.noindex/idb_companion.build/Debug/idbGRPC.build/DerivedSources/idb.grpc.pb.cc /tmp/idb-companion-20211212-2191-wgl76j/idb-1.1.5/proto/idb.proto normal x86_64

Error: fbsimctl: SHA256 mismatch

โฏ brew install fbsimctl
==> Downloading https://github.com/facebook/FBSimulatorControl/tarball/v0.4.0
Already downloaded: /Users/.../Library/Caches/Homebrew/downloads/471abd48f49d54023031b60cb0c49814cab6da647b0f857f9423d5b3d270856a--facebook-idb-v0.4.0-0-gb369252.tar.gz
Error: fbsimctl: SHA256 mismatch
Expected: 4a8bb8aed15f756aeb57e4a1f8724e40a3dfaa27740ae1644021386ab64bd9fb
  Actual: 01c28ccfda0da1d0f6718916a615897479cb9e3ab9cf741e14868090117b4472
    File: /Users/.../Library/Caches/Homebrew/downloads/471abd48f49d54023031b60cb0c49814cab6da647b0f857f9423d5b3d270856a--facebook-idb-v0.4.0-0-gb369252.tar.gz
To retry an incomplete download, remove the file above.

Tried deleting. It seems that in fbsimctl.rb defined sha256 is outdated.

brew install idb-companion for v1.1.8 fails with No such file or directory

Both when upgrading an with new installs

For example:

> brew install idb-companion
Running `brew update --auto-update`...
==> Auto-updated Homebrew!
==> Updated Homebrew from 17d057298 to fcb30c1ea.
Updated 4 taps (homebrew/cask-versions, homebrew/core, homebrew/cask and homebrew/bundle).
==> New Formulae
dsda-doom
==> New Casks
chromium-gost   httpie          qspace-pro      tl-legacy       trunk-io

You have 12 outdated formulae installed.
You can upgrade them with brew upgrade
or list them with brew outdated.

idb-companion 1.1.7 is already installed but outdated (so it will be upgraded).
==> Downloading https://github.com/facebook/idb/releases/download/v1.1.8/idb-com
==> Downloading from https://objects.githubusercontent.com/github-production-rel
######################################################################## 100.0%
==> Upgrading facebook/fb/idb-companion
  1.1.7 -> 1.1.8

==> codesign --force --sign - --timestamp=none /usr/local/Cellar/idb-companion/1
Last 15 lines from /Users/berik/Library/Logs/Homebrew/idb-companion/post_install.01.codesign:
2022-08-17 17:26:20 +0200

codesign
--force
--sign
-
--timestamp=none
/usr/local/Cellar/idb-companion/1.1.8/Frameworks/FBDeviceControl.framework/Versions/A/Resources/libShimulator.dylib

/usr/local/Cellar/idb-companion/1.1.8/Frameworks/FBDeviceControl.framework/Versions/A/Resources/libShimulator.dylib: No such file or directory
Warning: The post-install step did not complete successfully
You can try again using:
  brew postinstall facebook/fb/idb-companion
==> Summary
๐Ÿบ  /usr/local/Cellar/idb-companion/1.1.8: 215 files, 77.3MB, built in 4 seconds
==> Running `brew cleanup idb-companion`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
Removing: /usr/local/Cellar/idb-companion/1.1.7... (199 files, 73.0MB)

brew install idb-companion build fail

==> Downloading https://github.com/facebook/idb/archive/v1.1.7.tar.gz
Already downloaded: /Users/eranor/Library/Caches/Homebrew/downloads/9ebddb8f7cf976779831a10ff3e7ef3a1693aa7c320dc522feff83bba8aaefe2--idb-1.1.7.tar.gz
==> Installing idb-companion from facebook/fb
==> pod install
==> ./idb_build.sh idb_companion build /usr/local/Cellar/idb-companion/1.1.7
Last 15 lines from /Users/eranor/Library/Logs/Homebrew/idb-companion/02.idb_build.sh:
CompileC /tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/Objects-normal/x86_64/FBSimulatorVideoStream.o /tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7/FBSimulatorControl/Framebuffer/FBSimulatorVideoStream.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'FBSimulatorControl' from project 'FBSimulatorControl')
cd /tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7
export LANG=en_US.US-ASCII
clang -x objective-c -target x86_64-apple-macos10.14 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7/build/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7/build/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -fmodule-name=FBSimulatorControl -Wno-trigraphs -fpascal-strings -O0 -fno-common -Werror -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Wmissing-field-initializers -Wmissing-prototypes -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wunknown-pragmas -Wshadow -Wfour-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wsign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7/build/Index/DataStore -iquote /tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/FBSimulatorControl-generated-files.hmap -I/tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/FBSimulatorControl-own-target-headers.hmap -I/tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/FBSimulatorControl-all-non-framework-target-headers.hmap -ivfsoverlay /tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/all-product-headers.yaml -iquote /tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/FBSimulatorControl-project-headers.hmap -I/tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7/build/Build/Products/Debug/include -I/tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7/PrivateHeaders -I/tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/DerivedSources-normal/x86_64 -I/tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/DerivedSources/x86_64 -I/tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/DerivedSources -F/tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7/build/Build/Products/Debug -MMD -MT dependencies -MF /tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/Objects-normal/x86_64/FBSimulatorVideoStream.d --serialize-diagnostics /tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/Objects-normal/x86_64/FBSimulatorVideoStream.dia -c /tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7/FBSimulatorControl/Framebuffer/FBSimulatorVideoStream.m -o /tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/Objects-normal/x86_64/FBSimulatorVideoStream.o
/tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7/FBSimulatorControl/Framebuffer/FBSimulatorVideoStream.m:213:20: error: use of undeclared identifier 'kVTVideoEncoderSpecification_EnableLowLatencyRateControl'
(NSString *) kVTVideoEncoderSpecification_EnableLowLatencyRateControl: @yES,
^
1 error generated.

** BUILD FAILED **

The following build commands failed:
CompileC /tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/Objects-normal/x86_64/FBSimulatorVideoStream.o /tmp/idb-companion-20220331-3371-s4haes/idb-1.1.7/FBSimulatorControl/Framebuffer/FBSimulatorVideoStream.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

my Mac is 2013. Catalina. version 10.15.7

I'll be glad to some help how to overcome this time consuming and not stable package installation.

buck build failed: java-related issue

artagnon|master=:~/src/rhine$ brew install --HEAD buck
==> Installing buck from facebook/homebrew-fb
==> Cloning https://github.com/facebook/buck.git
Updating /Library/Caches/Homebrew/buck--git
==> Checking out branch master
==> ant
==> ./bin/buck build buck
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)

[-] BUILDING...FINISHED 3.9s

I even installed Java for OSX. What am I missing?

Issue installing

==> ./build.sh fbsimctl build /usr/local/Cellar/fbsimctl/HEAD-2c37d34
Last 15 lines from /Users/asharifr/Library/Logs/Homebrew/fbsimctl/01.build.sh:

** BUILD FAILED **

The following build commands failed:
CompileSwift normal x86_64 /tmp/fbsimctl-20160929-51632-e7cz30/fbsimctl/FBSimulatorControlKit/Sources/CLIBootstrapper.swift
CompileSwift normal x86_64 /tmp/fbsimctl-20160929-51632-e7cz30/fbsimctl/FBSimulatorControlKit/Sources/CommandBuffer.swift
CompileSwift normal x86_64 /tmp/fbsimctl-20160929-51632-e7cz30/fbsimctl/FBSimulatorControlKit/Sources/Arguments.swift
CompileSwift normal x86_64 /tmp/fbsimctl-20160929-51632-e7cz30/fbsimctl/FBSimulatorControlKit/Sources/Environment.swift
CompileSwift normal x86_64 /tmp/fbsimctl-20160929-51632-e7cz30/fbsimctl/FBSimulatorControlKit/Sources/DeviceReporter.swift
CompileSwift normal x86_64 /tmp/fbsimctl-20160929-51632-e7cz30/fbsimctl/FBSimulatorControlKit/Sources/Subjects.swift
CompileSwift normal x86_64 /tmp/fbsimctl-20160929-51632-e7cz30/fbsimctl/FBSimulatorControlKit/Sources/Defaults.swift
CompileSwift normal x86_64 /tmp/fbsimctl-20160929-51632-e7cz30/fbsimctl/FBSimulatorControlKit/Sources/iOSReporter.swift
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
(9 failures)

READ THIS: https://git.io/brew-troubleshooting
If reporting this issue please do so at (not Homebrew/brew):
https://github.com/facebook/homebrew-fb/issues

idb-campanion build failed

I'm getting this error when i tried to install . I read the github page of https://github.com/facebook/idb
there's nothing about it.

/Library/Logs/Homebrew/idb-companion/02.idb_build.sh:
''
'#\ Copy\ headers'
'mkdir\ -p\ ${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}'
'cp\ -a\ ${DERIVED_FILES_DIR}/*.h\ ${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}'
'
/bin/sh: line 3: protoc: command not found
cp: /tmp/idb-companion-20211207-16927-nlf45r/idb-1.1.5/build/Build/Intermediates.noindex/idb_companion.build/Debug/idbGRPC.build/DerivedSources/*.h: No such file or directory
Command RuleScriptExecution failed with a nonzero exit code

** BUILD FAILED **

The following build commands failed:
RuleScriptExecution /tmp/idb-companion-20211207-16927-nlf45r/idb-1.1.5/build/Build/Intermediates.noindex/idb_companion.build/Debug/idbGRPC.build/DerivedSources/idb.pb.h /tmp/idb-companion-20211207-16927-nlf45r/idb-1.1.5/build/Build/Intermediates.noindex/idb_companion.build/Debug/idbGRPC.build/DerivedSources/idb.pb.cc /tmp/idb-companion-20211207-16927-nlf45r/idb-1.1.5/build/Build/Intermediates.noindex/idb_companion.build/Debug/idbGRPC.build/DerivedSources/idb.grpc.pb.h /tmp/idb-companion-20211207-16927-nlf45r/idb-1.1.5/build/Build/Intermediates.noindex/idb_companion.build/Debug/idbGRPC.build/DerivedSources/idb.grpc.pb.cc /tmp/idb-companion-20211207-16927-nlf45r/idb-1.1.5/proto/idb.proto normal x86_64

I installed the brew install protobuf and
then i ran the brew install idb-companion again and now I'm getting the a build error again:

/Library/Logs/Homebrew/idb-companion/02.idb_build.sh:

RegisterExecutionPolicyException /tmp/idb-companion-20211207-42585-1dh2y51/idb-1.1.5/build/Build/Products/Debug/FBDeviceControl.framework (in target 'FBDeviceControl' from project 'FBSimulatorControl')
cd /tmp/idb-companion-20211207-42585-1dh2y51/idb-1.1.5
builtin-RegisterExecutionPolicyException /tmp/idb-companion-20211207-42585-1dh2y51/idb-1.1.5/build/Build/Products/Debug/FBDeviceControl.framework

Touch /tmp/idb-companion-20211207-42585-1dh2y51/idb-1.1.5/build/Build/Products/Debug/FBDeviceControl.framework (in target 'FBDeviceControl' from project 'FBSimulatorControl')
cd /tmp/idb-companion-20211207-42585-1dh2y51/idb-1.1.5
/usr/bin/touch -c /tmp/idb-companion-20211207-42585-1dh2y51/idb-1.1.5/build/Build/Products/Debug/FBDeviceControl.framework

** BUILD FAILED **

The following build commands failed:
RuleScriptExecution /tmp/idb-companion-20211207-42585-1dh2y51/idb-1.1.5/build/Build/Intermediates.noindex/idb_companion.build/Debug/idbGRPC.build/DerivedSources/idb.pb.h /tmp/idb-companion-20211207-42585-1dh2y51/idb-1.1.5/build/Build/Intermediates.noindex/idb_companion.build/Debug/idbGRPC.build/DerivedSources/idb.pb.cc /tmp/idb-companion-20211207-42585-1dh2y51/idb-1.1.5/build/Build/Intermediates.noindex/idb_companion.build/Debug/idbGRPC.build/DerivedSources/idb.grpc.pb.h /tmp/idb-companion-20211207-42585-1dh2y51/idb-1.1.5/build/Build/Intermediates.noindex/idb_companion.build/Debug/idbGRPC.build/DerivedSources/idb.grpc.pb.cc /tmp/idb-companion-20211207-42585-1dh2y51/idb-1.1.5/proto/idb.proto normal x86_64
(1 failure)

brew install idb-companion failed on x86_64

Hi. I'm trying to install idb_companion on my Intel Mac mini Appium server.
I did the

brew tap Facebook/fb
brew install idb-companion

But it failed and I get

** BUILD FAILED **

The following build commands failed:
CompileC /tmp/idb-companion-20220116-6910-1983klv/idb-1.1.6/build/Build/Intermediates.noindex/idb_companion.build/Debug/idbGRPC.build/Objects-normal/x86_64/idb.pb.o /tmp/idb-companion-20220116-6910-1983klv/idb-1.1.6/build/Build/Intermediates.noindex/idb_companion.build/Debug/idbGRPC.build/DerivedSources/idb.pb.cc normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'idbGRPC' from project 'idb_companion')
(1 failure)

Here's my name -a
Darwin QE-Remote-5976.local 20.6.0 Darwin Kernel Version 20.6.0: Tue Oct 12 18:33:42 PDT 2021; root:xnu-7195.141.8~1/RELEASE_X86_64 x86_64

I did a search and I see many with similar issues but they are on M1 and I'm still on x86. Still, I tried to do the suggestions for M1 such as git clone of idb.git but the manual build failed for me too. I'm just hopeful that someone has suggestions for getting brew working for x86 and it's just a matter of a missing component that I forgot to install or some such. I'm still running Big Sur 11.6.1. Thanks!

cannot install idb on Catalina

==> ./idb_build.sh idb_companion build /usr/local/Cellar/idb-companion/1.1.7
Last 15 lines from /Users/802619/Library/Logs/Homebrew/idb-companion/02.idb_build.sh:
export LANG=en_US.US-ASCII
clang -x objective-c -target x86_64-apple-macos10.14 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -fmodule-name=FBSimulatorControl -Wno-trigraphs -fpascal-strings -O0 -fno-common -Werror -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Wmissing-field-initializers -Wmissing-prototypes -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wunknown-pragmas -Wshadow -Wfour-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wsign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Index/DataStore -iquote /tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/FBSimulatorControl-generated-files.hmap -I/tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/FBSimulatorControl-own-target-headers.hmap -I/tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/FBSimulatorControl-all-non-framework-target-headers.hmap -ivfsoverlay /tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/all-product-headers.yaml -iquote /tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/FBSimulatorControl-project-headers.hmap -I/tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Products/Debug/include -I/tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/PrivateHeaders -I/tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/DerivedSources-normal/x86_64 -I/tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/DerivedSources/x86_64 -I/tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/DerivedSources -F/tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Products/Debug -MMD -MT dependencies -MF /tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/Objects-normal/x86_64/FBSimulatorProcessSpawnCommands.d --serialize-diagnostics /tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/Objects-normal/x86_64/FBSimulatorProcessSpawnCommands.dia -c /tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/FBSimulatorControl/Commands/FBSimulatorProcessSpawnCommands.m -o /tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/Objects-normal/x86_64/FBSimulatorProcessSpawnCommands.o

CompileC /tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/Objects-normal/x86_64/FBSimulatorNotificationUpdateStrategy.o /tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/FBSimulatorControl/Strategies/FBSimulatorNotificationUpdateStrategy.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'FBSimulatorControl' from project 'FBSimulatorControl')
cd /tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7
export LANG=en_US.US-ASCII
clang -x objective-c -target x86_64-apple-macos10.14 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -fmodule-name=FBSimulatorControl -Wno-trigraphs -fpascal-strings -O0 -fno-common -Werror -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Wmissing-field-initializers -Wmissing-prototypes -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wunknown-pragmas -Wshadow -Wfour-char-constants -Wconversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wfloat-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wsign-compare -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wsign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Index/DataStore -iquote /tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/FBSimulatorControl-generated-files.hmap -I/tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/FBSimulatorControl-own-target-headers.hmap -I/tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/FBSimulatorControl-all-non-framework-target-headers.hmap -ivfsoverlay /tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/all-product-headers.yaml -iquote /tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/FBSimulatorControl-project-headers.hmap -I/tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Products/Debug/include -I/tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/PrivateHeaders -I/tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/DerivedSources-normal/x86_64 -I/tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/DerivedSources/x86_64 -I/tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/DerivedSources -F/tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Products/Debug -MMD -MT dependencies -MF /tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/Objects-normal/x86_64/FBSimulatorNotificationUpdateStrategy.d --serialize-diagnostics /tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/Objects-normal/x86_64/FBSimulatorNotificationUpdateStrategy.dia -c /tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/FBSimulatorControl/Strategies/FBSimulatorNotificationUpdateStrategy.m -o /tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/Objects-normal/x86_64/FBSimulatorNotificationUpdateStrategy.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang: Interrupt

** BUILD FAILED **

The following build commands failed:
CompileC /tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/build/Build/Intermediates.noindex/FBSimulatorControl.build/Debug/FBSimulatorControl.build/Objects-normal/x86_64/FBSimulatorVideoStream.o /tmp/idb-companion-20220528-17302-18ndc52/idb-1.1.7/FBSimulatorControl/Framebuffer/FBSimulatorVideoStream.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

[BUILD FAILED] on FBIDBServiceHandler compile

Last 3 times on

brew update
brew upgrade

I got build failed

The following build commands failed:
	CompileC /tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/Objects-normal/x86_64/FBIDBServiceHandler.o /tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/idb_companion/Server/FBIDBServiceHandler.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

Before it I got build failed and advise to remove some folder by sudo -rm and install xcode-tools. So seems I updated xcode-tools but that not helped.

Full output
bardiamist@MacBook-Pro files % brew update
Updated 2 taps (homebrew/core and homebrew/cask).
==> New Formulae
[email protected]              proj@7                     tbb@2020
==> Updated Formulae
grpc โœ”                     git-quick-stats            osrm-backend
abcmidi                    glog                       pagmo
ansible                    gmt@5                      pandoc-plot
ansible-lint               goreleaser                 pangomm
apache-arrow               gradle                     [email protected]
arduino-cli                gradle-profiler            parallelstl
armadillo                  gradle@6                   perl
artifactory                grepip                     pgpool-ii
asciiquarium               grokj2k                    pgroonga
atkmm                      gtkmm3                     pipgrip
[email protected]                 gtkmm4                     plantuml
autorest                   halide                     po4a
autorestic                 imagemagick                postgis
aws-sdk-cpp                imagemagick@6              pre-commit
b2-tools                   influxdb                   prestodb
bazel                      ipv6calc                   proj
bazelisk                   istioctl                   protobuf-c
bear                       jfrog-cli                  ptex
bettercap                  keptn                      pyenv
blueutil                   kubernetes-cli             pyqt
bowtie2                    kustomize                  pyqt-3d
byacc                      latexindent                pyqt-networkauth
cadence                    libepoxy                   pyqt@5
caf                        libgaiagraphics            rebar3
cairomm                    libgeotiff                 richmd
[email protected]               libgxps                    root
cargo-instruments          librasterlite              sassc
cdogs-sdl                  libsass                    simdjson
ceres-solver               libslirp                   snakemake
chart-testing              libspatialite              sngrep
ckan                       libspectre                 snowpack
clojure-lsp                libtcod                    spack
cmusfm                     libunwind-headers          spatialite-gui
code-server                lmod                       spatialite-tools
comby                      logrotate                  sphinx-doc
composer                   mapnik                     ssh-vault
copilot                    mapserver                  sslyze
cpplint                    marked                     sstp-client
daemon                     matplotplusplus            subversion
darcs                      mavsdk                     swiftformat
detekt                     mesa                       synfig
duplicity                  mhonarc                    sysdig
dxpy                       microplane                 tanka
eksctl                     mingw-w64                  tbb
embree                     minio                      telegraf
embulk                     mkvalidator                texlab
emscripten                 mkvtoolnix                 tfsec
erlang                     mlt                        thanos
erlang@21                  moto                       timelimit
erlang@22                  mpd                        todoman
erlang@23                  mysql++                    trash-cli
eslint                     mysql-connector-c++        triangle
exiftool                   name-that-hash             truffle
expat                      netlify-cli                tvnamer
exploitdb                  netpbm                     twarc
fastlane                   newrelic-cli               vim
fauna-shell                nift                       wangle
fizz                       node-sass                  wartremover
fluent-bit                 notmuch                    watchexec
folly                      ocrmypdf                   weechat
fonttools                  open-image-denoise         xcodegen
freeipmi                   open-zwave                 xfig
fzf                        opencascade                xplr
gdal                       opencv                     xrootd
gdu                        opencv@3                   yaz
geoserver                  openvdb                    yq
gh                         osc                        zabbix
ghostscript                osm2pgsql                  zeek
ghq                        ospray
==> New Casks
mambaforge                               safe-multisig
==> Updated Casks
4k-video-downloader                      nomachine
4k-youtube-to-mp3                        nomachine-enterprise-client
arq                                      nordpass
baidunetdisk                             odrive
bitwarden                                opencore-configurator
blitz                                    optimage
bluewallet                               origami-studio
calmly-writer                            papers
chia                                     pgadmin4
connectiq                                postgres-unofficial
dbvisualizer                             postman
default-folder-x                         praat
electerm                                 proxyman
eul                                      r
exodus                                   reaper
fellow                                   remnote
ff-works                                 remote-desktop-manager
figma                                    remote-desktop-manager-free
flutter                                  seafile-client
forecast                                 sentinel
foxmail                                  session
glyphs                                   shift
grids                                    signal
ha-menu                                  slippi-dolphin
ibackup-viewer                           softorino-youtube-converter
ivideonclient                            solar2d
jamovi                                   spotify
jedit-omega                              sqlpro-for-mssql
jgrennison-openttd                       sqlpro-for-mysql
kdiff3                                   sqlpro-for-postgres
lark                                     sqlpro-studio
lastpass                                 stats
loom                                     streamlabs-obs
macupdater                               subler
mathinspector                            sublime-text
meshlab                                  swiftformat-for-xcode
meta                                     swinsian
metabase                                 syntax-highlight
metashape                                tableau
metashapepro                             tales-of-majeyal
milanote                                 telavox-flow
missive                                  tempo
mkvtoolnix                               termius
mmhmm                                    thorium
moneydance                               tinkerwell
mplabx-ide                               usenapp
mqttx                                    visual-paradigm
mubu                                     visual-paradigm-ce
multipatch                               visual-studio
netron                                   vrew
netxms-console                           zoc

You have 1 outdated formula installed.
You can upgrade it with brew upgrade
or list it with brew outdated.
bardiamist@MacBook-Pro files % brew upgrade
==> Upgrading 1 outdated package:
grpc 1.37.1_1 -> 1.38.0
==> Upgrading grpc 1.37.1_1 -> 1.38.0 
==> Downloading https://ghcr.io/v2/homebrew/core/grpc/manifests/1.38.0
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/grpc/blobs/sha256:4a8540c5de4d1
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh
######################################################################## 100.0%
==> Pouring grpc--1.38.0.big_sur.bottle.tar.gz
๐Ÿบ  /usr/local/Cellar/grpc/1.38.0: 316 files, 10.9MB
Removing: /usr/local/Cellar/grpc/1.37.1_1... (312 files, 10.8MB)
Removing: /Users/bardiamist/Library/Caches/Homebrew/grpc--1.37.1... (3MB)
Removing: /Users/bardiamist/Library/Caches/Homebrew/grpc--1.37.1_1... (3MB)
==> No outdated dependents to upgrade!
==> Checking for dependents of upgraded formulae...
==> Reinstalling 1 broken dependent from source:
facebook/fb/idb-companion
==> Downloading https://github.com/facebook/idb/archive/v1.1.2.tar.gz
Already downloaded: /Users/bardiamist/Library/Caches/Homebrew/downloads/2875657d27ba3e442882deb24f910fc2e2844499f9256a7127e9f2458d2d1b87--idb-1.1.2.tar.gz
==> Reinstalling facebook/fb/idb-companion 
==> ./idb_build.sh idb_companion build /usr/local/Cellar/idb-companion/1.1.2
Last 15 lines from /Users/bardiamist/Library/Logs/Homebrew/idb-companion/01.idb_build.sh:
        ^~~~~~~~~~~~
        nestedFormat
1 warning generated.

CompileC /tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/Objects-normal/x86_64/FBDataDownloadInput.o /tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/idb_companion/Utility/FBDataDownloadInput.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'idb_companion' from project 'idb_companion')
    cd /tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2
    export LANG\=en_US.US-ASCII
    clang -x objective-c -target x86_64-apple-macos10.14 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=gnu11 -fobjc-arc -fobjc-weak -fmodules -gmodules -fmodules-cache-path\=/tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/build/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/build/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DDEBUG\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/build/Index/DataStore -iquote /tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/idb_companion-generated-files.hmap -I/tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/idb_companion-own-target-headers.hmap -I/tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/idb_companion-all-non-framework-target-headers.hmap -ivfsoverlay /tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/all-product-headers.yaml -iquote /tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/idb_companion-project-headers.hmap -I/tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/build/Build/Products/Debug/include -I/usr/local/include -I/tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/build/Build/Products/Debug -I/tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/DerivedSources-normal/x86_64 -I/tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/DerivedSources/x86_64 -I/tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/DerivedSources -F/tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/build/Build/Products/Debug -MMD -MT dependencies -MF /tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/Objects-normal/x86_64/FBDataDownloadInput.d --serialize-diagnostics /tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/Objects-normal/x86_64/FBDataDownloadInput.dia -c /tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/idb_companion/Utility/FBDataDownloadInput.m -o /tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/Objects-normal/x86_64/FBDataDownloadInput.o

** BUILD FAILED **


The following build commands failed:
	CompileC /tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/build/Build/Intermediates.noindex/idb_companion.build/Debug/idb_companion.build/Objects-normal/x86_64/FBIDBServiceHandler.o /tmp/idb-companion-20210524-17397-hfoglp/idb-1.1.2/idb_companion/Server/FBIDBServiceHandler.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
  https://github.com/facebook/homebrew-fb/issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.