RoyalTS opened a new issue, #966:
URL: https://github.com/apache/arrow-adbc/issues/966
Following the install instructions I get:
```r
> pak::pak("apache/arrow-adbc/r/adbcsnowflake")
✔ Loading metadata database ... done
→ Will install 1 package.
→ Will download 1 package with unknown size.
+ adbcsnowflake 0.5.0.9000 👷🏽♀️🔧 ⬇ (GitHub: 737af65)
ℹ Getting 1 pkg with unknown size
✔ Cached copy of adbcsnowflake 0.5.0.9000 (source) is the latest build
✔ No downloads needed, all packages are cached
ℹ Building adbcsnowflake 0.5.0.9000
✖ Failed to build adbcsnowflake 0.5.0.9000
Error:
! error in pak subprocess
Caused by error in `stop_task_build(state, worker)`:
! Failed to build source package 'adbcsnowflake'
Full installation output:
* installing *source* package ‘adbcsnowflake’ ...
staged installation is only possible with locking
** using non-staged installation
Downloading and extracting Go into the package source directory:
This may take a few minutes. To eliminate this step, install Go
from your faviourite package manager or set the GO_BIN environment variable:
- apt-get install golang
- brew install golang
- dnf install golang
- apk add go
- pacman -S go
trying URL 'https://go.dev/dl/go1.19.9.darwin-arm64.tar.gz'
Content type 'application/x-gzip' length 146553431 bytes (139.8 MB)
==================================================
downloaded 139.8 MB
untar: using cmd = ‘/usr/bin/tar -xf
'src/go/tmp/go1.19.9.darwin-arm64.tar.gz' -C 'src/go/tmp'’
Trying 'go version' with GO_BIN at
'/private/var/folders/2s/9pxfrdmd6zq99fvwszgmq91w0000gq/T/RtmpXGGQ44/R.INSTALL12a8e380069bd/adbcsnowflake/src/go/tmp/go/bin/go'
go version go1.19.9 darwin/arm64
clang -arch arm64
Vendored ADBC Snowflake driver was not found.
This source package was probably built incorrectly and it's probably not
your fault
ERROR: configuration failed for package ‘adbcsnowflake’
* removing
‘/private/var/folders/2s/9pxfrdmd6zq99fvwszgmq91w0000gq/T/RtmpAHHYzm/pkg-lib12a4766c16769/adbcsnowflake’
Type .Last.error to see the more details.
```
Somewhat weirdly, I do actualy have golang installed via homebrew.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]