Skip to content

base64: invalid option -- 'D' #76

@Venkyvulpine

Description

@Venkyvulpine

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions