pgloader icon indicating copy to clipboard operation
pgloader copied to clipboard

Unable to install pgloader on macOS Monterey

Open yveshield opened this issue 3 years ago • 3 comments

$ brew install --HEAD pgloader ==> Cloning https://github.com/dimitri/pgloader.git Cloning into '/Users//Library/Caches/Homebrew/pgloader--git'... ==> Checking out branch master Already on 'master' Your branch is up to date with 'origin/master'. ==> Patching Error: Failure while executing; patch -g 0 -f -p1 exited with 1. Here's the output: can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was:

|--- a/local-projects/cl-csv/parser.lisp |+++ b/local-projects/cl-csv/parser.lisp

No file to patch. Skipping patch. 1 out of 1 hunk ignored


$ brew install pgloader
==> Downloading https://ghcr.io/v2/homebrew/core/pgloader/manifests/3.6.2_2 ######################################################################## 100.0% ==> Downloading https://ghcr.io/v2/homebrew/core/pgloader/blobs/sha256:d7f926192e26b7e8a0e5d269370590d23a1d1c28e2323b6c2001e71088b2b8cd ==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:d7f926192e26b7e8a0e5d269370590d23a1d1c28e2323b6c2001e71088b2b8cd?se=2021-12-12T02%3A25%3A00Z&sig=%2FXh7DswQb1cXaL3JmgN00gkhQBjp ######################################################################## 100.0% ==> Pouring pgloader--3.6.2_2.big_sur.bottle.tar.gz 🍺 /usr/local/Cellar/pgloader/3.6.2_2: 4 files, 21.9MB ==> Running brew cleanup pgloader... Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. Hide these hints with HOMEBREW_NO_ENV_HINTS (see man brew).


$ brew info pgloader pgloader: stable 3.6.2 (bottled), HEAD Data loading tool for PostgreSQL https://github.com/dimitri/pgloader /usr/local/Cellar/pgloader/3.6.2_2 (4 files, 21.9MB) * Poured from bottle on 2021-12-12 at 10:19:16 From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/pgloader.rb License: PostgreSQL ==> Dependencies Build: buildapp ✔ Required: freetds ✔, [email protected] ✔, postgresql ✔, sbcl ✔ ==> Options --HEAD Install HEAD version ==> Analytics install: 532 (30 days), 1,498 (90 days), 7,401 (365 days) install-on-request: 532 (30 days), 1,497 (90 days), 7,398 (365 days) build-error: 70 (30 days)


$ pgloader --help WARNING: /usr/local/bin/pgloader is loading libcrypto in an unsafe way fatal error encountered in SBCL pid 18980 pthread 0x11a62600: SIGABRT received.

Welcome to LDB, a low-level debugger for the Lisp runtime environment. ldb>

yveshield avatar Dec 12 '21 02:12 yveshield

Duplicate of https://github.com/dimitri/pgloader/issues/1312.

nickhammond avatar Dec 13 '21 20:12 nickhammond

Hi, I also faced this issue. Are there any workaround?

sawirricardo avatar Jan 27 '22 12:01 sawirricardo

Open for any solution

philharmonie avatar Jul 31 '23 19:07 philharmonie