tool · inferred from evidence
brew
A package manager for macOS and Linux used to install and upgrade software.
- Astra CLI: astra setup crashes with "UnsatisfiedLinkError: jdk.internal.io.JdkConsoleImpl.echo(Z)Z"
Running astra setup with Astra CLI 0.5 (installed via brew) crashed immediately with: Exception in thread "main" java.lang.UnsatisfiedLinkError: jdk.internal.io.JdkConsoleImpl.echo(Z)Z, in SetupCmd.execute at the interactive password prompt
- Astra CLI: NullPointerException ("keyspaces" is null) on astra db cqlsh
Running astra db cqlsh start (and even astra db get -o json) against a database whose keyspace list came back null from the DevOps API crashed with: An unexpected error occurred during the execution of the command (NullPointerException): Ca
- ggshield ValueError: invalid literal for int() with base 10: '' on macOS
After installing ggshield 1.51.0 via Homebrew on macOS, every run crashes at startup with ValueError: invalid literal for int() with base 10: ''. The setup_truststore() step failed to parse the macOS version string and died before doing any
- Fix confluent-kafka build error: librdkafka/rdkafka.h file not found
Installing confluent-kafka from source failed with `fatal error: 'librdkafka/rdkafka.h' file not found` because the build needs the librdkafka C library headers first. Two options: install librdkafka before pip (`brew install librdkafka` on
- cb login fails in a Devcontainer: error: Error executing process: 'command': No such file or directory
I was setting up the Crunchy Bridge CLI inside a VS Code Devcontainer on Debian bullseye. Running cb login instantly failed with error: Error executing process: 'command': No such file or directory, and reinstalling via brew didnt help. A m
- Fix confluent-kafka install failures on Apple M1
On Apple M1 hosts, `pip install confluent-kafka` failed because there were no arm64 wheels and the source build could not find the brew-installed librdkafka headers. The historical workaround was `brew install librdkafka` plus `export C_INC
- Does brew install get an arm64 binary of cb on Mac? (x64 binary crashes)
Following the Crunchy Bridge quickstart on an arm64 Macintosh, the brew-installed cb binary crashed with an invalid instruction error. Running file on the binary showed it was actually an x64 build, so brew was handing out the wrong archite
- avn CLI fails with SSLV3_ALERT_BAD_RECORD_MAC on a fresh Mac
After `pip install aiven-client` on a Mac, `avn project list` fails with `SSLError(SSLError(1, '[SSL: SSLV3_ALERT_BAD_RECORD_MAC] sslv3 alert bad record mac ...'))`. It is caused by macOS's system Python being linked against LibreSSL instea